ext/: Use gst_buffer_try_new_and_alloc() and fail properly if the allocation failed...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
5         Use gst_buffer_try_new_and_alloc() and fail properly if the
6         allocation failed. This prevents abort() if downstream elements
7         request an insane amount of memory.
8
9 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
10
11         * gst/volume/gstvolume.c: (volume_choose_func),
12         (volume_update_volume), (gst_volume_set_volume),
13         (gst_volume_get_volume), (gst_volume_set_mute),
14         (gst_volume_class_init), (gst_volume_init),
15         (volume_process_double), (volume_process_float),
16         (volume_process_int32), (volume_process_int32_clamp),
17         (volume_process_int24), (volume_process_int24_clamp),
18         (volume_process_int16), (volume_process_int16_clamp),
19         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
20         (volume_transform_ip), (volume_set_property),
21         (volume_get_property):
22         * gst/volume/gstvolume.h:
23         Cleanup volume, define and use default values.
24         Recalculate new volume and mute setup before processing. Fixes #561789.
25
26         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
27         Add controller unit test. Patch by: Jonathan Matthew
28         Fix bogus test that messed with basetransform's internal state.
29
30 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
31
32         * gst/videorate/gstvideorate.c:
33         Add jpeg and png image media types to the caps. Fixes #561436.
34
35 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
36
37         * gst/playback/gstplaysink.c: (gen_audio_chain):
38         Don't post an error when we can't configure the volume but post a
39         warning instead. Fixes #561780.
40
41 2008-11-21  David Schleef  <ds@schleef.org>
42
43         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
44
45         * gst/videotestsrc/gstvideotestsrc.c:
46         * gst/videotestsrc/gstvideotestsrc.h:
47         * gst/videotestsrc/videotestsrc.c:
48         * gst/videotestsrc/videotestsrc.h:
49           Add a zone plate pattern generator based on BBC R&D Report
50           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
51           kx2=20 ky2=20 kt=1'.
52
53 2008-11-20  Michael Smith <msmith@songbirdnest.com>
54
55         * gst/playback/gstdecodebin2.c:
56           Fix random fat-fingering making this not compile.
57
58 2008-11-20  Michael Smith <msmith@songbirdnest.com>
59
60         * gst/playback/gstdecodebin2.c:
61           If the top-level type of the stream is plain text, don't try to decode
62           it, matching behaviour of decodebin.
63         * gst/playback/gstplaysink.c:
64           If we fail to generate a text chain (e.g. due to missing optional
65           plugins), don't crash.
66
67 2008-11-20  Michael Smith <msmith@songbirdnest.com>
68
69         * gst-libs/gst/rtsp/gstrtspdefs.c:
70           Fix win32 build. Oops.
71
72 2008-11-20  Michael Smith <msmith@songbirdnest.com>
73
74         * gst-libs/gst/rtsp/gstrtspdefs.c:
75           Use WSAGetLastError() rather than errno/h_errno on win32.
76
77 2008-11-20  Michael Smith <msmith@songbirdnest.com>
78
79         * gst-libs/gst/riff/riff-media.c:
80           Support WMA Lossless properly.
81
82 2008-11-18  David Schleef  <ds@schleef.org>
83
84         * gst/videotestsrc/gstvideotestsrc.c:
85         * gst/videotestsrc/gstvideotestsrc.h:
86         * gst/videotestsrc/videotestsrc.c:
87         * gst/videotestsrc/videotestsrc.h:
88           Add "colorspec" property, specifying whether to generate BT.601
89           or BT.709 video.  This only affects YCbCr values, not RGB, since
90           if you're generating a 709 test pattern, presumably you want
91           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
92           uses 75% colors instead of 100%, since this is often more useful
93           for testing (and also follows the SMPTE EG-1 guideline).
94
95 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
96
97         * gst/playback/gstdecodebin.c:
98         Add a "sink-caps" property to decodebin like it's done for decodebin2.
99         Fixes #560380.
100
101 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
102
103         * gst/audioresample/gstaudioresample.c:
104         Guard against a NULL dereference I somehow encountered -
105         with a FLUSH_STOP arriving either before basetransform _start(),
106         or after _stop().
107
108         * gst/typefind/gsttypefindfunctions.c:
109         Make sure we never jump backwards when typefinding corrupt mov files.
110
111 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
112
113         * gst-libs/gst/interfaces/propertyprobe.c:
114         Fix random type causing a docs warning.
115
116 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
117
118         * sys/v4l/gstv4l.c:
119           Give it a minimal rank for autovideosrc.
120
121 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
122
123         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
124         (plugin_init):
125         Improve typefinding of ISO JPEG2000 mime types.
126
127 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
130         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
131         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
132         * sys/xvimage/xvimagesink.h:
133         Avoid typechecking when we do trivial casts.
134         Move error handling out of the main program flow.
135         Sneak in the display-region caps property, not completely correct yet.
136         Cache the width/height in buffer_alloc instead of parsing it from the
137         caps all the time.
138
139 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst/playback/gstplaybin2.c: (deactivate_group):
142         don't try to unlink the selector sinkpad when we don't have it yet. This
143         can happen if an error occured before the group was complete.
144
145 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
146
147         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
148         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
149         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
150         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
151         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
152         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
153         (gst_rtp_buffer_get_extension_data),
154         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
155         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
156         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
157         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
158         (gst_rtp_buffer_get_payload_type),
159         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
160         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
161         (gst_rtp_buffer_set_timestamp),
162         (gst_rtp_buffer_get_payload_subbuffer),
163         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
164         Avoid expensive type checks we already did as part of the 
165         _validate() function that should be called first.
166
167 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
168
169         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
170         (gst_base_rtp_depayload_push_full),
171         (gst_base_rtp_depayload_set_gst_timestamp):
172         Fix some cases where a newsegment event was not sent.
173
174 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
175
176         * gst/playback/gstplaybin2.c: (activate_group):
177         Catch state change errors and stop from the uridecodebin elements
178         instead of trying to continue in vain.
179
180 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
181
182         * gst-libs/gst/audio/gstbaseaudiosink.c:
183         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
184         (gst_base_audio_sink_callback):
185         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
186         for the latency to expire, fixes #559567.
187
188 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
189
190         * gst/adder/gstadder.c:
191           Change author string after seeing output of gst-inspector.
192
193 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
194
195         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
196         Don't try to do crazy things when we only have a text pad without a
197         video pad. Fixes #559478.
198
199 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
200
201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
202         Fix case where we don't have a range for the rates or channels as is the
203         case with truespeech.
204
205 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         * gst/volume/gstvolume.c: (volume_update_real_volume),
208         (gst_volume_set_volume), (gst_volume_get_volume),
209         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
210         (volume_transform_ip), (volume_update_mute),
211         (volume_update_volume), (volume_get_property):
212         * gst/volume/gstvolume.h:
213         Keep negotiated state in a separate variable.
214         Protect the volume and mute properties with the object lock.
215         Protect modifying the transform with the transform lock.
216
217 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
220         (gst_ffmpeg_pixfmt_to_caps):
221         Only convert caps to string when debug is enabled.
222
223 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
224
225         * ext/theora/gsttheoradec.h:
226         * ext/theora/theoradec.c: (gst_theora_dec_init),
227         (gst_theora_dec_reset), (theora_dec_src_event),
228         (theora_dec_sink_event), (theora_handle_type_packet):
229         Copy seqnum.
230         Keep events in a pending list, like vorbisdec, instead of trying
231         to construct a segment event ourselves.
232
233         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
234         (vorbis_dec_src_event), (vorbis_dec_sink_event):
235         * ext/vorbis/vorbisdec.h:
236         Copy seqnum.
237
238 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
239
240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
241         (gst_ogg_demux_deactivate_current_chain),
242         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
243         (gst_ogg_demux_loop):
244         * ext/ogg/gstoggdemux.h:
245         Copy seqnums around to track playback segments and messages.
246
247 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
248
249         Based on patch by: Matthias Kretz <kretz at kde dot org>
250
251         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
252         (gst_alsasink_prepare), (gst_alsasink_unprepare),
253         (gst_alsasink_write):
254         Make all access non-blocking so that we can better handle unplugging
255         of usb devices. Fixes #559111
256
257 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
258
259         Patch by: Damien Lespiau  <damien.lespiau gmail com>
260
261         * gst-libs/gst/rtsp/gstrtspconnection.c:
262         (gst_rtsp_connection_write):
263         Make the next call to poll not depend on previous calls to poll with or
264         without reading from the active descriptor. Fixes #544293.
265
266 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
267
268         Patch by: Nick Haddad <nick at haddads dot net>
269
270         * gst-libs/gst/riff/riff-ids.h:
271         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
272         Add support for other fourcc codes that are commonly used for
273         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
274         Fixes #558553.
275
276 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
277
278         * gst/audioresample/gstaudioresample.c:
279           Return the result of parent_class->event().
280
281 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
282
283         * gst/audioresample/gstaudioresample.c:
284         (gst_audioresample_class_init), (audioresample_fixate_caps):
285         Fixate the rate to the nearest supported rate instead of
286         the first one. Fixes bug #549510.
287
288 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
289
290         * win32/common/libgstaudio.def:
291         Add new symbols.
292
293 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
294
295         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
296         Attempt to make obfuscated code clearer.
297
298 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
299
300         * docs/libs/gst-plugins-base-libs-sections.txt:
301         * gst-libs/gst/floatcast/floatcast.h:
302         Move float endianness conversion macros to core. Second part of
303         bug ##555196.
304
305 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
306
307         * sys/ximage/ximagesink.h:
308         * sys/xvimage/xvimagesink.h:
309           Don't mark as gtk-doc docs as they aren't public.
310
311 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
312
313         * sys/xvimage/xvimagesink.c:
314         * sys/xvimage/xvimagesink.h:
315         * tests/icles/Makefile.am:
316         * tests/icles/test-colorkey.c:
317           Allow setting colorkey if possible. Implement property probe interface
318           for optional X features (autopaint-colorkey, double-buffer and
319           colorkey). Fixes #554533
320
321 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
322
323         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
324         Remove useless buffer size assignment. It already has this value.
325
326 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         * gst-libs/gst/audio/gstaudiosink.c:
329         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
330         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
331         (gst_audioringbuffer_stop):
332         Implement a separate activate functions to start monitoring the segments
333         or, in pull mode, pulling in data.
334
335         * gst-libs/gst/audio/gstbaseaudiosink.c:
336         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
337         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
338         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
339         (gst_base_audio_sink_activate_pull),
340         (gst_base_audio_sink_async_play),
341         (gst_base_audio_sink_change_state):
342         Implement pad and element convert query function.
343         Activate the ringbuffer.
344         Use the segment last_stop value as the offset to pull.
345         Use new basesink _do_preroll() method to preroll in the pulling thread.
346         Take appropriate locking in the pulling thread.
347
348         * gst-libs/gst/audio/gstringbuffer.h:
349         Update some docs.
350
351 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
352
353         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
354         Improve MXF typefinding a bit by searching for a header partition
355         pack instead of just a general partition pack and checking more
356         bytes for valid values.
357
358 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
359
360         * tests/icles/.cvsignore:
361         update ignore file.
362
363         * tests/icles/Makefile.am:
364         * tests/icles/test-box.c: (make_pipeline), (main):
365         Add another interactive command line experimentation suite for
366         dynamically boxing/cropping/saling an input video.
367
368 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
369
370         * docs/libs/gst-plugins-base-libs-sections.txt:
371         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
372         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
373         * gst-libs/gst/audio/gstringbuffer.h:
374         Add methods to more accuratly control the pulling thread of a
375         ringbuffer.
376         Add format conversion helper code to the ringbuffer.
377         API: GstRingBuffer:gst_ring_buffer_activate()
378         API: GstRingBuffer:gst_ring_buffer_is_active()
379         API: GstRingBuffer:gst_ring_buffer_convert()
380
381 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
382
383         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
384         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
385         (gst_audioringbuffer_stop):
386         Signal thread startup earlier so that we can immediatly go into pull
387         mode when we have to and block on preroll.
388
389 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
390
391         * gst-libs/gst/audio/gstringbuffer.c:
392         (gst_ring_buffer_prepare_read):
393         In pull mode we want the callback to prepull a buffer we can preroll on
394         even when we are not yet playing.
395
396 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
397
398         * ext/alsa/Makefile.am:
399         * ext/cdparanoia/Makefile.am:
400         * ext/gio/Makefile.am:
401         * ext/gnomevfs/Makefile.am:
402         * ext/libvisual/Makefile.am:
403         * ext/ogg/Makefile.am:
404         * ext/pango/Makefile.am:
405         * ext/theora/Makefile.am:
406         * ext/vorbis/Makefile.am:
407         * gst/adder/Makefile.am:
408         * gst/audioconvert/Makefile.am:
409         * gst/audiorate/Makefile.am:
410         * gst/audioresample/Makefile.am:
411         * gst/audiotestsrc/Makefile.am:
412         * gst/ffmpegcolorspace/Makefile.am:
413         * gst/gdp/Makefile.am:
414         * gst/playback/Makefile.am:
415         * gst/subparse/Makefile.am:
416         * gst/tcp/Makefile.am:
417         * gst/typefind/Makefile.am:
418         * gst/videorate/Makefile.am:
419         * gst/videoscale/Makefile.am:
420         * gst/videotestsrc/Makefile.am:
421         * gst/volume/Makefile.am:
422         * sys/v4l/Makefile.am:
423         * sys/ximage/Makefile.am:
424         * sys/xvimage/Makefile.am:
425           Don't install static libs for plugins. Fixes #550851 for base.
426
427 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
430         Set the default blocksize to -1 because we will then use the configured
431         samplesperbuffer to create our output buffer.
432
433 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
434
435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
436         (gst_riff_create_video_template_caps):
437         Add mappping for the KMVC (Karl Morton's Video) Codec.
438
439 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
440
441         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
442         Don't forget to advance the offset of what we're matching against, else
443         we end up in a forever loop.
444
445 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
446
447         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
448         Improve typefinding a bit. If we don't have a Unicode charset
449         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
450
451 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
452
453         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
454         Fix build on macosx.
455
456 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         Based on patch by: Robin Stocker <robin at nibor dot org>
459
460         * ext/theora/gsttheoradec.h:
461         * ext/theora/theoradec.c: (gst_theora_dec_init),
462         (theora_dec_setcaps), (theora_handle_type_packet),
463         (theora_dec_decode_buffer), (theora_dec_change_state):
464         Parse input caps and make the PAR override the encoded PAR when
465         specified by a container. Fixes #555699.
466
467 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
470         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
471         (gst_base_rtp_depayload_set_gst_timestamp),
472         (gst_base_rtp_depayload_change_state):
473         * gst-libs/gst/rtp/gstbasertpdepayload.h:
474         Add some more G_LIKELY
475         Fail when the setcaps function was not called.
476
477         * gst-libs/gst/rtp/gstbasertppayload.c:
478         (gst_basertppayload_set_outcaps):
479         Propagate return value of setcaps.
480
481 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
482
483         * gst/subparse/Makefile.am:
484         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
485         (gst_sub_parse_class_init), (gst_sub_parse_init),
486         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
487         (get_next_line), (gst_sub_parse_data_format_autodetect),
488         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
489         (gst_subparse_type_find):
490         * gst/subparse/gstsubparse.h:
491         Add support for UTF16/UTF32 subtitles as long as the first bytes of
492         the first buffer contain the BOM. This also adds support for other
493         encodings that allow NUL bytes via the encoding property.
494         Fixes bugs #552237 and #456788.
495
496 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
497
498         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
499         Don't drop the last byte of image tags if they're not an URI list.
500         Fixes bug #556066.
501
502 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
503
504         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
505         For looking at the 4th byte we have to get 4 bytes of course
506         and not 3.
507
508 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
509
510         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
511         Improve FLAC-without-headers typefinding by looking at most of the
512         frame header and checking if invalid values are used. Should prevent
513         quite some false positives compared to the old version which only
514         check if the first 14 bits are set.
515
516 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
517
518         * sys/xvimage/xvimagesink.c:
519           Don't assert on caps==NULL.
520
521 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
522
523         * gst/subparse/gstsubparse.c:
524         (gst_sub_parse_data_format_autodetect), (handle_buffer),
525         (gst_sub_parse_change_state):
526         * gst/subparse/gstsubparse.h:
527         * tests/check/elements/subparse.c: (GST_START_TEST):
528         Add support for subtitle files with UTF-8 BOM at the beginning
529         by simple stripping it from the first line before passing it
530         to any parsing code. Fixes bug #555257 and playback of files
531         created by Gnome Subtitles.
532
533 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
534
535         * gst/audiotestsrc/gstaudiotestsrc.c:
536         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
537         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
538         (gst_audio_test_src_start), (gst_audio_test_src_stop),
539         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
540         (gst_audio_test_src_create):
541         * gst/audiotestsrc/gstaudiotestsrc.h:
542         Define the default property values in the usual place.
543         Implement start/stop to reset values correctly.
544         Calculate the sample size only once when we negotiate.
545         Rename some values to make more sense.
546         Keep track of our byte range.
547         Add support for pull based scheduling. Disabled for now until we have
548         the whole stack working.
549         Set the BUFFER_OFFSET correctly.
550
551 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
552
553         Based on a patch by: xavierb at gmail dot com
554
555         * gst/subparse/gstsubparse.c:
556         (gst_sub_parse_data_format_autodetect):
557         * tests/check/elements/subparse.c: (GST_START_TEST):
558         Make the detection of the used subtitle a bit less strict
559         for srt subtitles. Fixes bug #555607.
560
561 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
562
563         * ext/vorbis/vorbisenc.c:
564         (gst_vorbis_enc_buffer_check_discontinuous):
565         Fix discontinuity detection which was broken by last commit.
566
567 2008-10-09  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
568
569         * configure.ac::
570           Require core CVS for ghostpad API additions used by decodebin2.
571
572 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
573
574         * gst-libs/gst/audio/gstbaseaudiosrc.c:
575         (gst_base_audio_src_create):
576         Fix debug statements (space between '%' and actual format).
577
578 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
581         Remove bogus assert, the decodepad could have been created inside an
582         already existing group.
583
584 2008-10-08  Andy Wingo  <wingo@pobox.com>
585
586         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
587         target instead of setting it.
588         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
589         API for a decode pad. The bugfix is that we set the group in
590         activate(), not when the pad was created because it might be NULL
591         then.
592         (gst_decode_group_control_source_pad, gst_decode_group_expose):
593         Update to use the API.
594
595 2008-10-08  Andy Wingo  <wingo@pobox.com>
596
597         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
598         be a subclass of GstGhostPad.
599         (analyze_new_pad): So, when emitting the signals that determine
600         how we do autoplugging, already create the ghost pad and use it as
601         the pad in the signal arguments. This allows applications to make
602         a connection between the pad passed in e.g. autoplug-continue, and
603         the pad passed in new-decoded-pad.
604         (connect_pad, expose_pad): Update to receive the ghosted decode
605         pad in the args, retargetting it as necessary if we have to plug
606         the target pad through a multiqueue.
607         (gst_decode_group_control_source_pad): Adapt to receive an
608         already-ghosted pad that just needs activation, blocking, and
609         drain notification.
610         (sort_end_pads): Adapt for decode pads actually being pads.
611         (gst_decode_group_expose): Adapt for decode pads actually being
612         pads. Rewrite the decode pad names so they appear in order. Adds a
613         new error case if we couldn't set the name.
614         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
615         logic.
616         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
617         New API for the decode pad, needed because we shouldn't do these
618         things inside gst_decode_pad_new(), but after.
619         (gst_decode_pad_new): Change to actually make the real pad, and
620         delay the blocking/drainage bits.
621
622 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
623
624         Patch by: Daniel Drake <dsd at laptop dot org>
625
626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
627         Unref all buffers when clearing collectpads. Fixes bug #546955.
628
629 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
630
631         Based on a patch by: Klaas <klaas at rivercrew dot net>
632
633         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
634         (gst_vorbis_enc_buffer_check_discontinuous),
635         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
636         * ext/vorbis/vorbisenc.h:
637         Keep track of the upstream segments and use the running time on that
638         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
639
640 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
641
642         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
643         Prevent overflows with big buffer when calculating the size of
644         the intermediate buffer by using gst_util_uint64_scale() instead of
645         plain arithmetics. Fixes bug #552801.
646
647 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
648
649         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
650
651         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
652         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
653         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
654         (gst_clock_overlay_get_property):
655         * ext/pango/gstclockoverlay.h:
656         API: Add ability to specify format for date/time display by
657         adding a "time-format" property.
658         Fixes bug #554879.
659
660 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
661
662         Patch by: Jan Gerber <j at oil21 dot org>
663
664         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
665         (gst_riff_create_video_template_caps):
666         Add FFV1 fourcc to support playback of FFMPEG lossless video
667         in AVI. Fixes bug #555319.
668
669 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
670
671         Patch by: HĂ¥vard Graff <havard dot graff at tandberg dot com>
672
673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
674         (gst_base_audio_src_create):
675         Implement skew clock slaving. Fixes #552559.
676
677 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         * gst-libs/gst/audio/multichannel.c:
680         * gst-libs/gst/audio/testchannels.c:
681         Fix include of config.h
682
683 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
684
685         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
686
687         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
688         (print_media), (gst_sdp_message_dump):
689         Fix parsing of the c= field containing multicast addresses.
690         Fixes #552199.
691         Add the connection info to the session or streams.
692         Fix parsing of the bandwidth.
693         Add debugging for the connections and bandwidths for a media.
694         Add debugging for the bandwidth of the session. 
695
696 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst-libs/gst/rtp/gstbasertppayload.c:
699         (gst_basertppayload_change_state):
700         Configure the next seqnum and timestamp in the state change so that they
701         can be queried soon after.
702
703 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
706         (gst_base_rtp_depayload_chain):
707         Improve debugging of the rtptime.
708
709 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
710
711         * configure.ac:
712         Back to development -> 0.10.21.1
713
714 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
715
716         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
717         (plugin_init):
718         Add typefinding for FLAC without headers in the beginning.
719         This is already handled by flacdec and friends.
720
721 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
722
723         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
724         (plugin_init):
725         Add typefinder for MXF.
726
727 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
728
729         * tests/icles/Makefile.am:
730         Only build test-colorkey if GTK+ is available.
731
732 === release 0.10.21 ===
733
734 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
735
736         * configure.ac:
737           releasing 0.10.21, "We Could Be Wrong"
738
739 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
740
741         * configure.ac:
742         0.10.20.4 pre-release
743
744 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
745
746         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
747
748         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
749         Set the BOS flag on the BOS packet. Fixes #553244.
750
751 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
752
753         * gst-libs/gst/rtsp/gstrtspmessage.c:
754         (gst_rtsp_message_parse_request),
755         (gst_rtsp_message_parse_response):
756         Fix the g_return_val_if_fail() statements.
757
758 2008-09-22  Michael Smith <msmith@songbirdnest.com>
759
760         * gst-libs/gst/tag/gsttagdemux.c:
761           Fail to activate if there's insufficient data in the file to be usable,
762           preventing an assertion fail later. Fixes #552960
763
764 2008-09-15  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
765
766         * gst-libs/gst/pbutils/descriptions.c:
767         * gst/typefind/gsttypefindfunctions.c:
768           Recognise Kate subtitle streams (#550582).
769
770 2008-09-13  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
771
772         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
773           Remove trailing comma from enum list, which causes problems
774           with -pendantic (#550729).
775
776 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
777
778         * configure.ac:
779         0.10.20.2 pre-release
780
781         * po/LINGUAS:
782         * po/id.po:
783         * po/pt_BR.po:
784
785         New translations.
786
787 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
788
789         * gst-libs/gst/interfaces/propertyprobe.c:
790           (gst_property_probe_get_properties),
791           (gst_property_probe_get_property),
792           (gst_property_probe_probe_property),
793           (gst_property_probe_probe_property_name),
794           (gst_property_probe_needs_probe),
795           (gst_property_probe_needs_probe_name),
796           (gst_property_probe_get_values),
797           (gst_property_probe_get_values_name),
798           (gst_property_probe_probe_and_get_values),
799           (gst_property_probe_probe_and_get_values_name):
800           More sanity checks for our second-favourite interface.
801
802 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
803
804         * gst-libs/gst/interfaces/propertyprobe.c:
805           Check for NULL pointer, in the hope that this fixes #532864.
806
807 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
808
809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
810           No really, the next release is 0.10.21 (fix Since: tags in docs).
811
812 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
813
814         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
815         Disable a code path that is now called but causes a deadlock for some
816         reason and is unneeded.
817
818 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
819
820         * sys/xvimage/xvimagesink.c:
821         * sys/xvimage/xvimagesink.h:
822           Add a "draw-border" property that can be set to false to disable
823           drawing borders.
824           
825         * tests/icles/test-colorkey.c:
826         * tests/icles/Makefile.am:
827           Add new test application for the colorkey handling.
828
829 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
830
831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
832         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
833         This will also be fixed for upcoming gst-ffmpeg release so that once
834         this release of -base is out, it will work with the latest gst-ffmpeg
835         release.
836
837 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
838
839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
840         (gst_riff_create_audio_template_caps):
841         Add Truespeech mapping for RIFF formats (AVI/WAV).
842         Fixes #550656
843
844 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
845
846         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
847         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
848         Fixes #550638.
849
850 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
851
852         * configure.ac:
853         * gst/subparse/Makefile.am:
854         * gst/subparse/gstsubparse.c:
855         * gst/subparse/samiparse.c:
856         * tests/check/elements/subparse.c:
857           Rework last change, so that we build subparse, but just disable the
858           sami parse functionality, if we're configured to not use xml. In the
859           tests only the sami test is disabled now.
860
861 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
862
863         * configure.ac:
864           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
865           test runs.
866
867 2008-09-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
868
869         * po/POTFILES.in:
870           Add some more files with strings for translation.
871
872 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
873
874         * gst-libs/gst/tag/gstvorbistag.c:
875         * tests/check/libs/tag.c:
876           Use new geo location tags from core. Fixes #481169
877
878 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
879
880         * tests/check/elements/audioresample.c: (setup_audioresample),
881         (fail_unless_perfect_stream), (test_perfect_stream_instance),
882         (test_discont_stream_instance):
883         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
884         Add debugging for coherence.
885
886 2008-08-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
887
888         Patch by: Jonathan Matthew  <notverysmart gmail com>
889
890         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
891           Add typefinder for PDF documents (which is nice to have, since it's a
892           common format, but also helps prevent false positives). Fixes #549814.
893
894 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
897         (no_more_pads_cb):
898         Fix nasty race where multiple decodebins could start pushing data before
899         we manage to configure the sinks, resulting in not-linked errors in
900         typical RTSP streaming cases.
901
902 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
903
904         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
905         Since we now call stop, we trigger this code path that causes a deadlock
906         is apparently not needed.
907
908 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
909
910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
911         (gst_ring_buffer_stop):
912         Also allow the case where the ringbuffer was paused when we try to stop
913         it so that the basesrc stop function is still called.
914
915 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
916
917         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
918
919         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
920         Reprobe devices again instead of taking a cached list as new
921         devices could've been plugged in. Fixes bug #549062.
922
923 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
924
925         Patch by: Alessandro Dessina <alessandro nnva org>
926
927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
928         (gst_ogg_demux_activate_chain):
929         Don't add pads and activate them for skeleton streams. These are already
930         handled inside oggdemux. Fixes bug #537599.
931
932 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
935         Reset variable so that query and convert fail after going back to
936         READY. Fixes #548898.
937
938 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
939
940         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
941         If a buffer arrives with a timestamp before the timestamp+duration
942         of the previous buffer clip it instead of dropping it completely.
943         Slight improvement for the unfixable bug #548913.
944
945 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
946
947         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
948         Take the current timestamp instead of timestamp+duration for the offset.
949         This offset will later be used for calculating the timestamp and
950         otherwise vorbisdec will interpolate timestamps wrong if upstream
951         only sends timestamps and no granulepos.
952
953 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
954
955         * tests/examples/seek/seek.c:
956           Don't crash when having no visualisations.
957
958 2008-08-16  David Schleef  <ds@schleef.org>
959
960         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
961           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
962           Fixes #548065.
963
964 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
965
966         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
967         When cleaning up the caps fields also remove "depth" for the same
968         reason we remove "width".
969
970 2008-08-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
971
972         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
973           Add Lead H.264 here as well.
974
975 2008-08-14  Julien Moutte  <julien@fluendo.com>
976
977         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
978         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
979
980 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         * gst-libs/gst/audio/gstbaseaudiosrc.c:
983         (gst_base_audio_src_create):
984         When not slaved to another clock also subtract the base_time from our
985         internal clock time to get the running time.
986
987 2008-08-12  David Schleef  <ds@schleef.org>
988
989         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
990           since it has no basis in libtheora.
991
992 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
993
994         * gst-libs/gst/interfaces/propertyprobe.h:
995           Remove double "interface" from doc-string.
996
997         * gst-libs/gst/interfaces/xoverlay.h:
998           Document interface.
999
1000         * gst-libs/gst/riff/riff.c:
1001           Add basic doc blobs.
1002
1003 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1004
1005         * gst-libs/gst/audio/Makefile.am:
1006           Don't try to build that example anymore.
1007
1008 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1009
1010         * gst-libs/gst/audio/.cvsignore:
1011         * gst-libs/gst/audio/Makefile.am:
1012         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1013         * gst-libs/gst/audio/make_filter:
1014           Move audiofiltertemplate to gst-template.
1015
1016 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1017
1018         * docs/libs/gst-plugins-base-libs-sections.txt:
1019         * gst-libs/gst/audio/gstaudiosrc.h:
1020           More docs and shuffling. What can we do with the hundreds of #defines.
1021
1022 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1023
1024         * gst-libs/gst/audio/audio.h:
1025         * gst-libs/gst/audio/gstaudiofilter.h:
1026         * gst-libs/gst/audio/gstringbuffer.h:
1027         * gst-libs/gst/interfaces/propertyprobe.h:
1028         * gst-libs/gst/tag/gsttagdemux.h:
1029           Reducing number of dundocumented symbols.
1030
1031 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * gst-libs/gst/audio/audio.c:
1034           Fix doc comment syntax.
1035
1036         * gst-libs/gst/interfaces/propertyprobe.c:
1037           Add more doc-comments and a FIXME: for the signal.    
1038
1039 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1040
1041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1042         (gst_ogg_mux_request_new_pad):
1043         * ext/ogg/gstoggmux.h:
1044         Don't pretend to support NEWSEGMENT events, instead override the
1045         GstCollectPads event function to return FALSE on NEWSEGMENT events
1046         and do the normal work for other events.
1047
1048         This prevents elements like flacenc to seek to the start and rewrite
1049         some data which then results in a broken Ogg packet.
1050
1051 2008-08-07  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1052
1053         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1054
1055         * ext/alsa/gstalsaplugin.c: (plugin_init):
1056         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1057         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1058         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1059         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1060         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1061         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1062         * gst/playback/gstdecodebin.c: (plugin_init):
1063         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1064         * gst/playback/gstplayback.c: (plugin_init):
1065         * gst/playback/gstqueue2.c: (plugin_init):
1066         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1067         * sys/v4l/gstv4l.c: (plugin_init):
1068         Make sure gettext returns translations in UTF-8 encoding rather
1069         than in the current locale encoding (#546822).
1070
1071 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1072
1073         * gst-libs/gst/pbutils/descriptions.c:
1074           Add audio/x-qdm for qtdemux.
1075
1076 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1077
1078         * ext/vorbis/vorbisdec.c:
1079           Do not leak old taglist.
1080
1081 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * tests/icles/test-scale.c:
1084           Include <stdlib.h> for atoi().
1085
1086 2008-08-04  Andy Wingo  <wingo@pobox.com>
1087
1088         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1089         documentation fix.
1090
1091 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1092
1093         * gst/adder/gstadder.c:
1094           Cleanup lots of empty lines that came from gst-indent going havoc
1095           before I added the INDENT_ON/OFF marker some time agao.
1096
1097 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1098
1099         * configure.ac:
1100         * gst-libs/gst/riff/riff-read.c:
1101           Bump requirement to latest core and use new tag for riff formats.
1102           Needed for #520694.
1103
1104 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1105
1106         * tests/examples/dynamic/Makefile.am:
1107         * tests/examples/dynamic/codec-select.c: (make_encoder),
1108         (make_pipeline), (do_switch), (my_bus_callback), (main):
1109         Add example app that dynamically switches between 3 'encoders'.
1110
1111 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1112
1113         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1114         Add some more comments.
1115
1116 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1117
1118         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1119         (gst_video_test_src_create):
1120         Discard buffers of the wrong size after renegotiation, this is perfectly
1121         possible with things like capsfilter that could suggest caps changes
1122         upstream without knowing the size of the buffer.
1123
1124 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1125
1126         * tests/icles/.cvsignore:
1127         * tests/icles/Makefile.am:
1128         * tests/icles/test-scale.c: (make_pipeline), (main):
1129         Add dynamic rescaling tests for the new basetransform.
1130
1131 2008-07-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1132
1133         * gst/audioconvert/Makefile.am:
1134           Dist recently-added gstfastrandom.h.
1135
1136 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1137
1138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1139         Fix a "may be used uninitialized in this function" which weirdly only
1140         appears on macosx (?).
1141
1142 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1143
1144         * gst-libs/gst/riff/riff-ids.h:
1145           Adding acid chunk for tempo and loop information.
1146
1147 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1148
1149         * sys/xvimage/Makefile.am:
1150           floor() needs linking to $(LIBM).
1151
1152 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1153
1154         * ext/gnomevfs/gstgnomevfssrc.c:
1155           Aggregate short reads and add some comments and debug logging.
1156           Fixes #537380
1157
1158 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1159
1160         * gst/playback/gstplaybasebin.c:
1161           Fix property doc markup (its not a signal).
1162
1163         * sys/xvimage/xvimagesink.c:
1164           Add since tag for new proeprties (also add sice tags fro the last two
1165           other additions).
1166
1167 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * sys/xvimage/xvimagesink.c:
1170         * sys/xvimage/xvimagesink.h:
1171           Add autofill/colorkey properties. Fixes #538656.
1172
1173 2008-07-28  David Schleef  <ds@schleef.org>
1174
1175         * sys/xvimage/xvimagesink.c:
1176           Fix rounding errors when converting colorbalance values
1177           between hardware and object property ranges.  Partial
1178           fix for #537889, however, there still seems to be a small
1179           drift problem that could be totem's fault.
1180
1181 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1182
1183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1184         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1185         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1186         This fixes a critical warning.
1187
1188 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1189
1190         * ext/ogg/gstoggmux.c:
1191         Allow muxing of CELT into Ogg streams.
1192
1193 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1194
1195         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1196         (plugin_init):
1197         Add simple typefinder for the CELT codec (www.celt-codec.org).
1198
1199 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1200
1201         Patch by: Jan Gerber <j at oil21 dot org>
1202
1203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1204         Fix calculation of the start time from skeleton streams.
1205         Fixes bug #530068.
1206
1207 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1208
1209         * tests/examples/seek/seek.c:
1210           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1211
1212 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1213
1214         * gst/audioconvert/audioconvert.h:
1215         * gst/audioconvert/gstaudioquantize.c:
1216         (gst_audio_quantize_setup_dither),
1217         (gst_audio_quantize_free_dither):
1218         * gst/audioconvert/gstfastrandom.h:
1219         Implement a linear congruential generator as pseudo random number
1220         generator for the dither noise. This is about 2 times faster than
1221         using GLib's mersenne twister. Also this uses only integer math for
1222         generating integers while GLib internally uses floating point math.
1223
1224 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1225
1226         * configure.ac:
1227           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1228
1229 2008-07-23  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1230
1231         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1232
1233         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1234           Use GST_STR_NULL to avoid crashes with libcs that don't
1235           like NULL strings in printf args (such as the win32 one).
1236           Fixes #544306.
1237
1238 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1239
1240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1241         Oops - set the size of the image used for probing back to 1x1, for
1242         consistency with ximagesink
1243
1244 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1245
1246         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1247         (gst_ximagesink_ximage_new):
1248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1249         (gst_xvimagesink_xvimage_new):
1250
1251         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1252         X server to attach to a shared memory segment after we've deleted it,
1253         with the result that MIT-SHM is disabled. Instead, remove it only after 
1254         X succeeds in attaching too.
1255
1256 2008-07-16  David Schleef  <ds@schleef.org>
1257
1258         * gst/audiotestsrc/gstaudiotestsrc.c:
1259         * gst/audiotestsrc/gstaudiotestsrc.h:
1260           Add 'ticks', a 1/30 second sine wave pulse every second.
1261
1262 2008-07-15  David Schleef  <ds@schleef.org>
1263
1264         * gst-libs/gst/video/video.c: Revert ABI change.
1265
1266 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1267
1268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1269         Make it impossible to have NULL caps at the point where we set
1270         framerate and other things. Also don't return immediately for "3ivd"
1271         video and let framerate, etc be set. Might fix bug #542508.
1272
1273 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1274
1275         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1276         Video format can also be conveniently determined from (many)
1277         non-fixed caps.
1278
1279 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1280
1281         * gst/playback/gstplaybasebin.c:
1282         * gst/playback/gstplaybasebin.h:
1283         * gst/playback/gstplaybin.c:
1284         * gst/playback/gststreamselector.c:
1285         First stab at integrating DVD subpicture overlay into
1286         playbin. Successfully plugs and plays, but the queues need
1287         shrinking - 3 seconds of video is too much buffering.
1288
1289 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1290
1291         * gst/audioconvert/gstaudioconvert.c:
1292           Remove now obsolete note in the docs.
1293
1294 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1295
1296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1297         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1298         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1299         * docs/plugins/gst-plugins-base-plugins.args:
1300         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1301         * docs/plugins/gst-plugins-base-plugins.interfaces:
1302         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1303         * docs/plugins/gst-plugins-base-plugins.signals:
1304         * docs/plugins/inspect/plugin-adder.xml:
1305         * docs/plugins/inspect/plugin-alsa.xml:
1306         * docs/plugins/inspect/plugin-audioconvert.xml:
1307         * docs/plugins/inspect/plugin-audiorate.xml:
1308         * docs/plugins/inspect/plugin-audioresample.xml:
1309         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1310         * docs/plugins/inspect/plugin-cdparanoia.xml:
1311         * docs/plugins/inspect/plugin-decodebin.xml:
1312         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1313         * docs/plugins/inspect/plugin-gdp.xml:
1314         * docs/plugins/inspect/plugin-gnomevfs.xml:
1315         * docs/plugins/inspect/plugin-libvisual.xml:
1316         * docs/plugins/inspect/plugin-ogg.xml:
1317         * docs/plugins/inspect/plugin-pango.xml:
1318         * docs/plugins/inspect/plugin-playback.xml:
1319         * docs/plugins/inspect/plugin-queue2.xml:
1320         * docs/plugins/inspect/plugin-subparse.xml:
1321         * docs/plugins/inspect/plugin-tcp.xml:
1322         * docs/plugins/inspect/plugin-theora.xml:
1323         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1324         * docs/plugins/inspect/plugin-uridecodebin.xml:
1325         * docs/plugins/inspect/plugin-video4linux.xml:
1326         * docs/plugins/inspect/plugin-videorate.xml:
1327         * docs/plugins/inspect/plugin-videoscale.xml:
1328         * docs/plugins/inspect/plugin-videotestsrc.xml:
1329         * docs/plugins/inspect/plugin-volume.xml:
1330         * docs/plugins/inspect/plugin-vorbis.xml:
1331         * docs/plugins/inspect/plugin-ximagesink.xml:
1332         * docs/plugins/inspect/plugin-xvimagesink.xml:
1333         * ext/alsa/gstalsamixer.c:
1334         * ext/alsa/gstalsasink.c:
1335         * ext/alsa/gstalsasrc.c:
1336         * ext/gio/gstgiosink.c:
1337         * ext/gio/gstgiosrc.c:
1338         * ext/gio/gstgiostreamsink.c:
1339         * ext/gio/gstgiostreamsrc.c:
1340         * ext/gnomevfs/gstgnomevfssink.c:
1341         * ext/gnomevfs/gstgnomevfssrc.c:
1342         * ext/ogg/gstoggdemux.c:
1343         * ext/ogg/gstoggmux.c:
1344         * ext/pango/gstclockoverlay.c:
1345         * ext/pango/gsttextoverlay.c:
1346         * ext/pango/gsttextrender.c:
1347         * ext/pango/gsttimeoverlay.c:
1348         * ext/theora/theoradec.c:
1349         * ext/theora/theoraenc.c:
1350         * ext/theora/theoraparse.c:
1351         * ext/vorbis/vorbisdec.c:
1352         * ext/vorbis/vorbisenc.c:
1353         * ext/vorbis/vorbisparse.c:
1354         * ext/vorbis/vorbistag.c:
1355         * gst/adder/gstadder.c:
1356         * gst/audioconvert/gstaudioconvert.c:
1357         * gst/audioresample/gstaudioresample.c:
1358         * gst/audiotestsrc/gstaudiotestsrc.c:
1359         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1360         * gst/gdp/gstgdpdepay.c:
1361         * gst/gdp/gstgdppay.c:
1362         * gst/playback/gstdecodebin2.c:
1363         * gst/playback/gstplaybin.c:
1364         * gst/playback/gstplaybin2.c:
1365         * gst/playback/gstqueue2.c:
1366         * gst/playback/gsturidecodebin.c:
1367         * gst/tcp/gstmultifdsink.c:
1368         * gst/tcp/gsttcpserversink.c:
1369         * gst/videorate/gstvideorate.c:
1370         * gst/videoscale/gstvideoscale.c:
1371         * gst/videotestsrc/gstvideotestsrc.c:
1372         * gst/volume/gstvolume.c:
1373         * sys/ximage/ximagesink.c:
1374         * sys/xvimage/xvimagesink.c:
1375           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1376           titles. Drop mentining that all our example pipelines are "simple"
1377           pipelines.
1378
1379 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1380
1381         * tests/examples/seek/Makefile.am:
1382         Fix out of tree build by adding all required CFLAGS.
1383
1384 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1385
1386         * gst/playback/gstdecodebin.c: (add_raw_queue):
1387         And ref the pad before returning it again when linking to the queue
1388         failed. Otherwise we will unref the pad twice later and things break.
1389
1390 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1391
1392         * gst/playback/gstdecodebin.c: (add_raw_queue):
1393         If linking the raw pad with a queue fails, try it without a queue
1394         instead of failing completely. This should never happen.
1395
1396 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1397
1398         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1399
1400         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1401         Add a queue after a demuxer if the demuxer outputs raw data. This was
1402         done before only for non-raw data but is required in this case too.
1403         Fixes bug #540215.
1404
1405         decodebin2 doesn't have this issue because all streams of a group
1406         go through multiqueue.
1407
1408 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1409
1410         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1411
1412         * gst-libs/gst/sdp/gstsdpmessage.c:
1413         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1414         that getaddrinfo() can be used. Fixes #541358.
1415
1416 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1417
1418         * gst/videotestsrc/gstvideotestsrc.c:
1419         (gst_video_test_src_class_init), (gst_video_test_src_init),
1420         (gst_video_test_src_set_property),
1421         (gst_video_test_src_get_property), (gst_video_test_src_create):
1422         * gst/videotestsrc/gstvideotestsrc.h:
1423         Cleanups, use default property values as defines.
1424         Add property to enable/disable peer buffer allocation.
1425
1426 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1427
1428         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1429         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1430         Enable unit tests on PPC again as the bugs are now fixed.
1431
1432 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * gst-libs/gst/riff/riff-ids.h:
1435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1436         (gst_riff_create_audio_template_caps):
1437         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1438         Fixes bug #540351.
1439
1440 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1443         (gst_ffmpeg_pixfmt_to_caps):
1444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1445         (gst_ffmpegcsp_get_unit_size):
1446         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1447         it on other formats. Also adjust the unit size only for that format
1448         to not include the palette. Fixes bug #540497.
1449
1450 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1451
1452         * gst/adder/gstadder.c:
1453           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1454
1455 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1456
1457         * ChangeLog:
1458           ChangeLog surgery.
1459   
1460         * tests/examples/seek/seek.c:
1461           Move variable into ifdef too.
1462         
1463
1464 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1465
1466         * tests/examples/seek/seek.c:
1467           Include config.h and check if we have X. Remove XInitThread(), don't
1468           think its needed. Fixes: #540334.
1469
1470 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1471
1472         Patch by: Sam Morris <sam at robots dot org to uk>
1473
1474         * gst-libs/gst/interfaces/mixertrack.c:
1475         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1476         (gst_mixer_track_set_property):
1477         API: Add "index" property to GstMixerTrack to differantiate between
1478         multiple mixer tracks with the same label.
1479
1480         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1481         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1482         Set the "index" property of GstMixerTrack to the index given by ALSA.
1483         Fixes bug #528299.
1484
1485 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1486
1487         * tests/examples/seek/Makefile.am:
1488         * tests/examples/seek/seek.c:
1489           Remove libgstvideo usage. Use gtk_get_option_group instead of
1490           gtk_init().
1491
1492 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1493
1494         * tests/check/Makefile.am:
1495           Name the test registry format neutral.
1496
1497 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1498
1499         * gst/playback/gstqueue2.c:
1500           Do not double notify. Remove the unsued return value.
1501
1502 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1503
1504         * ext/alsa/gstalsamixer.c:
1505           Also consider "speaker" as a name for master volume. If that doesn't
1506           help look for the first non-mono volume control that also has a
1507           playback switch.
1508
1509 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1510
1511         * ChangeLog:
1512           Forgot to save the ChangeLog :/
1513
1514 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1515
1516         * tests/examples/seek/Makefile.am:
1517         * tests/examples/seek/seek.c:
1518           Embedd the xwindow. Allow to play multiple files.
1519
1520 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1521
1522         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1523         (gst_ximagesink_setcaps):
1524         * sys/ximage/ximagesink.h:
1525         When the caps change, make sure to re-draw borders in
1526         force-aspect-ratio=true mode.
1527         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1528         Don't clear the border_draw flag until we actually draw the border.
1529         * tests/check/Makefile.am:
1530         Ignore alsasink/src during the states test too, so it doesn't fail
1531         when running without access to the sound device.
1532
1533 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1534
1535         * tests/examples/seek/seek.c:
1536           Fix crasher when playing a parse-launch line the 2nd time.
1537
1538 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1539
1540         * tests/check/pipelines/oggmux.c:
1541           Properly ifdef tests to fix compilation.
1542
1543 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1544
1545         * gst/playback/gstplay-marshal.list:
1546         * gst/playback/gstplaybin2.c:
1547           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1548           playbin2. This allows the user to get to the selector's sinkpads, and
1549           thus inspect a range of things - caps, tags, etc. 
1550
1551 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1552
1553         * gst/playback/gstplaybin2.c:
1554           Use a different constant for the convert-frame signal id.
1555           Fixes #537009.
1556
1557 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1558
1559         * gst/playback/gstplaybin2.c:
1560         * gst/playback/gstplaysink.c:
1561           Fix a whole bunch of typos in comments and log statements. 
1562
1563 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1564
1565         * sys/xvimage/xvimagesink.c:
1566           Don't set colour balance values on the Xv port if the user hasn't
1567           changed them (via properties or the interface). Avoids accumulating
1568           rounding errors for the common case.
1569           Partial fix for bug #537889.
1570
1571 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1572
1573         * gst/playback/gstdecodebin2.c:
1574           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1575           pads are drained.
1576
1577 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1578
1579         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1580         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1581         Report the encoder latency. Fixes #538232.
1582
1583 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1584
1585         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1586         (notify_source), (activate_group):
1587         Implement the source property, emit notify when it changes in the
1588         underlying uridecodebin.
1589
1590 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1591
1592         * tests/examples/seek/seek.c: (stop_cb):
1593         Free and clear the seek element list so that we don't use invalid
1594         references when seeking after recreating a gst-launch line.
1595
1596 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1597
1598         * gst-libs/gst/audio/gstbaseaudiosink.c:
1599         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1600         (gst_base_audio_sink_render):
1601         Report latency even if we are not live instead of hiding it.
1602         Take ts-offset and render-delay of the basesink into account when
1603         scheduling samples.
1604         Rework the clipping code so that we can take the various offsets into
1605         account and still do correct clipping.
1606
1607 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1608
1609         * configure.ac:
1610         Bump verion back to devel -> 0.10.20.1
1611
1612 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1613
1614         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1615         Don't increase the size of non-string image buffers by one as this
1616         might in theory confuse decoders. Still increase it by one for string
1617         image buffers to append '\0'.
1618
1619 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1620
1621         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1622         
1623         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1624         Fix a buffer memleak and remove a confusing and wrong debug output.
1625         Fixes bug #538663.
1626
1627 === release 0.10.20 ===
1628
1629 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1630
1631         * configure.ac:
1632           releasing 0.10.20, "Here I Go Again"
1633
1634 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1635
1636         * configure.ac:
1637         0.10.19.3 pre-release
1638
1639 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1640
1641         * gst-libs/gst/rtsp/gstrtspconnection.c:
1642         Fix build on win32.
1643         Patch By: David Schleef <ds@schleef.org>
1644         Fixes: #536874
1645
1646 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1647
1648         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1649         (gst_gio_base_src_create):
1650         * ext/gio/gstgiobasesrc.h:
1651         Try to read the requested number of bytes, even if the first
1652         read returns less than requested, until nothing is read anymore
1653         or we have the requested amount of bytes. This fixes playback of
1654         files via Samba as Samba only allows to read 64k at once.
1655
1656         Implement a caching algorithm that makes sure that we read at
1657         least 4k of data every time. Some elements will try to read a few
1658         bytes, then seek, read again a few bytes and so on and this is
1659         painfully slow as every operation has to go over DBus if GVfs is
1660         used as backend.
1661
1662         Fixes bug #536849 and #536848.
1663
1664         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1665         (gst_gio_src_check_get_range):
1666         Override check_get_range() to blacklist http/https URIs
1667         and whitelist file URIs. More to be added on demand.
1668
1669 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1670
1671         * configure.ac:
1672         0.10.19.2 pre-release
1673
1674 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1675
1676         * win32/common/libgstrtsp.def:
1677         * win32/common/libgsttag.def:
1678         Add new API functions to the dll exports
1679
1680 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1681
1682         * gst/playback/gstplaybasebin.c:
1683           Disconnect signals from decodebins we created before we remove it
1684           from playbin, to avoid crashes if the decodebin is eventually
1685           disposed after the playbin itself (possible if the app takes a
1686           reference on the decodebin).
1687           Fixes #536521.
1688
1689 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1690
1691         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1692           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1693           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1694           (h264_video_type_find), (mpeg_video_stream_type_find),
1695           (dv_type_find), (mmsh_type_find):
1696           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1697           copy caps for no good reason (this may be desirable to make it easier
1698           to detect leaks, but then it should probably be done for all caps
1699           in the typefinder somewhere).
1700
1701 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1702
1703         * tests/check/Makefile.am:
1704         Do not try to run the check tests for subparse unless it has been
1705         built.
1706
1707 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1708
1709         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1710         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1711         Do not try to run a test which requires vorbisenc unless we have
1712         actually built it.
1713
1714 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1715
1716         * gst-libs/gst/rtsp/gstrtspconnection.c:
1717         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1718         (gst_rtsp_connection_clear_auth_params),
1719         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1720         * gst-libs/gst/rtsp/gstrtspconnection.h:
1721         Add a couple of missing argument guards.
1722         Add a way of setting the DSCP for an RTSP connection.
1723         Add an accessor method for the ip member of GstRTSPConnection as all
1724         members are supposed to be private.
1725
1726 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1727
1728         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1729         Fixed accidental use of IPv4 options for all IPv6 addresses.
1730
1731 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1732
1733         * gst-libs/gst/interfaces/mixertrack.h:
1734           Document mixer track flags.
1735
1736 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1737
1738         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1739
1740         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1741         Don't set caps on the buffers that contain a copy of the buffer
1742         including the caps of them resulting in an always increasing refcount
1743         of the caps and insanely large caps. Instead include a buffer without
1744         caps in the new caps. Fixes bug #536475.
1745
1746 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1747
1748         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1749         Transform a given PAR to a range on the struct with the generic
1750         height/width instead of the struct with the possibly restricted
1751         height/width.
1752
1753 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1754
1755         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1756         Prefer the given format if it contains something stricter than [1,MAX]
1757         for height or width and only put a structure that requires rescaling
1758         as second. This makes it possible to use videoscale in pipelines where
1759         the source can actually produce the wanted height/width but usually
1760         selects a different one from the requested.
1761
1762 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1763
1764         Based on patch by: John Millikin <jmillikin gmail com>
1765
1766         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1767           (gst_vorbis_tag_add_coverart):
1768           Retrieve COVERART tags from vorbis comments (#512333)
1769
1770 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1771
1772         * gst-libs/gst/tag/tag.h:
1773         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1774           Don't forget to add new enum value here too (should probably use
1775           glib-mkenums here...).
1776
1777 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1778
1779         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1780         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1781         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1782           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1783           (gst_tag_image_data_to_image_buffer):
1784           Add two utility functions to avoid code duplication (#512333):
1785           API: add gst_tag_image_data_to_image_buffer()
1786           API: add gst_tag_list_add_id3_image()
1787           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1788
1789 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1790
1791         * win32/common/libgstaudio.def:
1792         Add gst_audio_check_channel_positions() to the exported symbols.
1793
1794 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1795
1796         * docs/libs/gst-plugins-base-libs-sections.txt:
1797         * gst-libs/gst/audio/multichannel.c:
1798         (gst_audio_check_channel_positions):
1799         * gst-libs/gst/audio/multichannel.h:
1800         API: Make gst_audio_check_channel_positions() public.
1801
1802         * tests/check/libs/audio.c: (GST_START_TEST):
1803         Add some simple checks for gst_audio_check_channel_positions().
1804
1805 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1806
1807         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1808           minrange and maxrange are scaled according to the frequency
1809           multiplier.
1810
1811 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1812
1813         * ext/pango/Makefile.am:
1814         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1815           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1816           Use gstvideo functions to calculate strides and plane offsets. Fixes
1817           rendering issue ('ghost' images of the text on the chroma planes)
1818           with widths or heights that are not multiples of 8 (#506659 and
1819           probably also #485729).
1820
1821         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1822           (main):
1823           Test with odd height/width too.
1824
1825 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1826
1827         * gst/adder/gstadder.c: (gst_adder_query_duration),
1828         (gst_adder_query_latency):
1829         When using gst_element_iterate_pads() one has to unref every pad
1830         after usage.
1831
1832 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1833
1834         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1835         (gst_base_audio_src_class_init):
1836         Add a gtk-doc chunk for the new properties to have a Since: indication.
1837
1838 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1839
1840         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1841         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1842         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1843         (gst_base_audio_src_change_state):
1844         Provide readable actual-buffer-time and actual-latency-time properties
1845         that reflect the configured ringbuffer values. Fixes #524724.
1846         API: GstBaseAudioSrc:actual-buffer-time
1847         API: GstBaseAudioSrc:actual-latency-time
1848
1849 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1850
1851         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1852         (gst_basertppayload_change_state):
1853         Simply converting the running time into an RTP timestamp by scaling it
1854         based on the clock-rate is good enough for making an RTP timestamp. This
1855         has the added benefit that we can later on expose a property with the
1856         RTP timestamp of running time 0, as is needed for RTSP servers to
1857         generate the response of the PLAY request.
1858
1859 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1860
1861         * gst/audioconvert/gstaudioconvert.c:
1862         (structure_has_fixed_channel_positions),
1863         (gst_audio_convert_transform_caps):
1864         Allow up to 11 positioned channels now that audioconvert can handle
1865         this but add no default positions for > 8 channels.
1866         
1867         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1868         Add some unit tests for the above change: Test conversion of
1869         11 positioned channels to stereo and the other way around, test
1870         conversion of 15 unpositioned channels in different ways.
1871
1872 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1873
1874         * win32/common/libgstaudio.def:
1875         Add gst_audio_clock_reset to the list of exported symbols.
1876
1877 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1878
1879         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1880         Remove wrong_channels_identification_header unit test as we now
1881         support 7 (and more channels).
1882
1883 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1884
1885         * gst/audioconvert/gstchannelmix.c:
1886         (gst_channel_mix_fill_one_other):
1887         If mixing left or right to center (or the other way around) only take
1888         the complete value if we don't already have the original position in
1889         the source.
1890
1891 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1892
1893         * gst-libs/gst/audio/multichannel.c:
1894         (gst_audio_check_channel_positions),
1895         (gst_audio_set_structure_channel_positions_list),
1896         (gst_audio_fixate_channel_positions):
1897         Allow rear center together with rear left/right and other previously
1898         conflicting channel positions. The reason why they weren't allowed
1899         was the channel mixing implementation in audioconvert.
1900         Also take this into account when fixing channel layouts.
1901
1902         Allow setting channel positions for 1/2 channels when using
1903         gst_audio_set_structure_channel_position().
1904
1905         * gst/audioconvert/gstchannelmix.c:
1906         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1907         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1908         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1909         Major rewrite of the channel mixing.
1910
1911         We now allow previously conflicting channel positions to appear
1912         together (rear center and rear left/right for example).
1913         Fixes bug #533817.
1914
1915         Rework the way channels are mixed together to take more possible
1916         channel positions into account, properly mix from/to side channels
1917         and don't assume that either center, left&right or nothing of a
1918         specific position is available anymore.
1919
1920         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1921         Adjust unit tests with non-standard 1/2 channel layouts to the more
1922         correct new behaviour.
1923
1924         Add a unit test for 5.1->Stereo downmixing.
1925
1926 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1927
1928         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1929         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1930         Add sane defaults for the 7 and 8 channel layouts as those are
1931         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1932         more than 8 channels instead of erroring out. Fixes bug #535356.
1933
1934 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1935
1936         * docs/plugins/Makefile.am:
1937         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1938         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1939         * ext/theora/theoraparse.c:
1940         Add theoraparse to the docs and fix some docs.
1941
1942 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1943
1944         * gst-libs/gst/cdda/gstcddabasesrc.c:
1945         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1946         Fix EOS condition and track addition check, the track.end sector is
1947         included in the track. Fixes #533265.
1948
1949 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1950
1951         Patch by: Mark Nauwelaerts <manauw at skynet be>
1952
1953         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1954         (gst_video_rate_flush_prev), (gst_video_rate_event),
1955         (gst_video_rate_chain):
1956         * gst/videorate/gstvideorate.h:
1957         React (more) to NEWSEGMENT
1958         Small adjustment in timestamp calculation to prevent mismatches
1959         Fixes #435633.
1960
1961 2008-05-28  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1962
1963         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1964           Initialise error to NULL as we should.
1965
1966 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1967
1968         * gst/adder/gstadder.c: (gst_adder_query_duration),
1969         (gst_adder_query_latency), (gst_adder_query):
1970         Implement latency query.
1971
1972 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1973
1974         * gst/adder/gstadder.c: (gst_adder_query_duration):
1975         Correctly resync the iterator if gst_iterator_next() returns
1976         GST_ITERATOR_RESYNC.
1977
1978 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1979
1980         * win32/vs6/libgstpbutils.dsp:
1981           Add pbutils-enumtypes.c to sources (#518037).
1982
1983 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1984
1985         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1986         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1987         * gst-libs/gst/audio/gstaudioclock.h:
1988         Add method to inform the clock that the time starts from 0 again. We use
1989         this info to calculate a clock offset so that the time we report in
1990         internal_time is monotonically increasing, as required by the clock base
1991         class. Fixes #521761.
1992         API: GstAudioClock::gst_audio_clock_reset()
1993
1994         * gst-libs/gst/audio/gstbaseaudiosink.c:
1995         (gst_base_audio_sink_skew_slaving),
1996         (gst_base_audio_sink_change_state):
1997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1998         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1999         Reset reported time when we (re)create the ringbuffer.
2000
2001 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2002
2003         * ext/alsa/gstalsamixertrack.c:
2004           (gst_alsa_mixer_track_update_alsa_capabilities):
2005           Make sure playback volumes aren't accidentally overwritten by
2006           capture volumes if an alsa mixer track has both playback and
2007           capture capabilities: we create two GstMixerTracks in that
2008           case, so make sure we query only the alsa capabilities that
2009           refer to the type of GstMixerTrack we created from the dual
2010           capability alsa element. Should fix issues with Audigy2 sound
2011           cards (#518082).
2012
2013 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2014
2015         * tests/check/pipelines/oggmux.c: (test_pipeline):
2016           Don't use deprecated function.
2017
2018 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2019
2020         * gst/playback/gstdecodebin2.c:
2021         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2022         Check for NULL cases and log them, creating ghostpads can, for example,
2023         fail when the pad returns wrong caps.
2024
2025         * gst/playback/gstplaybin2.c: (perform_eos):
2026         When pushing out the EOS event, collect the return value and warn when
2027         something failed.
2028
2029 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2030
2031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2032         (gst_riff_create_video_template_caps):
2033         Add support for DVCPRO.
2034
2035 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2036
2037         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2038           Change default scaling method from nearest-neighbour to bilinear.
2039
2040 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2041
2042         * tests/check/libs/video.c:
2043           More checks.
2044
2045 2008-05-25  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2046
2047         * gst/subparse/gstsubparse.c: (parser_state_init),
2048           (gst_sub_parse_format_autodetect), (handle_buffer):
2049         * gst/subparse/gstsubparse.h:
2050         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2051           Limit duration to a maximum of five seconds for tmplayer format where
2052           we can guess the duration only from the timestamp of the next line of
2053           text. We don't want to show a text for eternities just because nothing
2054           else is being said for a while.
2055
2056 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2057
2058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2059         (gst_base_rtp_depayload_chain),
2060         (gst_base_rtp_depayload_handle_sink_event),
2061         (gst_base_rtp_depayload_push_full),
2062         (gst_base_rtp_depayload_change_state):
2063         Check sequence numbers, mark input buffers with a discont flag for the
2064         subclass when we detected a gap, drop duplicate buffers. We do this
2065         because one can use the element without a jitterbuffer in front and we
2066         don't want to feed the subclasses invalid or reordered data.
2067         Do an error when the subclass did not provide a process function instead
2068         of crashing.
2069         Some other small cleanups.
2070
2071 2008-05-22  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2072
2073         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2074           May just as well use the precalculated uvstride here.
2075
2076 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2077
2078         * docs/plugins/Makefile.am:
2079         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2081         * docs/plugins/gst-plugins-base-plugins.args:
2082         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2083         * docs/plugins/gst-plugins-base-plugins.interfaces:
2084         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2085         * docs/plugins/inspect/plugin-adder.xml:
2086         * docs/plugins/inspect/plugin-alsa.xml:
2087         * docs/plugins/inspect/plugin-audioconvert.xml:
2088         * docs/plugins/inspect/plugin-audiorate.xml:
2089         * docs/plugins/inspect/plugin-audioresample.xml:
2090         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2091         * docs/plugins/inspect/plugin-cdparanoia.xml:
2092         * docs/plugins/inspect/plugin-decodebin.xml:
2093         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2094         * docs/plugins/inspect/plugin-gdp.xml:
2095         * docs/plugins/inspect/plugin-gio.xml:
2096         * docs/plugins/inspect/plugin-gnomevfs.xml:
2097         * docs/plugins/inspect/plugin-libvisual.xml:
2098         * docs/plugins/inspect/plugin-ogg.xml:
2099         * docs/plugins/inspect/plugin-pango.xml:
2100         * docs/plugins/inspect/plugin-playback.xml:
2101         * docs/plugins/inspect/plugin-queue2.xml:
2102         * docs/plugins/inspect/plugin-subparse.xml:
2103         * docs/plugins/inspect/plugin-tcp.xml:
2104         * docs/plugins/inspect/plugin-theora.xml:
2105         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2106         * docs/plugins/inspect/plugin-uridecodebin.xml:
2107         * docs/plugins/inspect/plugin-video4linux.xml:
2108         * docs/plugins/inspect/plugin-videorate.xml:
2109         * docs/plugins/inspect/plugin-videoscale.xml:
2110         * docs/plugins/inspect/plugin-videotestsrc.xml:
2111         * docs/plugins/inspect/plugin-volume.xml:
2112         * docs/plugins/inspect/plugin-vorbis.xml:
2113         * docs/plugins/inspect/plugin-ximagesink.xml:
2114         * docs/plugins/inspect/plugin-xvimagesink.xml:
2115         * ext/cdparanoia/gstcdparanoiasrc.c:
2116         * ext/ogg/gstoggdemux.c:
2117         * ext/ogg/gstoggdemux.h:
2118         * ext/ogg/gstoggmux.c:
2119         * ext/ogg/gstoggmux.h:
2120         * gst/audioconvert/audioconvert.c:
2121         * gst/audioconvert/audioconvert.h:
2122         * gst/audioconvert/gstaudioconvert.h:
2123         * gst/gdp/gstgdpdepay.h:
2124         * gst/gdp/gstgdppay.h:
2125         * gst/playback/gstdecodebin.c:
2126         * gst/playback/gstdecodebin2.c:
2127         * gst/playback/gstplaybin.c:
2128         * gst/playback/gstplaybin2.c:
2129         * gst/playback/gsturidecodebin.c:
2130         * gst/tcp/gstmultifdsink.c:
2131         * gst/tcp/gstmultifdsink.h:
2132         * gst/tcp/gsttcp.h:
2133
2134         Add some documentation comments, and some new headers to be scanned.
2135         Rename some internal enum declarations (audioconvert's DitherType and
2136         NoiseShapingType, GstUnitType from the TCP elements) to match the
2137         documented GObject type names so that the docs pick them up.
2138         Name the playbin2 docs markups properly so they get picked up. They'll
2139         need renaming back when/if playbin2 becomes playbin.
2140
2141         100% symbol coverage for the plugin docs, booya.
2142
2143 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2144
2145         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2146
2147         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2148         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2149
2150 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2151
2152         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2153
2154         * gst/playback/gstdecodebin.c: (remove_fakesink):
2155         Lock the fakesink before setting the state to NULL and removing it from
2156         the bin so that a concurrent state change cannot interfere. 
2157         Fixes #534331.
2158
2159 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2160
2161         * docs/Makefile.am:
2162         Fix installing plugin documentation when gtk-doc is disabled.
2163
2164 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2165
2166         * gst-libs/gst/rtsp/Makefile.am:
2167         Distribute, don't install md5.h
2168
2169 2008-05-21  Julien Moutte  <julien@fluendo.com>
2170
2171         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2172         instead of SOL_IP, works on more platforms.
2173         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2174         arguments.
2175
2176 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2177
2178         * ext/vorbis/vorbisdec.c:
2179         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2181         Some debug and comment fixes.
2182
2183         * tests/examples/dynamic/addstream.c: (main):
2184         Fix , to ;
2185
2186 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2187
2188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2189         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2190         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2191         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2192         (cleanup_decodebin):
2193         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2194         (connect_element), (gst_decode_group_control_demuxer_pad):
2195         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2196         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2197         (mute_group_type):
2198         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2199         (gst_play_bin_set_property), (handoff), (gen_video_element),
2200         (gen_text_element), (gen_audio_element), (gen_vis_element),
2201         (remove_sinks), (add_sink), (setup_sinks):
2202         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2203         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2204         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2205         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2206         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2207         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2208         (gen_vis_chain), (gst_play_sink_reconfigure),
2209         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2210         (gst_play_sink_request_pad):
2211         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2212         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2213         (cb_newpad):
2214         * gst/playback/test6.c: (new_decoded_pad_cb):
2215         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2216         * tests/check/elements/audiorate.c: (test_injector_chain),
2217         (do_perfect_stream_test):
2218         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2219         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2220         * tests/check/elements/gnomevfssink.c:
2221         * tests/check/elements/textoverlay.c:
2222         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2223         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2224         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2225         * tests/check/pipelines/oggmux.c: (test_pipeline):
2226         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2227         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2228         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2229         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2230         * tests/examples/seek/seek.c: (make_mod_pipeline),
2231         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2232         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2233         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2234         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2235         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2236         (update_fill), (msg_buffering):
2237         Don't use bad gst_element_get_pad().
2238
2239 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2240
2241         * gst-libs/gst/riff/riff-media.c:
2242           Fix wrong method name in docs. Fix calculation of strf fields for
2243           broken mulaw/alaw.
2244   
2245         * gst-libs/gst/riff/riff-read.c:
2246           Whitespace fix and removing double ';'.
2247
2248 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2249
2250         * docs/design/part-playbin2.txt:
2251         Add some leftover doc.
2252
2253 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2254
2255         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2256         Fix copy & paste error in last commit.
2257
2258 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2259
2260         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2261         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2262         other channel positions when source has SIDE channels and dest doesn't
2263         or the other way around.
2264
2265 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2266
2267         Patch by: Henrik Eriksson <henriken at axis dot com>
2268
2269         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2270         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2271         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2272         (gst_multi_fd_sink_get_property):
2273         * gst/tcp/gstmultifdsink.h:
2274         Add support for DSCP QOS. Fixes #469933.
2275
2276 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2277
2278         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2279         Add another test that checks if conversion between standard 1 and 2
2280         channel layouts with and without positions set is working.
2281
2282 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2283
2284         * gst-libs/gst/audio/multichannel.c:
2285         (gst_audio_check_channel_positions):
2286         Allow non-standard 2 channel layouts.
2287         
2288         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2289         Add some tests for converting and remapping non-standard 1 and 2
2290         channel layouts.
2291
2292 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2293
2294         * gst/audioconvert/gstchannelmix.c:
2295         (gst_channel_mix_fill_normalize):
2296         Prevent division by zero if the channel mix matrix contains only
2297         zeroes.
2298
2299 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2300
2301         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2302
2303         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2304         Close a buffer memory leak. Fixes bug #534071.
2305
2306 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2307
2308         * gst-libs/gst/rtsp/gstrtsptransport.h:
2309         Make the GstRTSPTransport struct members public as there are no
2310         setters/getters and it's supposed to be changed directly.
2311         Fixes bug #533087.
2312
2313 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2314
2315         * gst/adder/gstadder.c:
2316         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2317         claim this on the pad template caps.
2318
2319 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2320
2321         * gst-libs/gst/audio/gstbaseaudiosink.c:
2322         (gst_base_audio_sink_sync_latency):
2323         We can only use our optimal calibration if we prerolled before the
2324         latency expired.
2325
2326 2008-05-20  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2327
2328         * configure.ac:
2329           Require core CVS for GstBaseSrc buffer caps setting magic.
2330
2331 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2332
2333         * gst/audioconvert/gstaudioconvert.c:
2334         (gst_audio_convert_fixate_channels):
2335         Fix logic in last commit.
2336
2337 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2338
2339         * gst/audioconvert/gstaudioconvert.c:
2340         (gst_audio_convert_fixate_channels):
2341         Passthrough the channel positions if the number of output channels is
2342         the same as the number of input channels, the input had a channel
2343         layout and downstream requests no special one. We did this already for
2344         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2345
2346 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2347
2348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2349         (gst_gnome_vfs_src_finalize),
2350         (gst_gnome_vfs_src_received_headers_callback),
2351         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2352         * ext/gnomevfs/gstgnomevfssrc.h:
2353         Set the ICY caps on the srcpad from where they get picked up by the base
2354         class now and set on the outgoing buffers.
2355
2356         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2357         (gst_base_audio_src_create):
2358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2359         BaseSrc now sets the caps on outgoing buffers automatically.
2360
2361 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2362
2363         * gst-libs/gst/audio/gstbaseaudiosink.c:
2364         (gst_base_audio_sink_resample_slaving),
2365         (gst_base_audio_sink_skew_slaving),
2366         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2367         (gst_base_audio_sink_async_play),
2368         (gst_base_audio_sink_change_state):
2369         Change the way in which the ringbuffer is started when dealing with a
2370         slaved clock and latency. We now sync to the clock until we reach
2371         upstream latency before starting the ringbuffer. This has the effect
2372         that we can accurately align the master and slave clocks and let the
2373         rate correction code take care of the initial drift or rounding errors
2374         instead of leaving them uncorrected with the old approach.
2375
2376 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2377
2378         * gst/audioconvert/gstaudioconvert.c:
2379         (gst_audio_convert_fixate_channels):
2380         Correctly set the default channel positions when converting to 8
2381         channels.
2382
2383 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2384
2385         * configure.ac:
2386           Error out if we don't have the required version of core.
2387
2388 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2389
2390         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2391           Use data scan helper in aac typefinder and stop scanning
2392           for headers when we've found a type. Also fix potential invalid
2393           memory access when calculating the frame length.
2394
2395 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2396
2397         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2398           (mpeg_sys_is_valid_pack):
2399           Don't modify scan context when we return FALSE in ensure_data, so
2400           it's possible to continue scanning, and we don't end up with a NULL
2401           data pointer and a positive size, which might bite us the next time
2402           we're called. Small constification.
2403
2404 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2405
2406         * gst/adder/gstadder.c:
2407         Adder doesn't support 24 bit samples so don't claim it supports them
2408         in the pad template caps.
2409
2410 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2411
2412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2413         (gst_base_rtp_depayload_chain):
2414         Validate the RTP packet before further processing it. It's just too
2415         dangerous to accept random packets and people are not forced to use a
2416         jitterbuffer or session manager to filter out the bad packets.
2417
2418         * gst-libs/gst/rtp/gstrtpbuffer.c:
2419         (gst_rtp_buffer_set_extension_data),
2420         (gst_rtp_buffer_get_payload_subbuffer):
2421         Small cleanups.
2422         When setting extension data in a buffer that is too small, we fail and
2423         we should not set the extension bit.
2424         Change GST_WARNINGS into g_warning because they really are
2425         programming errors.
2426
2427         * tests/check/libs/rtp.c: (GST_START_TEST):
2428         Catch the g_warnings now in the unit tests and that fact that failing to
2429         set extension data left the extension bit untouched.
2430
2431 2008-05-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2432
2433         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2434           Revert previous change which made basetransform handle buffer_alloc
2435           and which breaks things badly in the non-passthrough case since it
2436           returned buffers with a different (ie. sometimes smaller) size than
2437           the size requested.
2438
2439 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2440
2441         Patch by: Bernard B <b-gnome at largestprime dot net>
2442
2443         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2444         Fix seqnum compare function for bordercase values and fix the docs
2445         again. Fixes #533075.
2446
2447         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2448         Add a testcase for seqnum compare function.
2449
2450 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2451
2452         * gst/adder/gstadder.c: (gst_adder_setcaps),
2453         (gst_adder_class_init):
2454         Correctly declare the supported endianness on the pad templates
2455         and check for correct endianness in the set caps function. Adder
2456         only supports native endianness.
2457         Also use gst_element_class_set_details_simple().
2458
2459 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * sys/xvimage/xvimagesink.c:
2462           Better debug logging in port value handling. Merging separate port
2463           value loops into one.
2464
2465 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2466
2467         Patch by: Hannes Bistry <hannesb at gmx dot de>
2468
2469         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2470         * gst/tcp/gsttcpserversink.c:
2471         (gst_tcp_server_sink_handle_server_read),
2472         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2473         Fix regression in clientsrc because we did not add the fd to the poll
2474         set anymore. Fixes #532364.
2475         Do some cleanups here and there.
2476
2477 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2478
2479         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2480         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2481         * gst/playback/gstplay-marshal.list:
2482         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2483         Use correct marshallers. GstCaps are a boxed type and no GObject
2484         subclass.
2485
2486 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2487
2488         * win32/common/libgstrtsp.def:
2489         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2490         symbols.
2491
2492 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2493
2494         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2495
2496         * tests/check/elements/audioresample.c:
2497         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2498         (live_switch_push), (GST_START_TEST):
2499         Add unit test for the latest basetransform negotiation changes.
2500         See bug #526768.
2501
2502 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2503
2504         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2505         Fix nv12<->nv21 conversion if stride is larger than width.
2506
2507 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2508
2509         Patch by: Jan Gerber <j at oil21 dot org>
2510
2511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2512         (gst_ogg_pad_parse_skeleton_fisbone):
2513         * ext/ogg/gstoggdemux.h:
2514         Parse presentation time from skeleton streams and use it as offset
2515         for the timestamps. Fixes bug #530068.
2516
2517 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2518
2519         * gst-libs/gst/audio/gstbaseaudiosink.c:
2520         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2521         Revert previous patch that attempted to more accurately calculate the
2522         initial offset between master and slave clock. The best thing we can do
2523         in general is take the time of both clocks as the diff since we don't
2524         know when the actual preroll happened.
2525
2526 2008-05-11  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2527
2528         * gst-libs/gst/pbutils/install-plugins.c:
2529           Fix docs: type and missing word.
2530
2531 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2532
2533         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2534           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2535           for this instead; don't check if we've found enough markers after
2536           each and every step, it's enough to do that only if we've actually
2537           found a new marker.
2538           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2539
2540 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2541
2542         * gst/typefind/gsttypefindfunctions.c:
2543           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2544           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2545           (mpeg_video_stream_type_find):
2546           Move scan helper thingy to the beginning of the file so we can use
2547           it in other typefind functions. Rename it to something more
2548           generic. Also improve handling of things towards the end of the
2549           typefind data: peek as much as we can if we know the size of the
2550           data, rather than just min_size.
2551
2552 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2553
2554         * docs/libs/gst-plugins-base-libs-sections.txt:
2555         * gst-libs/gst/interfaces/colorbalance.c:
2556         * gst-libs/gst/interfaces/colorbalance.h:
2557         * gst-libs/gst/interfaces/colorbalancechannel.c:
2558         * gst-libs/gst/interfaces/colorbalancechannel.h:
2559         * gst-libs/gst/interfaces/tuner.c:
2560         * gst-libs/gst/interfaces/tunerchannel.c:
2561         * gst-libs/gst/interfaces/tunerchannel.h:
2562         * gst-libs/gst/interfaces/tunernorm.c:
2563         * gst-libs/gst/interfaces/tunernorm.h:
2564         * gst-libs/gst/video/video.c:
2565         * gst-libs/gst/video/video.h:
2566         Document the GstTuner and GstColorBalance interfaces, and some
2567         other random API functions that needed it. 70% symbol coverage, woo.
2568
2569 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2570
2571         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2572         Choose to allocate one less segment but require one additional segment
2573         as latency. 
2574
2575         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2576         No need to increment the number of segments in the source.
2577
2578         * gst-libs/gst/audio/gstbaseaudiosink.c:
2579         (gst_base_audio_sink_get_time), (clock_convert_external),
2580         (gst_base_audio_sink_resample_slaving),
2581         (gst_base_audio_sink_skew_slaving),
2582         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2583         (gst_base_audio_sink_async_play):
2584         Remove adding latency when returning the internal time while subtracting
2585         it again when we use the value a little later.
2586         When calculating the end timestamp, we are making a rounding error
2587         with the current algorithm. Ensure that we don't accumulate these
2588         rounding errors when aligning samples by not resampling at all if we
2589         don't need to. Fixes #419351.
2590         Make the initial calibration of the clock slaving a little more
2591         predictable and accurate. Also handle the case where we don't do
2592         clock slaving.
2593
2594 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2595
2596         Based on a patch by:
2597           Björn Benderius <bjoern dot benderius at axis dot com>
2598
2599         * gst/ffmpegcolorspace/avcodec.h:
2600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2601         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2602         (gst_ffmpegcsp_avpicture_fill):
2603         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2604         * gst/ffmpegcolorspace/imgconvert_template.h:
2605         Add conversions from/to NV12 and NV21 and conversions between those
2606         two formats. Fixes bug #532166.
2607
2608 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2609
2610         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2611         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2612         which happens for example with files smaller than 128kb.
2613
2614 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2615
2616         Patch by: Wouter Cloetens <zombie at e2big dot org>
2617
2618         * gst-libs/gst/rtsp/Makefile.am:
2619         * gst-libs/gst/rtsp/gstrtspconnection.c:
2620         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2621         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2622         (add_auth_header), (gst_rtsp_connection_free),
2623         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2624         (gst_rtsp_connection_set_auth_param),
2625         (gst_rtsp_connection_clear_auth_params):
2626         * gst-libs/gst/rtsp/gstrtspconnection.h:
2627         Add Digest authorization support for RTSP connections. See #532065.
2628
2629         * gst-libs/gst/rtsp/md5.c:
2630         * gst-libs/gst/rtsp/md5.h:
2631         Yeap, another md5 implementation until we can depend on a glib that has
2632         support for it.
2633
2634 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2635
2636         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2637
2638         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2639         Let audioresample use the buffer allocation of basetransform instead
2640         of it's own stuff.
2641
2642         * tests/check/elements/audioresample.c: (alloc_only_48000),
2643         (GST_START_TEST), (audioresample_suite):
2644         Add unit test for the recent basetransform bugfix, where upstream
2645         changes caps to something that can't be passed through anymore.
2646
2647 2008-05-07  Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas at tandberg com>
2648
2649         * win32/common/config.h.in:
2650           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2651           use the real thing than having "???" unconditionally.
2652
2653 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2654
2655         * gst-libs/gst/audio/gstbaseaudiosink.c:
2656         (gst_base_audio_sink_query):
2657         Report the latency with the new seglatency parameter.
2658
2659         * gst-libs/gst/audio/gstringbuffer.c:
2660         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2661         (gst_ring_buffer_acquire):
2662         * gst-libs/gst/audio/gstringbuffer.h:
2663         Add new field to the ringbufferspec to specify the expected latency
2664         between the underlying device read/write pointer, this is needed
2665         when writing sinks that sit a little closer to the hardware.
2666         Add some more docs for other fields.
2667
2668 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2669
2670         * gst/volume/gstvolume.c: (volume_transform_ip):
2671         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2672         reason instead of crashing later. Might fix bug #509125.
2673
2674 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2675
2676         Based on a patch by: Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2677
2678         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2679         * gst/audioconvert/audioconvert.h:
2680         * gst/audioconvert/gstaudioconvert.c:
2681         (gst_audio_convert_parse_caps),
2682         (structure_has_fixed_channel_positions),
2683         (gst_audio_convert_transform_caps):
2684         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2685         Add support for more than 8 channels and NONE channel layouts. For
2686         more than 8 channels no channel conversion is supported yet, only
2687         format conversions are supported. Fixes bug #398033.
2688
2689         * tests/check/elements/audioconvert.c: (verify_convert),
2690         (GST_START_TEST), (audioconvert_suite):
2691         Add some unit tests by Tim for checking the NONE channel layouts
2692         and more than 8 channels and add some more unit tests for channel
2693         conversions.
2694
2695 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2696
2697         * gst/playback/gstdecodebin2.c: (connect_pad):
2698         When autoplugging fails, set the element back to NULL before
2699         unreffing it.
2700
2701 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2702
2703         * win32/common/libgstaudio.def:
2704         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2705         symbols.
2706
2707 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2708
2709         * gst/subparse/samiparse.c: (handle_start_sync),
2710         (end_sami_element), (characters_sami):
2711         Remove trailing, leading and double whitespaces.
2712         Correctly timestamp buffers and output the last buffer too.
2713
2714         * tests/check/elements/subparse.c: (GST_START_TEST),
2715         (subparse_suite):
2716         Add a simple unit test for SAMI parsing.
2717
2718 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2719
2720         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2721
2722         * gst/subparse/samiparse.c: (handle_start_sync),
2723         (start_sami_element), (end_sami_element), (characters_sami),
2724         (sami_context_reset):
2725         Only output characters inside the "sync" elements. There could be
2726         other elements like "style" that have some content but should
2727         not be printed. Fixes bug #467911.
2728
2729 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2732         (set_active_source):
2733         * gst/playback/gstplaybasebin.h:
2734         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2735         (playbin_set_audio_mute):
2736         Allow setting -1 as current-audio to mute the current audio stream,
2737         similar to what is done for subtitles. Fixes bug #342294.
2738
2739 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2740
2741         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2742         It's SorensOn and not SorensEn.
2743
2744 2008-05-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2745
2746         * gst-libs/gst/pbutils/descriptions.c: (formats):
2747           Fix description of video/x-flash-video.
2748
2749 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2750
2751         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2752         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2753         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2754         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2755         Remove some unused code.
2756
2757         * gst/audioconvert/gstaudioquantize.c:
2758         (gst_audio_quantize_free_noise_shaping):
2759         Don't return before freeing the noise shaping history.
2760
2761 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2762
2763         * tests/check/elements/subparse.c: (do_test),
2764           (test_tmplayer_style3b), (subparse_suite):
2765           Add unit test for the tmplayer variant from bug #530962.
2766
2767 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2768
2769         * gst/subparse/gstsubparse.c: (handle_buffer),
2770           (gst_sub_parse_sink_event):
2771         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2772           (tmplayer_parse_line):
2773           Fix parsing of tmplayer subtitle variant where every single line contains
2774           text and there isn't an empty line after each line to determine the
2775           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2776           making sure that we push out the last line of text without a duration if
2777           there's still text left in the buffer at the end.
2778
2779 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2780
2781         * gst/subparse/gstsubparse.c: (feed_textbuf):
2782           Fix detection of discontinuities based on the buffer offset (doesn't work
2783           so well if no buffer offset is set) and also check for the DISCONT buffer
2784           flag. This keeps the parser state from being reset after each buffer in
2785           the unit test.
2786
2787 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2788
2789         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2790           Further fine-tuning: don't absolutely require sequence or GOP headers
2791           (as introduced in the previous commit), but adjust the typefind
2792           probabilities returned accordingly if we don't see them. Also make sure
2793           picture header and first slice are somewhat close to each other (which
2794           is not perfect but still better than requiring a fixed offset or having
2795           no limit at all).
2796
2797 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2798
2799         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2800         (gst_basertppayload_sink_setcaps),
2801         (gst_basertppayload_sink_getcaps):
2802         Rename the setcaps/getcaps function internally to make it clear that
2803         they are called for the sink pad.
2804
2805 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2806
2807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2808         (gst_base_rtp_depayload_class_init),
2809         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2810         (gst_base_rtp_depayload_packet_lost),
2811         (gst_base_rtp_depayload_set_gst_timestamp):
2812         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2813         Catch packet-lost events from the jitterbuffer and convert them into a
2814         vmethod call (lost-packet) so that depayloaders can do something smart.
2815         Also add a default packet-lost function that sends out a segment update
2816         to the decoders.
2817
2818 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2819
2820         * gst/playback/test4.c:
2821         * gst/playback/test5.c:
2822         * gst/playback/test6.c:
2823         * gst/playback/test7.c:
2824           Also include config.h when relying on defines from it. Fixes the
2825           build. Its been a please to serve :)
2826
2827 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2828
2829         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2830         (paint_setup_NV21), (paint_hline_NV12_NV21):
2831         Add support for NV12 and NV21 in videotestsrc
2832
2833 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2834
2835         * gst/videoscale/gstvideoscale.c:
2836         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2837         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2838         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2839         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2840         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2841         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2842         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2843         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2844         (vs_image_scale_linear_RGB555):
2845         Support 1x1 images as input and output as for example the BBC HQ new
2846         streams have 1x1 GIFs in the playlists for some reason.
2847
2848 2008-05-01  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2849
2850         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2851           (try_to_link_1):
2852           If we can't activate one of the decoders we plugged in (such as,
2853           say, musepackdec) for some reason (it might not support push mode,
2854           for example), remove any pad probes that close_pad_link() might
2855           have set up. This makes sure we later don't try to remove a probe
2856           for a pad that doesn't exist any longer, and avoids nast warnings
2857           and probably other things too.
2858
2859 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2860
2861         * gst/typefind/gsttypefindfunctions.c:
2862           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2863           (plugin_init):
2864           Rework mpeg video stream typefinding a bit more: make sure sequence,
2865           GOP, picture and slice headers appear in the order they should and
2866           that we've in fact at least had one of each; fix picture header
2867           detection; decouple picture and slice header check - don't assume
2868           they're at a fixed offset, there may be extra data in between. Also,
2869           announce varying degrees of probability depending on what we found
2870           exactly (multiple pictures, at least one picture, just sequence and
2871           GOP headers). Finally, in _ensure_data(), take into account that we
2872           might be typefinding smaller amounts of data, such as the first
2873           buffer of a stream, so fall back to the minimum size needed as long
2874           as that's available, instead of erroring out if there's less than
2875           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2876           fuzzed file from #399342 as valid.
2877
2878 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2879
2880         * ext/theora/theoradec.c:
2881           Cool kids don't divide by zero.
2882           Treat PAR of x:0 as 1:1.
2883           Fixes #530719.
2884
2885 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2886
2887         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2888           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2889           (mpeg_video_stream_type_find):
2890           Refactor a bit: use context structure to track parsing offset and
2891           size of available data and make the code a bit clearer. Fixes bad
2892           memory access in #356937.
2893
2894 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2895
2896         * gst/playback/test4.c:
2897         * gst/playback/test5.c:
2898         * gst/playback/test6.c:
2899         * gst/tcp/gstmultifdsink.c:
2900           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2901           is defined.
2902
2903 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2904
2905         * gst-libs/gst/audio/gstbaseaudiosink.h:
2906         Clarify some docs.
2907
2908         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2909         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2910         (gst_base_audio_src_set_slave_method),
2911         (gst_base_audio_src_get_slave_method),
2912         (gst_base_audio_src_set_property),
2913         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2914         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2915         Add property and methods for selecting the clock slave method in the
2916         source, like in the sink.
2917         We only implement "none" and "re-timestamp" for now.
2918         API: gst_base_audio_src_set_slave_method()
2919         API: gst_base_audio_src_get_slave_method()
2920
2921 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2922
2923         * gst-libs/gst/rtp/gstrtpbuffer.c:
2924         Fix the docs about the seqnum compare function, it returns a difference.
2925
2926 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2927
2928         * ext/alsa/gstalsadeviceprobe.c:
2929         (gst_alsa_get_device_list): Don't return before freeing up
2930         the allocated structures.
2931
2932 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2933
2934         * gst/playback/gstplaybin.c:
2935           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2936
2937 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2938
2939         * ext/ogg/gstoggdemux.c:
2940           Revert the event part, that should not go in.
2941
2942 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2943
2944         * ext/ogg/gstoggdemux.c:
2945           Don't leak GstPluginFeatures when filtering.
2946
2947 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2948
2949         * sys/xvimage/xvimagesink.c:
2950           Add some logging for cases when grabbing the xv failed.
2951
2952 2008-04-21  David Schleef  <ds@schleef.org>
2953
2954         * ext/ogg/gstoggmux.c:
2955           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2956           packet.  Should conform to what we currently think is the
2957           final Ogg/Dirac muxing spec.
2958
2959 2008-04-21  David Schleef  <ds@schleef.org>
2960
2961         * sys/xvimage/xvimagesink.c:
2962           Fix typo that causes the overlay keying color to bright green
2963           on a 16-bit display.  Dark grey good.  Bright green bad.
2964
2965 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2966
2967         * ext/gnomevfs/gstgnomevfsuri.c:
2968           Add  FIXME comment about using uri-list for source and sink.
2969
2970 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2971
2972         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2973         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2974         vaargs functions to gint. Otherwise the fractions will get 0 set
2975         instead of the correct value on big endian systems. Fixes bug #529018.
2976
2977 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2978
2979         * ext/gnomevfs/gstgnomevfssink.c:
2980         (gst_gnome_vfs_sink_uri_get_protocols):
2981         * ext/gnomevfs/gstgnomevfssrc.c:
2982         (gst_gnome_vfs_src_uri_get_protocols):
2983         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2984         (gst_gnomevfs_get_supported_uris):
2985         Get the list of supported URI schemes in a threadsafe way and use the
2986         same list for the source and sink.
2987
2988 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2989
2990         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2991         (gst_gio_get_supported_protocols):
2992         Don't generate a new supported protocols list on each call but cache
2993         it. It's supposed to be static anyway, this way we only leak it once
2994         per process.
2995
2996         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2997         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2998         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2999         (gst_gio_sink_start):
3000         * ext/gio/gstgiosink.h:
3001         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3002         (gst_gio_src_class_init), (gst_gio_src_finalize),
3003         (gst_gio_src_set_property), (gst_gio_src_get_property),
3004         (gst_gio_src_start):
3005         * ext/gio/gstgiosrc.h:
3006         API: Add "file" properties where one can set a GFile as
3007         source/destination.
3008
3009         Add locking to the properties and use
3010         gst_element_class_set_details_simple() instead of a static
3011         GstElementDetails struct.
3012
3013 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3014
3015         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3016         (plugin_init):
3017         Add "mpp" and "mp+" as possible extensions for MusePack files.
3018
3019         Add typefinding for MusePack StreamVersion 8 files and include the
3020         stream version in the caps.
3021
3022 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3023
3024         * gst-libs/gst/rtp/gstrtppayloads.c:
3025         (gst_rtp_payload_info_for_name):
3026         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3027
3028 2008-04-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3029
3030         * configure.ac:
3031           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3032           (NB: this only affects compilation of some of the examples).
3033           Remove some configure.ac cruft that's not needed any longer.
3034
3035 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3036
3037         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3038         Don't validate the payload if there isn't any.
3039         Fixes #525915
3040
3041 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3042
3043         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3044         Use g_atomic_int_set() instead of gst_atomic_int_set().
3045
3046 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3047
3048         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3049         Return NULL instead of a gchar * array with one NULL element if we
3050         don't get any supported URI schemes from GIO.
3051
3052 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3053
3054         * gst/audiotestsrc/gstaudiotestsrc.c:
3055           Remove cpp style commented old code.
3056
3057 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3058
3059         * gst/playback/gstdecodebin2.c:
3060           Fix signal docs.
3061
3062 2008-04-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3063
3064         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3065           (gst_text_overlay_init):
3066           Fix textoverlay unit test again by making the supposed default
3067           value for the wait-text property the actual default value.
3068           Also fix Since: tag for new property.
3069
3070 2008-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3071
3072         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3073           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3074           (gst_video_format_get_pixel_stride),
3075           (gst_video_format_get_component_width),
3076           (gst_video_format_get_component_height),
3077           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3078           (gst_video_format_convert):
3079           Add guards to these functions to ensure sane input values.
3080
3081         * tests/check/libs/video.c:
3082           Fix unit test not to create caps with width=0 and height=0.
3083
3084 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3085
3086         * docs/design/draft-keyframe-force.txt:
3087         Fix typo.
3088
3089         * gst/playback/gstqueue2.c: (update_buffering),
3090         (gst_queue_handle_src_query):
3091         Set buffering mode in the messages.
3092         Set buffering percent in the query.
3093
3094         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3095         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3096         Do some more fancy things based on the buffering method in use.
3097
3098 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3099
3100         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3101         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3102         (msg_buffering), (main):
3103         Add basic download reports to seek using the new buffering API.
3104
3105 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3106
3107         * gst/playback/gstqueue2.c: (update_buffering),
3108         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3109         (gst_queue_src_checkgetrange_function):
3110         Include extra buffering stats in the buffering message.
3111         Implement BUFFERING query.
3112
3113         * gst/playback/gsturidecodebin.c: (do_async_start),
3114         (do_async_done), (type_found), (setup_streaming), (setup_source),
3115         (gst_uri_decode_bin_change_state):
3116         Only add decodebin2 when the type is found in streaming mode.
3117         Make uridecodebin async to PAUSED even when we don't have decodebin2
3118         added yet.
3119
3120 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3121
3122         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3123         Filter cdda from the supported URI schemes. We can't support
3124         musicbrainz tags and everything else one expects from a cdda source
3125         with GIO. Fixes bug #526794.
3126
3127 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3128
3129         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3130         (gst_xvimagesink_buffer_alloc):
3131         Fix calculation of 'expected size' for YV12 buffers.
3132         Be a little more verbose in the debug output for buffer-alloc'ed
3133         buffers which turn out to have the wrong size.
3134
3135 2008-04-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3136
3137         * NEWS:
3138         * RELEASE:
3139         * gst-plugins-base.doap:
3140           Merge other changes from 0.10.19 release branch.
3141
3142 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3143
3144         * gst-libs/gst/audio/gstbaseaudiosink.c:
3145           (gst_base_audio_sink_class_init):
3146         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3147           (gst_base_audio_src_class_init):
3148         * gst/playback/gstplayback.c: (plugin_init):
3149         * gst/volume/gstvolume.c: (plugin_init):
3150           Work around missing bits of thread-safety on older GLibs some
3151           more to avoid assertions when starting up multiple playbin
3152           objects concurrently (see #512382).
3153
3154 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3155
3156         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3157           Remove some more fields.
3158
3159 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3160
3161         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3162
3163         * configure.ac:
3164         Actually build dlls when cross-compiling with mingw32.
3165         Fixes bug #526247.
3166
3167 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3168
3169         * configure.ac:
3170           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3171
3172 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3173
3174         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3175         (msg_buffering), (connect_bus_signals), (main):
3176         Add statusbar.
3177         Add buffering support with feedback in the statusbar.
3178
3179 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3180
3181         * ext/ogg/gstoggmux.c:
3182           Fix sample pipeline description.
3183
3184 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3185
3186         * docs/plugins/Makefile.am:
3187         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3188         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3190           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3191
3192         * docs/plugins/gst-plugins-base-plugins.args:
3193         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3194         * docs/plugins/gst-plugins-base-plugins.interfaces:
3195         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3196         * docs/plugins/inspect/plugin-adder.xml:
3197         * docs/plugins/inspect/plugin-alsa.xml:
3198         * docs/plugins/inspect/plugin-audioconvert.xml:
3199         * docs/plugins/inspect/plugin-audiorate.xml:
3200         * docs/plugins/inspect/plugin-audioresample.xml:
3201         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3202         * docs/plugins/inspect/plugin-cdparanoia.xml:
3203         * docs/plugins/inspect/plugin-decodebin.xml:
3204         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3205         * docs/plugins/inspect/plugin-gdp.xml:
3206         * docs/plugins/inspect/plugin-gnomevfs.xml:
3207         * docs/plugins/inspect/plugin-libvisual.xml:
3208         * docs/plugins/inspect/plugin-ogg.xml:
3209         * docs/plugins/inspect/plugin-pango.xml:
3210         * docs/plugins/inspect/plugin-playback.xml:
3211         * docs/plugins/inspect/plugin-queue2.xml:
3212         * docs/plugins/inspect/plugin-subparse.xml:
3213         * docs/plugins/inspect/plugin-tcp.xml:
3214         * docs/plugins/inspect/plugin-theora.xml:
3215         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3216         * docs/plugins/inspect/plugin-uridecodebin.xml:
3217         * docs/plugins/inspect/plugin-video4linux.xml:
3218         * docs/plugins/inspect/plugin-videorate.xml:
3219         * docs/plugins/inspect/plugin-videoscale.xml:
3220         * docs/plugins/inspect/plugin-videotestsrc.xml:
3221         * docs/plugins/inspect/plugin-volume.xml:
3222         * docs/plugins/inspect/plugin-vorbis.xml:
3223         * docs/plugins/inspect/plugin-ximagesink.xml:
3224         * docs/plugins/inspect/plugin-xvimagesink.xml:
3225           Update introspection data.
3226
3227         * ext/ogg/gstoggmux.c:
3228           Document oggmux.
3229
3230         * gst/playback/gstdecodebin2.c:
3231           Don't use gtk-doc style comment start for private stuff, but make it
3232           formatted like this for consistency.
3233
3234 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3235
3236         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3237         (gst_decode_bin_init), (gst_decode_bin_dispose),
3238         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3239         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3240         (analyze_new_pad), (connect_pad), (expose_pad),
3241         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3242         (gst_decode_group_expose), (gst_decode_group_free),
3243         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3244         Remove fakesink hack, we can now implement this more elegantly.
3245         Added property to bypass typefinding.
3246         Removed underrun callback and demuxer pad probe, we now use the srcpad
3247         probe to expose groups.
3248         API::sink-caps property
3249
3250         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3251         Guard against multiple emissions of the no_more_pads signal, which
3252         happens when we are dealing with chained oggs.
3253
3254         * gst/playback/gsturidecodebin.c: (remove_decoders),
3255         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3256         (setup_source):
3257         For streams, use our own typefind element and plug our queue after it.
3258         We will need this to determine the type of buffering to use for the
3259         queue soon.
3260
3261 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3262
3263         * gst-libs/gst/audio/gstbaseaudiosink.c:
3264         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3265         Guard against over and underflows because of clock slaving.
3266         When we are using our own clock, still compensate for any calibrations
3267         that we might have done to our clock.
3268
3269 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3270
3271         * ext/theora/theoradec.c: (theora_handle_type_packet),
3272         (theora_dec_chain):
3273         Don't try to do anything fancy with the return code from pushing an
3274         event, it does not have enough information to turn it into a
3275         GST_FLOW_ERROR.
3276
3277 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3278
3279         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3280         (gst_ogg_demux_chain_elem_pad):
3281         Add small debug line.
3282         Pass return code from the internal decoder instead of the too generic
3283         GST_FLOW_ERROR.
3284
3285 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3286
3287         * gst-libs/gst/cdda/Makefile.am:
3288         * gst-libs/gst/cdda/base64.c:
3289         * gst-libs/gst/cdda/base64.h:
3290         * gst-libs/gst/cdda/gstcddabasesrc.c:
3291         (gst_cddabasesrc_calculate_musicbrainz_discid):
3292         Use GLib's base64 implementation instead of our own.
3293
3294 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3295
3296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3297         (gst_ogg_demux_read_chain):
3298         Refix oggdemux, we only have a problem if we failed to find a chain and
3299         we are not EOF.
3300
3301 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3302
3303         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3304
3305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3306         (gst_ogg_demux_read_chain):
3307         When we fail to find a BOS page and we and up with no chain, error out
3308         properly instead of segfaulting. Fixes #525665.
3309
3310 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3311
3312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3313         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3314         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3315         no-more-pads...
3316
3317 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3318
3319         * gst/playback/gstqueue2.c: (update_out_rates),
3320         (gst_queue_open_temp_location_file),
3321         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3322         (gst_queue_handle_src_query), (gst_queue_set_property):
3323         Update the estimated input data when we push out a buffer.
3324         Add some debug info about the temp file.
3325         Only forward src events when we are not using a temp file.
3326         Don't block the duration query, we need to find something better.
3327         Don't leak the temp filename.
3328
3329 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3330
3331         * configure.ac:
3332         Require GLib 2.12 and liboil 0.3.14.
3333
3334         * gst/volume/gstvolume.c: (volume_process_double):
3335         Unconditionally use liboil 0.3.14 function.
3336
3337 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3338
3339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3340         ms-gsm can have arbitrarty sample rates. See #481354.
3341
3342 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3343
3344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3345         MP4S is generic MPEG-4, not a microsoft variant.
3346
3347 2008-03-27  Michael Smith <msmith@fluendo.com>
3348
3349         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3350           Check the body CRC (if set) when depayloading.
3351           Fixes #522401.
3352
3353 2008-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3354
3355         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3356           Fix Since: version for new property.
3357
3358 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3359
3360         * gst-libs/gst/rtsp/gstrtspconnection.c:
3361         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3362         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3363         Don't error when poll_wait returns EAGAIN.
3364
3365 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3366
3367         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3368         The queue is never filled when there are no buffers in the queue at all.
3369         Fixes #523993.
3370
3371 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3372
3373         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3374         (init_group), (free_group), (gst_play_bin_init),
3375         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3376         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3377         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3378         (gst_play_bin_set_current_video_stream),
3379         (gst_play_bin_set_current_audio_stream),
3380         (gst_play_bin_set_current_text_stream),
3381         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3382         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3383         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3384         (activate_group), (deactivate_group), (setup_next_source),
3385         (save_current_group), (gst_play_bin_change_state):
3386         Update some docs.
3387         Add new locks and conds to protect pipeline creation and group
3388         switching.
3389         Implement the sub-uri property.
3390         Keep track of pending uridecodebin creation and configure the output
3391         pipeline after all streams are configured.
3392         Propagate subtitle encoding to the uridecodebins.
3393         Implement getting the video/audio/visualisation elements.
3394         Use input-selector for stream switching.
3395         If we are asked to do visualisation, prefer to autoplug raw sinks
3396         instead of sinks that accept encoded data.
3397
3398 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3399
3400         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3401         (gst_play_sink_init), (gst_play_sink_dispose),
3402         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3403         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3404         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3405         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3406         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3407         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3408         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3409         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3410         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3411         * gst/playback/gstplaysink.h:
3412         Add methods to get audio/video/vis elements.
3413         Add methods to set the font description for the overlay.
3414         Remove properties, we're using this element with its methods only.
3415         Add support for subtitles.
3416         Rearrange the locking a bit to not use the object lock for protecting
3417         the pipeline construction.
3418         Try to use the volume and mute property on the sink when its available.
3419         Implement the mute option with volume when the sink does not have a mute
3420         property.
3421         Only add volume element when the sink has no volume property.
3422         Only do visualisations with raw audio pads.
3423
3424 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3425
3426         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3427         (gst_text_overlay_init), (gst_text_overlay_set_property),
3428         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3429         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3430         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3431         (gst_text_overlay_change_state):
3432         * ext/pango/gsttextoverlay.h:
3433         Add property to configure waiting for text on the textpad or not, with
3434         the default behaviour being the old one (always wait for text before
3435         rendering the video). This default behaviour is usually not the best one
3436         because the text stream can very sparse and could require queueing a lot
3437         of video.
3438         Fix the flushing and EOS handing so that we don't mix up their meaning.
3439
3440 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3441
3442         * gst/playback/gsturidecodebin.c:
3443         (gst_uri_decode_bin_autoplug_factories),
3444         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3445         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3446         (gst_uri_decode_bin_set_property),
3447         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3448         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3449         (proxy_autoplug_factories_signal), (make_decoder),
3450         (source_new_pad), (setup_source):
3451         Add a readonly source property and notify.
3452         Add new lock for protecting the construction of the pipeline.
3453         Keep track of the decodebins we plugged.
3454         Correctly proxy the autoplug signal so that it actually continues.
3455         Proxy subtitle-encoding to the decodebins.
3456
3457 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3458
3459         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3460         (text_toggle_cb), (update_streams), (main):
3461         Rearrange some buttons in playbin2 and make some other boxes insensitive
3462         when needed.
3463         Add language codes to subtitle selection boxes when we gind the right
3464         tags for the streams.
3465
3466 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3467
3468         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3469         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3470         (gst_decode_bin_set_subs_encoding),
3471         (gst_decode_bin_get_subs_encoding),
3472         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3473         (deactivate_free_recursive):
3474         Protect caps property with the object lock.
3475         Protect encoding property with the object lock.
3476         Keep list of elements we added that have the subtitle-encoding property.
3477         Distribute the subtitle-encoding to all of the elements when it
3478         changes.
3479
3480 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3481
3482         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3483         Small debug improvement.
3484
3485         * gst-libs/gst/audio/gstbaseaudiosink.c:
3486         (gst_base_audio_sink_render):
3487         Fix bug in determining the sample start/stop position, we want to base
3488         this decision on the fact that we are going forwards or backwards, not
3489         slower or faster. This fixes some ugly resync warnings when playing at
3490         very slow speeds.
3491
3492 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3493
3494         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3495         Correctly set the supported URI schemes and don't leave
3496         some schemes in the middle or at the start at NULL.
3497
3498 2008-03-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3499
3500         * tests/check/elements/gdpdepay.c:
3501           Make test compile without unused function/variable warnings on PPC.
3502  
3503 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3504
3505         * configure.ac:
3506         * ext/alsa/gstalsamixerelement.c:
3507         (gst_alsa_mixer_element_class_init):
3508         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3509         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3510         * ext/cdparanoia/gstcdparanoiasrc.c:
3511         (gst_cd_paranoia_src_class_init):
3512         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3513         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3514         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3515         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3516         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3517         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3519         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3520         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3521         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3522         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3523         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3524         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3525         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3526         (gst_audio_filter_template_class_init):
3527         * gst-libs/gst/audio/gstbaseaudiosink.c:
3528         (gst_base_audio_sink_class_init):
3529         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3530         (gst_base_audio_src_class_init):
3531         * gst-libs/gst/cdda/gstcddabasesrc.c:
3532         (gst_cdda_base_src_class_init):
3533         * gst-libs/gst/interfaces/mixertrack.c:
3534         (gst_mixer_track_class_init):
3535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3536         (gst_base_rtp_depayload_class_init):
3537         * gst-libs/gst/rtp/gstbasertppayload.c:
3538         (gst_basertppayload_class_init):
3539         * gst/audioconvert/gstaudioconvert.c:
3540         (gst_audio_convert_class_init):
3541         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3542         * gst/audioresample/gstaudioresample.c:
3543         (gst_audioresample_class_init):
3544         * gst/audiotestsrc/gstaudiotestsrc.c:
3545         (gst_audio_test_src_class_init):
3546         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3547         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3549         (preroll_unlinked):
3550         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3551         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3552         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3553         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3554         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3555         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3556         (gst_stream_selector_class_init):
3557         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3558         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3559         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3560         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3561         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3562         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3563         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3564         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3565         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3566         * gst/videotestsrc/gstvideotestsrc.c:
3567         (gst_video_test_src_class_init):
3568         * gst/volume/gstvolume.c: (gst_volume_class_init):
3569         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3570         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3571         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3573         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3575         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3576         static strings (i.e. all). This gives us less memory usage,
3577         fewer allocations and thus less memory defragmentation. Depend
3578         on core CVS for this. Fixes bug #523806.
3579
3580 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3581
3582         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3583         Filter http and https protocols. GIO/GVfs handles them but it's
3584         impossible to implement iradio/icecast with it. Better use
3585         souphttpsrc or something else for this.
3586
3587         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3588         If getting the file informations by a query fails try it with the
3589         seek-to-end trick too.
3590
3591 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3592
3593         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3594         (gst_volume_base_init), (gst_volume_class_init),
3595         (volume_process_double), (volume_process_float),
3596         (volume_transform_ip), (plugin_init):
3597         memset buffers to zero if we get a GAP buffer. We usually see a
3598         buffer as one unit so let's handle it as one and don't care about
3599         volume changes while processing one buffer.
3600         Also clean up some stuff a bit.
3601
3602 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3603
3604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3605         (gst_audio_convert_create_silence_buffer),
3606         (gst_audio_convert_transform):
3607         Make audioconvert GAP-aware by outputting silence buffers when the
3608         input has the GAP flag set. This is up to 8x faster.
3609         Based on a patch by Stefan Kost. Fixes bug #517813.
3610
3611 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3612
3613         * gst/volume/gstvolume.c: (volume_process_double):
3614         Use oil_scalarmultiply_f64_ns() for double processing when it's
3615         available at compile time.
3616
3617 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3618
3619         * configure.ac:
3620         Fix lrint/lrintf checks to actually work. These functions are
3621         in libm on Linux at least so try to link to it.
3622
3623 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3624
3625         * configure.ac:
3626         Back to development - 0.10.18.1
3627
3628 === release 0.10.18 ===
3629
3630 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3631
3632         * configure.ac:
3633           releasing 0.10.18, "I will follow"
3634
3635 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3636
3637         * configure.ac:
3638         * win32/common/config.h:
3639         0.10.17.4 pre-release
3640
3641 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3642
3643         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3644         Use GST_STR_NULL when trying to print strings that could be NULL because
3645         this might crash on some platforms. See #520808.
3646
3647 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3648
3649         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
3650
3651         * gst-libs/gst/rtsp/gstrtspconnection.c:
3652         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3653         (read_line), (gst_rtsp_connection_read_internal):
3654         Generic Windows fixes that makes libgstrtsp work on Windows when
3655         coupled with the new GstPoll API. See #520808.
3656
3657 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3658
3659         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3660
3661         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3662           If seeking to a new position succeeds don't simply return from
3663           create() without creating a buffer. Do this only in the case
3664           seeking to the new position fails. Fixes bug #523054.
3665
3666 2008-03-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3667
3668         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3669           (gst_video_format_from_rgba32_masks):
3670           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3671           (#522635).
3672
3673         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3674           Add unit test for the RGB caps parsing and creation, checking for
3675           internal consistency of the new API and consistency of the API with
3676           the old GST_VIDEO_CAPS_* defines.
3677
3678 2008-03-14  David Schleef  <ds@schleef.org>
3679
3680         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3681           because -base is in freeze.
3682
3683 2008-03-14  David Schleef  <ds@schleef.org>
3684
3685         Patch by: William M. Brack
3686
3687         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3688
3689 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3690
3691         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3692         (gst_selector_pad_chain):
3693         * gst/playback/gststreamselector.h:
3694         Revert change that caused regression until a real fix is found.
3695         Fixes #522203.
3696
3697 2008-03-12  Michael Smith <msmith@fluendo.com>
3698
3699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3700         * gst-libs/gst/audio/gstringbuffer.h:
3701           Rename recently added buffer types to make more sense.
3702         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3703         (gst_alsasink_write):
3704           Adapt for above API changes.
3705           Fixes bug #520523.
3706
3707 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3708
3709         * win32/common/libgstnetbuffer.def:
3710         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3711
3712 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3713
3714         * configure.ac:
3715         * win32/common/config.h:
3716         0.10.17.3 pre-release
3717
3718 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3719
3720         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3721         (gst_base_audio_src_create):
3722         Fix duration when no clock was provided. Fixes #520300.
3723
3724 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3725
3726         Patch by: Olivier Crete  <tester at tester ca>
3727
3728         * docs/libs/gst-plugins-base-libs-sections.txt:
3729         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3730         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3731         Add trivial function to compare GstNetAddress. See #520626.
3732         API: GstNetBuffer::gst_netaddress_equal
3733
3734 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3737         Update mode property docs, it's deprecated now.
3738
3739 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3740
3741         * gst-libs/gst/rtsp/gstrtspconnection.c:
3742         (gst_rtsp_connection_create):
3743         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3744         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3745         * gst/tcp/gstmultifdsink.h:
3746         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3747         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3748         Remove GstPollMode from gstpoll constructor.
3749
3750 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3751
3752         * configure.ac:
3753         * win32/common/config.h:
3754         0.10.17.2 pre-release
3755
3756 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3757
3758         * gst/Makefile.am:
3759         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3760         them twice
3761
3762         * win32/common/libgstinterfaces.def:
3763         * win32/common/libgstrtp.def:
3764         Add new API to the defs
3765
3766 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3767
3768         Patch by: Mersad Jelacic  <mersad at axis dot com>
3769
3770         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3771         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3772         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3773         possible to specify the sample size in bits. (#509637)
3774
3775 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3776
3777         * tests/check/libs/mixer.c:
3778           Add a few simple checks for the new message types.
3779
3780 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3781
3782         * docs/libs/gst-plugins-base-libs-sections.txt:
3783         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3784           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3785           (gst_mixer_message_get_type),
3786           (gst_mixer_message_parse_option_changed),
3787           (gst_mixer_message_parse_options_list_changed):
3788         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3789           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3790           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3791           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3792           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3793           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3794
3795 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3796
3797         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3798           (gst_mixer_options_get_values):
3799         * gst-libs/gst/interfaces/mixeroptions.h:
3800           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3801           (_GstMixerOptions), (_GstMixerOptionsClass):
3802           API: add GstMixerOptions::get_values vfunc (#519906)
3803
3804 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3805
3806         * configure.ac:
3807         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3808         plug-ins are included/excluded. (#498222)
3809
3810 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3811
3812         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3813         Add typefinder for IMelody files, using audio/x-imelody.
3814         See bug #519516.
3815
3816 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3817
3818         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3819         * ext/alsa/gstalsasink.c: (set_hwparams):
3820         * ext/alsa/gstalsasrc.c: (set_hwparams):
3821         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3822         * ext/ogg/gstoggmux.h:
3823         * ext/ogg/gstogmparse.c:
3824         * gst-libs/gst/audio/audio.c:
3825         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3826         * gst-libs/gst/pbutils/missing-plugins.c:
3827         (gst_missing_uri_sink_message_new),
3828         (gst_missing_element_message_new),
3829         (gst_missing_decoder_message_new),
3830         (gst_missing_encoder_message_new):
3831         * gst-libs/gst/rtp/gstbasertppayload.c:
3832         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3833         (gst_rtcp_packet_bye_get_reason):
3834         * gst/audioconvert/gstaudioconvert.c:
3835         * gst/audioresample/gstaudioresample.c:
3836         * gst/ffmpegcolorspace/imgconvert.c:
3837         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3838         * gst/typefind/gsttypefindfunctions.c:
3839         * gst/videoscale/vs_4tap.c:
3840         * gst/videoscale/vs_4tap.h:
3841         * sys/v4l/gstv4lelement.c:
3842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3843         * sys/v4l/v4l_calls.c:
3844         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3845         (gst_v4lsrc_try_capture):
3846         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3847         (gst_ximagesink_ximage_new):
3848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3849         (gst_xvimagesink_xvimage_new):
3850         * tests/check/elements/audioconvert.c:
3851         * tests/check/elements/audioresample.c:
3852         (fail_unless_perfect_stream):
3853         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3854         * tests/check/elements/decodebin.c:
3855         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3856         (setup_gdpdepay_streamheader):
3857         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3858         (setup_gdppay_streamheader):
3859         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3860         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3861         * tests/check/elements/textoverlay.c:
3862         * tests/check/elements/videorate.c: (setup_videorate):
3863         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3864         * tests/check/elements/volume.c: (setup_volume):
3865         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3866         * tests/check/elements/vorbistag.c:
3867         * tests/check/generic/clock-selection.c:
3868         * tests/check/generic/states.c: (setup), (teardown):
3869         * tests/check/libs/cddabasesrc.c:
3870         * tests/check/libs/video.c:
3871         * tests/check/pipelines/gio.c:
3872         * tests/check/pipelines/oggmux.c:
3873         * tests/check/pipelines/simple-launch-lines.c:
3874         (simple_launch_lines_suite):
3875         * tests/check/pipelines/streamheader.c:
3876         * tests/check/pipelines/theoraenc.c:
3877         * tests/check/pipelines/vorbisdec.c:
3878         * tests/check/pipelines/vorbisenc.c:
3879         * tests/examples/seek/scrubby.c:
3880         * tests/examples/seek/seek.c: (query_positions_elems),
3881         (query_positions_pads):
3882         * tests/icles/stress-xoverlay.c: (myclock):
3883         Correct all relevant warnings found by the sparse semantic code
3884         analyzer. This include marking several symbols static, using
3885         NULL instead of 0 for pointers and using "foo (void)" instead
3886         of "foo ()" for declarations.
3887
3888         * win32/common/libgstrtp.def:
3889         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3890
3891 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3892
3893         Patch by: JosĂ© Alburquerque <jaalburqu svn gnome org>
3894
3895         * gst/playback/gstplaybin2.c:
3896           Make the function signature of the _get_*_tags() functions match
3897           the signature of the vfuncs they implement, ie. return a
3898           GstTagList rather than a GstStructure, which is more correct,
3899           even if one is typedef'ed to the other (#518940).
3900
3901 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3902
3903         * gst-libs/gst/rtsp/gstrtspconnection.c:
3904           Don't include unix headers unconditionally (fixes #518037).
3905
3906 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3907
3908         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3909           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3910           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3911           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3912           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3913           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3914           (gst_video_format_is_packed), (video_format_is_packed):
3915           Add unit test that makes sure that the strides, offsets and
3916           sizes returned for the various YUV formats by the new video API
3917           match the old reference implementation in videotestsrc.
3918
3919 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3920
3921         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3922           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3923           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3924           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3925           (gst_video_format_get_pixel_stride),
3926           (gst_video_format_get_component_width),
3927           (gst_video_format_get_component_height),
3928           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3929         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3930           (GST_VIDEO_FORMAT_Y42B):
3931           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3932
3933 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3934
3935         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3936           YV12 is I420 with swapped components 1 and 2, so the offset of
3937           component 1 for I420 should be the offset for component 2 for YV12
3938           and vice versa.
3939
3940 2008-02-29  Rene Stadler  <mail@renestadler.de>
3941
3942         * sys/v4l/gstv4lelement.c:
3943         Add missing semicolon to fix indentation.
3944
3945 2008-02-29  Julien Moutte  <julien@fluendo.com>
3946
3947         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3948         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3949         if we can do SPDIF output.
3950         * ext/alsa/gstalsa.h:
3951         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3952         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3953         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3955         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3956         to support AC3, EC3 and IEC958 buffers.
3957
3958 2008-02-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3959
3960         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3961           (gst_mixer_message_parse_mute_toggled),
3962           (gst_mixer_message_parse_record_toggled),
3963           (gst_mixer_message_parse_volume_changed),
3964           (gst_mixer_message_parse_option_changed):
3965           De-cruft and fix message type assertions (NULL is not a really
3966           valid mixer message type string).
3967
3968 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3969
3970         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3971         When negotiating, actually start from a format that we can support
3972         instead of from the too generic template.
3973
3974 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3975
3976         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3977         Enable vis setting.
3978
3979         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3980         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3981         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3982         (gen_vis_chain):
3983         Implement vis switching while playing.
3984
3985 2008-02-28  David Schleef  <ds@schleef.org>
3986
3987         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3988
3989 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3990
3991         Patch by: Peter Kjellerstedt  <pkj at axis com>
3992
3993         * gst/tcp/Makefile.am:
3994         * gst/tcp/fdsetstress.c:
3995         * gst/tcp/gstfdset.c:
3996         * gst/tcp/gstfdset.h:
3997         Removed fdset and stress test, they are now known as GstPoll in
3998         core. 
3999
4000         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4001         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4002         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4003         (gst_multi_fd_sink_handle_client_write),
4004         (gst_multi_fd_sink_queue_buffer),
4005         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4006         (gst_multi_fd_sink_stop):
4007         * gst/tcp/gstmultifdsink.h:
4008         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4009         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4010         (gst_tcp_gdp_read_caps):
4011         * gst/tcp/gsttcp.h:
4012         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4013         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4014         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4015         * gst/tcp/gsttcpclientsink.h:
4016         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4017         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4018         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4019         * gst/tcp/gsttcpclientsrc.h:
4020         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4021         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4022         * gst/tcp/gsttcpserversink.h:
4023         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4024         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4025         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4026         * gst/tcp/gsttcpserversrc.h:
4027         Port to GstPoll. See #505417.
4028
4029 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4030
4031         Patch by: Peter Kjellerstedt  <pkj at axis com>
4032
4033         * gst-libs/gst/rtsp/gstrtspconnection.c:
4034         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4035         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4036         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4037         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4038         (gst_rtsp_connection_flush):
4039         * gst-libs/gst/rtsp/gstrtspconnection.h:
4040         Use GstPoll for the rtsp connection. See #505417.
4041
4042 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4043
4044         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4045         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4046         Add combo box for visualisations, populate it with a factory list
4047         of all visualisation plugins, configure vis plugin instance in
4048         playbin2. 
4049
4050 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4051
4052         * tests/check/libs/rtp.c: (GST_START_TEST):
4053         Add check for RTP buffer defaults, padding and marker bit API.
4054
4055 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4056
4057         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4058         Use memcpy() instead of upcasting a byte array to long *. This
4059         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4060         This should be ported to GCheckSum once we can use GLib 2.16.
4061         Partially fixes bug #500833.
4062
4063 2008-02-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4064
4065         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4066           Push tag event after the newsegment event. Log the pointer of
4067           the buffer we're actually going to push rather than the buffer
4068           we're feeding to _make_metadata_writable().
4069
4070 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4071
4072         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4073         Comment smoke typefinder for now. The smokedec plugin needs one
4074         frame per buffer but we have no parser yet, thus it simply crashes
4075         in most situations.
4076
4077 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4078
4079         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4080         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4081
4082 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4085         (plugin_init):
4086         Add midi typefinder, copied from the timidity plugin.
4087
4088 2008-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4089
4090         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4091
4092         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4093         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4094           (subparse_suite):
4095           Forward slashes at the beginning and end of a line also signify
4096           italics (Fixes: #518162).
4097
4098 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4099
4100         * tests/check/gst-plugins-base.supp:
4101         Add a suppression for a cached value in GIO that wasn't moved
4102         while moving gio from -bad to -base.
4103
4104 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4105
4106         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4107
4108         * configure.ac:
4109         Don't hardcode -Wall and -Werror for configure checks, this fails
4110         with non-GCC compilers. Fixes bug #517991.
4111
4112 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4113
4114         * gst/audioconvert/gstaudioconvert.c:
4115         * gst/audioconvert/gstaudioquantize.c:
4116         * gst/audioconvert/gstaudioquantize.h:
4117           Make audioconvert gap aware. If noiseshaping is used, wait for
4118           noiseshaping to converge before marking as GAP. Fixes #517813.
4119
4120 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4121
4122         * gst/audiotestsrc/gstaudiotestsrc.c:
4123           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4124
4125 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         * ext/gnomevfs/gstgnomevfssink.c:
4128         (gst_gnome_vfs_sink_handle_event):
4129         Return FALSE when seeking for a new segment fails instead
4130         of silently ignoring the failure and appending every buffer
4131         that comes for the new segment.
4132
4133 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4134
4135         * gst/playback/gstplaysink.c: (find_property),
4136         (gst_play_sink_find_property), (gen_video_chain),
4137         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4138         Recursively search the sink element for a last-frame property so that we
4139         can also find the property in autovideosink and friends that don't
4140         always proxy the internal sink properties.
4141
4142 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4143
4144         * gst-libs/gst/audio/multichannel.c:
4145           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4146           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4147           (gst_audio_set_structure_channel_positions_list),
4148           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4149           (gst_audio_fixate_channel_positions):
4150           Fix confusing terminology in docs and code: structure fields are
4151           'fields' and not 'properties'.
4152
4153 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4154
4155         * gst-libs/gst/audio/multichannel.c:
4156           (gst_audio_check_channel_positions), (add_list_to_struct):
4157           Give more useful warning messages if one of the channel
4158           layout enums passed to us is invalid and if the "channels"
4159           field in the caps has a GType we don't expect.
4160
4161 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4162
4163         * gst-libs/gst/audio/multichannel.c:
4164           Fix typo in docs blurb.
4165
4166 2008-02-19  Julien Moutte  <julien@fluendo.com>
4167
4168         Patch by: Josep Torra Valles <josep@fluendo.com>
4169
4170         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4171         typefind lookup to fix typefinding on HD clips.
4172
4173 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4174
4175         * gst/playback/gstscreenshot.c:
4176         * gst/playback/gstscreenshot.h:
4177           Fix up copyright (I rewrote the GStreamer-0.10 code for
4178           this from scratch back in the days).
4179
4180 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4181
4182         * gst/playback/Makefile.am:
4183         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4184         (create_element), (gst_play_frame_conv_convert):
4185         * gst/playback/gstscreenshot.h:
4186         Add screenshot conversion code from totem.
4187
4188         * gst/playback/gstplay-marshal.list:
4189         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4190         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4191         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4192         Implement frame property to get a color-unconverted snapshot.
4193         Implement convert-frame action signal to get a converted snapshot image.
4194         Configure connection speed in uridecodebin.
4195         Document some more properties.
4196
4197         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4198         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4199         (gst_play_sink_get_last_frame):
4200         * gst/playback/gstplaysink.h:
4201         Use last-buffer property of the video sink to get a video snapshot.
4202
4203         * tests/examples/seek/seek.c: (shot_cb), (main):
4204         Add snapshot button for playbin2 and use the frame property to save the
4205         frame as a png in the current directory.
4206
4207 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4208
4209         Patch by: Josep Torra Valles <josep at fluendo dot com>
4210
4211         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4212         (plugin_init):
4213         Add typefinding support for h264 elementary streams.
4214         Fixes bug #517420.
4215
4216 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4217
4218         * configure.ac:
4219           Require CVS of core for new API in collectpads.
4220
4221         * gst/adder/gstadder.c:
4222           Use new API to make adder sparse stream aware.
4223
4224 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4225
4226         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4227         (no_more_pads_cb):
4228         Get the object data correct so that we can remove our channels
4229         correctly.
4230
4231         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4232         (gen_vis_chain), (gst_play_sink_reconfigure),
4233         (gst_play_sink_request_pad):
4234         Add option to disable async behaviour in the sinks when possible. This
4235         makes it possible to avoid an audio queue when dealing with
4236         visualisations.
4237         Add option to add a queue for the audio path.
4238
4239         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4240         (main):
4241         Disable the vis checkbox to match the defaults of playbin2.
4242         Only get the stream info when we need to.
4243
4244 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4245
4246         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4247         (gst_gio_base_sink_set_stream):
4248         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4249         (gst_gio_base_src_set_stream):
4250         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4251         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4252         Don't use async operations as they require a running main loop.
4253         This makes us block again when closing streams and unable
4254         to mount the enclosing volume of an URI if it isn't yet.
4255
4256 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4257
4258         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4259         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4260         (gen_vis_chain), (gst_play_sink_reconfigure),
4261         (gst_play_sink_request_pad):
4262         Move tee in front of the audio and vis pipelines.
4263         Add queue for audio for now.
4264         Add visualisation support.
4265
4266         * tests/examples/seek/seek.c: (main):
4267         Visualisation is by default disabled.
4268
4269 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4270
4271         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4272         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4273         Improve debugging a bit.
4274
4275         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4276         * ext/gio/gstgiosink.h:
4277         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4278         * ext/gio/gstgiosrc.h:
4279         Try to mount the enclosing volume of a GFile if it isn't mounted
4280         yet. This requires us to wait for an async operation to finish, done
4281         with an nested GMainLoop. Authentication is not supported yet, will
4282         come later.
4283
4284 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4285
4286         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4287         (gst_play_bin_set_property), (gst_play_bin_get_property),
4288         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4289         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4290         (gst_play_sink_get_mute), (gen_audio_chain):
4291         * gst/playback/gstplaysink.h:
4292         Add mute property.
4293
4294         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4295         (gst_selector_pad_chain):
4296         * gst/playback/gststreamselector.h:
4297         Make sure we forward the event only once.
4298
4299         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4300         Add and implement the mute button for playbin2.
4301
4302 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4303
4304         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4305
4306         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4307         Add some more debug info.
4308         Make sure we never return a negative delay. Fixes #516246.
4309
4310 2008-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4311
4312         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4313           Revert patch that makes the sink hold the object lock when
4314           calling snd_pcm_delay(), since it breaks playback for me.
4315
4316 2008-02-12  Julien Moutte  <julien@fluendo.com>
4317
4318         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4319         some seek flags when changing rate.
4320
4321 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4322
4323         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4324         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4325         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4326         Fix potential leaks.
4327
4328         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4329         Fix leak when there is no function configured.
4330
4331 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4332
4333         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4334         (gst_v4lsrc_buffer_finalize):
4335         Correctly chain up the finalize method.
4336
4337 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4338
4339         * ext/gio/gstgiostreamsink.c:
4340         * ext/gio/gstgiostreamsrc.c:
4341         Add documentation and example code for giostreamsink/giostreamsrc.
4342
4343         * tests/check/pipelines/gio.c: (GST_START_TEST):
4344         Ask the GMemoryOutputStream for the data instead of assuming that
4345         the pointer to the data stayed the same. It could've been realloc'ed.
4346
4347 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4348
4349         * ext/gio/gstgiosink.c:
4350         * ext/gio/gstgiosrc.c:
4351         Make the documentation of giosink/giosrc complete, large parts
4352         are based on the gnomevfssink/gnomevfssrc docs.
4353
4354 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4355
4356         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4357         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4358         * docs/plugins/gst-plugins-base-plugins.args:
4359         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4360         * docs/plugins/gst-plugins-base-plugins.interfaces:
4361         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4362         * docs/plugins/gst-plugins-base-plugins.signals:
4363         * docs/plugins/inspect/plugin-adder.xml:
4364         * docs/plugins/inspect/plugin-audioconvert.xml:
4365         * docs/plugins/inspect/plugin-audiorate.xml:
4366         * docs/plugins/inspect/plugin-audioresample.xml:
4367         * docs/plugins/inspect/plugin-decodebin.xml:
4368         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4369         * docs/plugins/inspect/plugin-gdp.xml:
4370         * docs/plugins/inspect/plugin-gio.xml:
4371         * docs/plugins/inspect/plugin-gnomevfs.xml:
4372         * docs/plugins/inspect/plugin-libvisual.xml:
4373         * docs/plugins/inspect/plugin-ogg.xml:
4374         * docs/plugins/inspect/plugin-pango.xml:
4375         * docs/plugins/inspect/plugin-playback.xml:
4376         * docs/plugins/inspect/plugin-queue2.xml:
4377         * docs/plugins/inspect/plugin-subparse.xml:
4378         * docs/plugins/inspect/plugin-theora.xml:
4379         * docs/plugins/inspect/plugin-uridecodebin.xml:
4380         * docs/plugins/inspect/plugin-videorate.xml:
4381         * docs/plugins/inspect/plugin-videoscale.xml:
4382         * docs/plugins/inspect/plugin-volume.xml:
4383         * docs/plugins/inspect/plugin-vorbis.xml:
4384         Add the GIO documentation again and while at that run make update.
4385
4386 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4387
4388         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4389         * ext/alsa/gstalsasink.c: (set_swparams):
4390         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4391           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4392           against libasound >= 1.0.16, since it's been deprecated in
4393           0.10.16, and alignment is always 1 then, apparently. (#512899)
4394
4395 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4396
4397         * gst/playback/gstplaybin.c: (gen_audio_element):
4398         * gst/playback/gstplaysink.c: (gen_audio_chain):
4399           Handle case where we can't create the volume element a bit
4400           better (#514307).
4401
4402 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4403
4404         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4405         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4406           Add support for https protocol. Fixes #510229.
4407
4408 2008-02-11  Julien Moutte  <julien@fluendo.com>
4409         
4410         Patch by: Alan Peevers <peeves@pacbell.net>
4411
4412         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4413         lock when calling alsa methods.
4414
4415 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4416
4417         * gst/typefind/gsttypefindfunctions.c:
4418           Bump rank of jpeg and png typefinders, which will return maximum
4419           probability in the most common cases (thus short-circuiting more
4420           expensive typefinders like the mp3 one for these two quite common
4421           image types).
4422
4423 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4424
4425         * ext/theora/theoraparse.c:
4426         Fix long description of the theora parser to be more verbose than just
4427         the type name.
4428
4429 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4430
4431         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4432
4433         * sys/xvimage/xvimagesink.c:
4434         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4435         Fixes bug #515654.
4436
4437 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4438
4439         * gst/playback/gstplaybasebin.c:
4440         Set is_dynamic as True if there are elements with both request
4441         and sometimes src pad templates instead of breaking out when it
4442         finds the first pad template that is a src.
4443
4444 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4445
4446         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4447         (update_streams), (video_combo_cb), (audio_combo_cb),
4448         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4449         Add some stream switching and volume gui for playbin2.
4450
4451 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4452
4453         * gst/playback/gstplay-marshal.list:
4454         Added marshal for streamselector Tags.
4455
4456         * gst/playback/gstplaybasebin.c: (set_active_source):
4457         Streamselector now selects pads based on the pad object instead of its
4458         name.
4459
4460         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4461         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4462         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4463         (gst_play_bin_get_text_tags),
4464         (gst_play_bin_set_current_video_stream),
4465         (gst_play_bin_set_current_audio_stream),
4466         (gst_play_bin_set_current_text_stream),
4467         (gst_play_bin_set_property), (gst_play_bin_get_property),
4468         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4469         Remove option to mute streams with the current-a/v/t property, we have
4470         this functionality in the flags.
4471         Add signals to notify when the number of A/V/T channels changed.
4472         Add action signals to get tags for the A/V/T streams.
4473         Implement setting the current A/V/T stream.
4474         Rearrange some things to simplify stream selection.
4475         Implement volume.
4476
4477         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4478         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4479         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4480         (activate_vis), (gst_play_sink_reconfigure):
4481         * gst/playback/gstplaysink.h:
4482         Add and implement volume setting methods.
4483
4484         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4485         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4486         (gst_selector_pad_event), (gst_stream_selector_class_init),
4487         (gst_stream_selector_init), (gst_stream_selector_finalize),
4488         (gst_stream_selector_set_property),
4489         (gst_stream_selector_get_property),
4490         (gst_stream_selector_get_linked_pad),
4491         (gst_stream_selector_request_new_pad):
4492         * gst/playback/gststreamselector.h:
4493         Add pad properties for tags and status of pads.
4494         Keep tags on pads.
4495         Make active pad selection based on pad object instead of name.
4496
4497 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4498
4499         * configure.ac:
4500           Revert last change as we now check in gtk-doc.m4 for sed.
4501
4502 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4503
4504         * configure.ac:
4505         Find and subst SED when building the docs.
4506
4507 2008-02-08  Julien Moutte  <julien@fluendo.com>
4508
4509         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4510         (main): Make sure bus signals are reconnected when pressing STOP
4511         and then PLAY again for a parse launch pipeline. Fix a ref leak
4512         on the bus.
4513         * win32/common/config.h: Updated.
4514
4515 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4516
4517         * configure.ac:
4518         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4519         pre-releases or releases.
4520
4521 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4522
4523         * configure.ac:
4524         * ext/gio/Makefile.am:
4525         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4526         reporting
4527
4528 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4529
4530         * docs/plugins/Makefile.am:
4531         Add the headers which need scanning for the GIO plugin. The rest of
4532         the docs still need migrating.
4533
4534 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4535
4536         * ext/Makefile.am:
4537         * tests/check/Makefile.am:
4538         * tests/check/pipelines/.cvsignore:
4539         Add gio in a few more places.
4540
4541 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4542
4543         * configure.ac:
4544         * ext/Makefile.am:
4545         * tests/check/Makefile.am:
4546         Move gio plugin from -bad and mark as experimental.
4547
4548 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4549
4550         * gst-libs/gst/interfaces/mixeroptions.c:
4551         * gst-libs/gst/interfaces/mixertrack.c:
4552         Comment out a couple of other things which break the build when
4553         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4554
4555 2008-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4556
4557         * docs/libs/gst-plugins-base-libs-sections.txt:
4558           Fix pbutils header.
4559
4560 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4561
4562         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4563         Fix compiler warning.
4564
4565 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4566
4567         Patch by: Peter Kjellerstedt  <pkj at axis com>
4568
4569         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4570         Clear the addrinfo struct using memset. Fixes #514937.
4571
4572 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4573
4574         * gst/tcp/gstfdset.h:
4575         Remove unused field to same some memory.
4576
4577         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4578         Mark action signals as such.
4579
4580 2008-02-06  Michael Smith <msmith@fluendo.com>
4581
4582         * ext/theora/theoradec.c: (_theora_granule_frame),
4583         (_inc_granulepos):
4584           Increment granulepos for new-bitstream versions appropriately.
4585           Fixes #514623.
4586
4587 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         * tests/examples/seek/seek.c: (do_seek),
4590         (rate_spinbutton_changed_cb), (update_streams), (main):
4591         Remove obsolete stream_time reset after flushing seek, core does that
4592         automatically now.
4593         Improve accuracy of speed spinbutton.
4594         Only do playbin2 stuff when we actually use it.
4595
4596 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4597
4598         * tests/check/Makefile.am:
4599           Revert previous change of the test environment's GST_PLUGIN_PATH.
4600           The problem is not with the plugins, but with element factories
4601           and only occurs if elements are split out from existing plugins
4602           or if plugins change name (see #512740).
4603
4604 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4605
4606         * tests/check/Makefile.am:
4607           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4608           with the core's plugins first and our local build directories last,
4609           since we might be building against an installed core, and that
4610           core's plugin directory may contain older or other versions of
4611           our own -base plugins, but we really do want to test our local
4612           ones (if there are multiple plugins or element factories with the
4613           same name, those inspected last will trump those read in earlier).
4614           Fixes #512740 for the most part.
4615
4616 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4617
4618         * configure.ac:
4619         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4620         Use gmtime_r if available as gmtime is not MT-safe.
4621         Fixes bug #511810.
4622
4623 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4624
4625         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4626         Cast glong to time_t as time_t might have a different type on
4627         other platforms, like FreeBSD, and we get a compiler warning
4628         otherwise. Fixes bug #511825.
4629
4630 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4631
4632         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4633         (get_group), (get_n_pads), (gst_play_bin_get_property),
4634         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4635         (autoplug_select_cb), (deactivate_group):
4636         Remove stream-info, we going for something easier.
4637         Refactor getting the current group.
4638         Implement getting the number of audio/video/text streams.
4639
4640         * gst/playback/gststreamselector.c:
4641         (gst_stream_selector_class_init), (gst_stream_selector_init),
4642         (gst_stream_selector_get_property),
4643         (gst_stream_selector_request_new_pad),
4644         (gst_stream_selector_release_pad):
4645         * gst/playback/gststreamselector.h:
4646         Add property for number of pads.
4647
4648         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4649         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4650         (text_toggle_cb), (update_streams), (msg_async_done),
4651         (msg_state_changed), (main):
4652         Block slider callback when updating the slider position.
4653         Add gui elements for controlling playbin2.
4654         Add callback for async_done that updates position/duration.
4655
4656 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4657
4658         * docs/plugins/Makefile.am:
4659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4660         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4661         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4662         * docs/plugins/gst-plugins-base-plugins.interfaces:
4663         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4664           First round of plugin docs cleansups.
4665
4666         * docs/plugins/inspect/plugin-adder.xml:
4667         * docs/plugins/inspect/plugin-alsa.xml:
4668         * docs/plugins/inspect/plugin-audioconvert.xml:
4669         * docs/plugins/inspect/plugin-audiorate.xml:
4670         * docs/plugins/inspect/plugin-audioresample.xml:
4671         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4672         * docs/plugins/inspect/plugin-cdparanoia.xml:
4673         * docs/plugins/inspect/plugin-decodebin.xml:
4674         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4675         * docs/plugins/inspect/plugin-gdp.xml:
4676         * docs/plugins/inspect/plugin-gnomevfs.xml:
4677         * docs/plugins/inspect/plugin-libvisual.xml:
4678         * docs/plugins/inspect/plugin-ogg.xml:
4679         * docs/plugins/inspect/plugin-pango.xml:
4680         * docs/plugins/inspect/plugin-subparse.xml:
4681         * docs/plugins/inspect/plugin-tcp.xml:
4682         * docs/plugins/inspect/plugin-theora.xml:
4683         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4684         * docs/plugins/inspect/plugin-video4linux.xml:
4685         * docs/plugins/inspect/plugin-videorate.xml:
4686         * docs/plugins/inspect/plugin-videoscale.xml:
4687         * docs/plugins/inspect/plugin-videotestsrc.xml:
4688         * docs/plugins/inspect/plugin-volume.xml:
4689         * docs/plugins/inspect/plugin-vorbis.xml:
4690         * docs/plugins/inspect/plugin-ximagesink.xml:
4691         * docs/plugins/inspect/plugin-xvimagesink.xml:
4692           Regenerate.
4693
4694         * ext/ogg/Makefile.am:
4695         * ext/ogg/gstoggmux.c:
4696         * ext/ogg/gstoggmux.h:
4697           Add header for oggmux. the c-file needs a doc blob still.
4698
4699 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4700
4701         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4702
4703         * gst-libs/gst/rtp/gstrtpbuffer.c:
4704         (gst_rtp_buffer_set_extension_data):
4705         * gst-libs/gst/rtp/gstrtpbuffer.h:
4706         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4707         Add gst_rtp_buffer_set_extension_data() 
4708         Add a unit test for this addition. Fixes #511478.
4709         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4710
4711 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4712
4713         * configure.ac:
4714         Back to CVS
4715
4716 === release 0.10.17 ===
4717
4718 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4719
4720         * configure.ac:
4721           releasing 0.10.17, "Peanut Butter and Jelly"
4722
4723 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4724
4725         * gst-libs/gst/interfaces/mixeroptions.c:
4726         * gst-libs/gst/interfaces/mixertrack.c:
4727         Also remove the conditional registration of the signals
4728         that disappeared with the ABI change in 0.10.14
4729
4730 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4731
4732         * gst-libs/gst/rtsp/gstrtspconnection.c:
4733         Revert patch to gstrtspconnection.c for brown paper bag
4734         release of -base. Re-opens: #511825
4735
4736 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4737
4738         * gst-libs/gst/interfaces/mixeroptions.h:
4739         * gst-libs/gst/interfaces/mixertrack.h:
4740         Change the way these deprecated function pointers are removed
4741         so that the compiled ABI is unconditionally smaller. This 
4742         sets in stone an ABI break that actually occurred when the
4743         things were deprecated in 0.10.14, which seems to be the best
4744         fix as the only known users are oss-mixer and sunaudio-mixer in 
4745         gst-plugins-good.
4746         Fixes: #513018
4747
4748 2008-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4749
4750         * win32/common/libgstpbutils.def:
4751           Export the two new _get_type() functions which are needed
4752           by the python bindings.
4753
4754 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4755
4756         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4757         Cast glong to time_t as time_t might have a different type on
4758         other platforms, like FreeBSD, and we get a compiler warning
4759         otherwise. Fixes bug #511825.
4760
4761 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4762
4763         * gst-libs/gst/audio/gstaudiofilter.c:
4764         (gst_audio_filter_class_init):
4765         Initialize the GstRingerBuffer class to get it's debug category
4766         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4767         category and otherwise we get some g_critical(). Fixes bug #512334.
4768
4769 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4770
4771         * configure.ac:
4772         Back to CVS
4773
4774 === release 0.10.16 ===
4775
4776 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4777
4778         * configure.ac:
4779           releasing 0.10.16, "Scheduled Interruption"
4780
4781 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4782
4783         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4784
4785         * gst-libs/gst/rtp/gstrtpbuffer.c:
4786         (gst_rtp_buffer_get_extension_data):
4787         Fix typos and wrong extension check. Fixes #511274.
4788
4789 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4790
4791         * po/sk.po:
4792         Oops - add new sk.po mentioned in the LINGUAS I just committed
4793
4794 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4795
4796         * po/LINGUAS:
4797         Add ca translation to the disted list.
4798
4799         * win32/vs6/libgstsdp.dsp:
4800         Convert line endings to CRLF
4801
4802 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4803
4804         * win32/MANIFEST:
4805         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4806
4807 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4808
4809         * win32/common/libgstsdp.def:
4810         * win32/common/libgstvideo.def:
4811         Add new API declarations
4812
4813 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4814
4815         * ext/theora/gsttheoradec.h:
4816         * ext/theora/gsttheoraparse.h:
4817         * ext/theora/theoradec.c:
4818         * ext/theora/theoraparse.c:
4819         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4820         and parser by inspecting the bitstream version of the incoming data.
4821
4822 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4823
4824         * configure.ac:
4825         * pkgconfig/Makefile.am:
4826         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4827         * pkgconfig/gstreamer-audio.pc.in:
4828         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4829         * pkgconfig/gstreamer-cdda.pc.in:
4830         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4831         * pkgconfig/gstreamer-fft.pc.in:
4832         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4833         * pkgconfig/gstreamer-floatcast.pc.in:
4834         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4835         * pkgconfig/gstreamer-interfaces.pc.in:
4836         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4837         * pkgconfig/gstreamer-netbuffer.pc.in:
4838         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4839         * pkgconfig/gstreamer-pbutils.pc.in:
4840         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4841         * pkgconfig/gstreamer-riff.pc.in:
4842         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4843         * pkgconfig/gstreamer-rtp.pc.in:
4844         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4845         * pkgconfig/gstreamer-rtsp.pc.in:
4846         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4847         * pkgconfig/gstreamer-sdp.pc.in:
4848         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4849         * pkgconfig/gstreamer-tag.pc.in:
4850         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4851         * pkgconfig/gstreamer-video.pc.in:
4852         Provide one pkg-config file for every gst-plugins-base library.
4853         This makes linking to those libraries much more intuitive and
4854         provides standard pkg-config behaviour for them. Fixes bug #499697.
4855
4856 2008-01-13  David Schleef  <ds@schleef.org>
4857
4858         * gst/videoscale/vs_4tap.c:
4859           Fix valgrind error on 4tap scaling method.
4860
4861 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4862
4863         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4864         Include Winsock2.h for VS6 and use a different way initialize
4865         hints structure so it can build with VS6.
4866         * win32/MANIFEST:
4867         * win32/vs6/libgstsdp.dsp:
4868         * win32/common/libgstsdp.def:
4869         Add new files for libgstsdp.
4870         * win32/vs6/grammar.dsp:
4871         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4872         * win32/vs6/gst_plugins_base.dsw:
4873         * win32/vs6/libgstdecodebin.dsp:
4874         * win32/vs6/libgstdecodebin2.dsp:
4875         * win32/vs6/libgstplaybin.dsp:
4876         * win32/vs6/libgstvolume.dsp:
4877         Add new dependencies to the link list.
4878
4879 2008-01-13  Julien Moutte  <julien@fluendo.com>
4880
4881         * win32/common/config.h:
4882         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4883         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4884         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4885         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4886         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4887         * win32/common/interfaces-enumtypes.c:
4888         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4889         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4890         (gst_mixer_track_flags_get_type),
4891         (gst_tuner_channel_flags_get_type):
4892         * win32/common/multichannel-enumtypes.c:
4893         (gst_audio_channel_position_get_type):
4894         * win32/common/pbutils-enumtypes.c:
4895         (gst_install_plugins_return_get_type):
4896         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4897         in the win32 build directory.
4898
4899 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4900
4901         * tests/check/Makefile.am:
4902         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4903
4904         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4905         * tests/check/elements/playbin.c:
4906         * tests/check/libs/mixer.c: (test_element_interface_supported),
4907         (gst_implements_interface_init):
4908         * tests/check/libs/rtp.c: (GST_START_TEST):
4909         Fix various assignment type mismatches.
4910
4911 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4912
4913         * configure.ac:
4914         * gst-libs/gst/rtsp/Makefile.am:
4915         Add test to see if hstrerror is available or if we need libresolv
4916         (Solaris) for it, then use it in libgstrtsp.
4917
4918 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4919
4920         * gst-libs/gst/tag/Makefile.am:
4921         Fix include path order
4922
4923 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4924
4925         * gst-libs/gst/pbutils/install-plugins.c:
4926         (gst_install_plugins_context_copy),
4927         (gst_install_plugins_context_get_type):
4928         * gst-libs/gst/pbutils/install-plugins.h:
4929         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4930         for bindings.
4931
4932 2008-01-11  Michael Smith <msmith@fluendo.com>
4933
4934         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4935         (_theora_granule_frame), (_theora_granule_start_time),
4936         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4937           Adapt for post-alpha meaning of granulepos, when we
4938           have a newer version of libtheora.
4939         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4940         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4941         (theora_enc_is_discontinuous), (theora_enc_chain):
4942           Likewise.
4943         * tests/check/Makefile.am:
4944           Link libtheora into theoraenc test so we can check which version of
4945           libtheora we're testing against.
4946         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4947         (check_buffer_granulepos),
4948         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4949         (theoraenc_suite):
4950           Adapt tests to check the values that are now defined for theora; make
4951           the tests backwards-adapt the passed values if we're running against an
4952           old libtheora.
4953           Fixes #497964
4954
4955 2008-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4956
4957         * gst-libs/gst/audio/gstbaseaudiosink.c:
4958           (gst_base_audio_sink_class_init):
4959         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4960           (gst_base_audio_src_class_init):
4961           Ref audio clock class from a thread-safe context to make sure
4962           we're not bit by GObjects lack of thread-safety here (#349410),
4963            however unlikely that may be in practice.
4964
4965 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4966
4967         * autogen.sh:
4968           Add -Wno-portability to the automake parameters to stop warnings
4969           about GNU make extensions being used. We require GNU make in almost
4970           every Makefile anyway.
4971           
4972         * configure.ac:
4973           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4974           at the same time is required for per target flags.
4975
4976 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4977
4978         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4979           Post an error message if we can't pull as many bytes as we need
4980           for the tag. This makes sure the user gets to see a proper error
4981           message if a file with a partial ID3 tag is fed to decodebin, and
4982           not a 'no ID3 tag demuxer' error, which would be confusing
4983           (see #508138).
4984
4985 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4986
4987         * gst-libs/gst/pbutils/descriptions.c: (formats):
4988           Add description strings for ID3, APE, and ICY tags.
4989
4990 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4991
4992         * gst/playback/gstdecodebin.c: (try_to_link_1):
4993           Make sure we error out correctly if we can't activate one of
4994           the elements we've added.  Fixes #508138.
4995           
4996 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4997
4998         Patch by: Bastien Nocera <hadess at hadess net>
4999
5000         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5001           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5002           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5003           the volume is the same for all channels. This works around
5004           some problem in alsa that leaves us with inconsistent state
5005           for some reason (#486840).
5006
5007 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5008
5009         Patch by: Jerone Young <jerone at gmail com>
5010
5011         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5012           If there's no mixer track by the name of 'Master' or 'Front',
5013           check if there's one called 'PCM' before trying the generic
5014           fallback logic (fixes #506928, where we pick 'Mic' as master
5015           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5016
5017 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5018
5019         * gst/playback/gstplay-enum.c:
5020         (register_gst_autoplug_select_result),
5021         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5022         (gst_play_flags_get_type):
5023         * gst/playback/gstplay-enum.h:
5024         Add enums for configuration flags.
5025
5026         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5027         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5028         (gst_play_bin_get_property), (no_more_pads_cb),
5029         (autoplug_select_cb), (gst_play_bin_change_state):
5030         Merge mode with flags.
5031         Add more property getters/setters, defaults and docs.
5032         Add properties to get number of audio/video/text streams.
5033         Create sink object in _init so that we can always rely on it being
5034         there.
5035
5036         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5037         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5038         (activate_vis), (gst_play_sink_reconfigure),
5039         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5040         (gst_play_sink_change_state):
5041         * gst/playback/gstplaysink.h:
5042         Use flags to configure the sink pipelines.
5043         Add tee before audio pipeline so that we can use it for visualisations.
5044         Start working on integrating visualisations.
5045         Remove mode, we can do everything with the flags now.
5046         Add method to configue the sink pipeline.
5047
5048 2008-01-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5049
5050         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5051           (check_buffer_timestamp), (check_buffer_duration):
5052           Turn these functions into macros so we can see right away
5053           where the failure occured.
5054
5055 2008-01-05  Julien Moutte  <julien@fluendo.com>
5056
5057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5058         debugging information to understand how X calculates the stride
5059         for XvImages.
5060
5061 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5062
5063         * gst/volume/Makefile.am:
5064         * gst/volume/gstvolume.c: (volume_choose_func),
5065         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5066         (volume_setup):
5067         * gst/volume/gstvolume.h:
5068         Use GstAudioFilter as base class for the volume element instead of
5069         plain GstBaseTransform.
5070
5071 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5072
5073         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5074         Don't set element details for the abstract GstAudioFilter class.
5075
5076 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5077
5078         * gst-libs/gst/audio/gstaudiofilter.c:
5079         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5080         Implement get_unit_size() vmethod of GstBaseTransform.
5081
5082 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5083
5084         * gst-libs/gst/pbutils/Makefile.am:
5085         * gst-libs/gst/pbutils/pbutils.h:
5086         Use glib-enum generator to have a proper enum GType for
5087         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5088
5089 2007-12-31  David Schleef  <ds@schleef.org>
5090
5091         * tests/check/Makefile.am:
5092         * tests/check/pipelines/theoraenc.c:
5093           Reenable theoraenc test, which fails on the buildbot but
5094           not locally.
5095
5096 2007-12-31  David Schleef  <ds@schleef.org>
5097
5098         * docs/libs/.cvsignore:
5099         * docs/plugins/.cvsignore:
5100           Add *-undeclared.txt to fix buildbot.
5101
5102 2007-12-31  David Schleef  <ds@schleef.org>
5103
5104         * tests/check/Makefile.am:
5105           Second attempt at disabling theoraenc test long enough to
5106           get buildbot to compile -base.
5107
5108 2007-12-31  David Schleef  <ds@schleef.org>
5109
5110         * tests/check/pipelines/theoraenc.c:
5111           Disable theoraenc test long enough to get the buildbot to
5112           compile a recent -base.
5113
5114 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5115
5116         * tests/examples/seek/seek.c: (stop_cb):
5117         Make sure we reset the slider value to 0.0 without racing against a
5118         possible g_idle that sets it to something else.
5119
5120 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5121
5122         * sys/ximage/ximagesink.c:
5123         fix typo
5124
5125 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5126
5127         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5128         * gst-libs/gst/rtsp/gstrtspdefs.h:
5129         Add Location header so that we can start implementing redirects.
5130         See #506025.
5131
5132 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5133
5134         * gst/subparse/gstssaparse.c:
5135         combine if's
5136
5137 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5138
5139         * gst/subparse/gstssaparse.c:
5140         remove duplicate log message
5141
5142 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5143
5144         * ext/libvisual/visual.c: (gst_visual_chain):
5145         Fix 'xyz may be used uninitialized' compiler warnings caused
5146         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5147         abort() in any case but properly report the error.
5148
5149 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5150
5151         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5152         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5153         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5154         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5155         (autoplug_select_cb), (activate_group), (deactivate_group),
5156         (setup_next_source), (save_current_group),
5157         (gst_play_bin_change_state):
5158         Code cleanups.
5159         Remove next-uri, we can use the uri property just fine.
5160         Fix some crasher.
5161         Unref uridecodebin when switching.
5162         Fix going to READY.
5163
5164         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5165         (gst_play_sink_init), (gst_play_sink_dispose),
5166         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5167         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5168         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5169         (gst_play_sink_set_property), (gst_play_sink_get_property),
5170         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5171         (gen_vis_element), (gst_play_sink_get_mode),
5172         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5173         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5174         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5175         (gst_play_sink_change_state):
5176         * gst/playback/gstplaysink.h:
5177         Add some locking to make things threadsafe.
5178
5179         * gst/playback/test7.c: (about_to_finish_cb):
5180         Fix test.
5181
5182 2007-12-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5183
5184         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5185           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5186           (gst_video_scale_transform):
5187           Don't claim to be able to handle/transform caps that can't really
5188           be handled by the currently selected scaling method (here: RGB or
5189           packed YUV with 4-tap method). Also add locking to method property.
5190
5191         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5192           (test_basetransform_based):
5193           Some test pipelines for the above (not entirely valgrind clean yet
5194           apparently).
5195
5196 2007-12-21  David Schleef  <ds@schleef.org>
5197
5198         * gst-libs/gst/video/video.c:
5199         * gst-libs/gst/video/video.h:
5200           Add additional RGBA and RGB-24 video formats.
5201
5202 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5203
5204         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5205           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5206           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5207         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5208           (cddabasesrc_suite):
5209           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5210           deprecated in the future (see #498924).
5211
5212 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5213
5214         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5215           Don't leak event.
5216
5217 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5218
5219         * gst-libs/gst/riff/riff-read.c:
5220         Use GST_ROUND_UP_2 macro
5221
5222 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5223
5224         * gst/playback/.cvsignore:
5225           Ignore more.
5226
5227 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5228
5229         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5230         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5231           (set_active_source):
5232         * gst/playback/gstplaybasebin.h:
5233         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5234           (setup_sinks), (playbin_set_subtitles_visible):
5235           Make switching off of subtitles work. To avoid all kind of
5236           problems with unlinking of the subtitle input, we just keep
5237           the subtitle inputs linked as they are and tell textoverlay
5238           not to render them. Fixes #373011.
5239           Other subtitle switching issues (esp. when there are both
5240           external and in-stream subtitles) remain. They'll be solved
5241           in playbin2.
5242
5243 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5244
5245         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5246         Init the pad segment too.
5247
5248 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5249
5250         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5251         (gst_audioringbuffer_open_device),
5252         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5253         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5254         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5255         (gst_audio_sink_create_ringbuffer):
5256         Improve debug output.
5257
5258         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5259         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5260         Prevent some functions from doing things and failing when the
5261         ringbuffer is not yet acquired.
5262
5263 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5264
5265         * gst-libs/gst/interfaces/interfaces.h:
5266           Also remove interfaces.h from CVS as it is not needed anymore.
5267
5268 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5269
5270         * gst-libs/gst/interfaces/Makefile.am:
5271           interfaces.h is not used anymore so remove it from the build
5272           process.
5273
5274 2007-12-17  David Schleef  <ds@schleef.org>
5275
5276         * gst/videotestsrc/gstvideotestsrc.c:
5277         * gst/videotestsrc/gstvideotestsrc.h:
5278           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5279           for testing vertical refresh synchronization.
5280
5281 2007-12-17  David Schleef  <ds@schleef.org>
5282
5283         * docs/libs/gst-plugins-base-libs-sections.txt:
5284         * gst-libs/gst/video/video.c:
5285         * gst-libs/gst/video/video.h:
5286           Add new GstVideFormat enum and write a bunch of helper functions
5287           based around it.
5288
5289 2007-12-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5290
5291         * Makefile.am:
5292           Use new common/win32.mak.
5293
5294 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5295
5296         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5297         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5298         Add debug info.
5299         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5300         the parent state change function, just like the audiosink, because the
5301         parent waits for the element to finish its processing before completing
5302         the state change. This makes going to PAUSED a lot snappier.
5303         When going from READY to PAUSED, don't allow the ringbuffer to start
5304         yet.
5305
5306 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5307
5308         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5309         Yet another fix for broken software that produce files with an empty
5310         blockalign field. Instead of completely failing, make a second attempt
5311         at guessing the width/depth by looking at strf->size.
5312
5313 2007-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5314
5315         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5316           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5317         * gst-libs/gst/pbutils/install-plugins.c:
5318           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5319         * gst-libs/gst/pbutils/missing-plugins.c:
5320           (gst_missing_plugin_message_get_installer_detail),
5321           (gst_missing_encoder_installer_detail_new):
5322         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5323         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5324           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5325           avoid compiler warnings (#503930).
5326
5327 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5328
5329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5330         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5331         for jpeg video streams.
5332         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5333         for the above modification.
5334
5335 2007-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5336
5337         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5338           (gst_x_overlay_handle_events):
5339           More guards (we don't want klass to end up being NULL).
5340
5341 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5342
5343         * configure.ac:
5344         * gst/volume/gstvolume.c: (gst_volume_init):
5345           Use new gst_base_transform_set_gap_aware() function as volume
5346           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5347           for this.
5348
5349 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5350
5351         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5352         Don't go to READY on EOS as this avoids testing of seeking and
5353         restarting after EOS, use the stop button when you want to READY.
5354         Don't try to do a flushing seek in segment-done, it does not make
5355         sense to use this for gapless playback and is not needed.
5356
5357 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5358
5359         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5360         (reset_rate_timer), (update_in_rates), (update_out_rates),
5361         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5362         (gst_queue_chain), (gst_queue_loop):
5363         Use separate timers for input and output rates.
5364         Pause measuring the output rate when we block for more data.
5365         See #503262.
5366
5367 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5368
5369         * gst/playback/gstqueue2.c: (gst_queue_chain):
5370         Pause the timer to measure the input rate when we block because the
5371         queue is filled. See #503262.
5372
5373 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5374
5375         Patch by: Peter Kjellerstedt  <pkj at axis com>
5376
5377         * gst-libs/gst/rtsp/gstrtspconnection.c:
5378         (gst_rtsp_connection_free):
5379         Close control sockets. Fixes #503440.
5380
5381 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5382
5383         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5384         Expose the right pad in the right place with the right element.
5385
5386 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5387
5388         * gst-libs/gst/pbutils/descriptions.c: (formats):
5389           Add description for 'private' dts caps (who come up with that name?).
5390
5391 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5392
5393         * Makefile.am:
5394           Add check-exports target and run it with 'make check'.
5395
5396         * configure.ac:
5397           Be stricter about what we export in our libraries: change regexp so that
5398           we only export _gst_foo(), but not __gst_foo().
5399
5400         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5401         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5402           Change internal functions to __gst_foo so they dont' get exported.
5403
5404         * win32/common/libgstaudio.def:
5405           Add missing symbols.
5406
5407 2007-12-11  David Schleef  <ds@schleef.org>
5408
5409         * ChangeLog: remove conflict markers
5410
5411 2007-12-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5412
5413         * ext/gnomevfs/Makefile.am:
5414         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5415           Use gst_tag_freeform_string_to_utf8() here, which also takes
5416           into account any character sets specified by the user via
5417           environment variables.
5418
5419 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5420
5421         * gst/audioconvert/Makefile.am:
5422         Also link to libm.
5423
5424 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5425
5426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5427         No need for floating point operations here. avoids having to link
5428         against the math library too.
5429
5430 2007-12-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5431
5432         * gst-libs/gst/pbutils/descriptions.c: (formats),
5433           (format_info_get_desc):
5434         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5435           (GST_START_TEST):
5436           Add one or two missing formats.  Generate ADPCM description
5437           dynamically depending on layout/format.
5438
5439 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5440
5441         * configure.ac:
5442           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5443
5444 2007-12-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5445
5446         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5447
5448         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5449           Some .srt files start with chunk number 0 and not chunk number 1,
5450           recognise and accept those as well (fixes #502497).
5451
5452         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5453           (test_src):
5454           Add unit test for the above.
5455
5456 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5457
5458         * gst/playback/gstplay-enum.c:
5459         (register_gst_autoplug_select_result),
5460         (gst_autoplug_select_result_get_type):
5461         * gst/playback/gstplay-enum.h:
5462         Add missing files.
5463
5464 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5465
5466         * gst/playback/Makefile.am:
5467         Group decodebin2 and uridecodebin into the same plugin so that they
5468         can share the GEnumType.
5469
5470         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5471         (_gst_select_accumulator), (gst_decode_bin_class_init),
5472         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5473         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5474         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5475         Add signal to sort factories instead of the more awkward autoplug-select
5476         signal.
5477         Modify autoplug_select so that we can try, skip or expose the
5478         autopluggin of an element on a pad.
5479
5480         * gst/playback/gstfactorylists.c: (compare_ranks),
5481         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5482         (element_filter), (gst_factory_list_get_elements),
5483         (gst_factory_list_debug), (gst_factory_list_filter):
5484         * gst/playback/gstfactorylists.h:
5485         Simplify the API, allow getting elements based on mask.
5486
5487         * gst/playback/gstplay-marshal.list:
5488         Add some more marshallers.
5489
5490         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5491         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5492         (autoplug_select_cb), (activate_group):
5493         Add support for managing non-raw sinks by providing a custom element and
5494         sink list to decodebin2.
5495         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5496         decodebin2.
5497
5498         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5499         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5500         * gst/playback/gstplaysink.h:
5501         Add support for raw and non-raw sinks. 
5502         Add support to force sinks selected by playbin2.
5503         Don't plug raw converters for non-raw sinks.
5504
5505         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5506         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5507         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5508         (plugin_init):
5509         Use right accumulators.
5510         Proxy new signal.
5511
5512 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5513
5514         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5515         Use runnning time as the base time instead of the timestamp.
5516         Spotted by Saur on IRC.
5517
5518 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5519
5520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5521         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5522
5523 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5524
5525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5526         (gst_ogg_demux_read_chain):
5527         If we find a new serial number but it does not contain a BOS page, make
5528         sure we initialize the chain to NULL because else we will try to scan it
5529         and crash. Fixes #500763
5530
5531 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5532
5533         * gst/playback/Makefile.am:
5534         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5535         (get_feature_array), (decoders_filter), (sinks_filter),
5536         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5537         (gst_factory_list_filter):
5538         * gst/playback/gstfactorylists.h:
5539         Refactor some common code to filter factories and check caps compat.
5540
5541         * gst/playback/gstdecodebin.c:
5542         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5543         (gst_decode_bin_init), (gst_decode_bin_dispose),
5544         (gst_decode_bin_autoplug_continue),
5545         (gst_decode_bin_autoplug_factories),
5546         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5547         (find_compatibles):
5548         * gst/playback/gstplaybin.c:
5549         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5550         (gst_play_bin_init), (gst_play_bin_finalize),
5551         (autoplug_factories_cb), (activate_group):
5552         * gst/playback/gstqueue2.c:
5553         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5554         (proxy_autoplug_continue_signal),
5555         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5556         (proxy_drained_signal):
5557         Add some more debug info and use factor filtering code.
5558
5559 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5560
5561         * gst/audiotestsrc/gstaudiotestsrc.c:
5562         * gst/volume/gstvolume.c:
5563         * gst/volume/gstvolume.h:
5564           Add GAP-flag support.
5565
5566 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5567
5568         * tests/examples/seek/seek.c: (main): Increase the range of the
5569         rate selector as I would like to test QOS behavior at higher
5570         forward and reverse playback speed like say 64x.
5571
5572 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5573
5574         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5575         (audioresample_query), (audioresample_query_type),
5576         (gst_audioresample_set_property):
5577         Implement latency query.
5578
5579 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5580
5581         * gst-libs/gst/audio/gstbaseaudiosink.c:
5582         (gst_base_audio_sink_drain):
5583         Our EOS time contains the base_time, _wait_eos() expects a running_time
5584         so we have to subtract the base_time again before calling the function.
5585         This fixes an EOS regression where the base_time was added twice and EOS
5586         took longer and longer in certain situations.
5587         Fixes #498767.
5588
5589 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5590
5591         * docs/libs/gst-plugins-base-libs-sections.txt:
5592         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5593         (gst_base_audio_sink_set_provide_clock),
5594         (gst_base_audio_sink_get_provide_clock),
5595         (gst_base_audio_sink_set_slave_method),
5596         (gst_base_audio_sink_get_slave_method),
5597         (gst_base_audio_sink_set_property),
5598         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5599         (gst_base_audio_sink_none_slaving),
5600         (gst_base_audio_sink_handle_slaving):
5601         * gst-libs/gst/audio/gstbaseaudiosink.h:
5602         Expose methods for some object properties so that subclasses can more
5603         easily configure them.
5604         Added slave method none, that completely disables slaving to the
5605         internal clock.
5606         API: gst_base_audio_sink_set_provide_clock()
5607         API: gst_base_audio_sink_get_provide_clock()
5608         API: gst_base_audio_sink_set_slave_method()
5609         API: gst_base_audio_sink_get_slave_method()
5610
5611         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5612         (gst_base_audio_src_set_provide_clock),
5613         (gst_base_audio_src_get_provide_clock),
5614         (gst_base_audio_src_set_property),
5615         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5616         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5617         Expose methods for some object properties so that subclasses can more
5618         easily configure them.
5619         API: gst_base_audio_src_set_provide_clock()
5620         API: gst_base_audio_src_get_provide_clock()
5621
5622 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5623
5624         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5625
5626         * gst-libs/gst/sdp/gstsdpmessage.c:
5627         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5628
5629 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5630
5631         * tests/check/libs/fft.c: (GST_START_TEST):
5632         Fix scaling to really have dB instead of something else.
5633
5634 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5635
5636         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5637         GTK version, use it.
5638
5639 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5640
5641         * tests/examples/seek/seek.c: (main): Try to support stable version
5642         of GTK.
5643
5644 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5645
5646         * gst/playback/README:
5647         * gst/playback/test7.c:
5648           Fix the build + little README update.
5649
5650 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5651
5652         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5653         Add playbin2 seek pipeline.
5654
5655 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5656
5657         * gst/playback/Makefile.am:
5658         * gst/playback/gstplayback.c: (plugin_init):
5659         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5660         (eos_cb), (about_to_finish_cb), (main):
5661         Add playbin2.
5662         Added gapless playback example.
5663
5664         * gst/playback/gstplaybasebin.c:
5665         * gst/playback/gstplaybasebin.h:
5666         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5667         * gst/playback/gstqueue2.c:
5668         * gst/playback/test.c:
5669         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5670         (pad_removed_cb):
5671         * gst/playback/gststreaminfo.h:
5672         Change email.
5673
5674         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5675         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5676         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5677         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5678         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5679         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5680         (drained_cb), (unlink_group), (activate_group),
5681         (setup_next_source), (gst_play_bin_change_state),
5682         (gst_play_bin2_plugin_init):
5683         Added raw first version of playbin2. Does chained oggs and gapless
5684         playback fine. No support for raw sinks yet. No visualisations or
5685         subtitles yet.
5686
5687         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5688         (gst_play_sink_class_init), (gst_play_sink_init),
5689         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5690         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5691         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5692         (gst_play_sink_set_property), (gst_play_sink_get_property),
5693         (post_missing_element_message), (free_chain), (add_chain),
5694         (activate_chain), (gen_video_chain), (gen_text_element),
5695         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5696         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5697         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5698         (gst_play_sink_send_event), (gst_play_sink_change_state):
5699         * gst/playback/gstplaysink.h:
5700         Added Element that abstracts the sinks and their pipelines for playbin2.
5701
5702 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5703
5704         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5705         (gst_selector_pad_class_init), (gst_selector_pad_init),
5706         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5707         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5708         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5709         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5710         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5711         (gst_stream_selector_init), (gst_stream_selector_set_property),
5712         (gst_stream_selector_get_linked_pad),
5713         (gst_stream_selector_getcaps),
5714         (gst_stream_selector_is_active_sinkpad),
5715         (gst_stream_selector_activate_sinkpad),
5716         (gst_stream_selector_get_linked_pads),
5717         (gst_stream_selector_request_new_pad),
5718         (gst_stream_selector_release_pad):
5719         * gst/playback/gststreamselector.h:
5720         Improve streamselector, make it select and unselect the current pad more
5721         intelligently. 
5722         Subclass GstPad for the sinkpads of the selector.
5723         Handle segments more correctly.
5724         Fix caps negotiation.
5725         Implement release_pad.
5726
5727 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5728
5729         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5730         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5731         (remove_fakesink):
5732         Add drained signal fired when decodebin finishes decoding the data.
5733         Remove deprecated STATE_DIRTY message.
5734
5735         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5736         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5737         (analyse_source), (proxy_drained_signal), (make_decoder),
5738         (source_new_pad), (value_list_append_structure_list),
5739         (handle_redirect_message), (handle_message):
5740         Proxy the new drained signal.
5741         Handle pad removed from decodebin.
5742         Handle redirect messages by sorting multiple redirections based on the
5743         connection speed.
5744
5745 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5746
5747         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5748
5749         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5750         Fix leaking headers. Fixes #496761.
5751
5752 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5753
5754         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5755
5756         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5757         (gst_ximagesink_change_state):
5758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5759         Don't leak the PAR on errors. Fixes #496731.
5760
5761 2007-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5762
5763         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5764           (gst_tag_from_id3_user_tag):
5765           Add mapping for audio cd discid tags, so we can extract
5766           them from tags as well (see #347848). Also compare identifiers
5767           in ID3v2 TXXX frames in a case-insensitive way to increase
5768           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5769
5770 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5771
5772         * gst-plugins-base.doap:
5773         Oops, fix the release name.
5774
5775 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5776
5777         * gst-plugins-base.doap:
5778         Add 0.10.15 release
5779
5780 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5781
5782         * configure.ac:
5783         Back to CVS
5784
5785 === release 0.10.15 ===
5786
5787 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5788
5789         * configure.ac:
5790           releasing 0.10.15, "No need to argue"
5791
5792 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5793
5794         * win32/vs6/libgstfft.dsp:
5795         Convert line endings to DOS.
5796
5797 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5798
5799         * win32/vs6/gst_plugins_base.dsw:
5800         * win32/vs6/libgstfft.dsp:
5801         * win32/MANIFEST:
5802         Add a project file for fft plugin and remove socket
5803         based plugin which don't build from the workspace.
5804         * win32/vs6/libgstaudio.dsp:
5805         * win32/vs6/libgstrtp.dsp:
5806         * win32/vs6/libgsttag.dsp:
5807         Convert line endings back to DOS.
5808         Fixes #496724
5809
5810 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5811
5812         * win32/vs6/libgstinterfaces.dsp:
5813         * win32/vs6/libgstrtsp.dsp:
5814         Convert line endings back to DOS
5815
5816 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5817
5818         * gst-libs/gst/fft/kiss_fft_f32.h:
5819         * gst-libs/gst/fft/kiss_fft_f64.h:
5820         * gst-libs/gst/fft/kiss_fft_s16.h:
5821         * gst-libs/gst/fft/kiss_fft_s32.h:
5822         Don't include malloc.h which doesn't exist on Mac OSX.
5823         Instead, pull in glib.h and use g_malloc/g_free for 
5824         consistency. Fixes: #496548
5825
5826 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5827
5828         * gst/playback/gstdecodebin2.c:
5829           Dont leak ghostpad. Fixes #475451.
5830
5831 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5832
5833         * docs/design/design-decodebin.txt:
5834         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5835         Update some more docs and comments.
5836
5837 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5838
5839         Patch by: Sebastien Moutte  <sebastien moutte net>
5840
5841         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5842           (gst_rtcp_unix_to_ntp):
5843         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5844           Fix some C99-isms and and a missing function that some versions of
5845           MSVC don't like too much (#494346).
5846
5847         * win32/vs6/gst_plugins_base.dsw:
5848         * win32/vs6/libgstaudio.dsp:
5849         * win32/vs6/libgstrtp.dsp:
5850         * win32/vs6/libgsttag.dsp:
5851           Update vs6 projects files (#494346).
5852
5853 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5854
5855         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5856
5857         * win32/common/libgstaudio.def:
5858         * win32/common/libgstcdda.def:
5859         * win32/common/libgstinterfaces.def:
5860         * win32/common/libgstnetbuffer.def:
5861         * win32/common/libgstpbutils.def:
5862         * win32/common/libgstrtp.def:
5863         * win32/common/libgstrtsp.def:
5864         * win32/common/libgsttag.def:
5865         * win32/common/libgstvideo.def:
5866           More missing symbols to export (fixes #493986).
5867
5868 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5869
5870         * docs/libs/gst-plugins-base-libs-sections.txt:
5871         * gst-libs/gst/fft/gstfftf32.c:
5872         * gst-libs/gst/fft/gstfftf32.h:
5873         * gst-libs/gst/fft/gstfftf64.c:
5874         * gst-libs/gst/fft/gstfftf64.h:
5875         * gst-libs/gst/fft/gstffts16.c:
5876         * gst-libs/gst/fft/gstffts16.h:
5877         * gst-libs/gst/fft/gstffts32.c:
5878         * gst-libs/gst/fft/gstffts32.h:
5879         * tests/check/libs/fft.c: (GST_START_TEST):
5880         Remove the magnitude and phase calculation functions as these have
5881         very special use cases and can't even be used for the spectrum
5882         element. Also adjust the docs to mention some properties of the used
5883         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5884
5885 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5886
5887         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5888           (finish_source):
5889           Avoid crash when there are external subtitles (fixes #491722).
5890
5891 2007-11-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5892
5893         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5894         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5895           'Could not open resource for writing' is not an acceptable
5896           error message when we can't open the audio device (see #492334),
5897           even less so when we're trying to open it to record something.
5898
5899 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5900
5901         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5902
5903         * win32/common/libgstrtp.def:
5904           Add some more missing symbols (#492813).
5905
5906 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5907
5908         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5909
5910         * tests/check/elements/audioconvert.c: (verify_convert):
5911           Add check to make sure that the out caps have a channel layout
5912           set on them where they should have one.
5913
5914 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5915
5916         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5917
5918         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5919         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5920           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5921           (#492306).
5922
5923         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5924           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5925           (it disappeared in GLib 2.14.0) (#492306).
5926
5927         * gst-libs/gst/sdp/Makefile.am:
5928         * gst-libs/gst/sdp/gstsdpmessage.c:
5929           Fix includes and LIBS for win32/Mingw (#492306).
5930
5931         * tests/examples/dynamic/addstream.c (pause_play_stream):
5932           Use more portable g_usleep() instead of sleep() (#492306).
5933
5934 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5935
5936         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5937
5938         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5939           (gst_ring_buffer_parse_caps):
5940           Return NULL instead of an enum that happens to be 0, fixes warning
5941           on MSVC (#492114).
5942
5943         * gst-libs/gst/audio/gstringbuffer.h:
5944           No trailing commas in enum list (for gcc-2.9x).
5945
5946         * gst/videotestsrc/videotestsrc.c: (random_char):
5947           Make information loss explicit instead of implicitly truncating to
5948           eight bits via the return value.  Fixes runtime error on MSVC when
5949           using the debug CRT (#492114).
5950
5951         * win32/common/config.h.in:
5952           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5953
5954         * win32/common/libgstinterfaces.def:
5955         * win32/common/libgstrtp.def:
5956           Export a few more symbols (#492114).
5957
5958 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * gst-libs/gst/audio/audio.c:
5961         * gst-libs/gst/audio/audio.h:
5962           Readd the deprecation guards, but preserve compilability.
5963
5964 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5965
5966         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5967           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5968           Preserve channel layout when fixating the number of channels in the
5969           output caps, or make sure there's a suitable channel position layout
5970           set on the caps if required. Fixes #430677.
5971
5972 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5973
5974         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5975           Make sure the pipeline really operates in push mode as it should
5976           in this case.
5977
5978 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5979
5980         * gst-libs/gst/audio/audio.h:
5981           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5982           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5983           (ie. normal cvs builds) will fail.
5984
5985 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5986
5987         * docs/libs/Makefile.am:
5988         * gst-libs/gst/audio/audio.c:
5989         * gst-libs/gst/audio/audio.h:
5990         * gst-libs/gst/interfaces/mixer.c:
5991           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5992
5993 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5994
5995         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5996           (test_channel_layout_value_intersect), (audio_suite):
5997           Add simple unit test to make sure GstValue intersection
5998           of channel layouts works the way I think it does.
5999
6000 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6001
6002         * docs/libs/gst-plugins-base-libs-sections.txt:
6003         * gst-libs/gst/audio/gstaudiofilter.h:
6004         * gst-libs/gst/interfaces/mixer.h:
6005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6006         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6007         * gst-libs/gst/sdp/gstsdpmessage.c:
6008           Fix the docs according to what gtk-doc complained about.
6009
6010 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6011
6012         * tests/icles/stress-playbin.c:
6013           Fix the build.
6014
6015 2007-10-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6016
6017         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6018         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6019           Post nice/more useful error message if we don't have a decoder for
6020           the primary type.
6021
6022 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6023
6024         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6025         Be a bit more useful, unblock the pads after we fired the no-more-pads
6026         signal so that we can use the signal to inspect and connect all pads
6027         without having to keep extra state outside of decodebin.
6028
6029 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6030
6031         * gst/playback/gsturidecodebin.c:
6032         (gst_uri_decode_bin_autoplug_continue),
6033         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6034         Implement default signal handler so that we return TRUE when nothing is
6035         connected.
6036
6037 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6038
6039         * gst-libs/gst/riff/riff-media.c:
6040         (gst_riff_wavext_add_channel_layout),
6041         (gst_riff_wave_add_default_channel_layout),
6042         (gst_riff_wavext_get_default_channel_mask),
6043         (gst_riff_create_audio_caps):
6044         Use the ALSA channel layout as default for wav files without channel
6045         layout information. This fixes playback of chan-id.wav on 5.1 systems
6046         for example. Also refactor the channel layout setting a bit and add
6047         more default channel orders. Fixes #489010.
6048
6049 2007-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6050
6051         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6052           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6053           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6054           instead.
6055
6056 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6057
6058         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6059         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6060         (gst_decode_bin_set_subs_encoding),
6061         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6062         (gst_decode_bin_get_property), (analyze_new_pad):
6063         Move subtitle encoding property to decodebin2 so that it can set the
6064         property value on all elements that it autoplugs and that require it.
6065         Make caps refcounting more consistent in get/set.
6066
6067         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6068         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6069         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6070         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6071         (proxy_autoplug_continue_signal),
6072         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6073         (make_decoder):
6074         Proxy properties and relevant signals from the internal decodebin.
6075         Make properties MT safe.
6076
6077 2007-10-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6078
6079         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6080         * gst-libs/gst/tag/tags.c:
6081           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6082           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6083
6084         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6085           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6086
6087         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6088           (gst_tag_to_vorbis_comments):
6089           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6090           just mapping everything I found in the wild) (#414539).
6091
6092 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6093
6094         Inspired by patch of: RenĂ© Stadler <mail at renestadler dot de>
6095
6096         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6097         (gst_decode_bin_autoplug_continue),
6098         (gst_decode_bin_autoplug_factories),
6099         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6100         (find_compatibles):
6101         * gst/playback/gstplay-marshal.list:
6102         Remove the autoplug-sort signal and replace it with a binding friendly
6103         autoplug-select signal.
6104         Add an autoplug-factories signal that can be used to generate a list of
6105         factories to try to autoplug.
6106         Add the GstPad to the autoplugging signal args as it might be needed to
6107         make a good factory selection.
6108         Fix up the marshallers for this. Fixes #407282.
6109
6110 2007-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6111
6112         * gst-libs/gst/tag/gsttagdemux.c:
6113           Don't abort with an assertion if we receive a seek event with
6114           a start type of NONE (see launchpad bug #155878).
6115
6116 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6117
6118         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6119         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6120         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6122         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6123         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6124         Make sure that before we clean up the X resources, we shutdown and join
6125         the event thread.
6126         Also make sure the event thread does not shut down immediatly after
6127         startup because the running variable is not yet correctly set.
6128         Fixes #378770. 
6129
6130 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6131
6132         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6133         Make the window for a race in typefind and shutting down smaller until
6134         we figure out the right locking here. Avoids #485753 usually.
6135
6136         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6137         Remove unneeded lock causing a race in typefind and shutting down.
6138         Fixes #485753.
6139
6140         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6141         Also remove sinks when going to NULL because we might not complete the
6142         state change to PAUSED, causing the PAUSED->READY state change not to
6143         happen.
6144
6145 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6146
6147         * gst-libs/gst/audio/gstbaseaudiosink.c:
6148         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6149         Also explicitly release the ringbuffer when going to NULL because it
6150         is required in the setcaps function, before the state change to PAUSED
6151         completes.
6152
6153 2007-10-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6154
6155         * tests/icles/.cvsignore:
6156         * tests/icles/Makefile.am:
6157         * tests/icles/stress-playbin.c:
6158           Does what it says on the tin.
6159
6160 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6161
6162         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6163         Fix queue negotiation. See #486758.
6164
6165 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6166
6167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6168         (gst_xvimagesink_xwindow_new),
6169         (gst_xvimagesink_update_colorbalance),
6170         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6171
6172         Fix handling of some of the X atoms. If the last parameter is True,
6173         XInternAtom won't create the atom if it doesn't exist, and therefore
6174         might return None. This causes X errors on Xv implementations that
6175         don't provide the colour balance attributes.
6176
6177 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6178
6179         * gst-libs/gst/tag/gstvorbistag.c:
6180         * tests/check/libs/tag.c:
6181           Extract vorbis comment LICENSE tags correctly.
6182
6183 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6184
6185         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6186
6187         * gst-libs/gst/tag/gstid3tag.c:
6188         * tests/check/libs/tag.c:
6189           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6190
6191 2007-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6192
6193         * gst-libs/gst/tag/gsttagdemux.c:
6194           Don't error out when a buggy downstream element doesn't
6195           handle the newsegment event we send properly (especially
6196           not without posting a meaningful error message on the
6197           bus). See bug #471370 and launchpad bug #136264.
6198
6199 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6200
6201         * gst-libs/gst/audio/gstbaseaudiosink.c:
6202         (gst_base_audio_sink_drain):
6203         Use new basesink method to make our EOS drain interruptable.
6204
6205 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6206
6207         * gst-libs/gst/rtp/gstrtppayloads.c:
6208         Fix silly search-replace oversight.
6209
6210 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6211
6212         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6213
6214         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6215         (gst_basertppayload_set_outcaps):
6216         Fix caps memleak. Fixes #484989.
6217
6218
6219 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6220
6221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6222         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6223         Fix debug output.
6224
6225 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6226
6227         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6228         (gst_base_audio_src_create):
6229         Also handle the case where there is no clock set on the audio source,
6230         like in the unit tests.
6231
6232 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6233
6234         * gst-libs/gst/rtp/gstrtppayloads.c:
6235         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6236         to avoid compiler warnings
6237
6238 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6239
6240         * gst/playback/gstdecodebin.c: (type_found),
6241         (gst_decode_bin_change_state):
6242         * gst/playback/gstdecodebin2.c: (type_found),
6243         (gst_decode_bin_change_state):
6244         Don't disconnect the have_type signal because we never reconnect it
6245         later on. Instead keep a variable to see if we already detected a type.
6246
6247 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6248
6249         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6250         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6251         (type_found):
6252         Unlink the signal handler when we found the type, we're not going to do
6253         anything sensible with more type_found signals anyway.
6254
6255 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6256
6257         * gst-libs/gst/tag/gsttagdemux.c:
6258           Don't leak caps.
6259
6260 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6261
6262         * gst-libs/gst/tag/Makefile.am:
6263         * gst-libs/gst/tag/gsttagdemux.c:
6264         * gst-libs/gst/tag/gsttagdemux.h:
6265           API: add GstTagDemux base class for simple tag demuxers.
6266
6267         * docs/libs/gst-plugins-base-libs-docs.sgml:
6268         * docs/libs/gst-plugins-base-libs-sections.txt:
6269           Add GstTagDemux to docs.
6270
6271 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6272
6273         * gst-libs/gst/rtp/gstrtpbuffer.c:
6274         (gst_rtp_buffer_get_payload_subbuffer):
6275         Fix bug introduced with last commit which inverted the logic and
6276         caused all buffers to be dropped. Fixes #483620.
6277         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6278
6279 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6280
6281         * gst-libs/gst/rtp/gstrtpbuffer.c:
6282           Replace g_return_if_val (as it could be disabled), with regular return
6283           and warning.
6284
6285 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6286
6287         * tests/check/pipelines/simple-launch-lines.c:
6288           Print message name and not just number.
6289
6290 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6291
6292         * gst-libs/gst/audio/gstbaseaudiosink.c:
6293         (gst_base_audio_sink_async_play):
6294         When slaved to the clock, don't try to align a sample with the previous
6295         one when going to PLAYING again.
6296
6297 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6298
6299         * tests/examples/snapshot/snapshot.c:
6300           Fix the build.
6301
6302 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6303
6304         * gst-libs/gst/sdp/gstsdpmessage.h:
6305         Add RFC 3556 bandwidth modifiers.
6306
6307 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6308
6309         * docs/libs/gst-plugins-base-libs-docs.sgml:
6310         * docs/libs/gst-plugins-base-libs-sections.txt:
6311         * gst-libs/gst/rtp/gstrtppayloads.c:
6312         Update documentation.
6313
6314 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6315
6316         * gst-libs/gst/rtp/Makefile.am:
6317         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6318         (gst_rtp_payload_info_for_name):
6319         * gst-libs/gst/rtp/gstrtppayloads.h:
6320         Added new file and header to deal with payload info.
6321
6322         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6323         (gst_rtp_buffer_default_clock_rate):
6324         * gst-libs/gst/rtp/gstrtpbuffer.h:
6325         Payload specific stuff is move to new headers.
6326         Implement _default_clock rate using the new payload function.
6327
6328         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6329         (gst_sdp_parse_line):
6330         * gst-libs/gst/sdp/gstsdpmessage.h:
6331         Add some more comments.
6332
6333 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6334
6335         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6336         (sdp_check_header), (sdp_type_find), (plugin_init):
6337         Add typefind function for application/sdp.
6338         Remove some old dirac typefind code that was ifdeffed out.
6339
6340 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6341
6342         * win32/common/libgstaudio.def:
6343         Add new exported functions.
6344         * win32/vs6/grammar.dsp:
6345         Add autogeneration and copy of some autegenerated files from win32/common
6346         for rtsp library.
6347         * win32/vs6/libgstaudioconvert.dsp:
6348         Add gstaudioquantize.c to the build.
6349         * win32/vs6/libgstinterfaces.dsp:
6350         Add videoorientation.c to the build.
6351         * win32/vs6/libgstriff.dsp:
6352         Add libgsttag to the link libraries list.
6353         * win32/vs6/libgstvolume.dsp:
6354         Add liboil to the link.
6355         * win32/vs6/gst_plugins_base.dsw:
6356         * win32/vs6/libgstrtsp.dsp:
6357         * win32/common/libgstrtsp.def:
6358         Add files to build libgstrtsp library.
6359         
6360 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * tests/examples/snapshot/snapshot.c: (main):
6363         Print error when pipeline failed to construct.
6364
6365 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6366
6367         * configure.ac:
6368         * gst-libs/gst/tag/gstid3tag.c:
6369         * gst-libs/gst/tag/gstvorbistag.c:
6370           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6371           and ID3v2 tags.
6372
6373 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6374
6375         * gst-libs/gst/floatcast/floatcast.h:
6376           Don't include config.h in an installed public header, this
6377           might break compilation of applications that don't have such
6378           a header and doesn't necessarily do what it's supposed to do
6379           anyway (ie. check for the lrint/lrintf defines) (#442065).
6380           Add docs for the various macros and document how this header
6381           has to be used (link against libm, etc.); add a few FIXMEs;
6382           include math.h for non-c99 code path.  Based on patch by
6383           Jan Schmidt.
6384           
6385 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6386
6387         * configure.ac:
6388         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6389         of duplicating these macros in configure.ac.
6390
6391 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6392
6393         * po/hu.po:
6394         * po/sv.po:
6395         * po/uk.po:
6396           Updated translations to 0.10.14
6397
6398 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6399
6400         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6401
6402         * po/pl.po:
6403           Added Polish translation.
6404
6405 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6406
6407         translated by: Ilkka Tuohela <hile@iki.fi>
6408
6409         * po/fi.po:
6410           Added Finnish translation.
6411
6412 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6413
6414         translated by: Jorge GonzĂ¡lez GonzĂ¡lez <aloriel@gmail.com>
6415
6416         * po/es.po:
6417           Added Spanish translation.
6418
6419 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6420
6421         translated by: Mogens Jaeger <mogens@jaeger.tf>
6422
6423         * po/da.po:
6424           Added Danish translation.
6425
6426 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6427
6428         translated by: Funda Wang <fundawang@linux.net.cn>
6429
6430         * po/zh_CN.po:
6431           Added Chinese (simplified) translation.
6432
6433 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6434
6435         translated by: Alexander Shopov <ash@contact.bg>
6436
6437         * po/bg.po:
6438           Added Bulgarian translation.
6439
6440 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6441
6442         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6443         Fix compilation wrt printf arguments.
6444
6445 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6446
6447         * configure.ac:
6448         * tests/examples/Makefile.am:
6449         * tests/examples/snapshot/.cvsignore:
6450         * tests/examples/snapshot/Makefile.am:
6451         * tests/examples/snapshot/snapshot.c: (main):
6452         Add simple snapshot example program using appsink.
6453
6454 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * tests/check/generic/states.c:
6457           Improved state change unit test.
6458
6459 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6460
6461         * docs/plugins/.cvsignore:
6462         * tests/check/.cvsignore:
6463           Ignore registries in any format.
6464
6465 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6466
6467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6468         (gst_base_rtp_depayload_chain),
6469         (gst_base_rtp_depayload_set_gst_timestamp):
6470         Only copy timestamp on outgoing packets if the depayloader did not set
6471         one.
6472         Also copy duration on outgoing packets.
6473
6474 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6475
6476         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6477         (gst_basertppayload_set_outcaps):
6478         Fix compilation because of missing %d in printf.
6479         When fixating caps, fixate what we can and throw away all remaining
6480         unfixed caps, subclasses should do something smart if they need to.
6481
6482 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6483
6484         * ext/gnomevfs/gstgnomevfssrc.c:
6485           Improve debug logs a bit and be more verbose if things go wrong.
6486
6487 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6488
6489         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6490         (gst_text_overlay_set_property):
6491         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6492         * gst-libs/gst/audio/gstbaseaudiosink.c:
6493         (gst_base_audio_sink_render):
6494         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6495         (gst_rtcp_unix_to_ntp):
6496         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6497         * gst/playback/gstqueue2.c:
6498         * tests/examples/seek/seek.c: (set_scale):
6499         Fix a bunch of compile warnings shown with Forte.
6500
6501         * gst/audiorate/gstaudiorate.c:
6502         Always pull in config.h before including any system headers.
6503
6504 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6505
6506         * gst/playback/gstqueue2.c: (update_buffering),
6507         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6508         (gst_queue_handle_sink_event), (gst_queue_chain),
6509         (gst_queue_push_one), (gst_queue_sink_activate_push),
6510         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6511         Also fix #476514 for queue2.
6512
6513 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6514
6515         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6516         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6517         (gst_base_rtp_depayload_chain),
6518         (gst_base_rtp_depayload_handle_sink_event),
6519         (gst_base_rtp_depayload_push_full),
6520         (gst_base_rtp_depayload_set_gst_timestamp),
6521         (gst_base_rtp_depayload_change_state):
6522         Remove code to deal with RTP to GST time conversion, we now just copy
6523         the GST timestamp we receive to the outgoing buffers.
6524         Handle segment and flushes correctly.
6525
6526         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6527         When we have no valid input timestamp, use the previous rtp timestamp on
6528         the outgoing RTP packet instead of the RTP base time.
6529
6530 2007-09-15  David Schleef  <ds@schleef.org>
6531
6532         * ext/alsa/gstalsa.c:
6533         * ext/alsa/gstalsadeviceprobe.c:
6534         * ext/alsa/gstalsamixer.c:
6535         * ext/alsa/gstalsasink.c:
6536         * ext/alsa/gstalsasrc.c:
6537           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6538
6539 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6540
6541         * gst-libs/gst/rtp/gstbasertppayload.c:
6542         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6543         Add some debug info when negotiating caps.
6544
6545 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6546
6547         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6548         A buffer with an empty payload is also a valid buffer.
6549
6550 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6551
6552         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6553         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6554         (gst_basertppayload_change_state):
6555         Make sure we start our RTP timestamp from the random base RTP
6556         timestamp even if the buffer timestamp starts from some random value.
6557
6558 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6559
6560         * configure.ac:
6561         * tests/examples/Makefile.am:
6562         * tests/examples/dynamic/.cvsignore:
6563         * tests/examples/dynamic/Makefile.am:
6564         * tests/examples/dynamic/addstream.c: (create_stream),
6565         (pause_play_stream), (message_received), (eos_message_received),
6566         (perform_step), (main):
6567         Add simple exmple app to demonstrate starting and pausing live and
6568         non-live bins in a PLAYING pipeline.
6569
6570 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6571
6572         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6573         typefind for QCP files (RFC #3625)
6574
6575 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         * gst-libs/gst/audio/gstbaseaudiosink.c:
6578         (gst_base_audio_sink_init):
6579         Disable pull mode scheduling, we're not ready for it yet and it subtly
6580         breaks a lot of things.
6581
6582 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6583
6584         * tests/check/elements/libvisual.c:
6585           Test all libvisual plugins, not just the first one; this reproduces
6586           bug #450336 quite easily.  Looks like a problem with the 'jess'
6587           visualisation.
6588
6589 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6590
6591         * tests/check/Makefile.am:
6592         * tests/check/elements/.cvsignore:
6593         * tests/check/elements/libvisual.c:
6594           Add basic libvisual test case in an attempt to reproduce bug #450336.
6595           Doesn't reproduce that bug, but some other crasher instead (invalid
6596           free), at least with make elements/libvisual.forever and the bumscope
6597           plugin on x86-64/gutsy. Leaving test disabled for now.
6598
6599 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6600
6601         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6602
6603         * gst-libs/gst/rtsp/gstrtspconnection.c:
6604         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6605         (read_body), (gst_rtsp_connection_receive):
6606         Make sure we can not cancel in the middle of receiving a message.
6607         Fixes #475731.
6608
6609 2007-09-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6610
6611         Patch by: Josep Torra Valles <josep@fluendo.com>
6612
6613         * gst/playback/gstplaybasebin.c:
6614           Increase upper limit for audio queue a bit; fixes preroll problem
6615           with playbin and decodebin2 when playing a quicktime trailer with
6616           multichannel audio via http (#464666).
6617
6618 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6619
6620         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6621         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6622         (gst_base_audio_src_provide_clock),
6623         (gst_base_audio_src_set_property),
6624         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6625         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6626         Allow othe clocks than the internal clock to be used for the pipeline.
6627         Add property to disable clock provide.
6628         API: GstBaseAudioSrc::provide-clock
6629
6630 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6631
6632         * gst/playback/gstdecodebin2.c:
6633           Don't leak request pads. Fixes #475395.
6634
6635 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6636
6637         Patch by: RenĂ© Stadler <mail at renestadler dot de>
6638
6639         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6640         (gst_ximage_buffer_class_init):
6641         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6642         (gst_xvimage_buffer_class_init):
6643         Correctly chain up finalize with the parent class to prevent
6644         memory leaks. Fixes #474880.
6645
6646 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6647
6648         * gst/volume/gstvolume.c: (volume_choose_func):
6649         * tests/check/elements/volume.c: (GST_START_TEST):
6650         Revert the latest change: floating point samples are allowed to
6651         have any value, not only values in the range [-1,1]. Thanks to Andy
6652         Wingo for noticing.
6653         Also fix processing of int32 samples with volumes > 4 by making the
6654         unity value smaller which prevents overflows.
6655
6656 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6657
6658         * gst-libs/gst/rtp/gstrtpbuffer.c:
6659         * tests/check/libs/rtp.c:
6660           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6661
6662 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6663
6664         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6665
6666         * gst-libs/gst/rtp/gstrtpbuffer.c:
6667           Fix up GstRTPHeader helper struct so that compilers will not under
6668           any circumstances add padding in between our fields, as currently
6669           happens with MSVC on win32, because that would lead to us sending
6670           out RTP payloads with broken RTP headers (#471194).
6671           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6672           
6673         * tests/check/Makefile.am:
6674         * tests/check/libs/.cvsignore:
6675         * tests/check/libs/rtp.c:
6676           Add some simple unit tests for GstRTPBuffer. Some are disabled
6677           because the code tested still needs fixing (set_csrc() does not work).
6678
6679 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6680
6681         * win32/MANIFEST:
6682         * win32/common/gstrtsp-enumtypes.c:
6683         * win32/common/gstrtsp-enumtypes.h:
6684         * win32/common/interfaces-enumtypes.c:
6685         * win32/common/interfaces-enumtypes.h:
6686         * win32/common/multichannel-enumtypes.c:
6687           Add rtsp enumtypes (#474384) and update others.
6688
6689 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6690
6691         * configure.ac:
6692           Fix configure check for HAVE_LIBXML_HTML.
6693
6694 2007-09-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6695
6696         * tests/check/libs/.cvsignore:
6697           Ignore more, in case the build bots work again one day.
6698
6699 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6700
6701         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6702
6703         * configure.ac:
6704         * gst-libs/gst/Makefile.am:
6705         * gst-libs/gst/fft/Makefile.am:
6706         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6707         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6708         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6709         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6710         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6711         * gst-libs/gst/fft/gstfft.h:
6712         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6713         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6714         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6715         * gst-libs/gst/fft/gstfftf32.h:
6716         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6717         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6718         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6719         * gst-libs/gst/fft/gstfftf64.h:
6720         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6721         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6722         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6723         * gst-libs/gst/fft/gstffts16.h:
6724         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6725         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6726         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6727         * gst-libs/gst/fft/gstffts32.h:
6728         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6729         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6730         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6731         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6732         * gst-libs/gst/fft/kiss_fft_f32.h:
6733         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6734         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6735         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6736         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6737         * gst-libs/gst/fft/kiss_fft_f64.h:
6738         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6739         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6740         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6741         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6742         * gst-libs/gst/fft/kiss_fft_s16.h:
6743         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6744         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6745         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6746         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6747         * gst-libs/gst/fft/kiss_fft_s32.h:
6748         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6749         (kiss_fftr_f32), (kiss_fftri_f32):
6750         * gst-libs/gst/fft/kiss_fftr_f32.h:
6751         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6752         (kiss_fftr_f64), (kiss_fftri_f64):
6753         * gst-libs/gst/fft/kiss_fftr_f64.h:
6754         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6755         (kiss_fftr_s16), (kiss_fftri_s16):
6756         * gst-libs/gst/fft/kiss_fftr_s16.h:
6757         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6758         (kiss_fftr_s32), (kiss_fftri_s32):
6759         * gst-libs/gst/fft/kiss_fftr_s32.h:
6760         * gst-libs/gst/fft/kiss_version:
6761         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6762         * pkgconfig/gstreamer-plugins-base.pc.in:
6763         Add libgstfft, a FFT library based on Kiss FFT which is
6764         BSD licensed. Supported sample formats are int16, int32,
6765         float and double. For those formats a real FFT and IFFT
6766         can be done, different windowing functions can be applied
6767         and functions for extracting the magnitude and phase exist.
6768         Fixes #468619.
6769
6770         * docs/libs/Makefile.am:
6771         * docs/libs/gst-plugins-base-libs-docs.sgml:
6772         * docs/libs/gst-plugins-base-libs-sections.txt:
6773         Integrate libgstfft into the docs.
6774
6775         * tests/check/Makefile.am:
6776         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6777         Add unit tests for libgstfft, currently only testing the FFT.
6778         Unit tests for IFFT will follow soon.
6779
6780 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6781
6782         Patch by: Peter Kjellerstedt  <pkj at axis com>
6783
6784         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6785         (gst_sdp_message_init), (gst_sdp_message_uninit),
6786         (is_multicast_address), (gst_sdp_message_as_text),
6787         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6788         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6789         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6790         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6791         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6792         (gst_sdp_media_init), (gst_sdp_media_uninit),
6793         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6794         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6795         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6796         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6797         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6798         * gst-libs/gst/sdp/gstsdpmessage.h:
6799         Separate INIT_ARRAY() and related macros into two versions, one for
6800         structures and one for pointers (e.g., INIT_ARRAY() and
6801         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6802         lists of emails and phone numbers.
6803         Add missing const as appropriate.
6804         Change all gint to guint since they all actually represent unsigned
6805         values.
6806         Do not use time as a variable name as it shadows the global time().
6807         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6808         Actually implement gst_sdp_message_add_time().
6809         Make gst_sdp_message_add_time() take repeat times as an argument.
6810         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6811         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6812         misspelled as badwidth).
6813         gst-indented and a little clean up. Fixes #471067.
6814
6815 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6816
6817         * gst/volume/gstvolume.c: (volume_choose_func),
6818         (volume_process_double), (volume_process_double_clamp),
6819         (volume_process_float_clamp):
6820         Correctly clamp float/double samples in the [-1.0,1.0] range to
6821         prevent weird effects.
6822         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6823         Add unit tests for all samples types that had none before.
6824
6825 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6826
6827         * gst-libs/gst/rtp/gstrtpbuffer.c:
6828           Need to include stdlib.h for abs() here too.
6829
6830 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6831
6832         * gst/playback/gststreaminfo.c:
6833           Fix build.
6834
6835 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6836
6837         * gst/playback/gststreaminfo.c:
6838           Clean up some half-disabled code and comment.
6839
6840 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6841
6842         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6843
6844         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6845         (gst_base_rtp_payload_audio_handle_event):
6846         Return FALSE from the event handler to let the parent class handle the
6847         event. Fixes #446766.
6848
6849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6850         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6851         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6852
6853         * gst-libs/gst/rtp/gstbasertppayload.c:
6854         Bump the MTU to 1400.
6855
6856 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6857
6858         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6859         Add an audio/x-nsf typefind function for the nsfdec element.
6860
6861 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6862         * gst/playback/gstplaybasebin.c:
6863         Included "myth://" on stream_uris list for enable buffering to mythtv files
6864
6865 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6866
6867         * docs/libs/gst-plugins-base-libs-sections.txt:
6868         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6869         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6870         (gst_rtcp_unix_to_ntp):
6871         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6872         Fix parsing of RB blocks.
6873         Fix docs.
6874         Added helper functions to convert to/from UNIX and NTP time.
6875         API: gst_rtcp_ntp_to_unix()
6876         API: gst_rtcp_unix_to_ntp()
6877
6878         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6879         (gst_rtp_buffer_get_header_len),
6880         (gst_rtp_buffer_get_extension_data),
6881         (gst_rtp_buffer_get_payload_subbuffer),
6882         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6883         (gst_rtp_buffer_ext_timestamp):
6884         * gst-libs/gst/rtp/gstrtpbuffer.h:
6885         Fix some more docs.
6886         Implement handling of packets with extensions.
6887         Fix padding check in _validate().
6888         Added function to get extension data.
6889         API: gst_rtp_buffer_get_header_len()
6890         API: gst_rtp_buffer_get_extension_data()
6891
6892 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6893
6894         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6895         (gst_base_rtp_depayload_class_init),
6896         (gst_base_rtp_depayload_set_gst_timestamp):
6897         Add some more docs for the queue-delay property and fix a typo in a
6898         comment.
6899
6900         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6901         Fix typo.
6902
6903 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6904
6905         * gst-libs/gst/audio/gstbaseaudiosink.c:
6906         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6907         (gst_base_audio_sink_change_state):
6908         When skew slaving, try to hover around the middle of a segment so that
6909         we at most drift by half a segment.
6910         If we are aligning in the oposite direction of the clock skew, we don't
6911         have to resync.
6912
6913 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6916         (gst_base_rtp_depayload_setcaps),
6917         (gst_base_rtp_depayload_set_gst_timestamp):
6918         Be less silly with the segment start, just apply the clock-base to the
6919         timestamp.
6920
6921 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6922
6923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6924         (gst_base_rtp_depayload_class_init),
6925         (gst_base_rtp_depayload_finalize),
6926         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6927         (gst_base_rtp_depayload_handle_sink_event),
6928         (gst_base_rtp_depayload_set_gst_timestamp),
6929         (gst_base_rtp_depayload_change_state):
6930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6931         Deprecate the queue handling thread thing and remove the code.
6932         Use new method to calculate the extended timestamp.
6933
6934 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6935
6936         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6937         (gst_rtcp_packet_sdes_copy_entry):
6938         Use g_strndup which does exactly what we want.
6939
6940         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6941         (gst_rtp_buffer_ext_timestamp):
6942         * gst-libs/gst/rtp/gstrtpbuffer.h:
6943         Add helper function to compare seqnums.
6944         Add helper function to calculate extended timestamps.
6945         API: gst_rtp_buffer_compare_seqnum()
6946         API: gst_rtp_buffer_ext_timestamp()
6947
6948 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6949
6950         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6951         (gst_rtcp_packet_sdes_get_entry),
6952         (gst_rtcp_packet_sdes_copy_entry):
6953         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6954         Fix and document SDES item data function.
6955         Add new function that makes a proper copy of SDES item data.
6956         API: gst_rtcp_packet_sdes_copy_entry()
6957
6958 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6959
6960         * configure.ac:
6961         * gst/Makefile.am:
6962           The tcp and subparse plugins are under gst, but not totaly free of
6963           dependencies. Handle selection inconfigure.ac, so that they show up
6964           on the final list of what is build and what is not. Maybe they should
6965           better be moved to ext.
6966
6967 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6968
6969         Patch by: Daniel DĂ­az  <yosoy@danieldiaz.org>
6970
6971         * configure.ac:
6972         * gst/Makefile.am:
6973           Check if libxml provides HTML parser which subparse needs.
6974           Fixes #451970.
6975
6976 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6977
6978         * ext/alsa/gstalsa.c:
6979           Fix typo and compilation on big endian systems.
6980
6981 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6982
6983         * gst/subparse/gstssaparse.c:
6984           Convert SSA newline codes into actual newline characters (#470766).
6985
6986 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6987
6988         * docs/libs/gst-plugins-base-libs-sections.txt:
6989         * gst-libs/gst/pbutils/install-plugins.c:
6990         * gst-libs/gst/pbutils/install-plugins.h:
6991         * tests/check/libs/pbutils.c:
6992           API: also add gst_install_plugins_supported() while we're at it
6993           (see #470456).
6994
6995 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6996
6997         * docs/libs/gst-plugins-base-libs-sections.txt:
6998         * gst-libs/gst/pbutils/missing-plugins.c:
6999         * gst-libs/gst/pbutils/missing-plugins.h:
7000         * tests/check/libs/pbutils.c:
7001           API: add gst_missing_*_installer_detail_new() convenience API so
7002           that applications that know exactly what they're missing can request
7003           installer detail strings for those items directly instead of having
7004           to first create a dummy missing-plugin message and then get the
7005           installer detail string from that.  Fixes #470456.
7006
7007 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7008
7009         * gst/playback/gstdecodebin.c: (close_pad_link):
7010         We need to set up delayed-linking whenever the caps are non-fixed,
7011         not just when there are multiple types - use gst_pad_is_fixed()
7012         to test.
7013
7014 2007-08-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7015
7016         * gst-libs/gst/pbutils/missing-plugins.c:
7017           (gst_missing_plugin_message_get_installer_detail):
7018           Add missing separator in PID fallback case.
7019
7020 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7021
7022         * ext/alsa/Makefile.am:
7023         There is no GST_PLUGINS_BASE_LIBS defined.
7024         
7025         * ext/alsa/gstalsa.c:
7026         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7027         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7028         Add support for ALSA 24-bit formats.
7029         snd_pcm_delay can return an error code, especially
7030         during XRUNS. In that case, the best we can do is assume
7031         delay = 0.
7032
7033         * gst/audioconvert/Makefile.am:
7034         Add flags from -base before any more-remote dependencies.
7035
7036 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7037
7038         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7039
7040         * gst/volume/gstvolume.c: (volume_choose_func),
7041         (volume_update_real_volume), (gst_volume_set_volume),
7042         (gst_volume_init), (volume_process_int32),
7043         (volume_process_int32_clamp), (volume_process_int24),
7044         (volume_process_int24_clamp), (volume_process_int16),
7045         (volume_process_int16_clamp), (volume_process_int8),
7046         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7047         * gst/volume/gstvolume.h:
7048         Add support for int32, int24 and int8 to the volume element.
7049         Fixes #445529.
7050
7051 2007-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7052
7053         * tests/examples/Makefile.am:
7054           Fix even more.
7055
7056 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7057
7058         * configure.ac:
7059         * docs/libs/Makefile.am:
7060         * docs/libs/gst-plugins-base-libs-docs.sgml:
7061         * docs/libs/gst-plugins-base-libs-sections.txt:
7062         * ext/gnomevfs/gstgnomevfssrc.c:
7063         * ext/gnomevfs/gstgnomevfssrc.h:
7064         * gst-libs/gst/Makefile.am:
7065         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7066         * pkgconfig/gstreamer-plugins-base.pc.in:
7067         * sys/v4l/v4lsrc_calls.c:
7068         * tests/examples/Makefile.am:
7069         * win32/common/config.h:
7070           Revert unwanted commit. many thanks to moap. I want a fix for 
7071           https://thomas.apestaart.org/moap/trac/ticket/239
7072
7073 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7074
7075         * gst/volume/gstvolume.c:
7076           Move passthrough below gst_object_sync_values(). Fixes #442654.
7077
7078 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7079
7080         * gst-libs/gst/audio/audio.c:
7081         Clarify the docs a little.
7082
7083 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7084
7085         * gst/volume/gstvolume.c:
7086           Enable liboil for float and add more details about problems with
7087           int16.
7088
7089 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7090
7091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7092         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7093
7094 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7095
7096         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7097         When calculating the first timestamp of the buffers, don't go below 0
7098         and clip the samples because the offset was on the eos page.
7099         Fixes #466717.
7100
7101 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7102
7103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7104         (gst_ogg_demux_collect_chain_info):
7105         Also submit the eos page when trying to find the first timestamp.
7106         See #466717.
7107
7108 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7109
7110         * gst-libs/gst/audio/audio.h:
7111         Use gst_util_uint64_scale() instead of doing the math
7112         with double for GST_FRAMES_TO_CLOCK_TIME() and
7113         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7114         prevents rounding errors. Fixes #467667.
7115
7116 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7117
7118         * gst-libs/gst/rtsp/gstrtspconnection.c:
7119         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7120         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7121         * gst-libs/gst/rtsp/gstrtspconnection.h:
7122         Small cleanups.
7123         On shutdown, don't read the control socket yet.
7124         Set timeout value correctly in all cases.
7125         Add function to check if the server accepts reads or writes.
7126         API: gst_rtsp_connection_poll()
7127
7128         * gst-libs/gst/rtsp/gstrtspdefs.h:
7129         Fix compilation with -pedantic.
7130         Add enum for _poll.
7131
7132 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7133
7134         Patch by: Olivier Crete  <tester at tester ca>
7135
7136         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7137         (gst_basertppayload_getcaps):
7138         * gst-libs/gst/rtp/gstbasertppayload.h:
7139         Add getcaps vfunc to basertppayload. See #465146.
7140
7141 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7142
7143         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7144         Only post buffering messages when we are a stream.
7145
7146 2007-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7147
7148         * gst-libs/gst/pbutils/install-plugins.c:
7149         * gst-libs/gst/pbutils/missing-plugins.c:
7150           Small docs fix and addition.
7151
7152 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7153
7154         * tests/icles/.cvsignore:
7155         * tests/icles/Makefile.am:
7156         * tests/icles/test-textoverlay.c:
7157           Add a dumb little test for textoverlay alignments.
7158
7159 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7160
7161         Patch by: Dan Williams  <dcbw redhat com>
7162
7163         * ext/pango/gsttextoverlay.c:
7164         * ext/pango/gsttextoverlay.h:
7165           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7166           "silent" property so there's a Since tag in the API reference.
7167
7168 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         * gst-libs/gst/rtp/gstbasertppayload.c:
7171         (gst_basertppayload_set_outcaps):
7172         * gst-libs/gst/rtp/gstbasertppayload.h:
7173         Improve caps negotiation so that downstream elements can confiure
7174         certain RTP properties by fixing them on the caps. See #465146.
7175         Add docs.
7176
7177 2007-08-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7178
7179         * docs/libs/gst-plugins-base-libs-sections.txt:
7180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7181         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7182           Mark as deprecated some macros which were presumably meant to be
7183           private API and accidentally exposed in the public header file.
7184           Also actually _init() lock (only works at the moment because the
7185           struct is zeroed out when created and the initial values in the
7186           mutex struct are zeroes too). (#459585)
7187
7188 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7189
7190         * docs/libs/Makefile.am:
7191           Remove cruft and do some cleanups.
7192
7193         * docs/libs/gst-plugins-base-libs-docs.sgml:
7194           Prepare for comming gtkdoc features (rebase against online docs).
7195
7196 2007-08-10  Michael Smith <msmith@fluendo.com>
7197
7198         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7199           Debug output fixes.
7200         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7201         (GST_START_TEST):
7202           Change the number of buffers used; 500 is too many and leads to
7203           timeouts.
7204
7205 2007-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7206
7207         * gst/playback/gstqueue2.c:
7208         * gst/videorate/gstvideorate.c:
7209           Printf format fixes (#465028).
7210
7211 2007-08-09  Michael Smith <msmith@fluendo.com>
7212
7213         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7214           If we have a large (> 1 second) discontinuity, push a series of
7215           smaller buffers rather than a single very large buffer. Avoids
7216           unreasonably large single buffer allocations when encountering a
7217           large gap.
7218         * tests/check/elements/audiorate.c: (GST_START_TEST),
7219         (audiorate_suite):
7220           Add a test for this.
7221
7222 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7223
7224         * gst/playback/gstplaybasebin.c: (group_commit),
7225         (queue_remove_probe), (queue_threshold_reached):
7226
7227         Patch by: Josep Torra Valles <josep@fluendo.com>
7228         Fixes: #465015
7229         Make sure we remove the check_queues buffer probe from the 
7230         correct queue to avoid racily going back to "buffering 99%" when
7231         buffering is actually complete.
7232
7233         Also, fix the spelling of Josep's surname in the ChangeLog.
7234
7235 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7236
7237         * ext/ogg/gstoggmux.c:
7238           Do not leak oggmux instance.
7239         
7240         * ext/vorbis/vorbisenc.c:
7241           Also log values.
7242
7243 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7244
7245         * po/hu.po:
7246         * po/it.po:
7247         * po/nl.po:
7248         * po/uk.po:
7249         * po/vi.po:
7250           Updated translations.
7251
7252 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7253
7254         patch by: Yang Hong <hongyang@redflag-linux.com>
7255
7256         * ext/pango/gsttextoverlay.c:
7257         * ext/pango/gsttextoverlay.h:
7258           Add 'silent' property to GstTimeOverlay. Fixes #462979
7259
7260 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7261
7262         Patch by: Josep Torra Valles <josep@fluendo.com>
7263
7264         * docs/plugins/gst-plugins-base-plugins.args:
7265         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7266         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7267         (gst_uri_decode_bin_get_property), (gen_source_element):
7268         Add connection-speed property. Fixes #464690.
7269
7270 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7271
7272         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7273
7274         * configure.ac:
7275         * gst-libs/gst/rtsp/Makefile.am:
7276         * gst-libs/gst/rtsp/gstrtspconnection.c:
7277         (gst_rtsp_connection_connect):
7278         Fix compilation on windows. Fixes #464320.
7279
7280 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7281
7282         Patch by: Josep Torra Valles <josep@fluendo.com>
7283
7284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7285         (gst_play_base_bin_init), (queue_threshold_reached),
7286         (gen_source_element), (setup_substreams),
7287         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7288         (gst_play_base_bin_get_streaminfo_value_array):
7289         * gst/playback/gstplaybasebin.h:
7290         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7291         (gst_play_bin_set_property), (gst_play_bin_get_property),
7292         (gst_play_bin_handle_redirect_message):
7293         Move connection-speed property from playbin to playbasebin so that we
7294         can also configure it in source elements that have the connection-speed
7295         property. Fixes #464028.
7296         Add some debug info here and there.
7297
7298 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7299
7300         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7301         Properly respond to conversion queries. Fixes #464079.
7302
7303 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7304
7305         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7306         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7307         (gst_audio_test_src_init_sine_table),
7308         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7309         * gst/audiotestsrc/gstaudiotestsrc.h:
7310         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7311         Also set the default volume to the default value specified in the
7312         GParamSpec.
7313
7314 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7315
7316         Patch by: Jens Granseuer <jensgr at gmx dot net>
7317
7318         * gst/audioconvert/gstaudioquantize.c:
7319         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7320
7321 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7322
7323         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7324         Add rdt manager for rdt transport.
7325         Fix parsing of RDT transport.
7326
7327 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7328
7329         * configure.ac:
7330         Back to CVS
7331
7332 === release 0.10.14 ===
7333
7334 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7335
7336         * configure.ac:
7337           releasing 0.10.14, "Light Years Ahead"
7338
7339 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7340
7341         * tests/check/libs/audio.c: (GST_START_TEST):
7342         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7343
7344 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7345
7346         * gst-libs/gst/audio/audio.c:
7347         When clipping a buffer with no timestamp, assume it is
7348         within the segment without warnings.
7349
7350         Fixes: #460978
7351
7352 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7353
7354         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7355         Fire the signal on the object, not the interface.
7356
7357 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7358
7359         * gst-libs/gst/rtsp/.cvsignore:
7360         Ber. Don't include the full path, idiot.
7361
7362 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7363
7364         * gst-libs/gst/rtsp/.cvsignore:
7365         Ignore generated files.
7366
7367 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7368
7369         * gst-libs/gst/interfaces/Makefile.am:
7370         * gst-libs/gst/interfaces/interfaces-marshal.list:
7371         * gst-libs/gst/interfaces/rtspextension.c:
7372         * gst-libs/gst/interfaces/rtspextension.h:
7373         * gst-libs/gst/rtsp/Makefile.am:
7374         * gst-libs/gst/rtsp/gstrtsp.h:
7375         * gst-libs/gst/rtsp/gstrtspextension.c:
7376         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7377         (gst_rtsp_extension_detect_server),
7378         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7379         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7380         (gst_rtsp_extension_configure_stream),
7381         (gst_rtsp_extension_get_transports),
7382         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7383         * gst-libs/gst/rtsp/gstrtspextension.h:
7384         * gst-libs/gst/rtsp/rtsp-marshal.list:
7385         Move the rtspextension.h interface into gstrtspextension.h
7386         as part of libgstrtsp instead of libgstinterfaces, because it's
7387         only for use within plugins, not applications. 
7388         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7389         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7390         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7391         is abstract.
7392
7393 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7394
7395         * gst-libs/gst/interfaces/Makefile.am:
7396         * gst-libs/gst/interfaces/interfaces-marshal.list:
7397         * gst-libs/gst/interfaces/rtspextension.c:
7398         (gst_rtsp_extension_iface_init),
7399         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7400         * gst-libs/gst/interfaces/rtspextension.h:
7401         Fix marshaller for the send signal.
7402         Add URL to stream selection interface method.
7403
7404 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7405
7406         * gst-libs/gst/riff/Makefile.am:
7407         Pull in our dependencies from -base before those from outside.
7408
7409 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7410
7411         * docs/libs/gst-plugins-base-libs-sections.txt:
7412         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7413         * gst-libs/gst/rtsp/gstrtspbase64.h:
7414         API: gst_rtsp_base64_decode_ip()
7415         Added function to decode Base64 in-place.
7416
7417 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7418
7419         * tests/check/libs/.cvsignore:
7420         Ignore the mixer test binary.
7421
7422 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7423
7424         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7425         Gratuitous comment change to trigger a rebuild on the buildbots.
7426
7427 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7428
7429         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7430         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7431         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7432         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7433         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7434         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7435         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7436         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7437         (gst_sdp_media_get_attribute_val):
7438         * gst-libs/gst/sdp/gstsdpmessage.h:
7439         Constify args where we can.
7440
7441 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7442
7443         * gst-libs/gst/interfaces/Makefile.am:
7444         * gst-libs/gst/interfaces/rtspextension.c:
7445         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7446         (gst_rtsp_extension_detect_server),
7447         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7448         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7449         (gst_rtsp_extension_configure_stream),
7450         (gst_rtsp_extension_get_transports),
7451         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7452         * gst-libs/gst/interfaces/rtspextension.h:
7453         Move interface for RTSP extensions from -good to here.
7454         Added helper methods to invoke interface methods.
7455
7456 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7457
7458         * docs/libs/gst-plugins-base-libs-sections.txt:
7459         * gst-libs/gst/rtsp/gstrtspdefs.h:
7460         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7461         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7462         (gst_rtsp_message_init_response),
7463         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7464         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7465         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7466         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7467         (gst_rtsp_message_get_body), (dump_key_value):
7468         * gst-libs/gst/rtsp/gstrtspmessage.h:
7469         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7470         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7471         (gst_rtsp_range_parse):
7472         * gst-libs/gst/rtsp/gstrtsprange.h:
7473         * gst-libs/gst/rtsp/gstrtsptransport.c:
7474         * gst-libs/gst/rtsp/gstrtspurl.c:
7475         Fix some more RTSP docs.
7476         Add some missing methods for dealing with messages.
7477
7478 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7479
7480         * docs/libs/gst-plugins-base-libs-docs.sgml:
7481         * docs/libs/gst-plugins-base-libs-sections.txt:
7482         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7483         * gst-libs/gst/rtsp/gstrtspbase64.h:
7484         * gst-libs/gst/rtsp/gstrtspconnection.c:
7485         (gst_rtsp_connection_connect), (add_auth_header),
7486         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7487         (read_body), (gst_rtsp_connection_receive),
7488         (gst_rtsp_connection_next_timeout),
7489         (gst_rtsp_connection_reset_timeout),
7490         (gst_rtsp_connection_set_auth):
7491         * gst-libs/gst/rtsp/gstrtspconnection.h:
7492         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7493         * gst-libs/gst/rtsp/gstrtspdefs.h:
7494         * gst-libs/gst/rtsp/gstrtspmessage.h:
7495         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7496         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7497         (gst_rtsp_range_parse):
7498         * gst-libs/gst/rtsp/gstrtspurl.h:
7499         Added beginnings of RTSP documentation.
7500
7501 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7502
7503         * docs/libs/Makefile.am:
7504         * docs/libs/gst-plugins-base-libs-docs.sgml:
7505         * docs/libs/gst-plugins-base-libs-sections.txt:
7506         * gst-libs/gst/sdp/gstsdp.h:
7507         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7508         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7509         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7510         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7511         (gst_sdp_message_get_attribute_val),
7512         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7513         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7514         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7515         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7516         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7517         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7518         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7519         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7520         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7521         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7522         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7523         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7524         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7525         (gst_sdp_media_get_attribute_val_n),
7526         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7527         (print_media), (gst_sdp_message_dump):
7528         * gst-libs/gst/sdp/gstsdpmessage.h:
7529         Document the SDP library.
7530         Add some of the missing SDPMedia methods.
7531
7532 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7533
7534         * configure.ac:
7535         * gst-libs/gst/Makefile.am:
7536         * gst-libs/gst/rtsp/Makefile.am:
7537         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7538         * gst-libs/gst/rtsp/gstrtspbase64.h:
7539         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7540         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7541         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7542         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7543         (parse_response_status), (parse_request_line), (parse_line),
7544         (gst_rtsp_connection_read), (read_body),
7545         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7546         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7547         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7548         (gst_rtsp_connection_set_auth):
7549         * gst-libs/gst/rtsp/gstrtspconnection.h:
7550         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7551         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7552         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7553         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7554         (gst_rtsp_find_method):
7555         * gst-libs/gst/rtsp/gstrtspdefs.h:
7556         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7557         (gst_rtsp_message_new), (gst_rtsp_message_init),
7558         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7559         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7560         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7561         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7562         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7563         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7564         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7565         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7566         (gst_rtsp_message_dump):
7567         * gst-libs/gst/rtsp/gstrtspmessage.h:
7568         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7569         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7570         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7571         * gst-libs/gst/rtsp/gstrtsprange.h:
7572         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7573         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7574         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7575         (range_as_text), (rtsp_transport_mode_as_text),
7576         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7577         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7578         (gst_rtsp_transport_free):
7579         * gst-libs/gst/rtsp/gstrtsptransport.h:
7580         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7581         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7582         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7583         * gst-libs/gst/rtsp/gstrtspurl.h:
7584         * gst-libs/gst/sdp/Makefile.am:
7585         * gst-libs/gst/sdp/gstsdp.h:
7586         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7587         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7588         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7589         (gst_sdp_attribute_init), (gst_sdp_message_new),
7590         (gst_sdp_message_init), (gst_sdp_message_uninit),
7591         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7592         (gst_sdp_media_uninit), (gst_sdp_media_free),
7593         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7594         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7595         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7596         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7597         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7598         (gst_sdp_message_get_attribute_val),
7599         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7600         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7601         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7602         (gst_sdp_media_get_attribute_val_n),
7603         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7604         (read_string), (read_string_del), (gst_sdp_parse_line),
7605         (gst_sdp_message_parse_buffer), (print_media),
7606         (gst_sdp_message_dump):
7607         * gst-libs/gst/sdp/gstsdpmessage.h:
7608         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7609         Move SDP and RTSP from helper objects in -good to a reusable library.
7610         Use a proper gst_ namespace.
7611
7612 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7613
7614         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7615         (vorbis_dec_flush_decode):
7616         Use the new buffer clipping function from gstaudio here.
7617
7618 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7619
7620         * docs/libs/gst-plugins-base-libs-sections.txt:
7621         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7622         * gst-libs/gst/audio/audio.h:
7623         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7624         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7625         Also add deprecation guards for gst_audio_structure_set_int() to the
7626         header.
7627
7628 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7629
7630         * docs/libs/gst-plugins-base-libs-sections.txt:
7631           Cleanup the docs.
7632
7633 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7634
7635         Patch by: Dan Williams <dcbw at redhat dot com>
7636
7637         * gst/playback/gstplaybasebin.c:
7638         (gst_play_base_bin_get_streaminfo_value_array):
7639         Don't return NULL when querying the stream info value array but instead
7640         return an empty array. Fixes #459204.
7641
7642 2007-07-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7643
7644         * gst/playback/gsturidecodebin.c:
7645           Init debug category before using it.
7646
7647 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7648
7649         * gst-libs/gst/interfaces/mixer.h:
7650         Add padding vars in place of the signal pointers
7651         when building with DISABLE_DEPRECATED so that the
7652         interface structure doesn't change size.
7653
7654 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7655
7656         * docs/libs/gst-plugins-base-libs-sections.txt:
7657         * ext/alsa/gstalsamixer.c:
7658         * ext/alsa/gstalsamixer.h:
7659         * ext/alsa/gstalsamixerelement.c:
7660         * ext/alsa/gstalsamixertrack.c:
7661         * gst-libs/gst/interfaces/mixer.c:
7662         * gst-libs/gst/interfaces/mixer.h:
7663         * gst-libs/gst/interfaces/mixeroptions.c:
7664         * gst-libs/gst/interfaces/mixeroptions.h:
7665         * gst-libs/gst/interfaces/mixertrack.c:
7666         * gst-libs/gst/interfaces/mixertrack.h:
7667         * tests/check/Makefile.am:
7668         * tests/check/libs/mixer.c:
7669
7670         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7671         Fixes: #152864 
7672
7673         Add support for notifying mixer changes on the message bus, and
7674         implement it in alsamixer.
7675
7676         API: gst_mixer_get_mixer_flags
7677         API: gst_mixer_message_parse_mute_toggled
7678         API: gst_mixer_message_parse_record_toggled
7679         API: gst_mixer_message_parse_volume_changed
7680         API: gst_mixer_message_parse_option_changed
7681         API: GstMixerMessageType
7682         API: GstMixerFlags
7683
7684 2007-07-20  Michael Smith <msmith@fluendo.com>
7685
7686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7687         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7688           xcontext->im_format is only for testing XShm support (as the header
7689           file comments document). Use xvimage->im_format for everything else.
7690           Avoids spurious warnings on buffer allocation before setcaps.
7691
7692 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7693
7694         * tests/examples/volume/Makefile.am:
7695         * tests/icles/Makefile.am:
7696           We should use $(LIBM).
7697
7698 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7699
7700         * tests/icles/Makefile.am:
7701           This needs -lm.
7702
7703 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7704
7705         * gst-libs/gst/rtp/gstbasertppayload.c:
7706         (gst_basertppayload_class_init), (gst_basertppayload_init),
7707         (gst_basertppayload_set_property),
7708         (gst_basertppayload_get_property):
7709         Don't break ABI, restore previous ranges. Keep the default random
7710         selection of timestamp and seqnum offset but as soon as the app sets a
7711         specific value, use that one.
7712
7713 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7714
7715         Patch by: Bastien Nocera <hadess at hadess dot net>
7716
7717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7718         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7719         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7720         * sys/xvimage/xvimagesink.h:
7721         Add option to turn off double-buffering for debugging purposes.
7722         Fixes #437169.
7723
7724 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7725
7726         Patch by: Jorn Baayen <jorn at openedhand dot com>
7727
7728         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7729         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7730         (gst_ximagesink_init), (gst_ximagesink_class_init):
7731         * sys/ximage/ximagesink.h:
7732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7733         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7734         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7735         * sys/xvimage/xvimagesink.h:
7736         add 'handle-expose' property. Useful for video widgets which may want to
7737         be in control of Expose behaviour. Fixes #380625
7738
7739 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7740
7741         * gst-libs/gst/rtp/gstbasertppayload.c:
7742         (gst_basertppayload_class_init), (gst_basertppayload_init),
7743         (gst_basertppayload_event), (gst_basertppayload_push),
7744         (gst_basertppayload_set_property),
7745         (gst_basertppayload_get_property),
7746         (gst_basertppayload_change_state):
7747         * gst-libs/gst/rtp/gstbasertppayload.h:
7748         Fix ranges of rtp payloader properties so that the full range can be
7749         used in addition to -1 (random).
7750         Fix wrong seqnum reporting in caps.
7751         Fixes #420326.
7752
7753 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7754
7755         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7756         (gst_video_rate_query):
7757         Use boilerplate.
7758         Add latency query, might not be perfect yet but already works a lot
7759         better. Fixes #442557.
7760
7761 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7762
7763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7764         (gst_xvimagesink_setcaps):
7765         * sys/xvimage/xvimagesink.h:
7766         After a caps change, redraw our borders to avoid garbage left there
7767         when the image format changes to a smaller size, like 16:9 -> 4:3
7768         Also, hold the flow_lock a bit longer in the set_caps while we're
7769         fiddling with the xcontext.
7770
7771 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7772
7773         * Makefile.am:
7774         * configure.ac:
7775         * tests/Makefile.am:
7776         Remove bogus check for libcheck, since we check for
7777         gstreamer-check and it pulls in the required info from there, and we
7778         weren't actually _using_ the information for libcheck ourselves
7779         anyway.
7780
7781 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7782
7783         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7784         (gst_ffmpeg_caps_to_pixfmt):
7785         Fix the r_mask test for RGBA32 on little-endian.
7786         Fix a stupid typo that would have obviously broken 
7787         compilation on big-endian, if anyone was testing.
7788
7789 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7792         (paint_hline_str4):
7793         * gst/videotestsrc/videotestsrc.h:
7794         Add alpha to the color struct.
7795         Use a default alpha value of 255 instead of 128.
7796
7797 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7798
7799         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7800         (setup_source):
7801         Clear the dynamic pads counter when starting a new uri. This makes
7802         reusing playbin work again.
7803         Fixes #454264.
7804
7805 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7806
7807         * configure.ac:
7808           Use pkg-config to locate check.
7809
7810 2007-07-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7811
7812         * configure.ac:
7813         * tests/check/elements/volume.c: (GST_START_TEST):
7814           Fix 'make check' build against core CVS.
7815
7816 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7817
7818         * gst-libs/gst/interfaces/propertyprobe.c:
7819         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7820         * gst-libs/gst/tag/gstvorbistag.c:
7821           Make gtk-doc happy.
7822
7823 2007-07-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7824
7825         * gst-libs/gst/audio/gstbaseaudiosink.c:
7826         (gst_base_audio_sink_callback):
7827           Quick hack to make audiosinks stop at EOS when operating in
7828           pull-mode; needs to be fixed properly some day.
7829
7830 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7831
7832         * docs/libs/gst-plugins-base-libs-sections.txt:
7833           Fix location of includes in the docs.
7834
7835 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7836
7837         * gst/ffmpegcolorspace/avcodec.h:
7838         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7839         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7840         (gst_ffmpegcsp_avpicture_fill):
7841         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7842         (img_get_alpha_info):
7843         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7844         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7845         end of the word. Partially fixes #451908
7846
7847 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7848
7849         * docs/libs/Makefile.am:
7850         * docs/plugins/Makefile.am:
7851           Simplify --extra-dir as gtkdoc scans recursively.
7852
7853 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7854
7855         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7856         (gst_adder_request_new_pad):
7857         Make getcaps more robust by not using the proxycaps function. This makes
7858         sure that we don't end up recursively calling getcaps upstream.
7859         See #316248.
7860
7861 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7862
7863         * gst/audioconvert/audioconvert.c:
7864         Include math.h to fix compilation.
7865
7866 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7867
7868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7869         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7870         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7871         format, as produced by some dc1394 cameras like the iSight.
7872         See http://www.fourcc.org/yuv.php#IYU1
7873
7874 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7875
7876         * gst/audioconvert/Makefile.am:
7877         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7878         (check_default), (audio_convert_prepare_context),
7879         (audio_convert_clean_context), (audio_convert_convert):
7880         * gst/audioconvert/audioconvert.h:
7881         * gst/audioconvert/gstaudioconvert.c:
7882         (gst_audio_convert_dithering_get_type),
7883         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7884         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7885         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7886         * gst/audioconvert/gstaudioconvert.h:
7887         * gst/audioconvert/gstaudioquantize.c:
7888         (gst_audio_quantize_setup_noise_shaping),
7889         (gst_audio_quantize_free_noise_shaping),
7890         (gst_audio_quantize_setup_dither),
7891         (gst_audio_quantize_free_dither),
7892         (gst_audio_quantize_setup_quantize_func),
7893         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7894         * gst/audioconvert/gstaudioquantize.h:
7895         Implement dithering and noise shaping in audioconvert. By default now
7896         TPDF dithering (and no noise shaping) will be used when converting
7897         from a higher bit depth to 20 bit depth or smaller, otherwise
7898         everything will be as it is now.
7899         For the last audioconvert in a pipeline it would make sense to
7900         use some kind of noise shaping, enabling it by default for all
7901         conversions would give undesired results though. Fixes #360246.
7902         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7903         (GST_START_TEST):
7904         Adjust unit test for the new audioconvert.
7905
7906 2007-06-28  Wim Taymans  <wim@fluendo.com>
7907
7908         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7909         Use other metrics as well when estimating the buffer level.
7910
7911 2007-06-28  Wim Taymans  <wim@fluendo.com>
7912
7913         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7914         Small debug improvement.
7915
7916         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7917         (plugin_init):
7918         Tweak the rate estimation period.
7919         When calculating the buffer filledness in rate estimation mode, don't
7920         mix it with other metrics.
7921
7922 2007-06-28  Wim Taymans  <wim@fluendo.com>
7923
7924         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7925         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7926         When creating the groups, allow for a 5 second, unlimited buffers
7927         preroll phase after which we expose the group.
7928         When the group is exposed, use a small number of buffers up to a 2
7929         second limit. Also disconnect the overrun signal from multiqueue when we
7930         exposed the group because it is not needed anymore.
7931
7932 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7933
7934         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7935           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7936           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7937           (#451707); also, output some debugging info when dealing with
7938           freeform strings.
7939
7940         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7941           Add unit test for the above.
7942
7943 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7944
7945         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7946           Add description for Windows Media RTP caps.
7947
7948         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7949           Remove RTP fields that don't define the format from caps.
7950
7951 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7952
7953         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7954           Skip empty buffers, but not empty header buffers. That way the original
7955           vorbisdec unit test still passes (#451145); also, take into account
7956           that those empty packets might carry a granulepos.
7957
7958         * tests/check/Makefile.am:
7959         * tests/check/elements/vorbisdec.c:
7960         (_create_codebook_header_buffer), (_create_audio_buffer),
7961         (GST_START_TEST), (vorbisdec_suite):
7962           Add unit test that sends an empty packet.
7963
7964 2007-06-27  Wim Taymans  <wim@fluendo.com>
7965
7966         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7967         Don't error out on 0-sized packets, just emit a warning because this is
7968         not a fatal error. Fixes #451145.
7969
7970 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7971
7972         * docs/plugins/gst-plugins-base-plugins.args:
7973         * docs/plugins/gst-plugins-base-plugins.signals:
7974         * docs/plugins/inspect/plugin-adder.xml:
7975         * docs/plugins/inspect/plugin-alsa.xml:
7976         * docs/plugins/inspect/plugin-audioconvert.xml:
7977         * docs/plugins/inspect/plugin-audiorate.xml:
7978         * docs/plugins/inspect/plugin-audioresample.xml:
7979         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7980         * docs/plugins/inspect/plugin-cdparanoia.xml:
7981         * docs/plugins/inspect/plugin-decodebin.xml:
7982         * docs/plugins/inspect/plugin-decodebin2.xml:
7983         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7984         * docs/plugins/inspect/plugin-gdp.xml:
7985         * docs/plugins/inspect/plugin-gnomevfs.xml:
7986         * docs/plugins/inspect/plugin-libvisual.xml:
7987         * docs/plugins/inspect/plugin-ogg.xml:
7988         * docs/plugins/inspect/plugin-pango.xml:
7989         * docs/plugins/inspect/plugin-playbin.xml:
7990         * docs/plugins/inspect/plugin-subparse.xml:
7991         * docs/plugins/inspect/plugin-tcp.xml:
7992         * docs/plugins/inspect/plugin-theora.xml:
7993         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7994         * docs/plugins/inspect/plugin-video4linux.xml:
7995         * docs/plugins/inspect/plugin-videorate.xml:
7996         * docs/plugins/inspect/plugin-videoscale.xml:
7997         * docs/plugins/inspect/plugin-videotestsrc.xml:
7998         * docs/plugins/inspect/plugin-volume.xml:
7999         * docs/plugins/inspect/plugin-vorbis.xml:
8000         * docs/plugins/inspect/plugin-ximagesink.xml:
8001         * docs/plugins/inspect/plugin-xvimagesink.xml:
8002           Update docs with caps info.
8003
8004 2007-06-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8005
8006         * po/POTFILES.in:
8007           Add more files with translatable strings (#450875).
8008
8009 2007-06-23  Edward Hervey  <edward@fluendo.com>
8010
8011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8012         The chain should be freed if we error out here, else it will leak.
8013         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8014         (cleanup_decodebin):
8015         Don't forget to *properly* remove the signals, else it will leak.
8016
8017 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8018
8019         * MAINTAINERS:
8020         Updating all the maintainers files
8021
8022 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8023
8024         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8025         (main):
8026           Destroy and recreate parse-launch based pipeline after stop to be able
8027           to play again. Reorder some code and add more comments.
8028
8029 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8030
8031         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8032         When handling a delayed-caps notification case, mark
8033         the group as dynamic so that the nbdynamic count is
8034         incremented and decremented correctly. Fixes: #449156
8035         Patch by: Wim Taymans <wim@fluendo.com>
8036
8037 2007-06-19  Andy Wingo  <wingo@pobox.com>
8038
8039         * gst-libs/gst/audio/gstbaseaudiosink.c
8040         (gst_base_audio_sink_init): Enable pull-mode operation.
8041
8042 2007-06-19  Michael Smith <msmith@fluendo.com>
8043
8044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8045           Change minimum rate back to 1000 to allow low-sample-rate wav files
8046           to play back.
8047
8048 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8049
8050         * po/vi.po:
8051           Update translations.
8052
8053 2007-06-15  David Schleef  <ds@schleef.org>
8054
8055         * gst/playback/gstqueue2.c:
8056           Fix compile error from ignored return value.
8057
8058 2007-06-15  Michael Smith <msmith@fluendo.com>
8059
8060         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8061           Update tmpbuf for all neccesary rows, not just one, as is required
8062           when downscaling.
8063           Fixes #402076.
8064
8065 2007-06-15  Michael Smith <msmith@fluendo.com>
8066
8067         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8068         (eos_buffer_probe):
8069           Add a test that ensures we set DELTA_UNIT on all non-header,
8070           non-video buffers, if we have a video stream.
8071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8072         (gst_ogg_mux_process_best_pad):
8073           Move setting delta_pad to earlier, where we inspect all pads, so
8074           that leading audio pages don't get DELTA_UNIT unset if they come
8075           before the first DELTA_UNIT from video pages. Fixes the newly-added
8076           test. Fixes #385527.
8077
8078 2007-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8079
8080         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8081           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8082           fails on the p5-ppc64 build bot and the failure looks like it is due
8083           to the same issue as #348114, ie. a compiler bug.
8084
8085 2007-06-13  Edward Hervey  <edward@fluendo.com>
8086
8087         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8088         Fix build on MacOSX.
8089
8090 2007-06-13  Wim Taymans  <wim@fluendo.com>
8091
8092         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8093         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8094         Fix compilation on mingw. Fixes #446972.
8095
8096 2007-06-12  Wim Taymans  <wim@fluendo.com>
8097
8098         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8099
8100         * gst/playback/gstqueue2.c: (update_buffering),
8101         (gst_queue_locked_enqueue):
8102         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8103         also update the buffering status when receiving events. Fixes #446551.
8104
8105 2007-06-11  Wim Taymans  <wim@fluendo.com>
8106
8107         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8108
8109         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8110         (gst_queue_handle_src_query):
8111         Wait for preroll before attempting to forward a duration query upstream.
8112         Fixes #445505.
8113
8114 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8115
8116         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8117         (gst_base_rtp_depayload_set_gst_timestamp):
8118         Use G_GINT64_CONSTANT macro for int64 constant.
8119         * win32/common/libgstinterfaces.def:
8120         * win32/common/libgsttag.def:
8121         Add new exported functions.
8122
8123 2007-06-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8124
8125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8126           The BOS page of the first Dirac video stream needs to come before
8127           the BOS page of any Vorbis streams or other audio streams, just like
8128           it is with Theora.
8129
8130 2007-06-07  Wim Taymans  <wim@fluendo.com>
8131
8132         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8133         Fix compilation.
8134
8135 2007-06-06  Wim Taymans  <wim@fluendo.com>
8136
8137         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8138
8139         * gst/playback/gstqueue2.c: (gst_queue_init),
8140         (gst_queue_handle_sink_event), (gst_queue_chain),
8141         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8142         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8143         (gst_queue_src_activate_pull):
8144         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8145         Does not yet completely work because duration queries upstream won't
8146         block yet.
8147
8148 2007-06-06  Wim Taymans  <wim@fluendo.com>
8149
8150         * configure.ac:
8151         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8152         Some more fseeko checks.
8153
8154 2007-06-06  Wim Taymans  <wim@fluendo.com>
8155
8156         * configure.ac:
8157         check for large file support.
8158
8159 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8160
8161         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8162
8163         * gst/subparse/gstsubparse.c: (parse_subrip),
8164         (subviewer_unescape_newlines), (parse_subviewer),
8165         (gst_sub_parse_data_format_autodetect),
8166         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8167         * gst/subparse/gstsubparse.h:
8168         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8169         * tests/check/elements/subparse.c: (GST_START_TEST),
8170         (subparse_suite):
8171         Add a unit test for both SubViewer formats.
8172
8173 2007-06-01  Michael Smith <msmith@fluendo.com>
8174
8175         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8176           Don't overflow intermediate values when seeking to large time values
8177           in audiotestsrc.
8178
8179 2007-06-05  Wim Taymans  <wim@fluendo.com>
8180
8181         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8182         (gst_queue_create_read), (gst_queue_read_item_from_file),
8183         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8184         Include stdio to define fseeko.
8185
8186 2007-06-05  Wim Taymans  <wim@fluendo.com>
8187
8188         Patch by: Edward Hervey  <edward@fluendo.com>
8189
8190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8191         (gst_v4lsrc_query):
8192         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8193
8194 2007-06-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8195
8196         * gst-libs/gst/riff/Makefile.am:
8197         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8198           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8199           our own implementation.
8200
8201 2007-06-05  Wim Taymans  <wim@fluendo.com>
8202
8203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8204         (gst_base_rtp_depayload_setcaps),
8205         (gst_base_rtp_depayload_set_gst_timestamp),
8206         (gst_base_rtp_depayload_change_state):
8207         Handle timestamp wraparound.
8208
8209 2007-06-05  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8212         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8213         (gst_uri_decode_bin_change_state):
8214         Make sure we name srcpads uniquely even when using different internal
8215         decodebins.
8216         Signal no-more-pads when no more dynamic elements exist.
8217         Remove pads on cleanup.
8218
8219 2007-06-05  Wim Taymans  <wim@fluendo.com>
8220
8221         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8222
8223         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8224         (gst_queue_init), (gst_queue_finalize),
8225         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8226         (gst_queue_create_read), (gst_queue_read_item_from_file),
8227         (gst_queue_open_temp_location_file),
8228         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8229         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8230         (gst_queue_is_empty), (gst_queue_is_filled),
8231         (gst_queue_change_state), (gst_queue_set_temp_location),
8232         (gst_queue_set_property):
8233         Add support for filebased buffering. Fixes #441264.
8234
8235 2007-06-05  Wim Taymans  <wim@fluendo.com>
8236
8237         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8238         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8239         (caps_notify_group_cb), (gst_decode_group_new),
8240         (gst_decode_group_free):
8241         Add support for delayed caps fixation when autoplugging.
8242         Optimize cases where a multiqueue is not needed/wanted, like right after
8243         anything that is not a demuxer.
8244
8245 2007-06-05  Wim Taymans  <wim@fluendo.com>
8246
8247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8248         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8249         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8250         consideratly speedup ogg chain detection by not trying to find a base
8251         timestamp for skeleton streams. 
8252
8253 2007-06-05  Wim Taymans  <wim@fluendo.com>
8254
8255         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8256         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8257         (gst_multi_fd_sink_remove_flush),
8258         (gst_multi_fd_sink_remove_client_link),
8259         (gst_multi_fd_sink_handle_client_write),
8260         (gst_multi_fd_sink_handle_clients):
8261         * gst/tcp/gstmultifdsink.h:
8262         Add support for remove_flush.
8263
8264 2007-06-05  Wim Taymans  <wim@fluendo.com>
8265
8266         * docs/design/draft-keyframe-force.txt:
8267         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8268         (theora_enc_chain):
8269         Add draft design for forcing keyframes in encoders and implement in
8270         theoraenc.
8271
8272 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8273
8274         * configure.ac:
8275           Back to CVS
8276
8277 === release 0.10.13 ===
8278
8279 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8280
8281         * configure.ac:
8282           releasing 0.10.13, "What's Going on?"
8283
8284 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8285
8286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8287         In riff, the depth is stored in the size field but it just means that
8288         the least significant bits are cleared. We can therefore just play
8289         the sample as if it had a depth == width. Fixes: #440997
8290
8291         Patch by: Wim Taymans <wim@fluendo.com> 
8292         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8293
8294 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8295
8296         * gst-libs/gst/floatcast/floatcast.h:
8297         Define inline when needed on win32 builds. Fixes: #441295
8298         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8299
8300 2007-05-29  Wim Taymans  <wim@fluendo.com>
8301
8302         * gst/playback/gstplaybasebin.c: (queue_overrun),
8303         (no_more_pads_full):
8304         Stop buffering when the group is commited because the queues filled up.
8305         Fixes #442024.
8306
8307 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8308
8309         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8310         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8311         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8312         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8313         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8314         * ext/alsa/gstalsamixer.h:
8315         * ext/alsa/gstalsamixerelement.c:
8316         (gst_alsa_mixer_element_interface_supported),
8317         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8318         (gst_alsa_mixer_element_set_property),
8319         (gst_alsa_mixer_element_get_property),
8320         (gst_alsa_mixer_element_change_state):
8321         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8322         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8323         (gst_mixer_option_changed):
8324         * gst-libs/gst/interfaces/mixer.h:
8325         Revert commits towards #152864 made so far. We'll pick it up again
8326         after the 0.10.13 release.
8327
8328 2007-05-24  Wim Taymans  <wim@fluendo.com>
8329
8330         * gst-libs/gst/audio/gstbaseaudiosink.c:
8331         (gst_base_audio_sink_render):
8332         After an interrupt (PAUSED/flush) assume that the next sample should not
8333         be aligned to the previous sample. Fixes #417992.
8334
8335 2007-05-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8336
8337         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8338           Don't add channels and rate fields to the template caps for
8339           audio/x-dts, as wavparse might not always be able to set them,
8340           which would then lead to 'caps are not a real subset of the
8341           template caps' warnings.
8342
8343 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8344
8345         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8346         Handle unknown or invalid pads without crashing, as might occur if
8347         a media file like an mp3 is specified as a subtitle file.
8348         Fixes: #410039
8349
8350 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8351
8352         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8353         (setup_sinks):
8354         Block the subtitle bin output queue before ghosting it and linking,
8355         then unblock after. This avoids spurious not-linked errors caused 
8356         by the queue starting up (because it gets linked when it is ghosted). 
8357         Fixes: #350299
8358
8359 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8360
8361         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8362         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8363         file. Avoids flukes where the input gets typefound to some valid but
8364         useless type.
8365
8366 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8367
8368         * tests/check/Makefile.am:
8369         * tests/check/elements/.cvsignore:
8370         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8371         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8372           Add unit test for gnomevfssink seeking and position reporting for
8373           file:// URIs.
8374
8375 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8376
8377         Patch by: Mark Nauwelaerts <manauw at skynet be>
8378
8379         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8380         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8381         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8382         * ext/gnomevfs/gstgnomevfssink.h:
8383           Fix position reporting, especially after a seek (from upstream),
8384           see #412648.
8385
8386 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8387
8388         * ext/cdparanoia/gstcdparanoiasrc.c:
8389           Repair umlaut.
8390
8391 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8392
8393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8394         Specify the full valid range for MP3 samplerates. Fixes a regression
8395         caused by extra header checks since the last release.
8396
8397 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8398
8399         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8401         Fix a locking-order bug I introduced with my changes the other day.
8402         Patch by Mike Smith.
8403
8404 2007-05-21  Michael Smith <msmith@fluendo.com>
8405
8406         * ext/theora/theoradec.c: (theora_handle_data_packet):
8407           Don't look inside 0-length packets (which indicate duplicated
8408           frames)
8409
8410 2007-05-21  Wim Taymans  <wim@fluendo.com>
8411
8412         * ext/cdparanoia/gstcdparanoiasrc.c:
8413         (gst_cd_paranoia_src_read_sector):
8414         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8415         (gst_base_audio_src_create):
8416         Small cleanups.
8417
8418         * ext/theora/theoradec.c: (theora_dec_sink_event):
8419         Fix typo.
8420
8421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8422         (gst_base_rtp_depayload_set_gst_timestamp):
8423         Add some FIXME
8424
8425         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8426         And some debug info when a FIXME path is hit.
8427
8428 2007-05-21  Wim Taymans  <wim@fluendo.com>
8429
8430         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8431         (gst_base_rtp_audio_payload_class_init),
8432         (gst_base_rtp_audio_payload_init),
8433         (gst_base_rtp_audio_payload_finalize),
8434         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8435         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8436         (gst_base_rtp_payload_audio_handle_event):
8437         Some cleanups, remove minptime property as it is now in the parent
8438         class.
8439         Override parent class event function.
8440
8441         * gst-libs/gst/rtp/gstbasertppayload.c:
8442         (gst_basertppayload_class_init), (gst_basertppayload_init),
8443         (gst_basertppayload_event), (gst_basertppayload_set_property),
8444         (gst_basertppayload_get_property):
8445         * gst-libs/gst/rtp/gstbasertppayload.h:
8446         Add min-ptime property.
8447         Add handle-event vmethod. Fixes #415001.
8448
8449 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8450
8451         * gst-libs/gst/audio/gstbaseaudiosink.c
8452           (gst_base_audio_sink_change_state):
8453           Fix typo in comment.
8454
8455         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8456           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8457           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8458           close_link):
8459         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8460           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8461           Remove trailing whitespaces in comments.
8462
8463         * gst/volume/Makefile.am:
8464           Fix tabs.
8465
8466 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8467
8468         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8469
8470         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8471           set_option, get_option, _gst_reserved):
8472           Revert reordering functions (keep ABI).
8473
8474 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8475
8476         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8477         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8478         (gst_ximagesink_show_frame):
8479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8480         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8481         (gst_xvimagesink_show_frame):
8482         When we create our own window, indicate that we handle the 
8483         WM_DELETE client message from the window manager, so that it won't 
8484         kill our window (and our app) along with it. Handle ClientMessage,
8485         post an error on the bus, and close the window. Further buffers
8486         arriving will result in a FlowError because the window has been
8487         destroyed.
8488
8489         Fixes: #393975
8490
8491         Clean up the X event handling loop and make them the same for
8492         both xvimagesink and ximagesink while I'm at it.
8493
8494 2007-05-17  Wim Taymans  <wim@fluendo.com>
8495
8496         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8497         Make decodebin2 autoplug depayloaders too.
8498
8499         * gst/playback/gsturidecodebin.c: (source_new_pad):
8500         Set the newly created decoder in a usable state when autoplugging a
8501         dynamic source such as RTSP.
8502
8503 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8504
8505         * gst/playback/gststreaminfo.c: (cb_probe):
8506           Ignore video-codec tag for audio streams and ignore audio-codec tags
8507           for video streams. Should make codec name collection a bit more
8508           robust against sloppy demuxers that send tag events containing both
8509           tags down each pad.
8510
8511 2007-05-17  Wim Taymans  <wim@fluendo.com>
8512
8513         * gst/playback/gstqueue2.c: (update_rates):
8514         Tweak the buffering thresholds a little.
8515         Update the buffer size with the previously calculate rate instead of
8516         only when we calculate a new rate so that we get smoother buffering
8517         updates.
8518
8519         * gst/playback/Makefile.am:
8520         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8521         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8522         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8523         (gst_uri_decode_bin_get_property), (unknown_type),
8524         (add_element_stream), (no_more_pads_full), (no_more_pads),
8525         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8526         (gen_source_element), (has_all_raw_caps), (analyse_source),
8527         (remove_decoders), (make_decoder), (remove_source),
8528         (source_new_pad), (setup_source), (decoder_query_init),
8529         (decoder_query_duration_fold), (decoder_query_duration_done),
8530         (decoder_query_position_fold), (decoder_query_position_done),
8531         (decoder_query_latency_fold), (decoder_query_latency_done),
8532         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8533         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8534         (gst_uri_decode_bin_change_state), (plugin_init):
8535         New element that intergrates a source, optional buffering element and
8536         decodebin.
8537
8538 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8539
8540         * configure.ac:
8541           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8542           (also has a .pc file, so we don't need the fallback check any
8543           longer). Fixes #438840.
8544
8545 2007-05-17  Wim Taymans  <wim@fluendo.com>
8546
8547         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8548         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8549         (apply_segment), (apply_buffer), (update_buffering),
8550         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8551         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8552         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8553         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8554         (plugin_init):
8555         fix build.
8556
8557 2007-05-17  Wim Taymans  <wim@fluendo.com>
8558
8559         * gst/playback/Makefile.am:
8560         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8561         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8562         (gst_queue_getcaps), (gst_queue_bufferalloc),
8563         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8564         (apply_buffer), (update_buffering), (reset_rate_timer),
8565         (update_rates), (gst_queue_locked_flush),
8566         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8567         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8568         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8569         (gst_queue_loop), (gst_queue_handle_src_event),
8570         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8571         (gst_queue_src_activate_push), (gst_queue_change_state),
8572         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8573         On our way to playbin2 this is the new network queue that does buffering
8574         all by itself using high and low watermarks. It can also measure up and
8575         downstream bandwidth to optimally size the queue.
8576
8577 2007-05-17  Michael Smith <msmith@fluendo.com>
8578
8579         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8580         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8581           Use the segment->last_stop value to calculate the next timestamp to
8582           generate after a seek; not the segment->start value.
8583
8584 2007-05-15  David Schleef  <ds@schleef.org>
8585
8586         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8587           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8588
8589 2007-05-15  Wim Taymans  <wim@fluendo.com>
8590
8591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8592         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8593         Some more chained streaming ogg timestamp fixes.
8594
8595 2007-05-15  Wim Taymans  <wim@fluendo.com>
8596
8597         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8598         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8599         (gst_ogg_demux_handle_page):
8600         Add some FIXMEs.
8601         Fix chain start/stop segment handling based on patch by
8602         <ahalda at cs dot mcgill dot ca> see #320984.
8603
8604 2007-05-15  Michael Smith <msmith@fluendo.com>
8605
8606         * configure.ac:
8607           We don't require a C++ compiler. So don't require one.
8608
8609 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8610
8611         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8612           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8613           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8614           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8615           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8616           gst_alsa_mixer_update_track):
8617           Apply some of the cleanup Tim suggested in #152864 afterwards.
8618
8619 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8620
8621         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8622
8623         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8624           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8625           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8626           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8627           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8628           gst_alsa_mixer_handle_source_callback,
8629           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8630           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8631           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8632           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8633           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8634           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8635         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8636         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8637           gst_alsa_mixer_element_interface_supported,
8638           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8639           gst_alsa_mixer_element_set_property,
8640           gst_alsa_mixer_element_get_property,
8641           gst_alsa_mixer_element_change_state):
8642         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8643         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8644           gst_mixer_option_changed):
8645         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8646           volume_changed, option_changed, _gst_reserved):
8647           Implement notification for alsamixer. Fixes #152864
8648
8649 2007-05-14  David Schleef  <ds@schleef.org>
8650
8651         * gst/videotestsrc/videotestsrc.c:
8652         * gst/videotestsrc/videotestsrc.h:
8653           Add support for video/x-raw-bayer.
8654
8655 2007-05-12  David Schleef  <ds@schleef.org>
8656
8657         * sys/xvimage/xvimagesink.c:
8658           Add some sanity checking for the XVImage size returned by X.
8659           Related to #377400.
8660
8661 2007-05-12  Wim Taymans  <wim@fluendo.com>
8662
8663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8664         (gst_base_rtp_depayload_setcaps),
8665         (gst_base_rtp_depayload_set_gst_timestamp):
8666         Parse and use additional caps fields as described in updated
8667         application/x-rtp caps spec.
8668
8669 2007-05-12  Wim Taymans  <wim@fluendo.com>
8670
8671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8672         (gst_ogg_demux_collect_chain_info):
8673         If there is a stream in a chain without any data packets, ignore the
8674         stream in the total length calculations. Might be related to #436820.
8675
8676 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8677
8678         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8679         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8680         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8681         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8682         (plugin_init):
8683
8684         Consolidate and re-work our mpeg system stream detection to probe
8685         more packets and produce a higher confidence result. Fixes a
8686         regression caused by lowering the typefind probability last year
8687         - related to bug #397810. Remove the redundant MPEG-1 specific 
8688         typefind function, as the new one detects both MPEG-1 & MPEG-2
8689         happily.
8690
8691         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8692         little. 
8693
8694         Tested against my media test directory, with some improvements and
8695         no regressions.
8696
8697 2007-05-10  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8700         (queue_out_of_data):
8701         Connect to the new queue "pushing" signal instead of the broken
8702         "running" one.
8703
8704 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8705
8706         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8707         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8708         Move variable declaration before the first instruction.
8709         * gst/videotestsrc/videotestsrc.c:
8710         Define M_PI if it's not defined yet.
8711         * win32/common/libgstrtp.def:
8712         Add new exported functions.
8713
8714 2007-05-09  Michael Smith <msmith@fluendo.com>
8715
8716         * ext/theora/theoradec.c: (theora_handle_type_packet):
8717           gst_pad_push_event() does not return a GstFlowReturn!
8718
8719 2007-05-09  Wim Taymans  <wim@fluendo.com>
8720
8721         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8722         * tests/examples/seek/seek.c: (do_seek):
8723         Some small cosmetic changes.
8724
8725 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8726
8727         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8728           gst_adder_change_state):
8729         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8730           segment_pending, segment_position, segment_rate):
8731           Handle playback-rate on adder.
8732
8733 2007-05-07  Michael Smith <msmith@fluendo.com>
8734
8735         * ext/theora/gsttheoradec.h:
8736         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8737         (theora_dec_sink_event), (theora_handle_comment_packet),
8738         (theora_handle_type_packet), (theora_dec_change_state):
8739           Don't push events (newsegment, tags) before initialising the
8740           decoder.
8741           This is neccesary for seeking to work correctly in gnonlin.
8742
8743 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8744
8745         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8746         * gst/adder/gstadder.c:
8747         * gst/audiotestsrc/gstaudiotestsrc.c
8748           (gst_audio_test_src_create_white_noise):
8749         * gst/videotestsrc/gstvideotestsrc.c:
8750         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8751           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8752           volume_sink_template, volume_src_template, gst_volume_init,
8753           volume_process_double, volume_process_int16,
8754           volume_process_int16_clamp):
8755           Doc fixes and formatting.
8756
8757 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8758
8759         * tests/check/Makefile.am:
8760         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8761           Minimal check for volume's GstController usability; also another
8762           test for #422295.
8763
8764 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8765
8766         * gst-libs/gst/cdda/gstcddabasesrc.c:
8767         (gst_cdda_base_src_add_track):
8768           Fix it so that it (a) makes sense and (b) doesn't break
8769           everything cdda-related including the unit test.
8770
8771 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8772
8773         * gst-libs/gst/cdda/gstcddabasesrc.c:
8774         (gst_cdda_base_src_add_track):
8775           Fix build when disabling asserts.
8776
8777 2007-05-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8778
8779         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8780           When XShm is not available, we might get row strides that are not
8781           rounded up to multiples of four; this is bad, because virtually
8782           every RGB-processing element in GStreamer assumes rowstrides are
8783           rounded up to multiples of four, so let's allocate at least enough
8784           memory to avoid crashes in this case. The image will still be
8785           displayed distorted though if this happens, so that still needs
8786           fixing (maybe by allocating a bigger image with an 'even' width
8787           and then clipping it appropriately when rendering - something for
8788           Xlib aficionados in any case).
8789
8790 2007-05-03  Michael Smith <msmith@fluendo.com>
8791
8792         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8793           If a buffer doesn't have a timestamp, assume it's contiguous with
8794           the previous buffer, and synthesise timestamps appropriately.
8795
8796 2007-05-03  Edward Hervey  <edward@fluendo.com>
8797
8798         * tests/check/elements/videorate.c: (GST_START_TEST):
8799         Set buffer timestamp to a valid value in order to test the buffer
8800         really does stay in videorate.
8801
8802 2007-05-03  Edward Hervey  <edward@fluendo.com>
8803
8804         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8805         There is no sensible way to handle incoming buffers which don't have a
8806         valid timestamp. We therefore discard them and wait for the next one.
8807
8808 2007-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8809
8810         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8811         * gst/playback/gstdecodebin2.c: (plugin_init):
8812           Better error message for text files.
8813
8814 2007-04-29  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8817         Fix offset bug in generation RR packets.
8818
8819 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8820
8821         * ext/theora/theoradec.c: (_theora_granule_time),
8822         (theora_dec_push_forward), (theora_handle_data_packet),
8823         (theora_dec_decode_buffer): Calculate buffer duration correctly
8824         to generate a perfect stream (#433888).
8825         * gst/audioresample/gstaudioresample.c:
8826         (audioresample_check_discont): Glib provides ABS.
8827
8828 2007-04-27  Wim Taymans  <wim@fluendo.com>
8829
8830         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8831         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8832         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8833         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8834         (gst_rtcp_packet_bye_set_reason):
8835         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8836         Fix RB block parsing and writing.
8837         Add support for constructing BYE packets.
8838
8839 2007-04-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8840
8841         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8842         (gst_base_audio_src_create):
8843         * po/POTFILES.in:
8844           When posting a warning message because samples were dropped, post
8845           something more intelligible than he default error message for clock
8846           errors which is just confusing in this context (#432984).
8847
8848 2007-04-25  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8851         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8852         (read_packet_header), (gst_rtcp_packet_move_to_next),
8853         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8854         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8855         (gst_rtcp_packet_sdes_get_item_count),
8856         (gst_rtcp_packet_sdes_first_item),
8857         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8858         (gst_rtcp_packet_sdes_first_entry),
8859         (gst_rtcp_packet_sdes_next_entry),
8860         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8861         (gst_rtcp_packet_sdes_add_entry):
8862         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8863         Implement code to write SR, RR and SDES packets.
8864
8865 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8866
8867         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8868
8869         * sys/ximage/ximagesink.c:
8870           Fix build if XShm is not available (#432362).
8871
8872 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8873
8874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8875         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8876         pointers to random memory which are passed to g_free() when
8877         audio_convert_prepare_context() is called the first time.
8878
8879 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8880
8881         Patch by: Dan Williams <dcbw redhat com>
8882
8883         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8884           Don't leak incoming buffer if gst_pad_push() returns a
8885           non-OK flow. Fixes #432755.
8886          
8887         * tests/check/elements/videorate.c: (GST_START_TEST),
8888         (videorate_suite):
8889           Unit test for the above by Yours Truly.
8890
8891 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8892
8893         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8894         (gst_adder_sink_event), (gst_adder_collected):
8895           Fix non-flushing segmented seeks, Fixes #340060 for me
8896
8897 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8898
8899         Patch by: Olivier Crete  <tester at tester ca>
8900
8901         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8902         (gst_base_rtp_audio_payload_class_init),
8903         (gst_base_rtp_audio_payload_init),
8904         (gst_base_rtp_audio_payload_dispose):
8905           Chain up to parent class in dispose function; get rid of
8906           unnecessary 'diposed' flag in private structure (#415001).
8907
8908 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8909
8910         * docs/libs/gst-plugins-base-libs.types:
8911         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8912         (gst_base_rtp_audio_payload_class_init):
8913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8914         * gst-libs/gst/rtp/gstbasertppayload.c:
8915           Some minor docs fixes and additions; also add missing 'Since' bits.
8916
8917 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8918
8919         Patch by: Zeeshan Ali  <zeenix gmail com>
8920
8921         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8922         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8923         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8924         (gst_base_rtp_audio_payload_push):
8925         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8926           The recently-added gst_base_rtp_audio_payload_push() should take an
8927           object of type GstBaseRTPAudioPayload as first argument (#431672).
8928
8929 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8930
8931         * gst/audioresample/gstaudioresample.c:
8932           Make more functions static, just because we can.
8933
8934 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8935
8936         * tests/check/elements/audioresample.c:
8937           Add unit test for audioresample shutdown crasher (#420106).
8938
8939 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8940
8941         * gst/subparse/gstsubparse.c:
8942         * gst/subparse/samiparse.c:
8943           Use GST_DISABLE_XML here
8944
8945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8946         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8947         (gst_xvimagesink_buffer_alloc),
8948         (gst_xvimagesink_navigation_send_event):
8949         * sys/xvimage/xvimagesink.h:
8950           Include stdlib.h when using atoi.
8951           
8952         * tests/check/elements/playbin.c: (playbin_suite):
8953           Use GST_DISABLE_REGISTRY here
8954
8955 2007-04-19  Michael Smith  <msmith@fluendo.com>
8956
8957         * ext/theora/gsttheoraenc.h:
8958         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8959         (theora_enc_sink_event), (theora_enc_change_state):
8960           Track initialisation state; don't try to use encoder state if we're
8961           not initialised (it'll segfault).
8962
8963 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8964
8965         * tests/check/pipelines/.cvsignore:
8966         Fix build.
8967
8968 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8969
8970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8971         Allow random depths between 1 and 32 instead of only multiplies of 8.
8972
8973 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8974
8975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8976         Set the maximum number of channels for PCM and float in the correct
8977         place to have it also used when creating the template caps.
8978
8979 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8980
8981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8982         Correctly support 4, 6 and 8 channels with normal PCM and float
8983         wav files.
8984
8985         Fix the depth and signedness calculation in extensible wav files and
8986         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8987         mask is found.
8988
8989         Add support for float, alaw and mulaw in extensible wav files.
8990
8991         This allows correct playback of all but 5 files from
8992         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8993         
8994         (gst_riff_create_audio_template_caps):
8995         Add voxware and float formats to the template caps.     
8996
8997 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8998
8999         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9000
9001         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9002         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9003
9004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9005         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9006         Use the correct format strings for integer formats.
9007
9008 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9009
9010         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9011           Don't use pad_alloc_buffer_and_set_caps to create a small header
9012           packet, or, worse, to create a big temporary video buffer using the
9013           src pad.
9014
9015 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9016
9017         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9018         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9019           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9020           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9021
9022 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9023
9024         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9025           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9026           streamheader_suite):
9027           Add another test set up for failure
9028
9029 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9030
9031         * tests/check/Makefile.am:
9032         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9033           GST_START_TEST, streamheader_suite, main):
9034           Add a test for the streamheader bug Wim fixed.
9035
9036 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9037
9038         * ext/theora/theoradec.c: (theora_dec_sink_event):
9039         Fix misleading comment.
9040
9041 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9042
9043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9044           More sanity checks for the header fields.
9045
9046 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9047
9048         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9049           Try encodings from all environment variables, not just those in the
9050           first environment variable that is set.
9051
9052 2007-04-12  Wim Taymans  <wim@fluendo.com>
9053
9054         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9055         (gst_video_rate_chain):
9056         Add some debug.
9057
9058         * tests/check/elements/videorate.c: (GST_START_TEST),
9059         (videorate_suite):
9060         Added check for videorate changing caps handling. Closes #421834.
9061
9062 2007-04-12  Michael Smith  <msmith@fluendo.com>
9063
9064         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9065           Use scale functions to avoid overflow when calculating duration of 
9066           vorbis buffers.
9067
9068 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9069
9070         * docs/libs/gst-plugins-base-libs-sections.txt:
9071         * gst-libs/gst/tag/tag.h:
9072         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9073           API: add gst_tag_freeform_string_to_utf8() (#405072).
9074
9075         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9076           Use gst_tag_freeform_string_to_utf8() here.
9077
9078 2007-04-12  Wim Taymans  <wim@fluendo.com>
9079
9080         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9081         (gst_gdp_pay_sink_event):
9082         Make sure we set the IN_CAPS flag correctly.
9083
9084         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9085         Get the IN_CAPS flag before we call functions that mess with the flags.
9086
9087 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9088
9089         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9090           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9091           Only stamp buffers with offset/offset_end right before they get
9092           pushed.  This ensures offset continuity, which was not the case
9093           before as shown by
9094           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9095
9096 2007-04-06  Wim Taymans  <wim@fluendo.com>
9097
9098         * gst/playback/gstplaybin.c: (add_sink),
9099         (gst_play_bin_change_state):
9100         Activate sync in playbin, we are ready to handle it for live streams.
9101
9102 2007-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9103
9104         * tests/check/elements/playbin.c:
9105         (test_sink_usage_video_only_stream), (playbin_suite):
9106           Add small test for stream-info-value-array code paths.
9107
9108 2007-04-05  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst-libs/gst/audio/gstbaseaudiosink.c:
9111         (gst_base_audio_sink_skew_slaving):
9112         Don't try to create invalid calibration parameters by making the
9113         internal time go backwards, instead make external time go forward.
9114
9115 2007-04-05  Wim Taymans  <wim@fluendo.com>
9116
9117         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9118
9119         * gst/playback/gstplaybasebin.c: (add_stream):
9120         Fix leak in add_stream(), when g_value_set_object() increases the
9121         refcount of streaminfo object. Fixes #426250.
9122
9123 2007-04-03  David Schleef  <ds@schleef.org>
9124
9125         * gst/videotestsrc/gstvideotestsrc.c:
9126         * gst/videotestsrc/gstvideotestsrc.h:
9127         * gst/videotestsrc/videotestsrc.c:
9128         * gst/videotestsrc/videotestsrc.h:
9129           Add a test pattern called "circular", which has concentric
9130           rings with varying radial frequency.  The main purpose of this
9131           pattern is to test fidelity loss in a filter or scaler element.
9132           Notably, this pattern is scale invariant, and is optimally viewed
9133           with a width (and height) of 400.
9134
9135 2007-04-03  Wim Taymans  <wim@fluendo.com>
9136
9137         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9138
9139         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9140         (deactivate_free_recursive):
9141         Decodebin2 doesn't unref pads it obtains in some occasions:
9142         - multiqueue src pads, when either connecting further or exposing
9143         - sink pads of new autoplugged elements
9144         - peer pads when recursively freeing elements
9145         Fixes #425455.
9146
9147 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9148
9149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9150         Add audio/x-raw-float support, now that audioconvert support
9151         non-native endianness floats.
9152
9153 2007-03-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9154
9155         * docs/libs/gst-plugins-base-libs-docs.sgml:
9156           gstreamer-plugins-base.pc doesn't exist, it's
9157           gstreamer-plugins-base-0.10.pc.
9158
9159 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9160
9161         Patch by: RenĂ© Stadler <mail at renestadler dot de>
9162         with some minor changes
9163
9164         * gst-libs/gst/floatcast/floatcast.h:
9165         Use more efficient float endianness conversion functions that don't
9166         involve 2 function calls per value.
9167         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9168         (check_default), (audio_convert_prepare_context):
9169         * gst/audioconvert/gstaudioconvert.c:
9170         (gst_audio_convert_parse_caps), (make_lossless_changes):
9171         Support non-native endianness floats as input and output.
9172         Fixes #339838.
9173         * tests/check/elements/audioconvert.c: (verify_convert),
9174         (GST_START_TEST):
9175         Add unit tests for the non-native endianness float conversions.
9176
9177 2007-03-29  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9180         (gst_base_rtp_depayload_base_init),
9181         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9182         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9183         (gst_base_rtp_depayload_set_gst_timestamp),
9184         (gst_base_rtp_depayload_change_state),
9185         (gst_base_rtp_depayload_set_property),
9186         (gst_base_rtp_depayload_get_property):
9187         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9188         Add Private structure.
9189         Bring element code to 2007.
9190         Parse clock-base caps param and use it when generating the
9191         newsegment.
9192         Reset variables before going to PAUSED.
9193         Fix some docs.
9194
9195 2007-03-29  Wim Taymans  <wim@fluendo.com>
9196
9197         * docs/libs/gst-plugins-base-libs-docs.sgml:
9198         * docs/libs/gst-plugins-base-libs-sections.txt:
9199         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9200         (gst_base_rtp_audio_payload_get_adapter):
9201         Add RTCP docs.
9202         Fix some more docs.
9203
9204         * gst-libs/gst/rtp/Makefile.am:
9205         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9206         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9207         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9208         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9209         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9210         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9211         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9212         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9213         (gst_rtcp_packet_sr_get_sender_info),
9214         (gst_rtcp_packet_sr_set_sender_info),
9215         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9216         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9217         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9218         (gst_rtcp_packet_sdes_get_chunk_count),
9219         (gst_rtcp_packet_sdes_first_chunk),
9220         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9221         (gst_rtcp_packet_sdes_first_item),
9222         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9223         (gst_rtcp_packet_bye_get_ssrc_count),
9224         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9225         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9226         (gst_rtcp_packet_bye_get_reason_len),
9227         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9228         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9229         Add new helper object for parsing and creating RTCP messages.
9230
9231 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9232
9233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9234         PCM samples with width=8 must be always unsigned, no matter what
9235         depth they have.
9236
9237 2007-03-29  Andy Wingo  <wingo@pobox.com>
9238
9239         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9240         perfect offsets also, not just timestamps.
9241
9242         * tests/check/elements/videorate.c (test_more): Test that given
9243         any incoming offsets, that videorate produces perfect offsets.
9244
9245 2007-03-29  Wim Taymans  <wim@fluendo.com>
9246
9247         * gst-libs/gst/riff/riff-ids.h:
9248         Add some more RIFF formats.
9249
9250 2007-03-29  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst-libs/gst/rtp/gstrtpbuffer.c:
9253         (gst_rtp_buffer_default_clock_rate):
9254         * gst-libs/gst/rtp/gstrtpbuffer.h:
9255         Fix fixed payload names and docs.
9256         Added method to get the default clock rates of fixed payload types.
9257         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9258
9259 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9260
9261         * tests/check/pipelines/.cvsignore:
9262         Add new vorbisdec test to cvsignore.
9263
9264 2007-03-28  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9267         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9268         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9269         (gst_base_audio_sink_set_property),
9270         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9271         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9272         (gst_base_audio_sink_skew_slaving),
9273         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9274         (gst_base_audio_sink_async_play):
9275         * gst-libs/gst/audio/gstbaseaudiosink.h:
9276         Store private stuff in GstBaseAudioSinkPrivate.
9277         Add configurable clock slaving modes property.
9278         API:: GstBaseAudioSink::slave-method property
9279         Some more latency reporting tweaks.
9280         Added skew based clock slaving correction and make it the default until
9281         the resampling method is more robust.
9282
9283 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9284
9285         * gst/audioconvert/audioconvert.c:
9286         Add docs to the integer pack functions and implement proper
9287         rounding. Before we had rounding towards negative infinity, i.e.
9288         always the smaller number was taken. Now we use natural rounding,
9289         i.e. rounding to the nearest integer and to the one with the largest
9290         absolute value for X.5. The old rounding introduced some minor
9291         distortions. Fixes #420079
9292         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9293         Fix one unit test that assumed the old rounding and added unit tests
9294         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9295         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9296         rounding from signed int32 to signed/unsigned int16.
9297
9298 2007-03-27  Michael Smith  <msmith@fluendo.com>
9299
9300         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9301         (gst_audio_convert_transform_caps):
9302           Fix typo in debug line introduced recently, as pointed out on irc.
9303
9304 2007-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9305
9306         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9307         * tests/check/libs/tag.c: (GST_START_TEST):
9308           Make sure we parse floating-point numbers in vorbis comments
9309           correctly with either '.' or ',' as separator, no matter what
9310           the current locale is. Add unit test for this too.
9311
9312 2007-03-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9313
9314         Patch by: RenĂ© Stadler  <mail at renestadler de>
9315
9316         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9317           When writing out floating-point numbers to vorbis comment tags, always
9318           use the same character as separator no matter what the current locale is
9319           (fixes #423051).
9320
9321         * tests/check/libs/tag.c: (GST_START_TEST):
9322           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9323
9324 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9325
9326         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9327           vorbis_handle_data_packet):
9328           Correctly set DURATION to generate a timestamp-continuous stream.
9329           One bug left at the end; see
9330           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9331         * tests/check/Makefile.am:
9332         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9333           Add a test to check this.  Without the above patch this test fails.
9334
9335 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9336
9337         * gst-libs/gst/rtp/Makefile.am:
9338         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9339
9340 2007-03-23  Michael Smith  <msmith@fluendo.com>
9341
9342         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9343         (gst_video_rate_reset), (gst_video_rate_chain):
9344           If videorate changes caps, we can no longer use the old buffer
9345           (which may have a different size, incompatible with our caps).
9346           So don't do that; just duplicate the new frame more times.
9347
9348 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9349
9350         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9351         Remove playbin's override of the set_clock vmethod. It's irrelevant
9352         after Wim's commit on the 19th.
9353
9354 2007-03-22  Wim Taymans  <wim@fluendo.com>
9355
9356         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9357         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9358         * ext/gnomevfs/gstgnomevfssrc.h:
9359         Don't cache file sizes. Fixes #341078.
9360
9361 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9362
9363         * gst/playback/gstplaybin.c: (add_sink):
9364           Use GST_PTR_FORMAT to log caps. 
9365
9366 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9367
9368         Patch by: Young-Ho Cha <ganadist at chollian net>
9369
9370         * gst/subparse/samiparse.c: (handle_start_font):
9371           Special-case some more colour names that pango doesn't handle by
9372           default. Fixes #420578.
9373
9374 2007-03-20  Michael Smith  <msmith@fluendo.com>
9375
9376         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9377           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9378           that marks EOS internally. After that, libvorbis will buffer all
9379           input data, and encode none of it, eventually leading to memory
9380           exhaustion.
9381
9382 2007-03-19  Wim Taymans  <wim@fluendo.com>
9383
9384         * gst/playback/gstdecodebin.c: (remove_fakesink):
9385         Don't post STATE_DIRTY anymore.
9386
9387         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9388         (gst_play_bin_change_state):
9389         Remove stream_time reset in seek handling, core does that now.
9390         Disable clocking for live pipelines by forcing a NULL clock to the
9391         complete pipeline, core is too smart now for our previous hack.
9392         We can always autoplug in PAUSED now.
9393
9394 2007-03-17  David Schleef  <ds@schleef.org>
9395
9396         * REQUIREMENTS:  Update this file, change the formatting to make
9397         it more consistent, plus more machine readable.
9398
9399 2007-03-16  Michael Smith  <msmith@fluendo.com>
9400
9401         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9402         (strip_width_64), (append_with_other_format):
9403           Previous fix was too simplistic, and broke the tests. Use a better
9404           approach; only strip 64 from widths for integer audio.
9405
9406 2007-03-16  Michael Smith  <msmith@fluendo.com>
9407
9408         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9409         (gst_audio_convert_transform_caps):
9410           We don't support 64 bit integer audio, so don't try to claim we can.
9411           Stops us producing caps don't match our template caps.
9412           Update comments.
9413
9414 2007-03-15  Michael Smith  <msmith@fluendo.com>
9415
9416         * gst/audioresample/gstaudioresample.c:
9417         (audioresample_check_discont), (audioresample_transform):
9418           Don't trigger discontinuities for very small imperfections; a filter
9419           flush will sound bad, and many plugins have rounding errors leading
9420           to these.
9421
9422 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9423
9424         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9425
9426         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9427         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9428         API: add "min-ptime" property to RTP base audio payloader.
9429         API: add gst_base_rtp_audio_payload_push().
9430         API: add gst_base_rtp_audio_payload_get_adapter().
9431         Fixes #415001
9432         Indentation/whitespace/documentation fixes.
9433
9434 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9435
9436         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9437         (audioresample_transform_size), (audioresample_do_output),
9438         (audioresample_transform), (audioresample_pushthrough): Handle
9439         discontinuous streams.
9440         * gst/audioresample/gstaudioresample.h:
9441         * tests/check/elements/audioresample.c:
9442         (test_discont_stream_instance), (GST_START_TEST),
9443         (audioresample_suite): Add a test for discontinuous streams.
9444         * win32/common/config.h: Updated.
9445
9446 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9447
9448         * po/af.po:
9449         * po/az.po:
9450         * po/cs.po:
9451         * po/en_GB.po:
9452         * po/it.po:
9453         * po/nb.po:
9454         * po/nl.po:
9455         * po/or.po:
9456         * po/sq.po:
9457         * po/sr.po:
9458         * po/sv.po:
9459         * po/uk.po:
9460         * po/vi.po:
9461           Update translations from translation project.
9462
9463 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9464
9465         * gst/audioresample/debug.h:
9466         * gst/audioresample/resample.c: (resample_init):
9467           Since I really am not interested in a debug line for each sample
9468           being processed, move the library's debugging to its own category,
9469           libaudioresample
9470
9471 2007-03-13  Michael Smith  <msmith@fluendo.com>
9472
9473         * ext/theora/theoradec.c: (theora_handle_type_packet):
9474           Since the plugin doesn't support anything other than 4:2:0 right
9475           now, post an error and fail if we get something else. Won't matter
9476           until libtheora supports the other pixel formats, but hopefully
9477           that'll be soon...
9478
9479 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9480
9481         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9482         Use gst_guint64_to_gdouble for conversion.
9483         * win32/MANIFEST:
9484         Add new files to the win32 MANIFEST.
9485         * win32/common/libgstaudio.def:
9486         * win32/common/libgstpbutils.def:
9487         Add new exported functions.
9488         * win32/vs6/gst_plugins_base.dsw:
9489         * win32/vs6/libgstdecodebin.dsp:
9490         * win32/vs6/libgstplaybin.dsp:
9491         Change the link to libgstpbutils.lib.
9492         * win32/vs6/libgstdecodebin2.dsp:
9493         Add a new project for decodebin2.
9494         * win32/vs6/libgstpbutils.dsp:
9495         Add a new project for pbutils.
9496
9497 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9498
9499         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9500           Also accept partial dates with only year and month,
9501           like 1999-12-00 (fixes #410396 even more).
9502
9503         * tests/check/libs/tag.c: (GST_START_TEST):
9504           Add unit test for the above.
9505
9506 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9507
9508         * tests/check/elements/subparse.c: (GST_START_TEST),
9509         (subparse_suite):
9510           Add unit test for MPL2 subtitle format (#413799).
9511
9512 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9513
9514         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9515
9516         * gst/subparse/Makefile.am:
9517         * gst/subparse/gstsubparse.c:
9518         (gst_sub_parse_data_format_autodetect),
9519         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9520         (gst_subparse_type_find):
9521         * gst/subparse/gstsubparse.h:
9522         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9523         * gst/subparse/mpl2parse.h:
9524           Add support for MPL2 subtitle format (#413799).
9525
9526 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9527
9528         * configure.ac:
9529           We require core CVS for the new buffer metadata copy functions.
9530
9531 2007-03-09  Wim Taymans  <wim@fluendo.com>
9532
9533         * gst-libs/gst/tag/gstid3tag.c:
9534         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9535         Fixes #414496.
9536
9537         Patch by: Alex Lancaster <alexl at users sourceforge net>
9538
9539 2007-03-09  Wim Taymans  <wim@fluendo.com>
9540
9541         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9542         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9543         Improve adapter usage and comments.
9544
9545 2007-03-09  Wim Taymans  <wim@fluendo.com>
9546
9547         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9548         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9549         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9550         Use new metadata copy function.
9551
9552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9553         (gst_ffmpegcsp_transform):
9554         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9555         Basetransform copied the metadata for us.
9556
9557 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9558
9559         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9560         (gst_text_overlay_video_event):
9561           Some more logging. Only accept newsegment events in TIME format and
9562           send a WARNING message if they are not in TIME format.
9563
9564         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9565         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9566         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9567         * gst/subparse/gstsubparse.h:
9568           No need to allocate GstSegment structure dynamically, just put it
9569           into the instance structure; ignore newsegment events in BYTE
9570           format and in particular don't let it overwrite our saved TIME
9571           segment from the last seek.
9572
9573 2007-03-09  Michael Smith  <msmith@fluendo.com>
9574
9575         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9576           Replace AC3 typefinder with one that isn't terrible, and actually
9577           works usefully.
9578
9579 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9580
9581         * gst/audioconvert/gstaudioconvert.c:
9582         (gst_audio_convert_transform):
9583           fix error category and translatable string
9584           
9585
9586 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9587
9588         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9589         * pkgconfig/gstreamer-plugins-base.pc.in:
9590           Fix up utils => pbutils here too.
9591
9592 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9593
9594         * gst/subparse/gstsubparse.c: (handle_buffer):
9595           Break out of loop in chain function as soon as possible if we get
9596           a non-OK flow return.
9597
9598 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9599
9600         * tests/check/elements/alsa.c: (GST_START_TEST):
9601         Unref the mixer if the state change fails too (if the
9602         alsa devices are inaccessible, for example)
9603
9604 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9605
9606         * tests/check/Makefile.am:
9607         Don't test libvisual elements in the states check, because libvisual
9608         seems to leak internally.
9609
9610         Re-enable the alsa and states tests now that there's new suppressions
9611         in gst.supp.
9612
9613         * tests/check/elements/alsa.c: (GST_START_TEST):
9614         Don't leak the alsamixer we instantiated.
9615
9616 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9617
9618         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9619         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9620         (gst_ximagesink_finalize):
9621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9622         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9623         Move some cleanup stuff from the state change handler into a _reset()
9624         function that can be called from _finalize(). This ensures that things
9625         get freed even if (for some reason) the NULL->READY state transition
9626         fails in the parent class.
9627         Even if a parent state change fails, process our downward state change
9628         logic instead of bailing out early.
9629         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9630
9631 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9632
9633         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9634         Extra log line.
9635
9636         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9637         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9638         Use pango_font_description_set_family_static instead of 
9639         pango_font_description_set_family to save a string copy (it was
9640         leaking due to the strdup anyway)
9641
9642         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9643         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9644         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9645         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9646         Chain up in finalize.
9647
9648 2007-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9649
9650         * gst-libs/gst/interfaces/mixertrack.c:
9651         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9652         (gst_mixer_track_set_property):
9653           API: add "untranslated-label" property which should be set by
9654           implementations at construct time (#414645).
9655
9656         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9657         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9658           Set "untranslated-label" when constructing mixer track objects.
9659
9660         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9661           Unit test to check the above.
9662
9663 2007-03-07  Wim Taymans  <wim@fluendo.com>
9664
9665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9666         Fix confusing debug message.
9667
9668 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9669
9670         * gst-plugins-base.doap:
9671         update doap file with new version
9672
9673 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9674
9675         * configure.ac:
9676         Back to CVS
9677
9678 === release 0.10.12 ===
9679
9680 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9681
9682         * configure.ac:
9683           releasing 0.10.12, "Zombie Horde"
9684
9685 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9686
9687         * configure.ac:
9688         Bump version to 0.10.11.4 pre-release
9689
9690 2007-03-06  Wim Taymans  <wim@fluendo.com>
9691
9692         * gst-libs/gst/audio/gstbaseaudiosink.c:
9693         (gst_base_audio_sink_async_play):
9694         Fix regression that made GStreamer skip the first samples of audio.
9695         Fixes #414684.
9696
9697 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9698
9699         * configure.ac:
9700         Bump version to 0.10.11.3 pre-release
9701
9702 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9703
9704         * po/POTFILES.in:
9705           Update paths for the rename from utils to pbutils to fix the build.
9706
9707 2007-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9708
9709         * gst-libs/gst/pbutils/Makefile.am:
9710           Change directory to install headers in from gst/utils to gst/pbutils
9711           as well.
9712
9713 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9714
9715         * configure.ac:
9716         * docs/libs/gst-plugins-base-libs-docs.sgml:
9717         * docs/libs/gst-plugins-base-libs-sections.txt:
9718         * gst-libs/gst/Makefile.am:
9719         * gst-libs/gst/interfaces/mixer.c:
9720         * gst-libs/gst/pbutils/Makefile.am:
9721         * gst-libs/gst/pbutils/descriptions.c:
9722         (gst_pb_utils_get_source_description),
9723         (gst_pb_utils_get_sink_description),
9724         (gst_pb_utils_get_decoder_description),
9725         (gst_pb_utils_get_encoder_description),
9726         (gst_pb_utils_get_element_description),
9727         (gst_pb_utils_add_codec_description_to_tag_list),
9728         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9729         * gst-libs/gst/pbutils/descriptions.h:
9730         * gst-libs/gst/pbutils/install-plugins.c:
9731         * gst-libs/gst/pbutils/install-plugins.h:
9732         * gst-libs/gst/pbutils/missing-plugins.c:
9733         (gst_missing_uri_source_message_new),
9734         (gst_missing_uri_sink_message_new),
9735         (gst_missing_element_message_new),
9736         (gst_missing_decoder_message_new),
9737         (gst_missing_encoder_message_new),
9738         (gst_missing_plugin_message_get_description):
9739         * gst-libs/gst/pbutils/missing-plugins.h:
9740         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9741         * gst-libs/gst/pbutils/pbutils.h:
9742         * gst-libs/gst/utils/Makefile.am:
9743         * gst-libs/gst/utils/base-utils.c:
9744         * gst-libs/gst/utils/base-utils.h:
9745         * gst-libs/gst/utils/descriptions.c:
9746         * gst-libs/gst/utils/descriptions.h:
9747         * gst-libs/gst/utils/install-plugins.c:
9748         * gst-libs/gst/utils/install-plugins.h:
9749         * gst-libs/gst/utils/missing-plugins.c:
9750         * gst-libs/gst/utils/missing-plugins.h:
9751         * gst-plugins-base.spec.in:
9752         * gst/playback/Makefile.am:
9753         * gst/playback/gstdecodebin.c:
9754         * gst/playback/gstdecodebin2.c:
9755         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9756         (gen_source_element):
9757         * gst/playback/gstplaybin.c: (plugin_init):
9758         * tests/check/Makefile.am:
9759         * tests/check/libs/pbutils.c: (GST_START_TEST),
9760         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9761         * tests/check/libs/utils.c:
9762           rename utils to pbutils
9763
9764 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9765
9766         * docs/plugins/Makefile.am:
9767         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9768         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9769         * docs/plugins/inspect/plugin-decodebin2.xml:
9770         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9771         Add documentation for decodebin2 that indicates that the API
9772         is still unstable.
9773
9774 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9775
9776         * configure.ac:
9777         Update to 0.10.11.2 (0.10.12 pre-release)
9778
9779 2007-03-01  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst-libs/gst/audio/gstbaseaudiosink.c:
9782         (gst_base_audio_sink_async_play):
9783         base time is irrelevant here.
9784
9785 2007-03-01  Wim Taymans  <wim@fluendo.com>
9786
9787         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9788         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9789         Improve debugging.
9790
9791         * gst-libs/gst/audio/gstbaseaudiosink.c:
9792         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9793         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9794         Improve latency and clock slaving calculations.
9795         Improve slave clock calibration.
9796
9797         * gst-libs/gst/audio/gstringbuffer.c:
9798         (gst_ring_buffer_commit_full):
9799         When we are asked to render N sample to 0 bytes, return N.
9800
9801 2007-03-01  Wim Taymans  <wim@fluendo.com>
9802
9803         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9804         (gst_alsasink_write), (gst_alsasink_reset):
9805         * ext/alsa/gstalsasink.h:
9806         Remove unused dispose function.
9807         Rename lock to not interfere with alsasrc lock.
9808
9809         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9810         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9811         (gst_alsasrc_read), (gst_alsasrc_reset):
9812         * ext/alsa/gstalsasrc.h:
9813         Implement finalize function.
9814         Use lock to protect alsa access.
9815         Implement _reset.
9816         Fine tune sw params.
9817
9818 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9819
9820         * configure.ac:
9821           Convert to new AG_GST style.
9822
9823 2007-02-28  Wim Taymans  <wim@fluendo.com>
9824
9825         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9826
9827         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9828         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9829         Fix race condition when rapidly switching visualisations in playbin.
9830         Fixes #401029.
9831
9832 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9833
9834         * tests/check/Makefile.am:
9835         Include local stuff before system installed things in LDFLAGS and
9836         CFLAGS.
9837
9838 2007-02-28  Wim Taymans  <wim@fluendo.com>
9839
9840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9841         Improve debugging.
9842
9843 2007-02-28  Wim Taymans  <wim@fluendo.com>
9844
9845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9846         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9847         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9848         Fix duration and timestamping, taking latency into account.
9849         Implement latency query.
9850
9851 2007-02-28  Wim Taymans  <wim@fluendo.com>
9852
9853         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9854         (gst_audio_clock_new):
9855         Fix clock name.
9856
9857         * gst-libs/gst/audio/gstbaseaudiosink.c:
9858         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9859         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9860         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9861         (gst_base_audio_src_create):
9862         Improve latency query code.
9863         Use proper clock names.
9864
9865 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9866
9867         * tests/check/generic/states.c: (GST_START_TEST):
9868           Copy the states.c test from core again
9869         * tests/check/Makefile.am:
9870           ignore cdio and cdparanoiasrc
9871
9872 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9873
9874         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9875         (double_hq), (audio_convert_get_func_index), (check_default),
9876         (audio_convert_prepare_context), (audio_convert_convert):
9877           Also make valgrind happy and avoid copying data in some cases.
9878
9879 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9880
9881         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9882         (double_hq), (audio_convert_get_func_index),
9883         (audio_convert_prepare_context), (audio_convert_convert):
9884         * gst/audioconvert/gstaudioconvert.c:
9885         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9886         (gst_audio_convert_transform_caps):
9887         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9888         (audioconvert_suite):
9889           Don't run inplace if that overwrites source data as we go. Add more
9890           tests. Fixes #339837 even more.
9891
9892 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9893
9894         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9895         (msg_segment_done): Fix various seeking bugs (Slider was not
9896         updating when doing a non flushing seek, Reverse playback 
9897         on segment seek was wrong).
9898
9899 2007-02-26  Wim Taymans  <wim@fluendo.com>
9900
9901         * tests/examples/seek/seek.c: (stop_seek):
9902         When we stop scrubbing, don't leave the pipeline PLAYING when we
9903         requested a PAUSED state.
9904
9905 2007-02-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9906
9907         Patch by: RenĂ© Stadler <mail at renestadler de>
9908
9909         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9910           Parse date strings in vorbis comments that have an invalid (zero)
9911           month or day (#410396).
9912
9913         * tests/check/libs/tag.c: (GST_START_TEST):
9914           Test case for the above.
9915
9916 2007-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9917
9918         Patch by: LoĂ¯c Minier <lool+gnome at via ecp fr>
9919
9920         * configure.ac:
9921         * ext/alsa/Makefile.am:
9922         * gst/audiotestsrc/Makefile.am:
9923           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9924
9925 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9926
9927         * gst/playback/gstplaybin.c:
9928           Improve docs: point out that the application needs to assist playbin
9929           with buffering.
9930
9931 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9932
9933         * gst-libs/gst/utils/install-plugins.c:
9934         * gst-libs/gst/utils/missing-plugins.c:
9935         * tests/check/libs/utils.c: (missing_msg_check_getters):
9936           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9937           to just 'gstreamer'. Document the caps string component of the
9938           decoder/encoder detail a bit better, since not everyone will be
9939           familiar with the GStreamer media type/caps system (but they better
9940           enjoy nested itemized lists).
9941
9942 2007-02-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9943
9944         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9945         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9946           Fix copying of GstNetBuffer (would crash before, or at least lead to
9947           invalid memory access, #410772), for now by copying the GstBuffer copy
9948           code from the core over here so we can copy the GstBuffer fields on a
9949           provided buffer instance (of type GstNetBuffer in this case). Would be
9950           better to fix this with some support by the core though (and in the long
9951           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9952
9953         * tests/check/Makefile.am:
9954           Enable unit test for GstNetBuffer.
9955
9956 2007-02-22  Andy Wingo  <wingo@pobox.com>
9957
9958         * gst-libs/gst/audio/gstbaseaudiosink.c
9959         (gst_base_audio_sink_init): Disable pull-mode activation until we
9960         figure out how to make audio sinks go to PLAYING.
9961
9962 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9963
9964         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9965         (double_hq), (audio_convert_get_func_index),
9966         (audio_convert_prepare_context), (audio_convert_convert):
9967         * gst/audioconvert/audioconvert.h:
9968         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9969         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9970         * gst/audioconvert/gstchannelmix.h:
9971         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9972           Add float as an intermediate format, as well as float mixing. Enable
9973           test that was failing before. Fixes #339837
9974
9975 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9976
9977         * tests/examples/seek/seek.c: (do_seek):
9978         Undo the previous commit: -1 as a stop time implies that the stop
9979         time is the end of file, clearing any previously configured segment.
9980
9981 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9982
9983         * tests/examples/seek/seek.c: (do_seek):
9984         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9985
9986 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9987
9988         * gst/volume/gstvolume.c: (volume_process_int16),
9989         (volume_process_int16_clamp), (volume_set_caps):
9990           Unbreak volume, value remains gint.
9991
9992 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9993
9994         * gst/volume/gstvolume.c: (volume_choose_func),
9995         (volume_update_real_volume), (gst_volume_set_volume),
9996         (gst_volume_init), (volume_process_double), (volume_process_float),
9997         (volume_process_int16), (volume_process_int16_clamp),
9998         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9999         * gst/volume/gstvolume.h:
10000           Extend float audio support (double) and some int->uint cleanups.
10001
10002 2007-02-20  Edward Hervey  <edward@fluendo.com>
10003
10004         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10005         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10006         (sort_end_pads), (gst_decode_group_expose),
10007         (gst_decode_group_hide):
10008         Don't free groups from the streaming threads. Just put them aside and
10009         free them in dispose.
10010
10011 2007-02-20  Edward Hervey  <edward@fluendo.com>
10012
10013         * gst/playback/gstdecodebin2.c: (connect_element),
10014         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10015         (sort_end_pads), (gst_decode_group_expose):
10016         Handle dynamic pads within groups.
10017         Sort pads before exposing them in order to make playbin happy.
10018         There still is a race with the multiqueue filling up. This should be
10019         solved separately.
10020         Fixes #398721
10021
10022 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10023
10024         * gst-libs/gst/utils/base-utils.c:
10025         * gst-libs/gst/utils/descriptions.c:
10026         * gst-libs/gst/utils/install-plugins.c:
10027         * gst-libs/gst/utils/missing-plugins.c:
10028           Some more docs (and descriptions for two subtitle formats).
10029
10030 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10031
10032         * gst-libs/gst/audio/audio.c:
10033           Fix documentation.
10034
10035 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10036
10037         Patch by: Yves Lefebvre  <ivanohe abacom com>
10038
10039         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10040           Don't leak caps. Fixes #408278.
10041
10042 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10043
10044         * ext/cdparanoia/gstcdparanoiasrc.h:
10045         * ext/ogg/gstoggdemux.h:
10046         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10047         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10048         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10049         * gst-libs/gst/audio/audio.h:
10050         * gst-libs/gst/audio/gstaudiofilter.h:
10051         * gst-libs/gst/interfaces/videoorientation.h:
10052         * gst/adder/gstadder.h:
10053           More docs coverage and some ChangeLog surgery (add missing names)
10054
10055 2007-02-15  Wim Taymans  <wim@fluendo.com>
10056
10057         * sys/ximage/ximagesink.c:
10058         (gst_ximagesink_calculate_pixel_aspect_ratio):
10059         * sys/xvimage/xvimagesink.c:
10060         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10061         Small constifications.
10062
10063 2007-02-15  Wim Taymans  <wim@fluendo.com>
10064
10065         * gst-libs/gst/audio/gstbaseaudiosink.c:
10066         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10067         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10068         (gst_base_audio_sink_async_play),
10069         (gst_base_audio_sink_change_state):
10070         Answer latency query.
10071         Use configured latency when syncing.
10072         Fix clock slaving.
10073
10074         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10075         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10076         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10077         Fix possible memleak.
10078         Implement latency query.
10079         Small cleanups.
10080
10081 2007-02-15  Wim Taymans  <wim@fluendo.com>
10082
10083         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10084         Ignore errors in reset, these are not fatal. They also grab the element
10085         lock which is already taking when this function is called. Fixes
10086         #405451.
10087
10088 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10089
10090         * configure.ac:
10091           Remove 'tests/examples/xerror/Makefile' from output files again.
10092
10093 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10094
10095         * configure.ac:
10096         * docs/plugins/Makefile.am:
10097           Also crossref against gst-plugins-base-libs.
10098
10099 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10100
10101         * configure.ac:
10102         * docs/libs/Makefile.am:
10103         * docs/plugins/Makefile.am:
10104           Add crossreferences to glib/gobject/gstream docs.
10105
10106         * gst-libs/gst/audio/audio.h:
10107           Source formatting.
10108
10109         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10110           Add own debug category.
10111
10112 2007-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10113
10114         Patch by: RenĂ© Stadler <mail at renestadler de>
10115
10116         * gst-libs/gst/tag/gstvorbistag.c:
10117           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10118           (#403597).
10119
10120 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10121
10122         * gst/playback/gstplaybasebin.c: (setup_source):
10123           When we have external subtitles and wait for the subtitle decodebin
10124           to get up and running, we set up a (sync) bus handler for the
10125           subtitle decodebin, so we can stop waiting when it posts an error
10126           message. However, we should do that before we set the subtitle
10127           decodebin's state to playing, otherwise things are racy and we might
10128           miss error messages posted before we had a chance to set up the bus.
10129           This should finally fix totem hanging on .txt pseudo-subtitle files.
10130           
10131 2007-02-10  SĂ©bastien Moutte  <sebastien at moutte dot net>
10132
10133         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10134           Use gst_gdouble_to_guint64 for conversions.
10135         * win32/common/config.h.in:
10136           Add a define for GST_INSTALL_PLUGINS_HELPER
10137         * win32/common/libgstaudio.def:
10138         * win32/common/libgstcdda.def:
10139         * win32/common/libgstnetbuffer.def:
10140         * win32/common/libgstrtp.def:
10141         * win32/common/libgutils.def:
10142           Add new exported functions.
10143         * win32/vs6/gst_plugins_base.dsw:
10144         * win32/vs6/libgstdecodebin.dsp:
10145         * win32/vs6/libgstnetbuffer.dsp:
10146         * win32/vs6/libgstplaybin.dsp:
10147         * win32/vs6/libgstrtp.dsp:
10148         * win32/vs6/libgstvorbis.dsp:
10149         * win32/vs6/libgstcdda.dsp:
10150         * win32/vs6/libgstgdp.dsp:
10151         * win32/vs6/libgstutils.dsp:
10152           Update and add new project files.
10153
10154 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10155
10156         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10157         (subrip_remove_unhandled_tags), (parse_subrip):
10158           For SubRip (.srt) subtitles, ignore all markup tags we don't
10159           handle (like font tags, for example).
10160
10161         * tests/check/elements/subparse.c:
10162           Add test for this.
10163
10164 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10165
10166         * gst/playback/gstdecodebin.c: (add_fakesink),
10167         (gst_decode_bin_change_state):
10168         * gst/playback/gstdecodebin2.c: (add_fakesink),
10169         (gst_decode_bin_change_state):
10170           Don't error out if there is no fakesink in the NULL to READY state
10171           change, since when decodebin is re-used, we're only adding the
10172           fakesink element in READY to PAUSED.
10173
10174         * tests/check/elements/decodebin.c:
10175         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10176         (decodebin_suite):
10177           Minimal unit test to make sure we can use the same decodebin
10178           instance twice (at least with audiotestsrc input).
10179
10180 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10181
10182         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10183           Try to get devic-name from device string first, and from handle only
10184           as fallback (seems to yield better results and is more robust
10185           against buggy probing code on the application side).
10186
10187 2007-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10188
10189         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10190
10191         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10192         (gst_alsa_find_device_name):
10193         * ext/alsa/gstalsa.h:
10194         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10195         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10196           Improve device-name detection a bit, especially in the case where
10197           the device is not actually open (#405020, #405024). Move common code
10198           into gstalsa.c instead of duplicating it.
10199
10200 2007-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10201
10202         * gst/audioconvert/gstaudioconvert.c:
10203           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10204
10205 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10206
10207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10208         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10209         (gst_xvimagesink_interface_supported),
10210         (gst_xvimagesink_probe_get_properties),
10211         (gst_xvimagesink_probe_probe_property),
10212         (gst_xvimagesink_probe_needs_probe),
10213         (gst_xvimagesink_probe_get_values),
10214         (gst_xvimagesink_property_probe_interface_init),
10215         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10216         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10217         (gst_xvimagesink_get_type):
10218         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10219         for XVAdaptors so that one can choose the adaptor to use with 
10220         gstreamer-properties.
10221
10222 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10223
10224         * gst/audioconvert/gstaudioconvert.c:
10225           Also mention that a conversion from double to float is suboptimal still.
10226
10227 2007-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10228
10229         * gst-libs/gst/audio/gstaudiofilter.c:
10230         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10231           Clear our formats structure and free the caps contained in it when
10232           shutting down.
10233
10234 2007-02-05  Andy Wingo  <wingo@pobox.com>
10235
10236         * gst-libs/gst/audio/gstbaseaudiosink.c
10237         (gst_base_audio_sink_callback): Update basesink->offset so that we
10238         pull monotonically increasing offsets instead of, um, seeking back
10239         to 0 each time. Fixes alsasrc ! alsasink!
10240
10241 2007-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10242
10243         * gst/videoscale/gstvideoscale.c:
10244           A width and height of 1 makes us crash, so increase minimum size to
10245           2x2 pixels until someone feels like fixing this (#404512).
10246
10247 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10248
10249         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10250           Add small test to make sure request pads are cleaned up properly
10251           even if oggmux never changes state out of NULL.
10252
10253 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10254
10255         * tests/check/libs/utils.c: (GST_START_TEST):
10256           Fix unit test. Turns out things work much better when you
10257           NULL-terminate string arrays. Should make p5 build bot happy again.
10258
10259 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10260
10261         * gst-libs/gst/audio/Makefile.am:
10262         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10263         (gst_audio_filter_template_base_init),
10264         (gst_audio_filter_template_class_init),
10265         (gst_audio_filter_template_init),
10266         (gst_audio_filter_template_set_property),
10267         (gst_audio_filter_template_get_property),
10268         (gst_audio_filter_template_setup),
10269         (gst_audio_filter_template_filter),
10270         (gst_audio_filter_template_filter_inplace), (plugin_init):
10271           Oops, forgot to commit fixed-up example.
10272
10273 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10274
10275         * docs/libs/gst-plugins-base-libs-sections.txt:
10276         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10277         (gst_audio_filter_class_init), (gst_audio_filter_init),
10278         (gst_audio_filter_set_caps),
10279         (gst_audio_filter_class_add_pad_templates):
10280         * gst-libs/gst/audio/gstaudiofilter.h:
10281           Port GstAudioFilter to 0.10. This change technically breaks
10282           API and ABI (and thus also every library developer's heart),
10283           but seems justifiable on the grounds that the base class was
10284           completely unusable before (ie. would crash immediately when
10285           actually used). Fixes #403963 (and eventually also #403572).
10286           Also document all of this a bit.
10287
10288 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10289
10290         * gst-libs/gst/utils/install-plugins.c:
10291         (gst_install_plugins_spawn_child):
10292         * tests/check/libs/utils.c:
10293         (test_base_utils_install_plugins_do_callout):
10294           Lowering log level to see why things fail on the p5 build bot;
10295           fix some typos in unit test messages.
10296
10297 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10298
10299         * tests/check/libs/utils.c:
10300         (test_base_utils_install_plugins_do_callout):
10301           Don't hard-code temp directory for test helper; use GLib functions
10302           to write out file and do error checking etc.
10303
10304 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10305
10306         * gst-libs/gst/utils/Makefile.am:
10307         * gst-libs/gst/utils/base-utils.h:
10308         * gst-libs/gst/utils/install-plugins.c:
10309         (gst_install_plugins_context_set_xid),
10310         (gst_install_plugins_context_new),
10311         (gst_install_plugins_context_free),
10312         (gst_install_plugins_get_helper),
10313         (gst_install_plugins_spawn_child),
10314         (gst_install_plugins_return_from_status),
10315         (gst_install_plugins_installer_exited),
10316         (gst_install_plugins_async), (gst_install_plugins_sync),
10317         (gst_install_plugins_return_get_name),
10318         (gst_install_plugins_installation_in_progress):
10319         * gst-libs/gst/utils/install-plugins.h:
10320           API: add API for applications to initiate installation of missing
10321           plugins, ie. gst_install_plugins_async() primarily.
10322           Based on libgimme-codec by Ryan Lortie.
10323
10324         * configure.ac:
10325           Add --with-install-plugins-helper configure option so distros can specify
10326           the path of the helper script or program to call when plugin installation
10327           is requested (distros: please do any argument munging in this helper
10328           script instead of patching GStreamer to pass arguments differently
10329           to another program directly).
10330
10331         * docs/libs/gst-plugins-base-libs-docs.sgml:
10332         * docs/libs/gst-plugins-base-libs-sections.txt:
10333           Build and document new API.
10334
10335         * tests/check/libs/utils.c: (result_cb),
10336         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10337         (libgstbaseutils_suite):
10338           Some simple checks for the new API.
10339
10340 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10341
10342         * tests/check/elements/audioconvert.c: (test_float_conversion):
10343           Add small test for 32bit float <=> 64bit float conversion (works
10344           only one way so far, 32=>64 produces structured noise).
10345
10346 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10347
10348         * gst/audioconvert/gstaudioconvert.c:
10349         (set_structure_widths_32_and_64), (make_lossless_changes):
10350           We don't support floats with a width of 40, 48 or 56 bits.
10351
10352 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10353
10354         * gst/audioconvert/audioconvert.c: (float), (double),
10355         (audio_convert_get_func_index):
10356         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10357         (make_lossless_changes):
10358           Support for 64-bit float audio in audioconvert (#339837)
10359
10360 2007-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10361
10362         Patch by: Holger Wansing  <linux wansing-online de>
10363
10364         * po/LINGUAS:
10365         * po/de.po:
10366           Add German translation (#352069).
10367
10368 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10369
10370         reviewed by: Wim Taymans <wim@fluendo.com>
10371
10372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10373         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10374         Use newly added GstCollectPads API to free the allocated resources in
10375         the GstOggPad structures (#402393).
10376
10377 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10378
10379         * gst/playback/gstplaybin.c: (gen_vis_element):
10380           Add audioresample+audioconvert in front of the visualisation
10381           element, so that elements like libvisual 0.4 that don't support all
10382           samplerates can work.
10383
10384           Fixes: #402505
10385
10386 2007-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10387
10388         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10389         (gst_play_base_bin_get_streaminfo_value_array):
10390           Take some locks and make a copy of the streaminfo value array we
10391           maintain while holding the lock, so that the application can
10392           retrieve the stream-info as a value array in a thread-safe way.
10393
10394 2007-01-30  Wim Taymans  <wim@fluendo.com>
10395
10396         * gst/audioconvert/gstaudioconvert.c:
10397         Don't fail on 0 sized buffers. Fixes #396835.
10398
10399 2007-01-29  David Schleef  <ds@schleef.org>
10400
10401         * gst/typefind/gsttypefindfunctions.c:
10402           Detect BBCD as video/x-dirac, so we can play raw dirac
10403           streams.
10404
10405 2007-01-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10406
10407         * ext/theora/theoraenc.c: (theora_enc_chain):
10408           Check return value of theora_encode_header(), or we might try to
10409           allocate a random number of bytes. theora_encode_header() can fail
10410           if libtheora has been compiled with encoding support disabled.
10411           Fixes #398110.
10412
10413 2007-01-29  Wim Taymans  <wim@fluendo.com>
10414
10415         * tests/check/gst/.cvsignore:
10416         Do as buildbot says.
10417
10418 2007-01-29  Wim Taymans  <wim@fluendo.com>
10419
10420         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10421         Fix strides in libvisual. Gst uses X strides.
10422         Inspired by: <ed at catmur dot co dot uk> and 
10423         <tim at centricular dot net>
10424         Fixes #401118.
10425
10426 2007-01-27  Wim Taymans  <wim@fluendo.com>
10427
10428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10429         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10430         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10431         (gst_ogg_demux_perform_seek),
10432         (gst_ogg_demux_bisect_forward_serialno),
10433         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10434         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10435         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10436         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10437         * ext/ogg/gstoggdemux.h:
10438         Properly propagate streaming errors when we are scanning the file for
10439         chains so that we don't crash when shut down. Might fix some crashers
10440         when quickly switching oggs in RB such as #332503 and #378436.
10441
10442 2007-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10443
10444         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10445           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10446           error code as well.
10447
10448 2007-01-25  Wim Taymans  <wim@fluendo.com>
10449
10450         * gst/playback/gstplaybasebin.c: (remove_source):
10451         Don't try to disconnect a signal from a finalized object.
10452
10453 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10454
10455         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10456           Cast lock macro parameters to make sure we're actually accessing the
10457           lock member at the right class level. Free list itself in _dispose()
10458           as well and NULL it in case dispose gets called multiple times.
10459
10460 2007-01-25  Edward Hervey  <edward@fluendo.com>
10461
10462         * gst/playback/gstdecodebin2.c:
10463         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10464         Free GstDecodeGroups no longer used.
10465         (gst_decode_group_expose):
10466         Don't unlock too many times !
10467         (deactivate_free_recursive):
10468         Free iterator once we're done with it.
10469         Fix for recursively deactivating elements (stop at ghostpads).
10470
10471 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10472
10473         * gst/playback/gstplaybin.c: (handoff):
10474           Fix up caps on the frame buffer before we save it and potentially
10475           make it accessible to other threads via g_object_get; also use
10476           gst_buffer_replace() instead of gst_mini_object_replace().
10477
10478 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10479
10480         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10481           Make getting the current frame thread-safe.
10482
10483 2007-01-25  Edward Hervey  <edward@fluendo.com>
10484
10485         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10486         (gst_decode_group_new), (gst_decode_group_free):
10487         Set queues to bigger sizes to cope with HD contents.
10488         Fix some mutex freeing and add comment about MT safe methods.
10489
10490 2007-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10491
10492         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10493         (gst_text_overlay_text_event):
10494           Don't unnecessarily ref (and then leak) upstream events if the text
10495           pad is not linked. Fixes #399948.
10496
10497         * tests/check/gst-plugins-base.supp:
10498           Add suppression for pango on edgy/x86 for textoverlay test.
10499
10500 2007-01-24  Wim Taymans  <wim@fluendo.com>
10501
10502         * gst-libs/gst/rtp/gstrtpbuffer.h:
10503         Add some more fixed payloads.
10504
10505 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10506
10507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10508           Error out properly if we get an error from libogg while reading the
10509           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10510
10511 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10512
10513         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10514           Don't leak mutex.
10515
10516         * tests/check/elements/playbin.c:
10517         (test_sink_usage_video_only_stream),
10518         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10519         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10520         (test_missing_suburisource_handler),
10521         (test_missing_primary_decoder), (playbin_suite):
10522           Run all tests once with decodebin and once with decodebin2.
10523           One test does not pass yet with decodebin2.
10524
10525 2007-01-23  Edward Hervey  <edward@fluendo.com>
10526
10527         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10528         Fix the cases where oggmux doesn't properly figure out that all
10529         sinkpads have gone EOS, and therefore doesn't push out the remaining
10530         buffers and the final EOS event.
10531         Fixes #363379
10532
10533 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10534
10535         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10537         Don't lock on navigation event push, just on keysym to string.
10538         Fixes #397673 again.
10539
10540 2007-01-22  Edward Hervey  <edward@fluendo.com>
10541
10542         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10543         (get_current_group), (group_demuxer_event_probe),
10544         (gst_decode_group_expose), (deactivate_free_recursive),
10545         (gst_decode_group_free):
10546         Cleanups.
10547         Don't forget to emit 'no-more-pads' once a group is exposed.
10548         Cleanup elements from a DecodeGroup once we remove it.
10549         Protect call to gst_decode_group_expose() with the decodebin lock.
10550
10551 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10552
10553         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10555         Looking at Xorg code i can't figure out if that XKeysymToString
10556         function is thread sensible or not. Lock it just in case as
10557         recommended by Radek Doulik <rodo at ximian dot com>.
10558
10559 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10560
10561         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10563         Lock that X Call as well. Fixes #397673.
10564
10565 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10566
10567         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10568           Don't go into an endless loop if the file starts with 00 00 01 2X,
10569           like quicktime redirect files might. Fixes #396042.
10570
10571         * tests/check/Makefile.am:
10572         * tests/check/gst/.cvsignore:
10573         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10574         (typefindfunctions_suite):
10575           Add unit test for the above.
10576
10577 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10578
10579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10580           On second thought, use "depth" field rather than "bpp" field.
10581
10582 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10583
10584         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10585           Camtasia caps apparently need a bpp field (#398875).
10586
10587 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10588
10589         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10590         (gen_source_element), (gst_play_base_bin_change_state):
10591           Attempt at a better error message in case we don't have the required
10592           URI handler installed; post missing-plugin message also when we're
10593           missing an URI handler for the subtitle URI; clean up properly also
10594           when an error occurs and we never made it to PAUSED state.
10595
10596         * tests/check/elements/playbin.c: (GST_START_TEST),
10597         (playbin_suite):
10598           Check that we're also getting a missing-plugin messsage for a
10599           missing subtitle URI handler (and clean up properly).
10600
10601 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10602
10603         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10604           Plug a few reference leaks.
10605
10606 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10607
10608         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10609           Lower probability a bit if the marker isn't right at the start,
10610           to decrease the chance of false positives.
10611
10612 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10613
10614         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10615           Small mpeg2 system stream typefinding improvement: make typefinder
10616           probe a bit into the stream instead of just looking for a marker
10617           at the beginning. Fixes #397810.
10618
10619 2007-01-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10620
10621         * gst/audioconvert/gstchannelmix.c:
10622           Remove compatibility cruft for prehistoric GLib versions.
10623
10624 2007-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10625
10626         * gst/playback/Makefile.am:
10627         * gst/playback/gstdecodebin.c: (close_pad_link):
10628         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10630         (gst_play_base_bin_handle_message_func), (unknown_type):
10631           Let decodebin be the element to post missing-plugin messages for
10632           missing decoders (rather than playbin); make playbin implement
10633           GstBin::handle_message so we can suppress missing-plugin messages
10634           for types we're not handling on purpose (don't want to bring up an
10635           installer in those cases).
10636
10637 2007-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10638
10639         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10640         * gst-libs/gst/tag/gstvorbistag.c:
10641         (gst_tag_list_to_vorbiscomment_buffer):
10642         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10643           Fix potentially unaligned access (#397207).
10644
10645 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10646
10647         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10648         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10649         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10650         (main):
10651           Allow to toggle looping while it plays. Fix callback prototype. Clean
10652           up code a bit more. Add copyright header.
10653
10654 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10655
10656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10657           Red and blue mask was swapped (spotted by Dan Williams).
10658
10659 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10660
10661         * gst-libs/gst/tag/gstid3tag.c:
10662         * gst-libs/gst/tag/gstvorbistag.c:
10663           Use new beats-per-minute tag from core.
10664
10665 2007-01-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10666
10667         * po/POTFILES.in:
10668           Add new files with translatable strings, so they actually make it
10669           into the template file one day.
10670
10671 2007-01-12  Andy Wingo  <wingo@pobox.com>
10672
10673         * gst-libs/gst/audio/gstbaseaudiosink.c
10674         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10675         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10676         stuff, as the base class handles this now. Actually tell the ring
10677         buffer to start.
10678         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10679         How did this work before? Maybe I'm not as awesome a programmer as
10680         I think.
10681
10682         * gst-libs/gst/audio/gstbaseaudiosrc.c
10683         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10684         of a pad function.
10685
10686 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10687
10688         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10689           Remove more fields so that the application can better blacklist
10690           formats that have been tried before.
10691
10692 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10693
10694         * gst-libs/gst/audio/mixerutils.h:
10695           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10696           used when compiling with c++ compilers as well.
10697
10698 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10699
10700         * gst/typefind/gsttypefindfunctions.c:
10701           Fix comment.
10702
10703 2007-01-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10704
10705         * gst/playback/gstplaybin.c: (post_missing_element_message),
10706         (gen_video_element), (gen_text_element), (gen_audio_element),
10707         (gen_vis_element):
10708           Post missing-plugin messages also when we error out because
10709           converters, textoverlay or auto*sinks are missing (#161922).
10710
10711 2007-01-10  Wim Taymans  <wim@fluendo.com>
10712
10713         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10714         (is_demuxer_element), (new_caps):
10715         * gst/playback/gstplaybasebin.c: (source_new_pad):
10716         Fix the case where we try to ref a NULL element when we delay a link
10717         because of unfixed caps.
10718         Set the state of autoplugged decodebins to PAUSED.
10719         RTSP now works in playbin, we can remove it from the blacklist.
10720
10721 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10722
10723         * gst/playback/Makefile.am:
10724         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10725         (unknown_type), (setup_subtitle), (gen_source_element):
10726         * gst/playback/gstplaybin.c: (plugin_init):
10727           Post missing-plugin messages on the bus for missing sources and
10728           missing decoders/demuxers/depayloaders; fix error code used when
10729           we're missing an URI handler source; for media types that we are not
10730           handling on purpose at the moment, don't print "don't know how to
10731           handle xyz" messages to the terminal or post missing-plugin
10732           messages on the bus.
10733
10734         * tests/check/elements/playbin.c: (create_playbin),
10735         (GST_START_TEST), (gst_codec_src_uri_get_type),
10736         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10737         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10738         (gst_codec_src_init_type), (gst_codec_src_base_init),
10739         (gst_codec_src_create), (gst_codec_src_class_init),
10740         (gst_codec_src_init), (plugin_init), (playbin_suite):
10741           Add some tests for the missing-plugin stuff.
10742
10743 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10744
10745         * configure.ac:
10746         * gst-libs/gst/Makefile.am:
10747         * gst-libs/gst/utils/Makefile.am:
10748         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10749         * gst-libs/gst/utils/base-utils.h:
10750         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10751         (find_format_info), (caps_are_rtp_caps),
10752         (gst_base_utils_get_source_description),
10753         (gst_base_utils_get_sink_description),
10754         (gst_base_utils_get_decoder_description),
10755         (gst_base_utils_get_encoder_description),
10756         (gst_base_utils_get_element_description),
10757         (gst_base_utils_add_codec_description_to_tag_list),
10758         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10759         * gst-libs/gst/utils/descriptions.h:
10760         * gst-libs/gst/utils/missing-plugins.c:
10761         (missing_structure_get_type), (copy_and_clean_caps),
10762         (gst_missing_uri_source_message_new),
10763         (gst_missing_uri_sink_message_new),
10764         (gst_missing_element_message_new),
10765         (gst_missing_decoder_message_new),
10766         (gst_missing_encoder_message_new),
10767         (missing_structure_get_string_detail),
10768         (missing_structure_get_caps_detail),
10769         (gst_missing_plugin_message_get_installer_detail),
10770         (gst_missing_plugin_message_get_description),
10771         (gst_is_missing_plugin_message):
10772         * gst-libs/gst/utils/missing-plugins.h:
10773           API: add new libgstbaseutils library with functions
10774           - to create and parse missing-plugins messages
10775           - that provide (translated) descriptions for caps/decoders/sources/etc.
10776           Closes #392393.
10777
10778         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10779         * pkgconfig/gstreamer-plugins-base.pc.in:
10780           Add new lib.
10781
10782         * docs/libs/gst-plugins-base-libs-docs.sgml:
10783         * docs/libs/gst-plugins-base-libs-sections.txt:
10784           Generate docs for new lib and API.
10785
10786         * tests/check/Makefile.am:
10787         * tests/check/libs/.cvsignore:
10788         * tests/check/libs/utils.c: (missing_msg_check_getters),
10789         (GST_START_TEST), (libgstbaseutils_suite):
10790           Add some basic unit tests.
10791
10792 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10793
10794         * ext/ogg/Makefile.am:
10795           Dist gstoggdemux.h to fix 'make distcheck'.
10796
10797         * sys/v4l/Makefile.am:
10798           Fix 'make distcheck' even more.
10799
10800 2007-01-09  Wim Taymans  <wim@fluendo.com>
10801
10802         * docs/plugins/Makefile.am:
10803         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10805         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10806         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10807         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10808         (gst_ogg_demux_perform_seek):
10809         * ext/ogg/gstoggdemux.h:
10810         Added docs.
10811         Add some more comments.
10812         Small cleanups.
10813
10814 2007-01-09  Wim Taymans  <wim@fluendo.com>
10815
10816         * ext/theora/theoradec.c:
10817         * ext/vorbis/vorbisdec.c:
10818         * gst-libs/gst/audio/gstringbuffer.c:
10819         (gst_ring_buffer_commit_full):
10820         * gst-libs/gst/audio/gstringbuffer.h:
10821         * gst-libs/gst/rtp/gstrtpbuffer.c:
10822         * gst-libs/gst/tag/gstvorbistag.c:
10823         Small documentation updates/fixes
10824
10825 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10826
10827         * configure.ac:
10828           Require core CVS HEAD for Andy's basesrc/sink API additions.
10829
10830 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10831
10832         Patch by: GĂ¼nter Thelen  <daedalus dot inc at gmx net>
10833
10834         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10835         (plugin_init):
10836           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10837           on flac.sf.net (there appear to be other versions of the first
10838           ogg page in the wild) (#391365).
10839
10840 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10841
10842         * configure.ac:
10843           Check if localtime_r() is available.
10844
10845         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10846           If localtime_r() is not available, fall back to localtime(). Should
10847           fix build on MingW (#393310).
10848
10849 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10850
10851         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10852         * gst/subparse/gstsubparse.h:
10853           Remove spurious 1000 subtrahend when calculating the timestamp from
10854           the frame number and the frame rate . Also, use the frames/second
10855           value specified in the first line of the file, if one is specified
10856           there. Should fix #357503.
10857
10858         * tests/check/elements/subparse.c: (do_test),
10859         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10860         (subparse_suite):
10861           Add some basic unit tests for the microdvd subtitle format.
10862
10863 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10864
10865         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10866
10867         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10868         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10869         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10870         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10871         (gst_xvimagesink_set_xwindow_id),
10872         (gst_xvimagesink_set_event_handling),
10873         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10874         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10875         Fixes: #390076.
10876         Add an adaptor property to select a specific XV adaptor.
10877         * sys/xvimage/xvimagesink.h:
10878
10879 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10880
10881         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10882         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10883         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10884         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10885         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10886         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10887         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10888         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10889         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10890         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10891         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10892         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10893         Use flow_lock much more to protect every access to xwindow.
10894         Try to catch erros while creating images in case some drivers are
10895         just generating an XError when the requested image is too big.
10896         Should fix : #354698, #384008, #384060.
10897         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10898         Implement some stress testing of setting window xid.
10899
10900 2007-01-07  SĂ©bastien Moutte  <sebastien@moutte.net>
10901
10902         * win32/common/libgsaudio.def:
10903           Add new exported function.
10904         * win32/common/libgstogg.dsp:
10905           Add gstoggaviparse.c to the build.
10906         * win32/common/libgstvideoscale.dsp:
10907           Add vs_4tap.c to the build.
10908         * win32/common/libgstvorbis.dsp:
10909           Add vorbistag.c to the build.
10910         
10911 2007-01-06  Andy Wingo  <wingo@pobox.com>
10912
10913         * gst-libs/gst/audio/gstbaseaudiosink.c
10914         (gst_base_audio_sink_class_init)
10915         (gst_base_audio_sink_init): 
10916         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10917         to baseaudiosink, and tell basesink that we can work in pull mode.
10918         This way the ring buffer thread drives the pipeline directly, if
10919         pull mode is possible. There is some lingering nastiness regarding
10920         capsnego, however.
10921         (gst_base_audio_sink_callback): Implement the callback to pull
10922         data. This interface is a bit light, though -- it should get a
10923         GstFlowReturn return value at least.
10924
10925 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10926
10927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10928         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10929         * gst/playback/gstdecodebin2.c:
10930         (gst_decode_group_check_if_blocked):
10931           Printf format and missing argument fixes.
10932
10933 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10934
10935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10936         (gst_ogm_parse_change_state):
10937         Activate pads before adding them to the element.
10938
10939 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10940
10941         * tests/examples/seek/scrubby.c: (main):
10942         * tests/examples/seek/seek.c: (main):
10943           Call g_thread_init() first thing in main() (see #391278).
10944
10945 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10946
10947         * tests/check/Makefile.am:
10948         * tests/check/libs/.cvsignore:
10949         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10950         (netbuffer_suite):
10951           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10952           for the time being, since it's broken, see #393099.
10953
10954 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10955
10956         * tests/check/Makefile.am:
10957           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10958
10959 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10960
10961         * configure.ac:
10962           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10963           so that GST_BASE_CFLAGS can go inbetween them, making sure
10964           we use uninstalled gst-libs headers
10965         * docs/libs/Makefile.am:
10966         * ext/alsa/Makefile.am:
10967         * ext/cdparanoia/Makefile.am:
10968         * ext/gnomevfs/Makefile.am:
10969         * ext/libvisual/Makefile.am:
10970         * ext/ogg/Makefile.am:
10971         * ext/theora/Makefile.am:
10972         * ext/vorbis/Makefile.am:
10973         * gst-libs/gst/audio/Makefile.am:
10974         * gst-libs/gst/cdda/Makefile.am:
10975         * gst-libs/gst/interfaces/Makefile.am:
10976         * gst-libs/gst/riff/Makefile.am:
10977         * gst-libs/gst/rtp/Makefile.am:
10978         * gst-libs/gst/tag/Makefile.am:
10979         * gst/adder/Makefile.am:
10980         * gst/audioconvert/Makefile.am:
10981         * gst/audiorate/Makefile.am:
10982         * gst/audioresample/Makefile.am:
10983         * gst/playback/Makefile.am:
10984         * gst/tcp/Makefile.am:
10985         * gst/videoscale/Makefile.am:
10986         * gst/volume/Makefile.am:
10987         * sys/ximage/Makefile.am:
10988         * sys/xvimage/Makefile.am:
10989         * tests/icles/Makefile.am:
10990           adapt
10991
10992 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10993
10994         * gst-libs/gst/interfaces/xoverlay.c:
10995         (gst_x_overlay_handle_events):
10996         * gst-libs/gst/interfaces/xoverlay.h:
10997         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10998         (gst_ximagesink_set_xwindow_id),
10999         (gst_ximagesink_set_event_handling),
11000         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11001         (gst_ximagesink_get_property), (gst_ximagesink_init),
11002         (gst_ximagesink_class_init):
11003         * sys/ximage/ximagesink.h:
11004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11005         (gst_xvimagesink_set_xwindow_id),
11006         (gst_xvimagesink_set_event_handling),
11007         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11008         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11009         (gst_xvimagesink_class_init):
11010         * sys/xvimage/xvimagesink.h:
11011         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11012         Add a method to the XOverlay interface to allow disabling of 
11013         event handling in x[v]imagesink elements. This will let X events
11014         propagate to parent windows which can be usefull in some cases.
11015         Be carefull that the application is then responsible of pushing
11016         navigation events and expose events to the video sink.
11017         Fixes: #387138.
11018
11019 2007-01-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11020
11021         * gst-libs/gst/tag/gstvorbistag.c:
11022         * tests/check/libs/tag.c: (GST_START_TEST):
11023           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11024           (fixes #392070).
11025
11026 2007-01-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11027
11028         * configure.ac:
11029         * docs/Makefile.am:
11030         * docs/design/Makefile.am:
11031           Dist design docs.
11032
11033 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11034
11035         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11036         typo. Fixes: #390063.
11037
11038 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11039
11040         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11042         caps leak.
11043         * win32/common/config.h: Updated.
11044
11045 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11046
11047         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11048         (setup_gdpdepay_streamheader):
11049         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11050         (setup_gdppay_streamheader):
11051           Fix the dp tests, but activating the pads for the streamheader tests
11052           too and cleaning up conditionaly
11053
11054 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11055
11056         * gst/ffmpegcolorspace/avcodec.h:
11057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11058         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11059         (gst_ffmpegcsp_avpicture_fill):
11060         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11061         (img_get_alpha_info):
11062         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11063         other end of the word. Fixes: #387073.
11064
11065         Add some inconsequential branch hints in a couple of places.
11066
11067 2006-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11068
11069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11070         (gst_ffmpeg_caps_to_smpfmt):
11071           The "signed" field in raw audio caps is of boolean type, trying to
11072           extract the value with _get_int() will fail (fix to keep in sync with
11073           the copy in gst-ffmpeg)
11074
11075 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11076
11077         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11078         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11079         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11080         (cleanup_gdpdepay):
11081         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11082         * tests/check/elements/subparse.c: (teardown_subparse):
11083         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11084         * tests/check/elements/videorate.c: (cleanup_videorate):
11085         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11086         * tests/check/elements/volume.c: (cleanup_volume):
11087         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11088         (cleanup_vorbisdec):
11089         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11090         (cleanup_vorbistag):
11091           consistent pad (de)activation
11092
11093 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11094
11095         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11096           Forgot to register the extensions.
11097
11098 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11099
11100         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11101         (plugin_init):
11102           Add typefinder for VIVO files (my christmas present to the 90s).
11103
11104 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11105
11106         * gst/playback/gstdecodebin.c: (type_found):
11107           Special-case the text/plain media type: we only want to recognise it
11108           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11109           parser, but not if the entire stream is of text/plain type. If the
11110           entire stream is text/plain, we should just error out.
11111
11112           This fixes playback of audio files with lyrics in totem. Totem can't
11113           distinguish between text files and subtitle files and passes any
11114           .txt file with the same basename as the main file to playbin as
11115           suburi, and playbin will then throw a 'subtitle found, but no video
11116           stream' error, which isn't entirely helpful. See #380342.
11117
11118           Also, with this change we'll show a slightly more correct error
11119           message in case totem passes a playlist file to us (although a
11120           custom error message wording instead of the default text would
11121           probably not be a bad idea either).
11122
11123           Same problem also needs to be fixed for playbin+decodebin2.
11124
11125         * tests/check/Makefile.am:
11126         * tests/check/elements/decodebin.c: (src_handoff_cb),
11127         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11128         (decodebin_suite):
11129           Add simple unit test for decodebin for the above.
11130
11131 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11132
11133         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11134         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11135           Refuse to change state to READY when we failed to create any of the
11136           required elements in our instance init function.
11137
11138 2006-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11139
11140         * docs/libs/gst-plugins-base-libs-sections.txt:
11141           Small docs fixes/updates.
11142
11143         * gst-libs/gst/video/gstvideosink.h:
11144           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11145           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11146           removed from the base sink API between 0.9.6 and 0.9.7).
11147           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11148           accessor macros, so we don't do a runtime GObject type check every
11149           time we use them.
11150
11151 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * Makefile.am:
11154         * gst-plugins-base.doap:
11155         * gst-plugins-base.spec.in:
11156           add doap file
11157
11158 2006-12-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11159
11160         Patch by: Jens Granseuer <jensgr at gmx net>
11161
11162         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11163         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11164         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11165         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11167           Declare variables at the beginning of a block. Fixes #383195.
11168
11169 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11170
11171         * configure.ac:
11172         Bump version nano - back to CVS.
11173
11174
11175 === release 0.10.11 ===
11176
11177 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11178
11179         * configure.ac:
11180           releasing 0.10.11, "Dumb things"
11181
11182 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11183
11184         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11185         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11186         Handle the case where an element has multiple pads with 
11187         unfixed caps as well as still possibly producing more dynamic 
11188         pads by storing each case as a distinct entry in the dynamic list.
11189         Fixes #38223 again.
11190
11191 2006-12-04  Wim Taymans  <wim@fluendo.com>
11192
11193         * gst/playback/gstdecodebin.c: (close_pad_link):
11194         Fix #382223, add more dynamic caps handling.
11195
11196 2006-12-04  Wim Taymans  <wim@fluendo.com>
11197
11198         * gst-libs/gst/audio/gstringbuffer.h:
11199         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11200         (gst_netaddress_set_ip4_interface),
11201         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11202         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11203         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11204         (gst_netaddress_get_ttl):
11205         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11206         * gst/playback/gstdecodebin.c: (close_pad_link):
11207         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11208         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11209         * win32/common/config.h:
11210
11211 2006-12-01  Michael Smith  <msmith@fluendo.com>
11212
11213         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11214           Delete bad debug code.
11215           Fixes #381219
11216
11217 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11218
11219         * gst/videoscale/vs_4tap.c:
11220         * win32/MANIFEST:
11221         * win32/common/config.h:
11222         * win32/vs8/libgstvideoscale.vcproj:
11223         Fix compilation on win32 under VS8
11224         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11225         Partially fixes #381175
11226
11227 2006-11-30  Michael Smith  <msmith@fluendo.com>
11228
11229         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11230         (GST_START_TEST):
11231           It would be very bad if, after a discont buffer, we thought every
11232           single following buffer was also discont. So, add to the test to
11233           ensure that this isn't the case.
11234           
11235         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11236           ... it was the case. So fix it.
11237
11238 2006-11-28  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst/playback/gstplaybasebin.c: (check_queue_event):
11241         Improve debug.
11242
11243         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11244         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11245         padtemplate caps. Refixes #357577.
11246
11247 2006-11-28  Wim Taymans  <wim@fluendo.com>
11248
11249         * gst/playback/gstplaybasebin.c: (check_queue_event),
11250         (queue_threshold_reached), (queue_out_of_data),
11251         (gen_preroll_element):
11252         Add event probe to see when EOS is in a queue and we can disable the
11253         underrun signals. Fixes #357577.
11254
11255 2006-11-28  Edward Hervey  <edward@fluendo.com>
11256
11257         * gst/playback/Makefile.am:
11258         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11259         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11260         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11261         (gst_decode_bin_init), (gst_decode_bin_dispose),
11262         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11263         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11264         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11265         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11266         (connect_element), (expose_pad), (type_found),
11267         (pad_added_group_cb), (pad_removed_group_cb),
11268         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11269         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11270         (are_raw_caps), (multi_queue_overrun_cb),
11271         (multi_queue_underrun_cb), (gst_decode_group_new),
11272         (get_current_group), (group_demuxer_event_probe),
11273         (gst_decode_group_control_demuxer_pad),
11274         (gst_decode_group_control_source_pad),
11275         (gst_decode_group_check_if_blocked),
11276         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11277         (gst_decode_group_hide), (gst_decode_group_free),
11278         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11279         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11280         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11281         (plugin_init):
11282         New decodebin2 element.
11283         Closes #370092
11284         * gst/playback/gstplay-marshal.list:
11285         Added marshallers for new signals in decodebin2
11286         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11287         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11288         is set.
11289
11290 2006-11-28  Wim Taymans  <wim@fluendo.com>
11291
11292         * gst/playback/gstplaybasebin.c: (setup_source),
11293         (gst_play_base_bin_change_state):
11294         Disable rtsp:// uris for the release, it's not good enough yet.
11295         Remove unused var.
11296
11297 2006-11-26  Wim Taymans  <wim@fluendo.com>
11298
11299         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11300         (theora_dec_push_forward), (theora_dec_push_reverse),
11301         (theora_handle_data_packet), (theora_dec_decode_buffer),
11302         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11303         (theora_dec_chain_forward), (theora_dec_chain):
11304         Implement reverse playback.
11305
11306         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11307         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11308         (vorbis_dec_chain_forward):
11309         Clear buffers used for reverse playback in _reset.
11310         No need to set the eos flag, we clip samples using the segment.
11311
11312 2006-11-24  Wim Taymans  <wim@fluendo.com>
11313
11314         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11315         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11316         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11317         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11318         Some cleanups.
11319         Handle continued pages in reverse mode.
11320
11321 2006-11-24  Wim Taymans  <wim@fluendo.com>
11322
11323         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11324         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11325         (vorbis_dec_flush_decode):
11326         Small cleanups.
11327         Don't try to add invalid timestamps.
11328         Clipping will unref the buffer.
11329
11330 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11331
11332         * gst/adder/gstadder.h:
11333         * gst/audiotestsrc/gstaudiotestsrc.h:
11334           remove obsolete _factory_init protos
11335
11336 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11337
11338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11339           Fix spacing in debug message.
11340
11341 2006-11-23  Wim Taymans  <wim@fluendo.com>
11342
11343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11344         (gst_ogg_demux_chain):
11345         Don't just ignore return values from _pad_push().
11346         Small debug improvements.
11347
11348 2006-11-23  Michael Smith  <msmith@fluendo.com>
11349
11350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11351           If our incoming buffer is marked as DISCONT, then increment the page
11352           number (so that the discontinuity is marked in the final ogg
11353           bitstream) and flush the previous page.
11354
11355 2006-11-22  Michael Smith  <msmith@fluendo.com>
11356
11357         * ext/theora/gsttheoraenc.h:
11358         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11359         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11360         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11361         (theora_enc_chain), (theora_enc_change_state):
11362           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11363
11364         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11365         (GST_START_TEST), (theoraenc_suite):
11366           Enable discontinuity test, fix it.
11367
11368 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11369
11370         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11371         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11372         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11373         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11374         (gst_text_overlay_change_state):
11375         * ext/pango/gsttextoverlay.h:
11376           Some textoverlay fixes: for one, in the video chain function,
11377           actually wait for a text buffer to come in if there is none at the
11378           moment and there should be one; also, deal more gracefully with
11379           incoming buffers that do not have a timestamp or duration; discard
11380           text buffer when not needed any longer. Fixes #341681.
11381
11382         * tests/check/Makefile.am:
11383         * tests/check/elements/.cvsignore:
11384         * tests/check/elements/textoverlay.c:
11385         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11386         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11387         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11388         (test_video_waits_for_text_send_text_newsegment_thread),
11389         (test_video_waits_for_text_shutdown_element),
11390         (test_render_continuity_push_video_buffers_thread),
11391         (textoverlay_suite):
11392           Add some unit tests for textoverlay.
11393
11394 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11395
11396         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11397           Avoid integer underflow when the found probability for mp3 is
11398           smaller than the 'penalty' we subtract if there's not a clean
11399           mp3 header sync at offset 0.
11400
11401 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11402
11403         * docs/libs/gst-plugins-base-libs-sections.txt:
11404           Add some new symbols to the docs
11405
11406 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11407
11408         * tests/check/Makefile.am:
11409         * tests/check/elements/ffmpegcolorspace.c:
11410         (ffmpegcolorspace_suite):
11411           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11412           (for now not for valgrinding though, since it takes too long).
11413
11414 2006-11-20  Wim Taymans  <wim@fluendo.com>
11415
11416         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11417         (gst_ffmpeg_pixfmt_to_caps):
11418         Fix RGBA32 caps. Fixes #357038.
11419
11420 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11421
11422         * gst-libs/gst/interfaces/mixertrack.h:
11423           Add FIXME so we can add some padding here in 0.11
11424
11425 2006-11-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11426
11427         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11428           Fix GstBaseRTPAudioPayload structure so the whole GObject
11429           inheritance business actually works (parent class instance structure
11430           must always come first in the derived class instance structure).
11431
11432 2006-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11433
11434         * gst/videotestsrc/Makefile.am:
11435         * tests/check/Makefile.am:
11436           Make sure our checks and the videotestsrc plugin link against the
11437           local uninstalled gst libs and not any installed gst libs that
11438           might happen to exist as well.
11439
11440         * tests/check/elements/adder.c: (message_received),
11441         (test_event_message_received), (test_play_twice_message_received):
11442         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11443           Fix compiler warnings when compiling against core with disabled
11444           debugging system.
11445
11446 2006-11-16  Michael Smith  <msmith@fluendo.com>
11447
11448         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11449         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11450           Fix audiorate, so that it accurately sets offsets and timestamps.
11451           Doesn't change the fundamental algorithmic decisions; so should be
11452           safe.
11453
11454         * tests/check/Makefile.am:
11455           Enable audiorate test now that it passes.
11456
11457 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11458
11459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11460           clear xv when going to NULL, remove // commented non-existant proto
11461
11462         * tests/examples/seek/seek.c: (main):
11463           add missing tooltip description for scrub and play_scrub
11464
11465 2006-11-14  David Schleef  <ds@schleef.org>
11466
11467         * configure.ac:
11468           Bump liboil requirement to 0.3.8.
11469         * gst-libs/gst/riff/riff-media.c:
11470           Add Dirac fourcc.
11471         * gst/videoscale/vs_image.h:
11472         * gst/videoscale/vs_scanline.h:
11473           Use liboil's stdint.h.
11474         * gst/videotestsrc/videotestsrc.c:
11475           Remove liboil related ifdef's, since they aren't needed now, and
11476           won't work with future versions.
11477
11478 2006-11-14  David Schleef  <ds@schleef.org>
11479
11480         * gst/videoscale/Makefile.am:
11481         * gst/videoscale/gstvideoscale.c:
11482         * gst/videoscale/gstvideoscale.h:
11483         * gst/videoscale/vs_4tap.c:
11484         * gst/videoscale/vs_4tap.h:
11485         * gst/videoscale/vs_image.c:
11486         * gst/videoscale/vs_image.h:
11487         * gst/videoscale/vs_scanline.c:
11488         * gst/videoscale/vs_scanline.h:
11489           Add a 4-tap image scaler.  Theoretically looks much prettier.
11490           The tap calculation could use some improvement.
11491
11492 2006-11-14  Wim Taymans  <wim@fluendo.com>
11493
11494         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11495
11496         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11497         (gst_riff_parse_strf_iavs):
11498         * gst/subparse/gstsubparse.c: (convert_encoding):
11499         * gst/tcp/gstmultifdsink.c:
11500         (gst_multi_fd_sink_handle_client_write):
11501         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11502         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11503         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11504         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11505         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11506         (gst_ximagesink_ximage_new):
11507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11508         Various gsize and gssize printf fixes. Fixes #372507.
11509
11510 2006-11-13  Wim Taymans  <wim@fluendo.com>
11511
11512         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11513         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11514         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11515         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11516         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11517         * ext/vorbis/vorbisdec.h:
11518         First stab at vorbis reverse playback.
11519
11520 2006-11-13  Wim Taymans  <wim@fluendo.com>
11521
11522         * gst-libs/gst/audio/gstbaseaudiosink.c:
11523         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11524         * gst-libs/gst/audio/gstbaseaudiosink.h:
11525         Make the clock sync code more accurate wrt resampling and playback
11526         at different rates.
11527         
11528         * gst-libs/gst/audio/gstringbuffer.c:
11529         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11530         * gst-libs/gst/audio/gstringbuffer.h:
11531         Use better algorithm to interpolate sample rates. 
11532
11533 2006-11-13  Michael Smith  <msmith@fluendo.com>
11534
11535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11536           Improve a debug line slightly.
11537
11538         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11539           Call gst_riff_init() in plugin_init, to avoid getting errors from
11540           the debug system (unrelated changes to another plugin made this turn
11541           up; not sure why).
11542
11543 2006-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11544
11545         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11546
11547         * win32/common/libgsttag.def:
11548           Add missing symbol (#366492).
11549
11550 2006-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11551
11552         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11553           Don't unref a NULL pad.
11554
11555 2006-11-09  Wim Taymans  <wim@fluendo.com>
11556
11557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11558         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11559         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11560         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11561         (gst_ogg_demux_loop):
11562         Implement first stab at reverse playback.
11563
11564 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11565
11566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11567         (gst_riff_create_video_template_caps):
11568           add h263/h264 variants to the caps, Fixes #363118
11569
11570 2006-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11571
11572         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11573         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11574           Use g_strerror instead of strerror so we get UTF-8.
11575
11576 2006-11-03  David Schleef  <ds@schleef.org>
11577
11578         * ext/ogg/gstoggdemux.c:
11579         * ext/ogg/gstoggmux.c:
11580           Add/remove KW-DIRAC header here, since it is ogg-specific.
11581
11582 2006-11-03  Michael Smith  <msmith@fluendo.com>
11583
11584         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11585           Recognise more mpeg4 elementary video streams.
11586
11587 2006-11-02  Edward Hervey  <edward@fluendo.com>
11588
11589         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11590         Lower the probability of mp3 typefinding functions if we don't find a
11591         valid mp3 header at the start of the file.
11592         Closes #369482
11593
11594 2006-11-02  Wim Taymans  <wim@fluendo.com>
11595
11596         * ext/theora/gsttheoradec.h:
11597         * ext/theora/theoradec.c: (gst_theora_dec_init),
11598         (theora_dec_sink_event), (theora_dec_chain_forward),
11599         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11600         (theora_dec_chain):
11601         Document and partially implement an algorithm for doing reverse playback
11602         of theora video.
11603
11604 2006-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11605
11606         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11607
11608         * win32/common/config.h:
11609         * win32/common/interfaces-enumtypes.c:
11610         * win32/common/libgsttag.def:
11611         * win32/vs8/gst-plugins-base.sln:
11612         * win32/vs8/libgstaudioresample.vcproj:
11613         * win32/vs8/libgstinterfaces.vcproj:
11614         * win32/vs8/libgstogg.vcproj:
11615         * win32/vs8/libgstriff.vcproj:
11616         * win32/vs8/libgsttag.vcproj:
11617         * win32/vs8/libgsttheora.vcproj:
11618         * win32/vs8/libgstvideoscale.vcproj:
11619         * win32/vs8/libgstvorbis.vcproj:
11620           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11621           to libgsttag.def; add missing dependencies for some vs8 projects;
11622           re-arrange placement of .def files in vs8 projects (#366334).
11623
11624 2006-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11625
11626         * ext/ogg/gstogg.c:
11627           Remove unused variable.
11628
11629         * ext/ogg/gstoggdemux.c:
11630           Fix Wim's surname in plugin description.
11631
11632 2006-10-31  Wim Taymans  <wim@fluendo.com>
11633
11634         * gst-plugins-base.spec.in:
11635         spec new .h file. Fixes #368310.
11636
11637 2006-10-31  Michael Smith  <msmith@fluendo.com>
11638
11639         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11640         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11641         (gst_multi_fd_sink_get_stats),
11642         (gst_multi_fd_sink_remove_client_link),
11643         (gst_multi_fd_sink_queue_buffer),
11644         (gst_multi_fd_sink_handle_clients):
11645         * gst/tcp/gstmultifdsink.h:
11646           Make using the remove or clear signals threadsafe.
11647           Make calling get-stats with an invalid fd not segfault.
11648           Fixes 368273.
11649
11650 2006-10-31  Wim Taymans  <wim@fluendo.com>
11651
11652         * gst-libs/gst/rtp/Makefile.am:
11653         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11654         (gst_base_rtp_audio_payload_init):
11655         Fix and activate base audio payloader.
11656
11657 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11658
11659         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11660         (plugin_init):
11661           Add typefinder for QuickTime Image Files (see #366156).
11662
11663 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11664
11665         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11666           Another typo fix (#366212).
11667
11668 2006-10-27  Wim Taymans  <wim@fluendo.com>
11669
11670         * gst/volume/gstvolume.c: (volume_transform_ip):
11671         Use stream time to synchronize volume property instead of rather random
11672         timestamps. This is needed when gnonlin does its time shifting.
11673
11674 2006-10-27  Wim Taymans  <wim@fluendo.com>
11675
11676         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11677
11678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11679         Remove the pad from the element in release_pad. Fixes #364812.
11680
11681 2006-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11682
11683         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11685           Explicitly create our custom buffer classes at a thread-safe
11686           location as well, since g_type_class_ref() doesn't seem to be
11687           entirely thread-safe either (#365501; also see #349410).
11688
11689 2006-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11690
11691         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11692         (gst_riff_parse_info):
11693           If strings in INFO chunk are not UTF-8, do something similar to
11694           what we do for ID3v1 tags: check a number of environment variables
11695           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11696           character sets to try, otherwise try the current locale and/or fall
11697           back on ISO-8859-1. Fixes #360552.
11698
11699 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11700
11701         * gst/videotestsrc/gstvideotestsrc.c:
11702         (gst_video_test_src_pattern_get_type),
11703         (gst_video_test_src_set_pattern):
11704         * gst/videotestsrc/gstvideotestsrc.h:
11705         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11706         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11707         (gst_video_test_src_checkers8):
11708         * gst/videotestsrc/videotestsrc.h:
11709           Add a bunch of exciting new checkers patterns.
11710
11711 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11712
11713         * gst/subparse/Makefile.am:
11714         * gst/subparse/gstsubparse.c:
11715         (gst_sub_parse_data_format_autodetect),
11716         (gst_sub_parse_format_autodetect), (handle_buffer),
11717         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11718         * gst/subparse/gstsubparse.h:
11719         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11720         (parse_tmplayer):
11721         * gst/subparse/tmplayerparse.h:
11722           Add support for TMPlayer-type subtitles (#362845).
11723
11724         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11725         (GST_START_TEST), (subparse_suite):
11726           Add some basic unit tests for the above.
11727
11728 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11729
11730         * tests/check/elements/audiorate.c: (test_injector_base_init),
11731         (test_injector_class_init), (test_injector_chain),
11732         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11733         (GST_START_TEST), (audiorate_suite):
11734           More tests for audiorate: inject buffers to check behaviour when
11735           buffers overlap.
11736
11737 2006-10-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11738
11739         * tests/check/Makefile.am:
11740         * tests/check/elements/.cvsignore:
11741         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11742         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11743           Add some basic unit tests for audiorate. Disabled at the moment
11744           since it doesn't pass yet (see bug #363119).
11745
11746 2006-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11747
11748         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11749         (parse_subrip), (handle_buffer):
11750           Add missing closing tags for markup and fix broken markup,
11751           otherwise pango won't render anything (fixes #357531). Also,
11752           make sure the text we send out is always NUL-terminated
11753           (better safe than sorry etc.).
11754
11755         * tests/check/elements/subparse.c: (test_srt_do_test),
11756         (test_srt):
11757           Some more tests for .srt incl. tests for the above stuff.
11758
11759 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11760
11761         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11763         Patch by: Stefan Kost  <ensonic@users.sf.net>
11764         Try to redraw borders only when needed. Apparently this consumes
11765         resources on small devices... :-O (#363607)
11766
11767 2006-10-20  Michael Smith  <msmith@fluendo.com>
11768
11769         * gst/tcp/gstmultifdsink.c:
11770         (gst_multi_fd_sink_client_queue_buffer):
11771           If caps change, then update the client's idea of the caps so that we
11772           don't end up re-sending streamheaders for every single buffer after
11773           the caps change.
11774
11775 2006-10-20  Michael Smith  <msmith@fluendo.com>
11776
11777         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11778         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11779           Set caps on pushed buffers; fix up refcounting of caps objects.
11780
11781 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11782
11783         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11784         (plugin_init):
11785           Typefind mmsh header data packet to application/x-mmsh (#362625).
11786
11787 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11788
11789         * tests/check/Makefile.am:
11790         * tests/check/elements/.cvsignore:
11791         * tests/check/elements/subparse.c: (buffer_from_static_string),
11792         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11793         (GST_START_TEST), (subparse_suite):
11794           Add very simple unit test for subparse.
11795
11796 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11797
11798         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11799         (parse_subrip):
11800           Strip trailing newlines from subtitle text output.
11801
11802 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11803
11804         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11805         (gst_sub_parse_change_state):
11806           Fix memleak; clear subparse->textbuf n state change function.
11807
11808 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11809
11810         * gst/subparse/gstsubparse.c:
11811         (gst_sub_parse_data_format_autodetect):
11812           Don't require subrip (.srt) files to start with a chunk number of 1.
11813
11814 2006-10-18  Wim Taymans  <wim@fluendo.com>
11815
11816         * gst-libs/gst/audio/gstbaseaudiosink.c:
11817         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11818         * gst-libs/gst/audio/gstbaseaudiosink.h:
11819         Extract rate from the NEWSEGMENT event.
11820         Use commit_full to also take rate adjustment into account when writing
11821         samples to the ringbuffer.
11822         
11823         * gst-libs/gst/audio/gstringbuffer.c:
11824         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11825         (gst_ring_buffer_read):
11826         * gst-libs/gst/audio/gstringbuffer.h:
11827         Added _commit_full() to also take rate into account.
11828         Use simple interpolation algorithm to resample audio.
11829         API: gst_ring_buffer_commit_full()
11830
11831         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11832         * tests/examples/seek/seek.c: (segment_done):
11833         Don't try to seek with 0.0 rate, just pause instead.
11834         Remove bogus debug line.
11835
11836 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11837
11838         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11839         (setup_source):
11840           Catch async errors when starting up the subtitle bin, so we can
11841           stop waiting and continue with the main film instead of hanging
11842           forever. Fixes #339366.
11843
11844         * tests/check/elements/playbin.c: (playbin_suite):
11845           Enable unit test for the above.
11846
11847 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11848
11849         * tests/check/Makefile.am:
11850         * tests/check/elements/.cvsignore:
11851         * tests/check/elements/playbin.c: (GST_START_TEST),
11852         (gst_red_video_src_uri_get_type),
11853         (gst_red_video_src_uri_get_protocols),
11854         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11855         (gst_red_video_src_uri_handler_init),
11856         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11857         (gst_red_video_src_create), (gst_red_video_src_class_init),
11858         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11859           Some small and basic unit tests for playbin; not very useful yet,
11860           but at least a start.
11861
11862 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11863
11864         * gst/playback/gstplaybin.c: (setup_sinks):
11865           The old pad activation spiel.
11866
11867 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11868
11869         * gst/playback/gstplaybasebin.c: (setup_source):
11870           Don't hang forever if the subbin already fails to start up in 
11871           the state change to PAUSED (#339366).
11872
11873 2006-10-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11874
11875         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11876         (gst_tuner_set_channel), (gst_tuner_get_channel),
11877         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11878         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11879         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11880         (gst_tuner_find_channel_by_name):
11881           Fix some function guards, add some more function guards.
11882
11883 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11884
11885         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11886         (remove_element_chain):
11887         Don't return a pad from get_our_ghost_pad unless it is actually the
11888         one we want.
11889         Change a cast in remove_element_chain slightly.
11890
11891 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11892
11893         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11894         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11895         Segment seeking needs to use the rate and set stop to -1.
11896
11897 2006-10-13  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst-libs/gst/audio/gstbaseaudiosink.c:
11900         (gst_base_audio_sink_setcaps):
11901         Don't crash when ringbuffer is not yet created.
11902         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11903         Fixes #361634.
11904
11905         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11906         * gst/playback/gststreamselector.c:
11907         (gst_stream_selector_request_new_pad):
11908         Activate pads befre adding them to running elements.
11909
11910 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11911
11912         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11913         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11914         updater when we start grabing the slider. Don't wait for the
11915         pipeline to be PAUSED.
11916
11917 2006-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11918
11919         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11920         (gst_mixer_set_volume), (gst_mixer_get_volume),
11921         (gst_mixer_set_mute), (gst_mixer_set_option),
11922         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11923         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11924         (gst_mixer_option_changed):
11925           Guard mixer interface functions against bogus arguments.
11926
11927 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11928
11929         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11930         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11931         (msg_state_changed), (main): Use state-changed messages to trigger
11932         start/stop of scale update timer. Indeed the scale slider was
11933         jumping here and there because the update timer was activated 
11934         before seek completed. This fixes instant applying of rate changes
11935         by pressing the spinbutton like a crazy man !
11936
11937 2006-10-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11938
11939         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11940
11941         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11942         (gst_basertppayload_finalize):
11943           Fix two small memory leaks (#361456).
11944
11945 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11946
11947         * tests/examples/seek/seek.c: (do_seek),
11948         (rate_spinbutton_changed_cb): When changing spinbutton we try
11949         to change the rate on the fly.
11950
11951 2006-10-10  Wim Taymans  <wim@fluendo.com>
11952
11953         * gst-libs/gst/riff/riff-ids.h:
11954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11955         (gst_riff_create_audio_template_caps):
11956         Add WMS caps.
11957
11958 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11959
11960         Patch by: Josep Torra Valles <josep@fluendo.com>
11961
11962         * ext/gnomevfs/gstgnomevfssink.c:
11963         * ext/gnomevfs/gstgnomevfssrc.c:
11964         Fix URI interface implementation return type.
11965         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11966         Fix what looks like a copy/paste issue when assigning values.
11967         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11968         (gst_audio_filter_template_get_type):
11969         Cast to prevent Forte warnings.
11970         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11971         Fix URI interface implementation return type.
11972         gst_pad_query_position requires a signed integer pointer as
11973         3rd parameter, GstClockTime is unsigned.
11974         * gst/audioconvert/audioconvert.c:
11975         Fix integer overflow when treated as signed.
11976         * gst/audioresample/resample.c: (resample_add_input_data):
11977         Cast to prevent warnings on Forte.
11978         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11979         Fix integer overflow when treated as signed.
11980         * gst/ffmpegcolorspace/imgconvert_template.h:
11981         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11982         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11983         (cleanup_decodebin):
11984         Who initialises a guint to -1!
11985         Cast function pointers to prevent warnings on Forte.
11986         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11987         (queue_threshold_reached):
11988         Cast function pointers correctly to prevent warnings on Forte.
11989         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11990         Cast function pointers correctly to prevent warnings on Forte.
11991         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11992         Obvious change to unsigned, 0xEF > max signed char.
11993         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11994         GstClockTime is unsigned, initialise correctly.
11995         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11996         Cast so pointer arithemetic doesn't cause warnings on Forte.
11997         * gst/videorate/gstvideorate.c:
11998         Use correct return value.
11999         * tests/examples/seek/scrubby.c:
12000         GstClockTime is unsigned, initialise correctly.
12001
12002 2006-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12003
12004         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12005
12006         * gst/typefind/gsttypefindfunctions.c:
12007           Recognise XML files and XML-like files shorter than 256 bytes as
12008           well (fixes #359237).
12009
12010 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12011
12012         Patch by: Renato Filho <renato.filho@indt.org.br>
12013         
12014         * gst/typefind/gsttypefindfunctions.c:
12015         Added typefind functions to video/x-nuv media.
12016         
12017 2006-10-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12018
12019         * gst-libs/gst/interfaces/xoverlay.c:
12020         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12021           Some more guards against invalid input.
12022
12023 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12024
12025         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12026         Useless goto.
12027         * tests/examples/seek/seek.c: (do_seek),
12028         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12029         seek example to experiment with rates != 1.0 (reverse playback !)
12030
12031 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12032
12033         * gst-libs/gst/interfaces/xoverlay.c:
12034           Unref message in doc-example (spotted by Robert McQueen)
12035
12036 2006-10-06  Wim Taymans  <wim@fluendo.com>
12037
12038         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12039         (mpeg1_parse_header), (mpeg1_sys_type_find):
12040         printf fix.
12041
12042 2006-10-06  Wim Taymans  <wim@fluendo.com>
12043
12044         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12045         (close_pad_link):
12046         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12047         Activate dynamic pads before adding them to the element.
12048
12049 2006-10-06  Michael Smith  <msmith@fluendo.com>
12050
12051         * gst-libs/gst/floatcast/floatcast.h:
12052           Fix obviously-bogus macros; use the correct types.
12053
12054 2006-10-06  Wim Taymans  <wim@fluendo.com>
12055
12056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12057         (gst_base_rtp_depayload_change_state):
12058         Also call parent state change function to activate pads.
12059
12060         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12061         (mpeg1_parse_header), (mpeg1_sys_type_find):
12062         Add some more debug info in mpeg typefinding.
12063
12064 2006-10-06  Michael Smith  <msmith@fluendo.com>
12065
12066         * ext/theora/theoradec.c: (theora_dec_chain):
12067           Zero byte theora packets are valid and well-defined; don't warn on
12068           them.
12069
12070 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12071
12072         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12073         (gst_multi_fd_sink_get_stats), (find_limits),
12074         (gst_multi_fd_sink_queue_buffer):
12075           API: add dropped_buffers to the get-stats GValueArray
12076
12077 2006-10-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12078
12079         * ext/alsa/gstalsadeviceprobe.c:
12080         (gst_alsa_device_property_probe_get_values):
12081         * ext/alsa/gstalsasink.c: (set_hwparams):
12082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12083         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12085         (gst_ogg_mux_process_best_pad):
12086         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12087         (gst_ogg_parse_chain):
12088         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12089         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12090         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12091         (gst_vorbis_enc_buffer_check_discontinuous):
12092         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12093         * gst-libs/gst/audio/gstbaseaudiosink.c:
12094         (gst_base_audio_sink_render):
12095         * gst-libs/gst/cdda/gstcddabasesrc.c:
12096         (gst_cdda_base_src_handle_track_seek):
12097         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12098         (gst_base_rtp_depayload_push_full):
12099         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12100         * gst/audioresample/resample.c: (resample_input_pushthrough):
12101         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12102         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12103         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12104         (wavpack_type_find):
12105         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12106         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12107         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12108         * tests/check/elements/volume.c: (GST_START_TEST):
12109           Printf format fixes.
12110
12111 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12114           Fix a simple mistake (see the docs)
12115           Fixes #359580
12116
12117 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12118
12119         * docs/plugins/Makefile.am:
12120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12122         * docs/plugins/gst-plugins-base-plugins.args:
12123         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12124         * docs/plugins/inspect/plugin-adder.xml:
12125         * docs/plugins/inspect/plugin-alsa.xml:
12126         * docs/plugins/inspect/plugin-audioconvert.xml:
12127         * docs/plugins/inspect/plugin-audiorate.xml:
12128         * docs/plugins/inspect/plugin-audioresample.xml:
12129         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12130         * docs/plugins/inspect/plugin-cdparanoia.xml:
12131         * docs/plugins/inspect/plugin-decodebin.xml:
12132         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12133         * docs/plugins/inspect/plugin-gdp.xml:
12134         * docs/plugins/inspect/plugin-gnomevfs.xml:
12135         * docs/plugins/inspect/plugin-libvisual.xml:
12136         * docs/plugins/inspect/plugin-ogg.xml:
12137         * docs/plugins/inspect/plugin-pango.xml:
12138         * docs/plugins/inspect/plugin-playbin.xml:
12139         * docs/plugins/inspect/plugin-subparse.xml:
12140         * docs/plugins/inspect/plugin-tcp.xml:
12141         * docs/plugins/inspect/plugin-theora.xml:
12142         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12143         * docs/plugins/inspect/plugin-video4linux.xml:
12144         * docs/plugins/inspect/plugin-videorate.xml:
12145         * docs/plugins/inspect/plugin-videoscale.xml:
12146         * docs/plugins/inspect/plugin-videotestsrc.xml:
12147         * docs/plugins/inspect/plugin-volume.xml:
12148         * docs/plugins/inspect/plugin-vorbis.xml:
12149         * docs/plugins/inspect/plugin-ximagesink.xml:
12150         * docs/plugins/inspect/plugin-xvimagesink.xml:
12151           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12152
12153 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12154
12155         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12156
12157         * ext/vorbis/Makefile.am:
12158         * ext/vorbis/vorbis.c: (plugin_init):
12159         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12160         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12161         * ext/vorbis/vorbisparse.h:
12162         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12163         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12164         (gst_vorbis_tag_parse_packet):
12165         * ext/vorbis/vorbistag.h:
12166           Add new vorbistag element which derives from vorbisparse
12167           and is essentially the same as well, only that it implements
12168           the GstTagSetter interface and can modify the stream's
12169           vorbiscomment on the fly (#335635).
12170
12171         * tests/check/Makefile.am:
12172         * tests/check/elements/.cvsignore:
12173         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12174         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12175         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12176         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12177           Add unit test for new vorbistag element.
12178
12179 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12180
12181         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12182         (vorbis_parse_push_headers), (vorbis_parse_chain):
12183           Set BOS flag in packet structure to fix 'jump depends
12184           on unitialized value' errors in valgrind; various minor
12185           clean-ups.
12186
12187 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12188
12189         * gst/playback/gstdecodebin.c: (close_pad_link):
12190         Fix typo in a debug statement.
12191
12192         * gst/playback/gstplaybasebin.c: (probe_triggered),
12193         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12194         (gen_source_element), (source_new_pad), (analyse_source),
12195         (setup_source):
12196         When handling no_more_pads in new_decoded_pad, make sure to treat
12197         subtitle pads correctly. Fixes playback with subtitle files.
12198
12199         Move a recurring message to LOG level.
12200
12201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12202         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12203         which ends up as -1 when cast to an int. Make the logic handle the
12204         max value as an unsigned mask and only change the colorkey when it's
12205         a value we recognise.
12206
12207 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12208
12209         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12210         Removed empty * between paragraphs
12211
12212 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12213
12214         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12215         * gst-libs/gst/rtp/README:
12216         Moved some documentation into .c file
12217
12218 2006-09-29  Wim Taymans  <wim@fluendo.com>
12219
12220         * gst/playback/gstdecodebin.c: (no_more_pads):
12221         Fix compilation.
12222
12223 2006-09-29  Wim Taymans  <wim@fluendo.com>
12224
12225         * gst/playback/gstdecodebin.c: (new_caps):
12226         Remove g_print
12227
12228         * gst/playback/gstplaybin.c:
12229         Add some docs.
12230
12231 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12232
12233         * tests/check/Makefile.am:
12234           Re-enable cddabasesrc test to see if it works again
12235           now.
12236
12237 2006-09-29  Wim Taymans  <wim@fluendo.com>
12238
12239         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12240         (gen_source_element):
12241         Handle invalid URIs a bit more gracefully.
12242
12243 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12244
12245         * tests/check/pipelines/oggmux.c:
12246           Remove obsolete comment.
12247
12248 2006-09-29  Michael Smith  <msmith@fluendo.com>
12249
12250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12251         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12252         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12253         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12254         (gst_ogg_mux_collected):
12255           Commit patch from James "Doc" Livingston, adds proper EOS handling
12256           in oggmux. GStreamer can, for the first time ever, create a valid
12257           Ogg file! Yay!
12258
12259         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12260         (oggmux_suite):
12261           Reenable tests now that they pass.
12262
12263 2006-09-29  Wim Taymans  <wim@fluendo.com>
12264
12265         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12266         Stop reading commands when EOF (we read 0) as well.
12267
12268 2006-09-28  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12271         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12272         (find_dynamic), (unlinked), (close_link):
12273         Implement delayed caps linking needed for element with a lot of
12274         different caps on the src pads that get fixed at runtime.
12275         Improve management of dynamic elements.
12276
12277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12278         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12279         (gen_preroll_element), (remove_groups), (unknown_type),
12280         (add_element_stream), (no_more_pads_full), (no_more_pads),
12281         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12282         (new_decoded_pad), (setup_subtitle), (array_has_value),
12283         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12284         (analyse_source), (remove_decoders), (make_decoder),
12285         (remove_source), (setup_source), (finish_source), (prepare_output),
12286         (gst_play_base_bin_change_state):
12287         * gst/playback/gstplaybasebin.h:
12288         Use more _CAST instead of full type checking casts.
12289         Small cleanups, plug some leaks.
12290         Handle dynamic sources.
12291         Add some helper functions to create lists of strings used for
12292         blacklisting and other stuff.
12293         Refactor some code dealing with analysing the source.
12294         Re-enable sources without pads (like cd:// or other selfcontained
12295         elements).
12296
12297 2006-09-28  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst-libs/gst/audio/gstbaseaudiosink.c:
12300         (gst_base_audio_sink_render):
12301         When we have a timestamp, we can still perform clipping.
12302         When we have no clock, we must play the sample ASAP.
12303
12304 2006-09-28  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12307         Set caps on outgoing buffers.
12308
12309         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12310         (gst_video_rate_event), (gst_video_rate_chain):
12311         * gst/videorate/gstvideorate.h:
12312         Fix videorate some more. Fixes #357977
12313
12314 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12315
12316         * tests/check/elements/adder.c: (adder_suite):
12317           Don't set timeout to 6 seconds when we're running
12318           in valgrind ... (and how is 6 seconds longer than
12319           the default anyway?)
12320
12321 2006-09-28  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12324         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12325         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12326         Keep sink and src segment to keep track of time and support more
12327         input formats.
12328         Fix bogus next_offset and run_time calculation, don't understand how
12329         this could have worked before. Fixes #357976.
12330         Remove some unneeded vars.
12331
12332 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12333
12334         * gst/playback/gstplaybin.c: (remove_sinks):
12335           Only remove visualisation from visbin if there is a visbin (or:
12336           don't throw warnings when closing totem without playing a file).
12337
12338 2006-09-27  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst-libs/gst/audio/gstbaseaudiosink.c:
12341         (gst_base_audio_sink_render):
12342         Add some more info in a WARNING.
12343
12344         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12345         (gst_base_audio_src_create):
12346         Handle PAUSE in create function, use new -core addition to
12347         wait for playing. Fixes pausing and resuming capture from an
12348         audiosrc.
12349
12350         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12351         (gst_ring_buffer_read):
12352         Constify some more.
12353         Caller supports interrupted reads now.
12354
12355 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12356
12357         * tests/check/Makefile.am:
12358           Another attempt to make the gen64 buildbot happy.
12359
12360 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12361
12362         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12363
12364         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12365         (gst_visual_chain), (gst_visual_change_state):
12366           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12367           correctly. Fixes #357800
12368
12369 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12370
12371         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12372           Add timeout to _get_state() so we see which pipeline it is
12373           that causes trouble on the gen64 build bot.
12374
12375 2006-09-27  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12378         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12379         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12380         (gst_base_rtp_depayload_set_gst_timestamp):
12381         the source pad always uses fixed caps.
12382
12383 2006-09-27  Wim Taymans  <wim@fluendo.com>
12384
12385         * docs/libs/gst-plugins-base-libs-docs.sgml:
12386         * docs/libs/gst-plugins-base-libs-sections.txt:
12387         * gst-libs/gst/audio/gstaudioclock.c:
12388         * gst-libs/gst/audio/gstaudioclock.h:
12389         * gst-libs/gst/audio/gstaudiosink.c:
12390         * gst-libs/gst/audio/gstaudiosink.h:
12391         * gst-libs/gst/audio/gstaudiosrc.c:
12392         * gst-libs/gst/audio/gstbaseaudiosink.c:
12393         (gst_base_audio_sink_render):
12394         * gst-libs/gst/audio/gstbaseaudiosink.h:
12395         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12396         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12397         * gst-libs/gst/audio/gstringbuffer.h:
12398         Added docs for the audio libs.
12399
12400 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12401
12402         * tests/check/Makefile.am:
12403           Temporarily disable test that fails on the bots for unknown reasons.
12404
12405 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12406
12407         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12408         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12409         Moved AudioCodecType into priv
12410         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12411
12412 2006-09-25  Wim Taymans  <wim@fluendo.com>
12413
12414         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12415         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12416         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12417         (new_pad):
12418         Cleanups and small leak fixes.
12419         Added Depayloaders to valid list of autopluggable elements.
12420
12421 2006-09-25  Wim Taymans  <wim@fluendo.com>
12422
12423         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12424         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12425         (gen_video_element), (gen_text_element), (gen_audio_element),
12426         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12427         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12428         Detect NO_PREROLL state change returns and disable clock distribution to
12429         the sinks so that sync is disabled.
12430         Avoid some type checking and do simple casts instead.
12431         Small cleanups, fix some FIXMEs.
12432         Be more robust when linking user specified elements, catch an report
12433         errors. Fixes #357404.
12434         Fix some leaks in the error paths.
12435
12436 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12437
12438         * ChangeLog:
12439           ChangeLog surgery for missing bug-number
12440
12441 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12442
12443         Patch by: Peter Kjellerstedt  <pkj at axis com>
12444
12445         * gst/playback/test.c:
12446           Fix compilation with uClibc and -Werror (#357591).
12447
12448 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12449
12450         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12451           Parse dates that are followed by a time as well (#357532).
12452
12453         * tests/check/libs/tag.c: (test_vorbis_tags):
12454           Add unit test for this.
12455
12456 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12457
12458         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12459         (gst_audio_convert_transform_caps):
12460         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12461         * gst/videotestsrc/videotestsrc.h:
12462           A few array const-ifications.
12463
12464 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12465
12466         * tests/check/Makefile.am:
12467           See if this makes the build bots happy.
12468
12469         * tests/check/libs/cddabasesrc.c:
12470           UTF8-ise my name.
12471
12472 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12473
12474         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12475
12476         * gst/subparse/samiparse.c: (handle_start_font),
12477         (fix_invalid_entities):
12478           More case-insensitivity for certain tags; recognise entities with
12479           decimal codes as special entities as well (#357330).
12480
12481 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12482
12483         * gst-libs/gst/Makefile.am:
12484           Need to build tag directory before cdda.
12485
12486 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12487
12488         * docs/libs/gst-plugins-base-libs-sections.txt:
12489         * gst-libs/gst/cdda/Makefile.am:
12490         * gst-libs/gst/cdda/gstcddabasesrc.c:
12491         (gst_cdda_base_src_base_init):
12492         * gst-libs/gst/cdda/gstcddabasesrc.h:
12493         * gst-libs/gst/tag/tag.h:
12494         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12495         (gst_tag_register_musicbrainz_tags):
12496           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12497           depend on libgsttag. This is required so we can extract/read tags like
12498           DISCID without depending on libgstcddabasesrc (which used to register
12499           them).
12500
12501         * gst-libs/gst/tag/gstvorbistag.c:
12502           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12503           tags (also see #347848).
12504
12505         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12506           Log vorbis comments we are actually writing. Const-ify array.
12507
12508 2006-09-23  Wim Taymans  <wim@fluendo.com>
12509
12510         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12511         Improve buffering a bit by avoiding a deadlock because we cannot assume
12512         the underrun is always called.
12513
12514 2006-09-23  Wim Taymans  <wim@fluendo.com>
12515
12516         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12517
12518         * gst-libs/gst/riff/riff-ids.h:
12519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12520         (gst_riff_create_audio_template_caps):
12521         Added MPEG-4 AAC and id and caps. Fixes #357289
12522         Added WMA9 Lossless id.
12523
12524 2006-09-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12525
12526         * ext/gnomevfs/gstgnomevfssrc.c:
12527           Fix misleading docs addition.
12528
12529         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12530           Get rid of compiler warning the right way.
12531
12532 2006-09-22  Wim Taymans  <wim@fluendo.com>
12533
12534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12535         (gst_base_rtp_depayload_finalize),
12536         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12537         (gst_base_rtp_depayload_push_full),
12538         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12539         (gst_base_rtp_depayload_process),
12540         (gst_base_rtp_depayload_set_gst_timestamp),
12541         (gst_base_rtp_depayload_queue_release):
12542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12543         Small cleanups.
12544         Fix some leaks.
12545         Refactored the process method and added methods to push from the process
12546         vmethod.
12547         Use _scale functions.
12548         API: gst_base_rtp_depayload_push_ts
12549         API: gst_base_rtp_depayload_push
12550
12551         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12552         timestamps are uint.
12553
12554 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12555
12556         * gst-libs/gst/interfaces/xoverlay.c:
12557           Remove unused statement from doc example.
12558
12559 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12560
12561         * gst-libs/gst/interfaces/videoorientation.c:
12562         (gst_video_orientation_iface_init),
12563         (gst_video_orientation_get_hflip),
12564         (gst_video_orientation_get_vflip),
12565         (gst_video_orientation_get_hcenter),
12566         (gst_video_orientation_get_vcenter),
12567         (gst_video_orientation_set_hflip),
12568         (gst_video_orientation_set_vflip),
12569         (gst_video_orientation_set_hcenter),
12570         (gst_video_orientation_set_vcenter):
12571           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12572           in ChangeLog)
12573
12574 2006-09-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12575
12576         * tests/check/Makefile.am:
12577         * tests/check/elements/.cvsignore:
12578         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12579         (create_rgb_conversions), (rgb_conversion_free),
12580         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12581         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12582           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12583           but disable for now since it doesn't pass (something wrong with
12584           RGBA somewhere).
12585
12586 2006-09-21  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/playback/gstplaybasebin.c: (group_commit),
12589         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12590         (queue_out_of_data), (gen_preroll_element),
12591         (preroll_remove_overrun), (probe_triggered):
12592         Refactor handling of overrun detection.
12593         Separate handling of group completion and deadlock detection when doing
12594         network buffering. This should fix some deadlocks that were not detected
12595         because the group was completed.
12596         Add more comments, improve debugging.
12597
12598 2006-09-21  Wim Taymans  <wim@fluendo.com>
12599
12600         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12601         * tests/check/libs/audio.c:
12602         Some more compilation fixes.
12603
12604 2006-09-21  Wim Taymans  <wim@fluendo.com>
12605
12606         * gst-libs/gst/audio/gstringbuffer.c:
12607         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12608         (gst_ring_buffer_read):
12609         Early morning compilation fix.
12610
12611 2006-09-20  Wim Taymans  <wim@fluendo.com>
12612
12613         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12614         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12615         * tests/check/elements/videorate.c: (GST_START_TEST):
12616         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12617         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12618         Fix some warnings.
12619
12620 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12621
12622         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12623         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12624         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12625           Handcrafted merge to help CVS understanding what I changed and what
12626           not.
12627
12628 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12629
12630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12631         (gst_xvimagesink_get_times):
12632           change colorkey behaviour back according to #354773 comment 6/7
12633
12634 2006-09-19  Michael Smith  <msmith@fluendo.com>
12635
12636         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12637         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12638         (gst_multi_fd_sink_recover_client),
12639         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12640         (gst_multi_fd_sink_get_property):
12641         * gst/tcp/gstmultifdsink.h:
12642           Implement stubbed out properties unit-type, units-soft-max,
12643           units-max, to allow specifying maximum sizes in units other than
12644           buffers.
12645           Fixes #355935
12646
12647 2006-09-19  Wim Taymans  <wim@fluendo.com>
12648
12649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12650         (gst_riff_create_audio_template_caps):
12651         Reorder the audio formats a bit for clarity.
12652         Detect and create caps for MSGSM and MSN (WAV49).
12653         Fixes #356596.
12654
12655         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12656         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12657         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12658         Small cleanups, move error handling out of normal flow for clarity.
12659
12660 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12661
12662         * docs/libs/gst-plugins-base-libs-docs.sgml:
12663         * docs/libs/gst-plugins-base-libs.types:
12664         * gst-libs/gst/interfaces/Makefile.am:
12665         * gst-libs/gst/interfaces/videoorientation.c:
12666         (gst_video_orientation_get_type),
12667         (gst_video_orientation_iface_init),
12668         (gst_video_orientation_get_hflip),
12669         (gst_video_orientation_get_vflip),
12670         (gst_video_orientation_get_hcenter),
12671         (gst_video_orientation_get_vcenter),
12672         (gst_video_orientation_set_hflip),
12673         (gst_video_orientation_set_vflip),
12674         (gst_video_orientation_set_hcenter),
12675         (gst_video_orientation_set_vcenter):
12676         * gst-libs/gst/interfaces/videoorientation.h:
12677           API: Add new interface to control video orientation (fixes #354908)
12678
12679 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12680
12681         * gst/videotestsrc/gstvideotestsrc.c:
12682           Use G_UNLIKELY in _create and log one more detail.
12683           
12684         (gst_video_test_src_get_times), (gst_video_test_src_create):
12685         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12686           Use gst_util_uint64_scale_int in _get_times().
12687
12688 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12689
12690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12691           Give better warning message (add object and detail).
12692
12693 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12694
12695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12696         (gst_xvimagesink_get_times):
12697           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12698           #354773), use gst_util_uint64_scale_int in _get_times()
12699
12700 2006-09-18  Michael Smith  <msmith@fluendo.com>
12701
12702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12703           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12704           always true, leading to dropping all timestamps.
12705
12706 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12707
12708         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12709         (gst_visual_chain), (gst_visual_change_state):
12710           update to work also with libvisual 0.4 API, fix double unref (#355914)
12711           
12712         * tools/gst-launch-ext.1.in:
12713         * tools/gst-visualise.1.in:
12714           remove references to old man-pages
12715
12716         * tests/examples/seek/seek.c: (main):
12717           add real meadi-buttons, add tool-tips for the seek-options, arrange
12718           seek options in a table
12719
12720 2006-09-18  Michael Smith  <msmith@fluendo.com>
12721
12722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12723         (gst_ogg_mux_push_buffer):
12724           Don't generate out-of-order timestamps from oggmux, instead clamp
12725           output timestamps to be >= the previously output ts.
12726           Fixes #355595
12727
12728 2006-09-18  Michael Smith  <msmith@fluendo.com>
12729
12730         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12731         (gst_multi_fd_sink_class_init):
12732           Updates, fixes, and typo corrections for multifdsink. No functional
12733           changes.
12734
12735 2006-09-17  Michael Smith  <msmith@fluendo.com>
12736
12737         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12738           Don't crash on truncated files - check that we got an 8 byte buffer
12739           before trying to memcmp it.
12740
12741 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12742
12743         * gst/playback/gstplaybasebin.c: (get_active_source):
12744           Make stream-switching appear instant to the application
12745           (ie. make sure that a g_object_get on 'current-foo' returns
12746           the stream previously set with g_object_set(). Totem needs
12747           this to update stream-related meta-info (like audio-codec)
12748           correctly when switching streams.
12749
12750 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12751
12752         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12753         (gst_alsa_mixer_ensure_track_list):
12754           Try harder to guess which mixer track is the master mixer
12755           track (instead of just taking the first one that has a pvolume).
12756           Fixes #342228.
12757
12758 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12759
12760         reviewed by: <delete if not using a buddy>
12761
12762         * gst-libs/gst/audio/audio.h:
12763         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12764
12765 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12766
12767         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12768         (gst_audio_convert_transform_caps):
12769           Get structure-name just once.
12770
12771 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12772
12773         * tests/check/elements/audioresample.c: (GST_START_TEST):
12774         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12775         * tests/check/elements/volume.c: (GST_START_TEST):
12776         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12777         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12778         (test_pipeline), (GST_START_TEST):
12779         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12780         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12781           Fix big batch of compiler warnings.
12782
12783 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12784
12785         * ext/gnomevfs/gstgnomevfssrc.c:
12786           Add docs about icydemux usage in connection with gnomevfssrc
12787
12788         * ext/libvisual/visual.c:
12789         * ext/ogg/gstoggaviparse.c:
12790         * ext/ogg/gstoggdemux.c:
12791         * ext/ogg/gstoggmux.c:
12792         * ext/ogg/gstoggparse.c:
12793         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12794         * gst-libs/gst/audio/gstaudiosink.c:
12795         * gst-libs/gst/audio/gstaudiosrc.c:
12796         * gst/audiorate/gstaudiorate.c:
12797           More G_OBJECT macro fixing.
12798
12799         * gst/audiotestsrc/gstaudiotestsrc.h:
12800           Fix wrong info in header due to copy & paste
12801
12802 2006-09-15  Wim Taymans  <wim@fluendo.com>
12803
12804         * gst-libs/gst/audio/gstbaseaudiosink.c:
12805         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12807         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12808         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12809         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12810         Do the delay calculation in the source/sink base classes as this is
12811         specific for the capture/playback mode.
12812         Try to fixate a bit better, like round depth up to a multiple of 8
12813         bigger than width.
12814         Handle underruns correctly by marking DISCONT on buffers and adjusting
12815         timestamps to handle the gap.
12816         Set offset/offset_end correctly on buffers.
12817
12818         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12819         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12820         (gst_ring_buffer_read):
12821         Remove resync and underrun recovery from the ringbuffer.
12822         Fix ringbuffer read code on under/overrun.
12823
12824 2006-09-15  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12827         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12828         (queue_threshold_reached), (gst_play_base_bin_set_property),
12829         (gst_play_base_bin_get_property):
12830         * gst/playback/gstplaybasebin.h:
12831         Don't use a 0 low watermark when buffering, it is catching starvation
12832         way too late. Instead, use a 3 second queue with 30 and 95
12833         percent low/high watermarks. 
12834         Added queue-min-threshold property to configure low watermark.
12835         Use new _buffering message API.
12836         Make queue_threshold variable big enough to store a uint64 time value.
12837         API: playbin::queue-min-threshold property.
12838
12839 2006-09-15  Wim Taymans  <wim@fluendo.com>
12840
12841         * configure.ac:
12842         We require 0.10.10.1 now because of _wait_preroll().
12843
12844         * gst-libs/gst/audio/gstbaseaudiosink.c:
12845         (gst_base_audio_sink_render):
12846         Use gst_base_sink_wait_preroll().
12847
12848 2006-09-15  Wim Taymans  <wim@fluendo.com>
12849
12850         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12851         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12852         Use DEBUG_OBJECT more.
12853
12854 === release 0.10.10 ===
12855
12856 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12857
12858         patch by: Michael Smith <msmith at fluendo dot com>
12859
12860         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12861         (gst_multi_fd_sink_client_queue_buffer),
12862         (gst_multi_fd_sink_new_client):
12863         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12864         (multifdsink_suite):
12865           Fix implementation of sync-method 'next-keyframe'
12866           Closes #354594
12867
12868 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12869
12870         patch by: Wim Taymans <wim at fluendo dot com>
12871
12872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12873         This patch removes the RANDOM flag that was incorrectly introduced with
12874         revision 1.91.  Fixes #354590
12875
12876 2006-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12877
12878         * tests/check/Makefile.am:
12879           Random variation in Makefile line to see if it makes the
12880           gen64-base-full bot any happier.
12881
12882 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12883
12884         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12885           Disable test that fails at the moment (killed after timeout).
12886
12887 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12888
12889         Patch by: James Livingston  <doclivingston at gmail.com>
12890
12891         * tests/check/Makefile.am:
12892         * tests/check/pipelines/.cvsignore:
12893         * tests/check/pipelines/oggmux.c: (get_page_codec),
12894         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12895         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12896         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12897         (test_theora_vorbis), (oggmux_suite):
12898           Add simple unit test for oggmux from #337026 with checking for the
12899           EOS flags disabled for the time being.
12900
12901 2006-09-04  Wim Taymans  <wim@fluendo.com>
12902
12903         patch by: Alessandro Dessina <alessandro nnva org>
12904
12905         * ext/ogg/gstoggmux.c:
12906         Add cmml caps to oggmux. Fixes #353912
12907
12908 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12909
12910         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12911           Returning a return value often helps. In this case, we
12912           don't need the return value anyway, so just get rid of it.
12913           Should make build bots much happier.
12914
12915 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12916
12917         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12918         (paint_get_structure), (gst_video_test_src_get_size),
12919         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12920         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12921         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12922         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12923         * gst/videotestsrc/videotestsrc.h:
12924           Add support for AYUV and the various RGBA formats. Initialise
12925           fields of paintinfo structs allocated on the stack.
12926
12927         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12928         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12929         (check_rgb_buf), (videotestsrc_suite):
12930           Add unit tests for videotestsrc's RGB output.
12931
12932 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12933
12934         * gst/videotestsrc/gstvideotestsrc.c:
12935         (gst_video_test_src_pattern_get_type),
12936         (gst_video_test_src_set_pattern):
12937         * gst/videotestsrc/gstvideotestsrc.h:
12938         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12939         (gst_video_test_src_black), (gst_video_test_src_white),
12940         (gst_video_test_src_red), (gst_video_test_src_green),
12941         (gst_video_test_src_blue):
12942         * gst/videotestsrc/videotestsrc.h:
12943           Add more uni-colour patterns ("white", "red", "green", and "blue").
12944
12945 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12946
12947         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12948           Fix stride for YVYU, should be word-aligned (#353658).
12949
12950 2006-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12951
12952         * gst/adder/gstadder.c: (gst_adder_src_event):
12953           Fix build.
12954
12955 2006-08-31  Edward Hervey  <edward@fluendo.com>
12956
12957         * gst/adder/gstadder.c: (forward_event_func),
12958         (gst_adder_src_event), (gst_adder_collected),
12959         (gst_adder_change_state):
12960         * gst/adder/gstadder.h:
12961         Remember the start position asked in the incoming seeks, so we can
12962         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12963         of assuming it will always be 0).
12964
12965 2006-08-31  Edward Hervey  <edward@fluendo.com>
12966
12967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12968         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12969         (gst_ogg_demux_loop):
12970         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12971
12972 2006-08-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12973
12974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12975         (gst_ffmpegcsp_get_unit_size):
12976           Return FALSE instead of returning a random false unit
12977           size when the format isn't known/supported (even if
12978           this shouldn't happen under normal circumstances).
12979
12980 2006-08-29  Wim Taymans  <wim@fluendo.com>
12981
12982         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12983
12984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12985         (gst_gnome_vfs_src_start):
12986         Try harder to get the size from a uri by using _info_uri() when
12987         _info_from_handle() does not give us enough info. 
12988         Also follow symlinks when getting the size.
12989         Partially Fixes #332864.
12990
12991 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12992
12993         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12994
12995         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12996         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12997         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12998         (gst_alsa_mixer_set_record):
12999         * ext/alsa/gstalsamixertrack.c:
13000         (gst_alsa_mixer_track_update_alsa_capabilities),
13001         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13002         (gst_alsa_mixer_track_update):
13003         * ext/alsa/gstalsamixertrack.h:
13004           Improve and fix mixer track handling, in particular better handling
13005           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13006           separate track objects for tracks that have both capture and playback
13007           volume (and label them differently as well so they're not mistakenly
13008           assumed to be duplicates); classify mixer tracks that only affect
13009           the audible volume of something (rather than the capture volume)
13010           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13011           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13012           (following the meaning documented in the mixer interface header
13013           file); add support for alsa's exclusive cswitch groups; update/sync
13014           state/flags better if mixer settings are changed by another
13015           application. Fixes #336075.
13016
13017 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13018
13019         * gst/playback/gstplaybin.c:
13020           Improve docs: add section about BUFFERING messages sent by playbin.
13021
13022 2006-08-29  Michael Smith  <msmith@fluendo.com>
13023
13024         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13025         (gst_vorbis_enc_buffer_check_discontinuous),
13026         (gst_vorbis_enc_chain):
13027           Ignore explicit DISCONT marked on buffers (which is often spurious,
13028           particularly when using multiple segments), in favour of solely
13029           using the timestamps/durations.
13030
13031 2006-08-29  Edward Hervey  <edward@fluendo.com>
13032
13033         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13034         Don't rely on incoming buffers offset anymore, since it is completely
13035         broken when using multiple segments.
13036         Instead convert the incoming buffers timestamp to running time, and
13037         then convert that value to the offsets.
13038         Also inform GstSegment of the last outputted stop position, which is
13039         needed if we received several segments with an unknown stop value.
13040
13041 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13042
13043         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13044           fix buffer unreffing on a header push failure
13045
13046 2006-08-28  Wim Taymans  <wim@fluendo.com>
13047
13048         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13049         (gst_audio_rate_chain):
13050         Make the metadata of the buffer writable before changing its
13051         flags.
13052
13053 2006-08-28  Wim Taymans  <wim@fluendo.com>
13054
13055         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13056         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13057         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13058         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13059         Fix audiorate some more.
13060         Reset and resync counters on flush and READY.
13061         Handle the DISCONT flag correctly.
13062         Use GstSegment to track position.
13063         Fail when not negotiated.
13064         Fixes #353234.
13065
13066 2006-08-25  Michael Smith  <msmith@fluendo.com>
13067
13068         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13069           Fix spelling.
13070           Remove accidently included debug line.
13071
13072 2006-08-25  Wim Taymans  <wim@fluendo.com>
13073
13074         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13075         Small cleanups.
13076         If a buffer is received with no caps, make the buffer metadata
13077         writable and set the caps, making sure that we don't screw up the
13078         refcounts.
13079
13080 2006-08-25  Michael Smith  <msmith@fluendo.com>
13081
13082         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13083         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13084           Fix memory leaks and misleading debug messages, add a couple of
13085           comments.
13086
13087         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13088         (gst_multi_fd_sink_render):
13089           Do not use gst_buffer_make_writable() in a basesink render method,
13090           as it may incorrectly unref the buffer. Instead, use convoluted
13091           dance to avoid copying the buffer except when we need to.
13092
13093 2006-08-25  Michael Smith  <msmith@fluendo.com>
13094
13095         * ext/vorbis/vorbisenc.c:
13096         (gst_vorbis_enc_buffer_check_discontinuous):
13097           Allow very small discontinuities in the timestamps. These we can't
13098           do anything useful with anyway (because vorbis's timestamps have
13099           only sample granularity), and are commonly produced by elements with
13100           minor bugs. Allow up to 1/2 a sample out.
13101           Fixes #351742.
13102
13103 2006-08-24  Wim Taymans  <wim@fluendo.com>
13104
13105         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13106         (play_scrub_toggle_cb), (main):
13107         Add a checkbox to enable play scrubbing. Makes it possible to disable
13108         normal scrubbing.
13109
13110 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13111
13112         * tests/check/elements/.cvsignore:
13113           make buildbot happy
13114
13115 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13116
13117         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13118         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13119         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13120         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13121         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13122         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13123         (gst_ogm_text_parse_strip_trailing_zeroes),
13124         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13125         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13126           Refactor ogm parse, do better input checking, misc. clean-ups.
13127           Cache incoming events and push them once the source pad has
13128           been created. Don't pass unterminated strings to sscanf().
13129           Strip trailing zeroes from subtitle text output, since they
13130           are not valid UTF-8. Don't push vorbiscomment packets on
13131           the subtitle text pad. Output perfect streams if possible.
13132
13133 2006-08-23  Wim Taymans  <wim@fluendo.com>
13134
13135         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13136         Waits for tasks to settle down so that we clean up correctly for 
13137         valgrind.
13138
13139 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13140
13141         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13142           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13143           actually return return value in taglists_are_equal.
13144
13145 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13146
13147         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13148           Fix crash due to broken bitstream parsing on x86-64: can't make
13149           any assumptions about sizeof(struct) due to alignment/packing
13150           differences on different architectures. Fixes #351790.
13151
13152 2006-08-22  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13155         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13156         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13157         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13158         (gst_riff_parse_info):
13159         Protect public functions against bad input.
13160         Do some cleanups.
13161         Fix documentation.
13162
13163 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13164
13165         * gst-libs/gst/riff/riff-ids.h:
13166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13167           Add voxware audio IDs (even if we can't play it) (#351795).
13168
13169 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13170
13171         * gst-libs/gst/riff/riff-media.c:
13172         (gst_riff_create_video_template_caps),
13173         (gst_riff_create_audio_template_caps),
13174         (gst_riff_create_iavs_template_caps):
13175           Const-ify some arrays and use G_N_ELEMENTS instead
13176           of wasting oodles of RAM on terminator bits.
13177
13178 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13179
13180         * gst-libs/gst/tag/gstvorbistag.c:
13181         (gst_tag_list_to_vorbiscomment_buffer):
13182         * tests/check/libs/tag.c: (GST_START_TEST):
13183           And the same for _to_vorbiscomment_buffer(): allow
13184           id_data_len == 0 for speex.
13185
13186 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13187
13188         * configure.ac:
13189         * docs/plugins/Makefile.am:
13190         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13191         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13192         * docs/plugins/inspect/plugin-gdp.xml:
13193         * gst/gdp/Makefile.am:
13194         * tests/check/Makefile.am:
13195           Move GDP plugin to -base from -bad.  Closes #347783.
13196
13197 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13198
13199         * gst-libs/gst/tag/gstvorbistag.c:
13200         (gst_tag_list_from_vorbiscomment_buffer):
13201           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13202           Also add some checks to make sure we don't memcmp() beyond the end of
13203           vorbiscomment buffer if the ID to check for is larger than the buffer.
13204
13205         * tests/check/libs/tag.c: (GST_START_TEST):
13206           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13207
13208 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13209
13210         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13211         (gst_vorbis_enc_set_metadata):
13212           Use vorbis comment utility functions from libgsttag
13213           instead of re-inventing the wheel (partially fixes #347091).
13214
13215 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13216
13217         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13218         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13219         as some that won't.
13220
13221 2006-08-21  Wim Taymans  <wim@fluendo.com>
13222
13223         * docs/libs/Makefile.am:
13224         * docs/libs/gst-plugins-base-libs-sections.txt:
13225         * docs/libs/gst-plugins-base-libs.types:
13226         Don't try to GObject scan the netbuffer as it's not a GObject.
13227         Fixes #351308.
13228
13229         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13230         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13231         Document GstNetBuffer.
13232
13233 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13234
13235         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13236         (audioconvert_suite):
13237           Add testcase for caps-size-explosion
13238
13239 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13240
13241         * gst/audioconvert/gstaudioconvert.c:
13242         (gst_audio_convert_get_unit_size), (set_structure_widths):
13243           Lower debug, use g_assert in _get_unit_size
13244
13245         * gst/audioresample/gstaudioresample.c:
13246         (audioresample_get_unit_size):
13247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13248         (gst_ffmpegcsp_get_unit_size):
13249         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13250           use g_assert in _get_unit_size
13251
13252 2006-08-18  Wim Taymans  <wim@fluendo.com>
13253
13254         * docs/libs/gst-plugins-base-libs-sections.txt:
13255         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13256         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13257         (gst_rtp_buffer_get_payload_buffer):
13258         * gst-libs/gst/rtp/gstrtpbuffer.h:
13259         Document GstRTPBuffer.
13260         Added function to efficiently strip payload headers.
13261         API: gst_rtp_buffer_get_payload_subbuffer()
13262
13263 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13264
13265         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13266         (gst_tag_to_vorbis_comments):
13267           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13268           tags and deserialise them properly as well (#347091).
13269           Add some more gtk-doc blurbs and also some g_return_if_fail().
13270
13271         * tests/check/libs/tag.c: (GST_START_TEST),
13272         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13273           More tests.
13274
13275 2006-08-17  Wim Taymans  <wim@fluendo.com>
13276
13277         * ext/ogg/Makefile.am:
13278         * ext/ogg/gstogg.c: (plugin_init):
13279         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13280         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13281         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13282         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13283         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13284         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13285         Added ogg-in-avi parser element. Fixes #140139.
13286
13287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13288         Fixed a bug in oggdemux debug code.
13289
13290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13291         (gst_riff_create_audio_template_caps):
13292         Recognise Ogg in the AVI extensible wave format.
13293
13294 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13295
13296         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13297           Make buffer durations add up (duration should be next_ts-ts for
13298           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13299           from CVS.
13300
13301         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13302         (test_buffer_timestamps), (cddabasesrc_suite):
13303           Add unit test for the above.
13304
13305         * tests/check/Makefile.am:
13306           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13307           to see what happens.
13308
13309 2006-08-16  Wim Taymans  <wim@fluendo.com>
13310
13311         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13312         (gst_alsasink_open):
13313         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13314         (gst_alsasrc_open):
13315         Avoid setting and using a NULL device name.
13316         Print more info when we fail to open a device.
13317
13318 2006-08-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13319
13320         * docs/libs/gst-plugins-base-libs-sections.txt:
13321         * gst-libs/gst/tag/tag.h:
13322         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13323           API: add gst_tag_parse_extended_comment() (#351426).
13324
13325         * tests/check/Makefile.am:
13326         * tests/check/libs/.cvsignore:
13327         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13328           Add unit test for gst_tag_parse_extended_comment().
13329
13330 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13331
13332         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13334           Fix leak (#351502).
13335
13336 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13337
13338         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13339         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13340         * docs/plugins/gst-plugins-base-plugins.args:
13341         * gst/playback/gstplaybin.c:
13342           Document playbin.
13343           
13344         * docs/plugins/inspect/plugin-adder.xml:
13345         * docs/plugins/inspect/plugin-alsa.xml:
13346         * docs/plugins/inspect/plugin-audioconvert.xml:
13347         * docs/plugins/inspect/plugin-audiorate.xml:
13348         * docs/plugins/inspect/plugin-audioresample.xml:
13349         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13350         * docs/plugins/inspect/plugin-cdparanoia.xml:
13351         * docs/plugins/inspect/plugin-decodebin.xml:
13352         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13353         * docs/plugins/inspect/plugin-gnomevfs.xml:
13354         * docs/plugins/inspect/plugin-ogg.xml:
13355         * docs/plugins/inspect/plugin-pango.xml:
13356         * docs/plugins/inspect/plugin-playbin.xml:
13357         * docs/plugins/inspect/plugin-subparse.xml:
13358         * docs/plugins/inspect/plugin-tcp.xml:
13359         * docs/plugins/inspect/plugin-theora.xml:
13360         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13361         * docs/plugins/inspect/plugin-video4linux.xml:
13362         * docs/plugins/inspect/plugin-videorate.xml:
13363         * docs/plugins/inspect/plugin-videoscale.xml:
13364         * docs/plugins/inspect/plugin-videotestsrc.xml:
13365         * docs/plugins/inspect/plugin-volume.xml:
13366         * docs/plugins/inspect/plugin-vorbis.xml:
13367         * docs/plugins/inspect/plugin-ximagesink.xml:
13368         * docs/plugins/inspect/plugin-xvimagesink.xml:
13369           Update to CVS version.
13370
13371 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13372
13373         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13374         (gst_play_bin_set_property), (gst_play_bin_get_property),
13375         (value_list_append_structure_list),
13376         (gst_play_bin_handle_redirect_message),
13377         (gst_play_bin_handle_message):
13378           API: GstPlayBin::connection-speed
13379           Add "connection-speed" property; re-order redirect messages with
13380           multiple redirect locations depending on the minimum bitrate if
13381           that information is available and a connection speed is set
13382           (#350399).
13383
13384 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13385
13386         * gst/playback/gstplaybin.c:
13387           Update max volume to the same value that the volume element uses.
13388
13389 2006-08-14  Wim Taymans  <wim@fluendo.com>
13390
13391         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13392         Less uglyness..
13393
13394 2006-08-14  Wim Taymans  <wim@fluendo.com>
13395
13396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13397         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13398         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13399         Add some more debug info.
13400         Don't crash when a seek failed.
13401         Actually return the result of the seek instead of TRUE.
13402         Ignore multiple BOS pages with the same serial so that we don't create
13403         the same stream multiple times.
13404         Post an error when we fail to do the initial seek.
13405
13406 2006-08-13  Wim Taymans  <wim@fluendo.com>
13407
13408         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13409         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13410         Small code cleanup.
13411
13412         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13413         (gst_alsa_mixer_new):
13414         Remove hack that always set the device to hw:0*.
13415         Properly find the card name for whatever device was configured.
13416         Do some better debugging.
13417         Fixes #350784.
13418
13419         * ext/alsa/gstalsamixerelement.c:
13420         (gst_alsa_mixer_element_set_property),
13421         (gst_alsa_mixer_element_change_state):
13422         Cleanups.
13423         Handle setting of a NULL device name better.
13424
13425 2006-08-11  Wim Taymans  <wim@fluendo.com>
13426
13427         * gst/adder/gstadder.c:
13428         Don't clip float values. Fixes #350900.
13429
13430 2006-08-11  Andy Wingo  <wingo@pobox.com>
13431
13432         * gst/tcp/gsttcp.c: Really fix the build?
13433
13434         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13435         fixes the build.
13436
13437 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13438
13439         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13440           Float caps shouldn't have a "signed" field.
13441
13442 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13443
13444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13445           Implement SEEKING query in its most basic form, so that we can
13446           at least check if we're seekable or not (#350655).
13447
13448 2006-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13449
13450         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13451           The checks here are not even close to anything that would
13452           justify MAXIMUM probability, lowering to POSSIBLE until someone
13453           fixes the checks (case at hand: quicktime redirection files
13454           might start with 00 00 01 XX and pass the checks here just
13455           fine, see #350399).
13456
13457 2006-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13458
13459         Patch by: Sjoerd Simons  <sjoerd at luon net>
13460
13461         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13462           Better detection for multipart/x-mixed-replace: accept leading
13463           whitespaces before the boundary marker as well (as our very own
13464           multipartmux used to produce) (#349068).
13465
13466 2006-08-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13467
13468         Patch by: Young-Ho Cha  <ganadist at chollian net>
13469
13470         * gst-libs/gst/riff/riff-ids.h:
13471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13472         (gst_riff_create_audio_template_caps):
13473           Detect DTS audio streams (#350157).
13474
13475 2006-08-05  Andy Wingo  <wingo@pobox.com>
13476
13477         * ext/theora/gsttheoraparse.h:
13478         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13479         (theora_parse_dispose, theora_parse_set_property)
13480         (theora_parse_get_property, theora_parse_munge_granulepos)
13481         (theora_parse_push_buffer, theora_parse_change_state):
13482         API: GstTheoraParse::synchronization-points
13483         Add a property 'synchronization-points' to fix badly synchronized oggs.
13484
13485 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13486
13487         * tests/check/Makefile.am:
13488         * tests/check/libs/.cvsignore:
13489         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13490         (fixed_caps_have_channel_positions), (GST_START_TEST),
13491         (audio_suite), (main):
13492           Add a few tests for the channel position stuff in libgstaudio.
13493
13494 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13495
13496         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13497         (gst_alsa_detect_channels):
13498         * ext/alsa/gstalsasink.c:
13499           Add support for cards that (only) do more than 8 channels,
13500           like the Delta 44 (#345188).
13501
13502         * gst-libs/gst/audio/multichannel.c:
13503         (gst_audio_check_channel_positions):
13504         * gst-libs/gst/audio/multichannel.h:
13505           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13506           unspecified channel position and cannot be combined with any
13507           of the other audio channel positions; adjust position layout
13508           checks accordingly (#345188).
13509
13510 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13511
13512         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13513           Recognise ancient RealAudio files (see #349779).
13514
13515 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13516
13517         Patch by: Jens Granseuer  <jensgr at gmx net>
13518
13519         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13520           Add typefinder for Interplay's MVE format (#348973).
13521
13522 2006-08-02  Wim Taymans  <wim@fluendo.com>
13523
13524         Patch by: Marcel Moreaux <marcelm at luon dot net>
13525
13526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13527         (gst_base_rtp_depayload_add_to_queue):
13528         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13529         Handle RTP sequence number rollover.
13530         Disable jitterbuffer by default.
13531
13532 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13533
13534         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13535         (audioresample_set_caps):
13536         Don't leak references to the incoming caps. Clean them up when
13537         stopping.
13538
13539         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13540         (gst_video_scale_finalize):
13541         Don't leak our temporary pixel buffer.
13542
13543         * tests/check/Makefile.am:
13544         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13545         (GST_START_TEST), (simple_launch_lines_suite):
13546
13547         Fix leaks and re-enable the test for valgrind checking.
13548
13549 2006-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13550
13551         Patch by: Sjoerd Simons  <sjoerd at luon net>
13552
13553         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13554         (plugin_init):
13555           Add typefind function for multipart/x-mixed-replace (#348916).
13556
13557 2006-07-28  Wim Taymans  <wim@fluendo.com>
13558
13559         * gst/adder/gstadder.c: (gst_adder_setcaps),
13560         (gst_adder_query_duration):
13561         Fix leak in duration query.
13562         Reflow some docs and notes.
13563
13564 2006-07-28  Michael Smith  <msmith@fluendo.com>
13565
13566         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13567         (vorbisenc_suite):
13568           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13569           aspect of it.
13570
13571 2006-07-28  Michael Smith  <msmith@fluendo.com>
13572
13573         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13574         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13575         (gst_vorbis_enc_push_buffer),
13576         (gst_vorbis_enc_buffer_check_discontinuous),
13577         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13578         * ext/vorbis/vorbisenc.h:
13579           Handle discontinuities in the input vorbis stream correctly,
13580           so that the output is properly timestamped (and has good granulepos
13581           values). Needs some oggmux fixes too.
13582
13583 2006-07-27  Wim Taymans  <wim@fluendo.com>
13584
13585         patch by: Kai Vehmanen <kv2004 eca cx>
13586
13587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13588         (gst_base_rtp_depayload_chain),
13589         (gst_base_rtp_depayload_handle_sink_event),
13590         (gst_base_rtp_depayload_change_state):
13591         Don't send multiple newsegments with different formats.
13592         Fixes #348677.
13593
13594 2006-07-26  Wim Taymans  <wim@fluendo.com>
13595
13596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13597         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13598         Make seeking in ogg more accurate again by doing the more correct
13599         granuletime to stream time conversion.
13600
13601 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13602
13603         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13604         (gst_multi_fd_sink_new_client):
13605           debug a little more understandably
13606           do not use goto as a substitute for break, especially if
13607           break is also being used
13608
13609 2006-07-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13610
13611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13612         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13613           Remove GLib-2.6 compatibility cruft.
13614
13615 2006-07-24  Wim Taymans  <wim@fluendo.com>
13616
13617         * gst-libs/gst/audio/gstbaseaudiosink.c:
13618         (gst_base_audio_sink_render):
13619         Don't try to align a sample to an unknown value.
13620
13621 2006-07-24  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst-libs/gst/audio/gstbaseaudiosink.c:
13624         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13625         When the audio clock is slaved to another clock, never try to align
13626         samples but trust the rate interpolation algorithm.
13627
13628 2006-07-24  Wim Taymans  <wim@fluendo.com>
13629
13630         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13631         Don't try to calculate silence samples, base class does this much
13632         better now.
13633
13634         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13635         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13636         (gst_ring_buffer_acquire):
13637         Calculate silence samples correctly.
13638
13639         * gst-libs/gst/audio/gstringbuffer.h:
13640         Add _CAST macro.
13641
13642 2006-07-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13643
13644         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13645           Limit search for the first markup tag to the first few kB of
13646           the file. If we don't find one there, it's highly unlikely that
13647           this is an XML(-ish) file.
13648
13649 2006-07-21  Andy Wingo  <wingo@pobox.com>
13650
13651         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13652         test to the one in vorbisenc. Also commented out.
13653
13654         * tests/check/pipelines/vorbisenc.c: 
13655         (test_discontinuity): New test, commented out until Mike lands
13656         some elite vorbisenc patches.
13657
13658         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13659         Bufferstraw was actually factored out of these tests. Now we share
13660         code yay.
13661
13662         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13663         for bufferstraw addition to gstcheck.
13664
13665 2006-07-21  Wim Taymans  <wim@fluendo.com>
13666
13667         * ext/theora/theoradec.c: (clip_buffer):
13668         Better clipping.
13669
13670 2006-07-21  Wim Taymans  <wim@fluendo.com>
13671
13672         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13673         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13674         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13675         Fix leak.
13676         Avoid type casting when we can.
13677
13678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13679         Fix mem leak.
13680
13681 2006-07-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13682
13683         * ext/alsa/gstalsamixerelement.c:
13684         (gst_alsa_mixer_element_change_state):
13685           Make state change fail if the specified device can't be opened
13686           for some reason.
13687
13688 2006-07-20  Wim Taymans  <wim@fluendo.com>
13689
13690         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13691         (cb_newpad), (main):
13692         Example of a small audio/video player using decodebin.
13693
13694 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13695
13696         * gst-libs/gst/riff/riff-ids.h:
13697           Add 'fact' chunk id
13698
13699 2006-07-19  Wim Taymans  <wim@fluendo.com>
13700
13701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13702         (gst_base_rtp_depayload_chain),
13703         (gst_base_rtp_depayload_change_state):
13704         Don't assert when not negotiated but post a meaningfull 
13705         error message. Fixes #347918.
13706
13707         * gst-libs/gst/rtp/gstbasertppayload.c:
13708         Add comment about better default MTU size.
13709
13710         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13711         Small cleanups, start docs.
13712
13713 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13714
13715         Patch by: Martin Szulecki
13716
13717         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13718           If "device-name" is requested and the device is not
13719           open, try to temporarily open it to obtain this
13720           information (#342494).
13721
13722 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13723
13724         * gst-libs/gst/tag/gstid3tag.c:
13725           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13726
13727         * gst-libs/gst/tag/gsttageditingprivate.h:
13728         * gst-libs/gst/tag/gstvorbistag.c:
13729           Some more random const-ifications.
13730
13731 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13732
13733         * gst-libs/gst/riff/riff-ids.h:
13734         * gst-libs/gst/riff/riff-media.c:
13735         (gst_riff_create_video_template_caps):
13736           Add more FOURCCs (sort list to make stuff easier to find),
13737           add comment what those 16 bytes in struct _gst_riff_strh according to
13738           one avi-dumper are
13739
13740 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13741
13742         * gst-libs/gst/audio/multichannel.c:
13743         (gst_audio_check_channel_positions),
13744         (gst_audio_fixate_channel_positions):
13745           Const-ify two arrays.
13746
13747 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13748
13749         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13750           Fix typo, so that alsasink also advertises 8 channels
13751           if that's supported (tags: can, worms, open, alsa, ph34r).
13752
13753 2006-07-17  Wim Taymans  <wim@fluendo.com>
13754
13755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13756         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13757         *sigh*, when is the compiler going to warn when the comments
13758         are out-of-sync with the code.. Refix case of busted theora
13759         headers with 0 granule pos.
13760
13761 2006-07-14  Wim Taymans  <wim@fluendo.com>
13762
13763         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13764         (gst_base_rtp_depayload_wait),
13765         (gst_base_rtp_depayload_change_state),
13766         (gst_base_rtp_depayload_set_property),
13767         (gst_base_rtp_depayload_get_property):
13768         Fix 99% cpu load by waiting for absolute times on the
13769         clock. Fixes #347300.
13770
13771 2006-07-14  Andy Wingo  <wingo@pobox.com>
13772
13773         * ext/theora/gsttheoraparse.h: 
13774         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13775         (theora_parse_push_headers, theora_parse_clear_queue)
13776         (theora_parse_drain_queue_prematurely, )
13777         (theora_parse_sink_event, theora_parse_change_state): Queue events
13778         until we initialized our state, like in vorbisparse.
13779
13780         * ext/vorbis/vorbisparse.h: 
13781         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13782         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13783         (vorbis_parse_drain_queue_prematurely, )
13784         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13785         until we have initialized our state. Fixes seeking after an
13786         initial pad block.
13787
13788 2006-07-14  Andy Wingo  <wingo@pobox.com>
13789
13790         Patch by: Iain Holmes <iaingnome@gmail.com>
13791         
13792         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13793
13794 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13795
13796         * configure.ac:
13797         Bump nano back to CVS
13798
13799 === release 0.10.9 ===
13800
13801 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13802
13803         * configure.ac:
13804           releasing 0.10.9, "I walk the line"
13805
13806 2006-07-14  Michael Smith  <msmith@fluendo.com>
13807
13808         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13809           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13810           (commonly happens when running this test under valgrind) when trying
13811           to remove the buffer probe.
13812
13813 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13814
13815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13816         Fix missing g_unlock from the previous commit
13817
13818 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13819
13820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13821         (gst_ximagesink_change_state):
13822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13823         (gst_xvimagesink_change_state):
13824         Implement a locking order to ensure we always take the object lock
13825         before the x_lock and never vice-versa.
13826
13827 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13828
13829         * gst/playback/gstdecodebin.c: (find_compatibles):
13830         Fix a caps leak when linking (#347304)
13831
13832         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13833         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13834         (gst_ximagesink_change_state):
13835         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13836         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13837         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13838         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13839         Don't leak shared memory resources. Use the object lock to protect
13840         against the xcontext disappearing while returning a buffer from the
13841         pipeline. (#347304)
13842
13843 2006-07-12  Edward Hervey  <edward@fluendo.com>
13844
13845         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13846         (vorbis_handle_comment_packet):
13847         gst_tag_list_merge() returns a new object. Take that into account when
13848         using it. This avoids memleak.
13849         Revert previous commit which is not needed.
13850
13851 2006-07-12  Edward Hervey  <edward@fluendo.com>
13852
13853         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13854         Reset the decoder in finalize so that all fields get cleared.
13855
13856 2006-07-12  Wim Taymans  <wim@fluendo.com>
13857
13858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13859         (gst_base_audio_src_set_clock),
13860         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13861         Don't try to post an error message when setting the clock fails
13862         as this can happen when adding an element to a bin which will then
13863         deadlock. Fixes #347296.
13864
13865 2006-07-12  Edward Hervey  <edward@fluendo.com>
13866
13867         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13868         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13869         (vorbis_handle_type_packet):
13870         Post tag messages on the bus even if we're not initialized.
13871         If we're not initialized, we still postpone the event pushing of tags.
13872
13873 2006-07-12  Wim Taymans  <wim@fluendo.com>
13874
13875         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13876         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13877         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13878         Revert last two changes that broke the freeze.
13879
13880 2006-07-12  Wim Taymans  <wim@fluendo.com>
13881
13882         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13883         basesink calculates silence sample correctly for us.
13884
13885 2006-07-12  Wim Taymans  <wim@fluendo.com>
13886
13887         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13888         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13889         Calculate correct silence samples so we don't fill our ringbuffer
13890         with noise.
13891
13892 2006-07-12  Edward Hervey  <edward@fluendo.com>
13893
13894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13895         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13896         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13897         * ext/vorbis/vorbisdec.h:
13898         Delay sending events (newsegment, tags) until the decoder is properly
13899         initialized.
13900         Fixes #347295
13901
13902 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13903
13904         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13905         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13906           Patch from #347221 adding a test for audioconvert
13907           channel remappings.
13908
13909 2006-07-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13910
13911         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13912         (gst_ssa_parse_parse_line):
13913           Don't include the terminating NUL in the buffer size,
13914           it's only there for extra paranoia (would add random
13915           '*' characters at the end of each subtitle since the
13916           terminator itself is not valid UTF-8 technically).
13917           Also fix indenting after boilerplate macro.
13918
13919 2006-07-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13920
13921         * gst/playback/gstdecodebin.c: (close_pad_link):
13922           Also emit 'unknown-type' signal (which should really be
13923           called unhandled-type) if we found potential decoders/demuxers
13924           in the registry but none of them worked in the end (as in the
13925           case where the plugins don't exist any longer but are still
13926           listed in the registry). Fixes #329798.
13927
13928 2006-07-08  Andy Wingo  <wingo@pobox.com>
13929
13930         * theoraparse.c (theora_parse_push_buffer)
13931         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13932         Add some more debugging. Fix granulepos reconstruction in the face
13933         of discontinuities.
13934
13935 2006-07-06  Wim Taymans  <wim@fluendo.com>
13936
13937         * gst-libs/gst/audio/gstbaseaudiosink.c:
13938         (gst_base_audio_sink_class_init),
13939         (gst_base_audio_sink_provide_clock):
13940         Use gobject_class instead of G_OBJECT_CLASS (klass)
13941
13942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13943         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13944         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13945         (gst_base_audio_src_get_time),
13946         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13947         (gst_base_audio_src_create_ringbuffer):
13948         Fix latency and buffer-time constants and properties ala basesink.
13949         Implement pull based scheduling. Fixes #346527.
13950         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13951         one segment.
13952         Refuse slaving to another clock instead of silently not working.
13953         Only provide a clock when we are actually able to do so.
13954         Various small cleanups and compiler hints.
13955
13956 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13957
13958         Patch by: Lutz Mueller <lutz at topfrose de>
13959
13960         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13961         (plugin_init):
13962           Add typefinding for text/html (#346581).
13963
13964 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13965
13966         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13967         (xml_check_first_element), (xml_type_find), (smil_type_find):
13968           Fix SMIL typefinding, make xml_check_first_element() more
13969           useful.
13970
13971 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13972
13973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13974         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13975         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13976         * gst/playback/gstplaybasebin.h:
13977           Protect list of elements with a subtitle-encoding property and
13978           the subtitle encoding member itself with a lock of their own
13979           instead of using the object lock. This prevents a dead-lock in
13980           the element-remove callback in some circumstances when shutting
13981           down playbin.
13982
13983 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13984
13985         * win32/common/libgsttag.def:
13986         Export some new functions.
13987         * win32/vs6/libgstogg.dsp:
13988         Add a link to libgsttag-0.10.lib.
13989
13990 2006-07-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13991
13992         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13993           Some const-ification.
13994
13995 2006-07-04  Wim Taymans  <wim@fluendo.com>
13996
13997         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13998         Improve checking if we are dealing with a stream. Added some
13999         more uris that need buffering.
14000
14001 2006-07-03  Edward Hervey  <edward@fluendo.com>
14002
14003         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14004         Remove unused variable.
14005
14006 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14007
14008         * Makefile.am:
14009           include lcov.mak
14010         * configure.ac:
14011           add GCOV_LIBS to GST_LIBS
14012
14013 2006-07-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14014
14015         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14016
14017         * ext/alsa/gstalsasrc.c:
14018           Add 32 bps to template caps and increase channels range
14019           from [1,2] to [1,MAX]. See #346326.
14020
14021 2006-06-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14022
14023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14024           Recognise 'WMVA' video codec fourcc (#345879).
14025           
14026 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14027          
14028         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14029           Fixed nasty memory leak
14030
14031 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14032
14033         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14034         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14035           fix logging
14036
14037 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14038
14039         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14040         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14041         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14042         Protect remove_fakesink using a mutex, so that we don't try and
14043         remove the fakesink simultaneously from multiple threads.
14044
14045         When going from READY to PAUSED, restore the fakesink, so that
14046         it is there when decodebin gets reused.
14047
14048 2006-06-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14049
14050         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14052         * gst-libs/gst/rtp/gstbasertppayload.c:
14053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14054         * gst/tcp/gstmultifdsink.c:
14055         * gst/tcp/gsttcpclientsink.c:
14056         * gst/tcp/gsttcpclientsrc.c:
14057         * gst/tcp/gsttcpserversink.c:
14058         * gst/tcp/gsttcpserversrc.c:
14059         * gst/videorate/gstvideorate.c:
14060         * gst/videotestsrc/gstvideotestsrc.c:
14061         * sys/v4l/gstv4ljpegsrc.c:
14062         * sys/v4l/gstv4lmjpegsink.c:
14063         * sys/v4l/gstv4lsrc.c:
14064         * tests/examples/seek/scrubby.c:
14065         * tests/examples/seek/seek.c:
14066           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14067
14068 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14069
14070         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14071           Second field in GEnumValue shouldn't be a description,
14072           but a stringified version of the enum value.
14073
14074 2006-06-22  Wim Taymans  <wim@fluendo.com>
14075
14076         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14077         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14078         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14079         Avoid type checking in buffer casts.
14080         Avoid caps copy in buffer_alloc when we can.
14081         Use pad_peer_accept.
14082
14083 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14084
14085         * gst-libs/gst/tag/tag.h:
14086           Oops, make that 'Since: 0.10.9'.
14087
14088 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14089
14090         * docs/libs/gst-plugins-base-libs-sections.txt:
14091         * gst-libs/gst/tag/tag.h:
14092         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14093         (gst_tag_image_type_get_type):
14094           API: add GstTagImageType enum to describe images contained
14095           in image tags (#345641).
14096
14097 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14098
14099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14100           Fix warnings with gst-inspect: "buffers-min" property
14101           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14102           typo in property description.
14103
14104 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14105
14106         Patch by: Cody Russell <bratsche at gnome org>
14107
14108         * gst/audioresample/gstaudioresample.c:
14109         (gst_audioresample_class_init):
14110         * gst/playback/gststreamselector.c:
14111         (gst_stream_selector_class_init):
14112         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14113         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14114         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14115         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14116         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14117         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14118         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14119         * gst/videotestsrc/gstvideotestsrc.c:
14120         (gst_video_test_src_class_init):
14121         * gst/volume/gstvolume.c: (gst_volume_class_init):
14122           Avoid unnecessary class cast check in class_init
14123           functions (#337747).
14124
14125 2006-06-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14126
14127         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14128         (gst_text_overlay_video_chain):
14129           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14130           and doesn't validate its input either (and neither did
14131           textoverlay it seems). Let's do that then and fix #345206.
14132
14133 2006-06-19  Wim Taymans  <wim@fluendo.com>
14134
14135         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14136         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14137         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14138         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14139         (find_syncframe), (find_limits), (assign_value),
14140         (count_burst_unit), (gst_multi_fd_sink_new_client),
14141         (gst_multi_fd_sink_handle_client_write),
14142         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14143         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14144         (gst_multi_fd_sink_change_state):
14145         * gst/tcp/gstmultifdsink.h:
14146         Added shiny new burst-on-connect methods.
14147         Add properties to control the minimal amount of data queued.
14148         Small cleanups.
14149         API: bytes-min property
14150         API: time-min property
14151         API: buffers-min property
14152         API: burst-unit property
14153         API: burst-value property
14154         API: add-full signal
14155
14156         * gst/tcp/gsttcp-marshal.list:
14157         Added new marshaller code for the new signal.
14158
14159         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14160         (multifdsink_suite):
14161         Added testcases for new burst methods.
14162
14163 2006-06-19  Edward Hervey  <edward@fluendo.com>
14164
14165         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14166         Implement clipping for accurate seeking.
14167         Closes #345225
14168
14169 2006-06-19  Wim Taymans  <wim@fluendo.com>
14170
14171         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14172
14173         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14174         (gst_video_scale_transform):
14175         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14176
14177 2006-06-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14178
14179         * configure.ac:
14180           Fix --disable-external (can't set conditionals conditionally,
14181           #343602).
14182
14183 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14184
14185         * tests/check/elements/audioresample.c: (test_reuse),
14186         (audioresample_suite):
14187           Add test case for bug #342789 fixed below.
14188
14189 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14190
14191         * gst/audioresample/gstaudioresample.c:
14192         (gst_audioresample_class_init), (gst_audioresample_init),
14193         (audioresample_start), (audioresample_stop),
14194         (gst_audioresample_set_property), (gst_audioresample_get_property):
14195           Implement GstBaseTransform::start and ::stop so that audioresample
14196           can clear its internal state properly and be reused instead of
14197           causing non-negotiated errors with playbin under some circumstances
14198           (#342789).
14199
14200         * tests/check/elements/audioresample.c: (setup_audioresample),
14201         (cleanup_audioresample):
14202           Need to set element state here so that ::start and ::stop are
14203           called.
14204
14205 2006-06-16  Wim Taymans  <wim@fluendo.com>
14206
14207         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14208
14209         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14210         Parse extra data better, apparently it's right behind
14211         the normal strf header size. Fixes #343500.
14212
14213 2006-06-16  Wim Taymans  <wim@fluendo.com>
14214
14215         * ext/alsa/gstalsasink.c: (set_hwparams):
14216         If we fail to set the buffer_time and period_time alsa
14217         parameters, post a warning and leave alsa select a 
14218         default instead of failing. Fixes #342085
14219
14220 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14221
14222         * docs/libs/gst-plugins-base-libs-sections.txt:
14223         * gst-libs/gst/cdda/gstcddabasesrc.h:
14224           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14225           out in the header file and shouldn't be listed in the docs.
14226
14227         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14228           Must dereference pointer to fourcc in the debug statement.
14229
14230 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14231
14232         * docs/libs/Makefile.am:
14233         * docs/libs/gst-plugins-base-libs-docs.sgml:
14234         * docs/libs/gst-plugins-base-libs-sections.txt:
14235         * docs/libs/gst-plugins-base-libs.types:
14236         add remaining symbols into correct setions
14237         
14238         * gst-libs/gst/audio/gstringbuffer.c:
14239         fix incomplete docs
14240         
14241         * gst-libs/gst/audio/gstringbuffer.h:
14242         comment out not yet implemented function
14243         
14244         
14245         * gst-libs/gst/floatcast/floatcast.h:
14246         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14247         add short descriptions
14248         
14249         
14250         * gst-libs/gst/interfaces/propertyprobe.c:
14251         fix return value docs   
14252         
14253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14254         simplify debug logging
14255         
14256         * gst-libs/gst/riff/riff-read.h:
14257         sync function prototype and docs
14258         
14259         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14260         remove left over symbol
14261
14262 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14263
14264         * autogen.sh:
14265         * configure.ac:
14266         * docs/Makefile.am:
14267           Use GST_PLUGIN_DOCS macro in configure.ac, add
14268           --enable-plugin-docs default to autogen.sh and use
14269           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14270
14271 2006-06-15  Wim Taymans  <wim@fluendo.com>
14272
14273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14274         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14275         (gst_ogg_demux_loop):
14276         Combine GstFlowReturn from the source pads to give a
14277         meaningfull result to the upstream peer or to stop the
14278         processing task in case of errors.
14279
14280 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14281
14282         * gst/playback/gststreaminfo.c: (cb_probe):
14283           Try GST_TAG_CODEC as fallback when extracting the
14284           codec name; more debug info.
14285
14286 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14287
14288         * ext/ogg/Makefile.am:
14289         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14290           Extract language tags from ogm subtitle streams, so that
14291           the subtitle menu choices are labelled correctly in
14292           Totem (fixes #344708).
14293
14294 2006-06-14  Wim Taymans  <wim@fluendo.com>
14295
14296         Patch by: Alessandro Decina <alessandro at nnva dot org>
14297
14298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14299         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14300         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14301         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14302         Fix various leaks. Fixes #343699.
14303         Add x-smoke mime type.
14304
14305 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14306
14307         * gst-libs/gst/riff/riff-ids.h:
14308           Add IDs for 'bext' chunks (see #343837).
14309
14310 2006-06-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14311
14312         Patch by: Young-Ho Cha  <ganadist at chollian net>
14313
14314         * gst/subparse/samiparse.c: (sami_context_pop_state),
14315         (handle_start_font), (end_sami_element):
14316           Honour font face tags in SAMI subtitles (#344503).
14317
14318 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14319
14320         * po/POTFILES.in:
14321           add missing files containing translatable strings
14322
14323 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14324
14325         * docs/libs/tmpl/.cvsignore:
14326           we don't want those *.sgml files in CVS either
14327
14328 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14329
14330         * docs/libs/.cvsignore:
14331         * tests/check/elements/.cvsignore:
14332         * tests/check/libs/.cvsignore:
14333           ignore more
14334
14335 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14336
14337         * docs/libs/Makefile.am:
14338           also commiting the changed Makefile.am (added more libs to the
14339           doc-build)
14340
14341 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14342
14343         * docs/libs/gst-plugins-base-libs-docs.sgml:
14344         * docs/libs/gst-plugins-base-libs-sections.txt:
14345         * docs/libs/gst-plugins-base-libs.types:
14346           first batch of reordering things, add index & hierarchy
14347
14348 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14349
14350         * configure.ac:
14351           use GST_PKG_CHECK_MODULES, cleans up output
14352
14353 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14354
14355         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14356           Add support for burn:// URIs (#343385); const-ify things a bit,
14357           use G_N_ELEMENTS instead of hard-coded array size.
14358
14359 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14360
14361         Patch by: Young-Ho Cha  <ganadist at chollian net>
14362
14363         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14364           Fix up broken entities before passing them to libxml *sigh*.
14365           (#343303).
14366           
14367 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14368
14369         * configure.ac:
14370           back to TRUNK
14371
14372 === release 0.10.8 ===
14373
14374 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14375
14376         * configure.ac:
14377           releasing 0.10.8, "Moar gij ziet mij nie"
14378
14379 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14380
14381         * configure.ac:
14382         * po/af.po:
14383         * po/az.po:
14384         * po/cs.po:
14385         * po/en_GB.po:
14386         * po/hu.po:
14387         * po/it.po:
14388         * po/nb.po:
14389         * po/nl.po:
14390         * po/or.po:
14391         * po/sq.po:
14392         * po/sr.po:
14393         * po/sv.po:
14394         * po/uk.po:
14395         * po/vi.po:
14396         * win32/common/config.h:
14397           0.10.7.2 prerelease
14398
14399 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14400
14401         * docs/libs/tmpl/gstaudio.sgml:
14402         * docs/libs/tmpl/gstcolorbalance.sgml:
14403         * docs/libs/tmpl/gstmixer.sgml:
14404         * docs/libs/tmpl/gstringbuffer.sgml:
14405         * docs/libs/tmpl/gsttuner.sgml:
14406         * docs/libs/tmpl/gstxoverlay.sgml:
14407         * gst-libs/gst/audio/audio.c:
14408         * gst-libs/gst/audio/gstringbuffer.c:
14409         * gst-libs/gst/interfaces/colorbalance.c:
14410         * gst-libs/gst/interfaces/mixer.c:
14411         * gst-libs/gst/interfaces/tuner.c:
14412         * gst-libs/gst/interfaces/xoverlay.c:
14413           move last template doc snippets to source code and delete them
14414
14415 2006-06-06  Michael Smith  <msmith@fluendo.com>
14416
14417         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14418         (theora_parse_drain_queue):
14419           Mark DELTA_UNIT on non-keyframes.
14420
14421 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14422
14423         * gst-libs/gst/audio/gstbaseaudiosink.c:
14424         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14425         * gst-libs/gst/audio/gstbaseaudiosink.h:
14426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14427         (gst_ring_buffer_samples_done):
14428         * gst-libs/gst/audio/gstringbuffer.h:
14429         Document better the fact that latency_time and buffer_time are values
14430         stored in microseconds, and not the usual GStreamer nanoseconds.
14431         Change the variables (compatibly) that store them from GstClockTime 
14432         to guint64 to make it more clear that they're not storing clock times.
14433         Also, remove the bogus property description that says the user can
14434         specify -1 to get the default value, since that's never been the case.
14435
14436         When computing the default segment size for the ring buffer, make it
14437         an integer number of samples.
14438
14439         When the sub-class indicates a delay greater than the number of
14440         samples we've written return 0 from the audio sink get_time method.
14441
14442 2006-06-02  Michael Smith  <msmith@fluendo.com>
14443
14444         * tests/check/elements/audioconvert.c: (set_channel_positions),
14445         (get_float_mc_caps), (get_int_mc_caps):
14446         * tests/check/elements/audioresample.c:
14447         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14448         * tests/check/elements/videorate.c:
14449         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14450         * tests/check/elements/volume.c:
14451         * tests/check/elements/vorbisdec.c:
14452         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14453           Don't busy-wait in tests; this was causing test timeouts very
14454           frequently when running under valgrind.
14455
14456 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14457
14458         * gst/tcp/README:
14459         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14460         (gst_multi_fd_sink_remove_client_link),
14461         (gst_multi_fd_sink_client_queue_caps),
14462         (gst_multi_fd_sink_client_queue_buffer),
14463         (gst_multi_fd_sink_handle_client_write),
14464         (gst_multi_fd_sink_render):
14465         * gst/tcp/gstmultifdsink.h:
14466           make multifdsink properly deal with streamheader:
14467           - streamheader is taken from caps
14468           - buffers marked with IN_CAPS are not sent
14469           - streamheaders are sent, on connection, from the caps of the
14470             buffer where the client gets positioned to
14471           - further streamheader changes are done every time the client
14472             will receive a buffer with different caps
14473         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14474         (gst_multifdsink_create_streamheader):
14475           add tests for this
14476
14477 2006-06-02  Michael Smith  <msmith@fluendo.com>
14478
14479         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14480           Reinstate limit on channel count. Vorbis does not define the meaning
14481           of > 6 channels, so they're just independent channels. Gstreamer
14482           currently has no mechanism to represent N independent channels.
14483
14484 2006-06-02  Michael Smith  <msmith@fluendo.com>
14485
14486         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14487           Don't arbitrarily restrict channel counts and rate in vorbis.
14488           In terms of effects likely on real-world files, this fixes 96kHz
14489           playback of vorbis.
14490
14491 2006-06-02  Michael Smith  <msmith@fluendo.com>
14492
14493         * gst/audioconvert/audioconvert.c: (float):
14494           More correct float->int conversion.
14495
14496 2006-06-02  Michael Smith  <msmith@fluendo.com>
14497
14498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14499           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14500           value. Fixes g-critical on trying to play back ogg containing
14501           unknown codec.
14502
14503 2006-06-02  Wim Taymans  <wim@fluendo.com>
14504
14505         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14506         (setup_source):
14507         * gst/playback/gstplaybasebin.h:
14508         Make the subtitle detection work from any thread so we don't
14509         deadlock. Fixes #343397.
14510
14511 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14512
14513         * gst/volume/Makefile.am:
14514           Seriously, it's not *that* hard to get compilation right.  Even
14515           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14516
14517 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14518
14519         * gst/volume/gstvolume.c: (volume_choose_func),
14520         (volume_update_real_volume), (gst_volume_class_init),
14521         (gst_volume_init), (volume_process_float), (volume_process_int16),
14522         (volume_process_int16_clamp), (volume_set_caps),
14523         (volume_transform_ip), (plugin_init):
14524         * gst/volume/gstvolume.h:
14525         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14526         another property desc., remove unused param from process function
14527         
14528         * tests/check/elements/volume.c: (volume_suite):
14529         reactivate the passthrough test
14530
14531 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14532
14533         * ext/alsa/gstalsamixerelement.h:
14534         * ext/alsa/gstalsamixeroptions.h:
14535         * ext/alsa/gstalsamixertrack.h:
14536         * ext/gnomevfs/gstgnomevfssink.h:
14537         * ext/gnomevfs/gstgnomevfssrc.h:
14538         * ext/theora/gsttheoradec.h:
14539         * ext/theora/gsttheoraenc.h:
14540         * ext/theora/gsttheoraparse.h:
14541         * ext/vorbis/vorbisparse.h:
14542         * gst-libs/gst/audio/gstaudioclock.h:
14543         * gst-libs/gst/audio/gstaudiofilter.h:
14544         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14545         * gst/audioconvert/gstaudioconvert.h:
14546         * gst/audioresample/gstaudioresample.h:
14547         * gst/audiotestsrc/gstaudiotestsrc.h:
14548         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14549         * gst/playback/gststreamselector.h:
14550         * gst/tcp/gstmultifdsink.h:
14551         * gst/tcp/gsttcpclientsink.h:
14552         * gst/tcp/gsttcpclientsrc.h:
14553         * gst/tcp/gsttcpserversink.h:
14554         * gst/tcp/gsttcpserversrc.h:
14555         * gst/videorate/gstvideorate.h:
14556         * gst/videoscale/gstvideoscale.h:
14557         * gst/videotestsrc/gstvideotestsrc.h:
14558         * gst/volume/gstvolume.h:
14559         * sys/v4l/gstv4ljpegsrc.h:
14560         * sys/v4l/gstv4lmjpegsink.h:
14561         * sys/v4l/gstv4lmjpegsrc.h:
14562         * sys/v4l/gstv4lsrc.h:
14563         * sys/ximage/ximagesink.h:
14564         * sys/xvimage/xvimagesink.h:
14565         * tests/old/testsuite/alsa/sinesrc.h:
14566         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14567
14568 2006-05-31  Wim Taymans  <wim@fluendo.com>
14569
14570         * ext/libvisual/visual.c: (gst_visual_reset),
14571         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14572         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14573         Handle DISCONT.
14574         Use running time before doing QoS.
14575         Handle mono too.
14576
14577 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14578
14579         * docs/libs/Makefile.am:
14580           set a magic variable to indicate we know the docs are incomplete
14581
14582 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14583
14584         * win32/common/libgstvideo.def:
14585           export gst_video_calculate_display_ratio
14586         * win32/vs6/libgstvideoscale.dsp:
14587           add link to libgstvideo-0.10.lib
14588
14589 2006-05-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14590
14591         * gst/playback/gstplaybasebin.c: (gen_source_element):
14592           Throw a more comprehensible error for rtsp:// URIs (rather
14593           than erroring out with a negotiation error later on) until
14594           we fix playbin to handle rtspsrc etc.
14595
14596 2006-05-30  Wim Taymans  <wim@fluendo.com>
14597
14598         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14599         (gst_text_overlay_text_event):
14600         Added some FIXMEs.
14601
14602 2006-05-30  Wim Taymans  <wim@fluendo.com>
14603
14604         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14605         (gst_adder_request_new_pad), (gst_adder_release_pad):
14606         * gst/adder/gstadder.h:
14607         Implement release_request_pad.
14608         Make padcounter atomic.
14609
14610         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14611         Added check for release_pad in adder.
14612
14613 2006-05-30  Wim Taymans  <wim@fluendo.com>
14614
14615         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14616         Fix build again.
14617
14618 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14619
14620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14621         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14622         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14623         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14624         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14625         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14626         (gst_ogg_demux_bisect_forward_serialno),
14627         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14628         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14629           add more debugging
14630           clean up printf formats for granulepos and serialno
14631
14632 2006-05-30  Michael Smith  <msmith@fluendo.com>
14633
14634         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14635         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14636         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14637         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14638         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14639         * ext/vorbis/vorbisenc.h:
14640           Multi-channel caps negotiation, so we can do proper multichannel
14641           vorbis encoding, negotiated through audioconvert.
14642
14643 2006-05-30  Wim Taymans  <wim@fluendo.com>
14644
14645         * tests/check/elements/adder.c: (test_event_message_received),
14646         (test_play_twice_message_received), (GST_START_TEST),
14647         (adder_suite):
14648         Added check to show that #339935 is fixed with ongoing
14649         adder and collectpads fixes.
14650
14651 2006-05-29  Wim Taymans  <wim@fluendo.com>
14652
14653         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14654         Don't leak pad name.
14655
14656 2006-05-29  Wim Taymans  <wim@fluendo.com>
14657
14658         * gst/adder/gstadder.c: (gst_adder_query_duration),
14659         (forward_event_func), (forward_event), (gst_adder_src_event):
14660         Fix adder seeking.
14661         Make query/seeking code threadsafe.
14662
14663         * tests/check/Makefile.am:
14664         * tests/check/elements/adder.c: (test_event_message_received),
14665         (GST_START_TEST), (test_play_twice_message_received):
14666         Fix adder test case.
14667
14668 2006-05-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14669
14670         Patch by: Young-Ho Cha  <ganadist at chollian net>
14671
14672         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14673         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14674         (set_encoding_element), (decodebin_element_added_cb),
14675         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14676         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14677         * gst/playback/gstplaybasebin.h:
14678           Add 'subtitle-encoding' property to playbin, so applications can
14679           force a subtitle encoding for non-UTF8 subtitles (#342268).
14680
14681         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14682         (gst_sub_parse_set_property):
14683           Rename recently-added 'encoding' property to 'subtitle-encoding'
14684           (so it can be proxied by playbin/decodebin in a generic way
14685           with less danger of false positives).
14686
14687 2006-05-29  Michael Smith  <msmith@fluendo.com>
14688
14689         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14690         (append_with_other_format), (set_structure_widths),
14691         (gst_audio_convert_transform_caps):
14692           Patch from #341562: give more specific audio caps in get_caps, so
14693           that basetransform  can make better decisions on what caps to
14694           negotiate.
14695
14696 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14697
14698         * tests/check/elements/volume.c:
14699         make it compile again
14700
14701 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14702
14703         * tests/check/elements/volume.c: (volume_suite):
14704         disable test until #343196 gets resolved
14705
14706 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14707
14708         * gst/adder/gstadder.c: (gst_adder_get_type):
14709         Make it easier to copy&paste
14710         
14711         * gst/volume/Makefile.am:
14712         * gst/volume/gstvolume.c: (volume_update_real_volume),
14713         (gst_volume_set_volume), (gst_volume_set_mute),
14714         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14715         (volume_transform_ip), (volume_update_mute),
14716         (volume_update_volume):
14717         * gst/volume/gstvolume.h:
14718         Add own debug category, move duplicate code to helper function, fix
14719         property texts, add more comments and prepare ffor liboil-goodness
14720         
14721         * tests/check/Makefile.am:
14722         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14723         add test for mute and passtrough case, be a bit more verbose to track
14724         failure
14725         
14726         * tests/check/generic/states.c: (GST_START_TEST):
14727         catch elements that fail to instantiate
14728
14729 2006-05-28  Edward Hervey  <edward@fluendo.com>
14730
14731         * tests/check/pipelines/simple-launch-lines.c:
14732         * tests/check/pipelines/theoraenc.c:
14733         * tests/check/pipelines/vorbisenc.c:
14734         Comment out tests using parse_launch() if core was built without
14735         parsing capabilities.
14736
14737 2006-05-27  Edward Hervey  <edward@fluendo.com>
14738
14739         * tests/check/Makefile.am:
14740         Extra bonus points for whoever explains to ensonic that you are meant
14741         to test unit tests thoroughly before commiting them, especially if
14742         you know it's going to break.
14743         De-activated element/adder tests.
14744
14745 2006-05-27  Edward Hervey  <edward@fluendo.com>
14746
14747         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14748         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14749         Marking caps conversion issues as GST_WARNING is way too verbose,
14750         Moving them to GST_LOG.
14751
14752 2006-05-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14753
14754         * README:
14755           Replace current README (containing the release notes from
14756           some 0.9.x version) with a proper README taken from the core.
14757
14758 2006-05-26  Wim Taymans  <wim@fluendo.com>
14759
14760         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14761         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14762         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14763         (vorbis_dec_change_state):
14764         Small cleanups.
14765         Add some FIXMEs
14766         Clip output samples to segment boundaries.
14767
14768 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14769
14770         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14771         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14772         Improve the errors produced on bad output, including some human
14773         readable description strings.
14774         Handle the (theoretical for ximagesink) case where the XServer 
14775         has a different idea about the size required for a particular 
14776         frame and gives us too small a memory allocation.
14777
14778 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14779
14780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14781         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14782         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14783         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14784         Improve the errors produced on bad output, including some human 
14785         readable description strings.
14786         Handle RGB Xv formats properly by transforming them into our 
14787         big-endian caps description.
14788         Use gst_caps_truncate to ensure that we never try and choose a
14789         non-fixed caps in buffer_alloc.
14790         Handle the case where the XServer has a different idea about the size
14791         required for a particular frame and gives us too small a memory
14792         allocation.
14793         Use -1 to indicate 'no image format', because 0 is a valid XServer
14794         image format number.
14795         Put RGB Xv formats at the end of the caps, so that we always prefer
14796         YUV format frames.
14797         Iterate the available Xv Encodings to determine the maximum width and
14798         height, and then return that in our caps.
14799         (Closes #315312, #337544)
14800
14801 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14802
14803         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14804         When there is only one unfinished pad and it receives an event that
14805         doesn't match our requirements, we need to set alldone=FALSE so that
14806         the fakesink is not removed yet.
14807
14808 2006-05-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14809
14810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14811           Use gst_type_find_helper_for_buffer() to find the type
14812           of stream from the first packet.
14813
14814         * configure.ac:
14815           Bump requirements to core CVS (needed for vorbis
14816           typefinding to work).
14817
14818 2006-05-24  Edward Hervey  <edward@fluendo.com>
14819
14820         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14821         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14822         contain.  Else they play perfectly fine with qtdemux.
14823
14824 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14825
14826         * ext/theora/theoradec.c:
14827         * ext/theora/theoraenc.c:
14828         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14829         * gst/audiorate/gstaudiorate.c:
14830           make more debug catagories static
14831         
14832         * tests/check/Makefile.am:
14833         * tests/check/elements/adder.c: (message_received),
14834         (test_event_message_received), (GST_START_TEST),
14835         (test_play_twice_message_received), (adder_suite):
14836           added test case for using element twice, extra bonus points for anyone
14837           who can make these test run reliably
14838
14839 2006-05-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14840
14841         * ext/theora/theoradec.c: (theora_dec_chain):
14842           Make work with time-stamped input buffers that do not
14843           have a granulepos in BUFFER_OFFSET_END (like theora
14844           buffers coming from matroskademux). Fixes #342448.
14845
14846 2006-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14847
14848         Patch by: Peter Kjellerstedt  <pkj at axis com>
14849
14850         * gst/tcp/Makefile.am:
14851           fdstresstest doesn't need Gtk+, fix compilation if 
14852           gtk is not available (#342566).
14853
14854 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14855          
14856         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14857           80 line columns
14858           Removed redundant floor()
14859
14860 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14861
14862         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14863           On second thought, just skip JUNK chunks automatically, so
14864           the caller doesn't have to handle this. Fixes #342345.
14865           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14866           not GST_FLOW_ERROR.
14867
14868 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14869
14870         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14871           Don't bail out on JUNK chunks with a size of 0 (would try to
14872           pull_range 0 bytes before, which sources don't like too much).
14873           See #342345.
14874
14875 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14876
14877         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14879         Use the gstutil scaling function to preserve 64 bits while calculating
14880         output width and height from the display-aspect-ratio. (A continuation
14881         of #341542)
14882
14883 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14884
14885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14886         (gst_xvimagesink_buffer_alloc):
14887         * sys/xvimage/xvimagesink.h:
14888         When performing buffer allocations, remember the caps and image format
14889         we return so that if the same caps are asked for next time we can
14890         return them immediately without doing any caps intersections.
14891
14892 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14893          
14894         * gst-libs/gst/rtp/README:
14895           Some new documentation
14896         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14897           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14898         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14899         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14900           New RTP audio base payloader class. Supports frame or sample based
14901           codecs.  Not enabled in Makefile.am until approved.
14902
14903 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14904
14905         * tests/check/elements/alsa.c: (test_device_property_probe):
14906           Fix test case: don't try to free NULL GValueArray when there
14907           are no devices.
14908
14909 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14910
14911         * tests/check/Makefile.am:
14912         * tests/check/elements/alsa.c: (test_device_property_probe),
14913         (alsa_suite), (main):
14914           Add simple test that runs a device property probe on alsasrc,
14915           alsasink and alsamixer. Disable valgrind check for now (too
14916           many leaks in libasound, and valgrind ignored my suppressions
14917           additions).
14918
14919 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14920
14921         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14922         (gst_alsa_device_property_probe_probe_property),
14923         (gst_alsa_device_property_probe_needs_probe),
14924         (gst_alsa_device_property_probe_get_values),
14925         (gst_alsa_type_add_device_property_probe_interface):
14926         * ext/alsa/gstalsadeviceprobe.h:
14927         * ext/alsa/gstalsamixerelement.c:
14928         (gst_alsa_mixer_element_init_interfaces):
14929         * ext/alsa/gstalsamixerelement.h:
14930           Clean up and simplify alsa device probing. Make it actually work
14931           for multiple classes. Don't cache results any longer.
14932
14933         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14934         (gst_alsasink_init):
14935         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14936         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14937         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14938           Make alsasink and alsasrc implement the GstPropertyProbe interface
14939           for device probing (#342181).
14940           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14941
14942 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14943
14944         * gst/subparse/samiparse.c: (handle_start_font):
14945           Don't ignore return value of strtol (++compiler_happiness).
14946
14947 2006-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14948
14949         Patch by: Young-Ho Cha  <ganadist chollian net>
14950
14951         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14952         (gst_sub_parse_class_init), (gst_sub_parse_init),
14953         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14954         (convert_encoding):
14955         * gst/subparse/gstsubparse.h:
14956           Add 'encoding' property (#341681).
14957
14958         * gst/subparse/samiparse.c: (characters_sami):
14959           Output is pango markup, so we need to escape text
14960           between tags (#342143).
14961
14962 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14963
14964         * gst-libs/gst/audio/multichannel.c:
14965         (gst_audio_check_channel_positions):
14966           It's okay to have caps with channels=1 and a channel position
14967           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14968           (deinterleavers might want to keep the position in the caps,
14969           so that they can be re-interleaved again properly later).
14970           Leave check for unexpected 2-channel layouts intact for now.
14971
14972 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14973
14974         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14975         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14976         basesrc can do its job correctly.
14977
14978 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14979
14980         * ext/alsa/Makefile.am:
14981         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14982         (gst_alsa_detect_formats), (get_channel_free_structure),
14983         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14984         (gst_alsa_probe_supported_formats):
14985         * ext/alsa/gstalsa.h:
14986         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14987           Refactor and improve caps probing code: probe signedness
14988           when we probe the supported formats/widths; set endianness
14989           to the one we actually probed for (ie. cpu endianness).
14990           
14991         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14992         (gst_alsasrc_close):
14993         * ext/alsa/gstalsasrc.h:
14994           Implement caps probing for alsasrc.
14995
14996 2006-05-15  Wim Taymans  <wim@fluendo.com>
14997
14998         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14999         (theora_dec_src_query), (theora_dec_src_event),
15000         (theora_dec_sink_event), (theora_handle_comment_packet),
15001         (theora_handle_data_packet), (theora_dec_change_state):
15002         Cleanups, add some G_LIKELY.
15003         Use segment helpers instead of our own wrong code.
15004         Clear queued buffers on seek and READY.
15005
15006         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15007         (vorbis_dec_convert), (vorbis_dec_src_query),
15008         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15009         (vorbis_handle_comment_packet), (vorbis_dec_push),
15010         (vorbis_handle_data_packet), (vorbis_dec_chain),
15011         (vorbis_dec_change_state):
15012         * ext/vorbis/vorbisdec.h:
15013         Remove old useless packetno variable.
15014         Do position query properly.
15015         Add some G_LIKELY.
15016         Do cleanup of queued buffers in new helper function
15017         and use it.
15018
15019 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15020
15021         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15022           Query supported sample rates. Fixes #341732.
15023
15024 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15025
15026         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15027         (gst_decode_bin_change_state): Make decodebin reusable
15028         when going from PAUSE_TO_READY and then back to PAUSED.
15029         Fixes #331678.
15030
15031 2006-05-15  Wim Taymans  <wim@fluendo.com>
15032
15033         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15034         (vorbis_dec_convert), (vorbis_dec_src_query),
15035         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15036         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15037         (vorbis_dec_clean_queued), (vorbis_dec_push),
15038         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15039         Cleanups. Use refcounting and DEBUG_OBJECT.
15040         Reset segment on flush, use code methods instead of our
15041         own wrong version.
15042         Fix potential memleak.
15043
15044 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15045
15046         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15047         (gst_alsasink_init):
15048         * ext/alsa/gstalsasink.h:
15049           Don't leak allocated snd_output_t structure if there's
15050           more than one alsasink instance at a time (#341873).
15051           Also fix GObject macros in header file.
15052           
15053 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15054
15055         * gst/subparse/gstsubparse.c:
15056         (gst_sub_parse_data_format_autodetect):
15057           Don't use libxml functions in the typefinding code.
15058
15059 2006-05-15  Wim Taymans  <wim@fluendo.com>
15060
15061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15062         Fix seeking performance in the case where a non-header 
15063         packet has a 0 granulepos (busted theora case). 
15064         Fixes #341719
15065         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15066          the first place, you limelight stealer you)
15067
15068 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15069
15070         * gst/subparse/gstsubparse.c:
15071         (gst_sub_parse_data_format_autodetect):
15072           Improve SAMI typefinding: handle case where there are
15073           whitespaces or newlines in front of the first <SAMI>
15074           tag (#169936).
15075
15076 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15077
15078         * configure.ac:
15079           Build video4linux plugin even if there's no XVIDEO, just
15080           without implementing the GstXOverlay interface (#334002).
15081          
15082 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15083
15084         * configure.ac:
15085         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15086         (plugin_init):
15087           Add tentative support for libvisual-0.4 (#336881).
15088
15089 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15090
15091         Patch by: Young-Ho Cha <ganadist at chollian net>
15092
15093         * gst/subparse/samiparse.c: (handle_start_font):
15094           Need to map "silver" colour explicitly (#169936).
15095
15096 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15097
15098         Patch by: Young-Ho Cha  <ganadist at chollian net>
15099
15100         * gst/subparse/Makefile.am:
15101         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15102         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15103         (gst_sub_parse_format_autodetect), (feed_textbuf),
15104         (gst_subparse_type_find), (plugin_init):
15105         * gst/subparse/gstsubparse.h:
15106         * gst/subparse/samiparse.c:
15107         * gst/subparse/samiparse.h:
15108           Add support for SAMI subtitles (#169936).
15109
15110 2006-05-14  Michael Smith  <msmith@fluendo.com>
15111
15112         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15113           Fix #341696: crash when mixing L+R+C to mono or stereo.
15114         * tests/check/Makefile.am:
15115         * tests/check/elements/audioconvert.c: (set_channel_positions),
15116         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15117         (audioconvert_suite):
15118           Add test for the above, including some generic framework bits for
15119           testing multichannel things.
15120
15121 === release 0.10.7 ===
15122
15123 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15124
15125         * configure.ac:
15126           releasing 0.10.7, "Leave the gun"
15127
15128 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15129
15130         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15132         Fix the build.
15133
15134 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15135
15136         * docs/libs/gst-plugins-base-libs-docs.sgml:
15137         * docs/libs/gst-plugins-base-libs-sections.txt:
15138         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15139         * gst-libs/gst/video/video.h:
15140         * gst/videoscale/Makefile.am:
15141         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15143         * tests/check/Makefile.am:
15144         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15145         (main):
15146           Fix integer overflow problem with pixel-aspect-ratio calculations
15147           in videoscale and xvimagesink (#341542)
15148
15149 2006-05-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15150
15151         * gst-libs/gst/tag/gstid3tag.c:
15152           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15153
15154 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15155
15156         * win32/MANIFEST:
15157           update win32 files listing
15158
15159 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15160
15161         patch by: Sjoerd Simons (sjoerd@luon.net)
15162
15163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15164         (group_create), (group_destroy), (add_stream),
15165         (gst_play_base_bin_get_property),
15166         (gst_play_base_bin_get_streaminfo_value_array):
15167         * gst/playback/gstplaybasebin.h:
15168           API: GstPlayBaseBin::stream-info-value-array property
15169           use a more bindings-friendly way of exposing streaminfo
15170           using a GValueArray.  Tested in ipython.
15171           Closes #341114
15172
15173 2006-05-11  Wim Taymans  <wim@fluendo.com>
15174
15175         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15176         (queue_underrun_cb), (queue_filled_cb):
15177         Also catch queue underruns but don't do anything yet.
15178         Refactor and comment queue enlarging code a bit.
15179
15180         * gst/playback/gstplaybasebin.c: (queue_overrun),
15181         (queue_threshold_reached), (queue_out_of_data),
15182         (gen_preroll_element):
15183         If a queue over/underruns check that we don't create nasty
15184         deadlocks when the min-threshold is not reached but the
15185         max-bytes is. In those cases disable max-bytes when we
15186         know that the queue is fed timed data.
15187         Add more comments.
15188
15189 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15190
15191         * gst/playback/gstplaybin.c: (gen_audio_element):
15192           Make playbin automatically plug an 'audioresample'
15193           element before the audio sink as well. This solves
15194           problems with sinks that only accept a very specific
15195           sample rate, like esdsink (e.g. #340379).
15196
15197 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15198
15199         * gst/playback/gstplaybasebin.c: (gen_source_element):
15200           Make http sources send special headers so that we receive
15201           icecast metadata if the http stream is an icecast stream
15202           (otherwise the server will just ignore them). This also
15203           means that from now on users will need the 'icydemux'
15204           element from gst-plugins-good installed if they want to
15205           listen to icecast radio streams. (#341432, #333657).
15206
15207 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15208
15209         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15210         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15211           remove stupid example from docs - it should come with a simple
15212           C program instead.
15213           Clean up/fix docs
15214         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15215         (fail_if_can_read), (GST_START_TEST),
15216         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15217           add a test for changing streamheader which exposes a bug in
15218           multifdsink
15219
15220 2006-05-11  Michael Smith  <msmith@fluendo.com>
15221
15222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15223         (gst_gnome_vfs_src_received_headers_callback):
15224         * ext/gnomevfs/gstgnomevfssrc.h:
15225           Don't set icy-caps unless we have a sane interval value. Move
15226           interval to a local variable; we never use it outside this function.
15227
15228 2006-05-11  Wim Taymans  <wim@fluendo.com>
15229
15230         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15232         Register special buffer types along with the objects so
15233         that they are not registered at runtime from N different
15234         streaming threads since they are not threadsafe.
15235
15236 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15237
15238         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15239         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15240           add two more tests, one doing streamheader
15241
15242 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15243
15244         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15245           clean up the bufqueue when shutting down
15246         * tests/check/Makefile.am:
15247         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15248         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15249         (main):
15250           add a test for the leak that was just fixed
15251
15252 2006-05-10  Wim Taymans  <wim@fluendo.com>
15253
15254         * gst/adder/gstadder.c: (gst_adder_setcaps),
15255         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15256         (gst_adder_src_event), (gst_adder_sink_event),
15257         (gst_adder_class_init), (gst_adder_finalize),
15258         (gst_adder_request_new_pad), (gst_adder_collected):
15259         * gst/adder/gstadder.h:
15260         Updated some docs. Added comments and FIXMEs all over the place.
15261         Improve debugging info.
15262         Fix leak on finalize by not calling the parent.
15263         Implement duration query.
15264         Make event forwarding threadsafe.
15265         Correctly send NEWSEGMENT at start and after flush.
15266         Handle EOS correctly.
15267         Post error when not negotiated.
15268
15269         * tests/check/elements/adder.c: (GST_START_TEST):
15270         Added FIXME in the test.
15271
15272 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15273
15274         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15275         (gst_text_overlay_halign_get_type),
15276         (gst_text_overlay_wrap_mode_get_type):
15277         * ext/theora/theoradec.c: (theora_handle_type_packet),
15278         (theora_handle_data_packet):
15279         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15280         (theora_enc_sink_setcaps), (theora_enc_chain):
15281         * gst-libs/gst/cdda/gstcddabasesrc.c:
15282         (gst_cdda_base_src_mode_get_type):
15283         * gst/audiotestsrc/gstaudiotestsrc.c:
15284         (gst_audiostestsrc_wave_get_type):
15285         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15286         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15287         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15288         (gst_sync_method_get_type), (gst_unit_type_get_type),
15289         (gst_client_status_get_type):
15290         * gst/videoscale/gstvideoscale.c:
15291         (gst_video_scale_method_get_type):
15292         * gst/videotestsrc/gstvideotestsrc.c:
15293         (gst_video_test_src_pattern_get_type):
15294         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15295         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15296         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15297         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15298         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15299         (paint_setup_RGB565), (paint_setup_xRGB1555):
15300           Const-ify GEnumValue and GFlagsValue arrays. Use
15301           GST_ROUND_UP_* macros instead of home-made ones.
15302
15303 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15304
15305         * configure.ac:
15306           Require core CVS for the new newsegment stuff.
15307
15308 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15309
15310         Patch by: Sjoerd Simons  <sjoerd at luon net>
15311
15312         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15313           Register nick for enum value (#341160).
15314
15315 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15316
15317         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15318         (plugin_init):
15319          backout typefind patch #340375
15320          
15321         * tests/check/elements/adder.c: (message_received),
15322         (GST_START_TEST), (adder_suite):
15323           redo, signal-handling of test
15324
15325 2006-05-09  Wim Taymans  <wim@fluendo.com>
15326
15327         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15328         (gst_adder_collected):
15329         * gst/adder/gstadder.h:
15330         Remove bogus segment merging and forwarding, we don't
15331         care about timestamps anyway and we just produce a
15332         continuous stream. 
15333         Also create a nice NEWSEGMENT event when we start.
15334         Use _scale_int some more.
15335
15336 2006-05-09  Edward Hervey  <edward@fluendo.com>
15337
15338         * tests/icles/stress-xoverlay.c:
15339         Fix if core was built without parsing support.
15340
15341 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15342
15343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15344           Add SEDG (Samsung MPEG-4) fourcc.
15345
15346 2006-05-09  Edward Hervey  <edward@fluendo.com>
15347
15348         * tests/icles/stress-xoverlay.c:
15349         * tests/examples/volume/volume.c:
15350         Fix if core was built without parsing support.
15351
15352         * tests/examples/seek/seek.c:
15353         Disable the parse_launch example if core was built without parsing
15354         support.
15355
15356 2006-05-08  Edward Hervey  <edward@fluendo.com>
15357
15358         * autogen.sh: (CONFIGURE_DEF_OPT): 
15359         libtoolize on Darwin/MacOSX is called glibtoolize
15360
15361 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15362
15363         * tests/check/Makefile.am:
15364         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15365           Disable the adder test, until the build-slaves posses the kindness to 
15366           either like it or to give valid reason for not doing so 
15367
15368 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15369
15370         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15371         (adder_suite):
15372           Shuffle NULL state change around and raise timeout more
15373
15374 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15375
15376         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15377         (mp4_type_find), (plugin_init):
15378           Add typefind to distinguish between "audio/x-m4a" and new type
15379           "video/mp4". Fixes #340375
15380
15381         * tests/check/elements/adder.c: (adder_suite):
15382           Raise timeout to make buildbot happy
15383
15384 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15385
15386         * gst/adder/gstadder.c: (gst_adder_sink_event),
15387         (gst_adder_request_new_pad), (gst_adder_change_state):
15388         * gst/adder/gstadder.h:
15389         * tests/check/Makefile.am:
15390         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15391         (adder_suite), (main):
15392           Add sink-event handling to adder. It tries to merge incomming
15393           newsegment-events. Added test to check if segment_done is comming
15394           through. Fixes #340060
15395
15396 2006-05-05  Andy Wingo  <wingo@pobox.com>
15397
15398         * ext/theora/theoraparse.c (gst_theora_parse_init)
15399         (theora_parse_src_convert, theora_parse_src_query):
15400         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15401         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15402         query functions on the source pads of the theora and vorbis parse
15403         elements. Fixes position querying when doing a remux.
15404
15405 2006-05-05  Michael Smith  <msmith@fluendo.com>
15406
15407         * ext/theora/theoraparse.c: (parse_granulepos),
15408         (theora_parse_drain_queue_prematurely),
15409         (theora_parse_queue_buffer), (theora_parse_sink_event):
15410           Fix flushing.
15411           Fix invalid granulepos outputs when starting with a non-keyframe.
15412
15413 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15414
15415         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15416         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15417         Rearrange MPEG system stream detection, fixing some memleaks in the
15418         process.
15419         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15420         they clean up their data correctly.
15421         Remove unused ogganx caps and move the 'is_annodex' check to inside
15422         the 'is_ogg' if statement.
15423
15424 2006-05-05  Wim Taymans  <wim@fluendo.com>
15425
15426         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15427         Properly remove ghostpads. Fixes #340392
15428
15429 2006-05-04  David Schleef  <ds@schleef.org>
15430
15431         * gst/typefind/gsttypefindfunctions.c:
15432
15433 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15434
15435         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15436         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15437
15438         When typefinding an MP3 in push-based mode, don't penalise the
15439         probability down to 74% when we found 5 valid frames just because we
15440         can't peek the end of the file.
15441
15442         Make the probability for detecting MPEG Transport Streams based on the
15443         number of sequential headers we successfully detected.
15444
15445 2006-05-03  Wim Taymans  <wim@fluendo.com>
15446
15447         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15448         (vorbis_dec_push), (vorbis_dec_chain):
15449         Still produce an error when we receive an empty packet.
15450
15451 2006-05-03  Wim Taymans  <wim@fluendo.com>
15452
15453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15454         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15455         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15456         Mark buffers with DISCONT after seek and after activating new
15457         chains.
15458
15459         * ext/theora/gsttheoradec.h:
15460         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15461         (theora_get_query_types), (theora_dec_sink_event),
15462         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15463         (theora_dec_change_state):
15464         Fix frame counter.
15465         Detect and mark DISCONT buffers.
15466
15467         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15468         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15469         (vorbis_dec_change_state):
15470         * ext/vorbis/vorbisdec.h:
15471         Use GstSegment.
15472         Detect and mark DISCONT buffers.
15473         Don't crash on 0 sized buffers.
15474
15475 2006-05-03  Wim Taymans  <wim@fluendo.com>
15476
15477         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15478         (volume_transform_ip):
15479         Increase "volume" property to 10.0. Fixes #340369.
15480         Set the process function to NULL when capsnego fails so that
15481         we properly error out.
15482
15483 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15484
15485         * gst/playback/gstplaybin.c: (add_sink):
15486         * gst/playback/test.c: (main):
15487         * gst/playback/test5.c: (dump_element_stats):
15488         * gst/playback/test6.c: (main):
15489           free caps using gst_caps_unref, don't leak caps-strings
15490
15491 2006-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15492
15493         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15494         (plugin_init):
15495           Refine musepack typefinding a bit. Return MAXIMUM
15496           probability when we detect stream version 7 to make
15497           sure the mpeg audio typefinder doesn't trump us.
15498
15499 2006-04-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15500
15501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15502           Protect against unexpected NULL strf_data buffer.
15503
15504 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15505
15506         * tests/check/elements/audioconvert.c: (verify_convert),
15507         (GST_START_TEST):
15508           interpret the out[] buffer in the order the bytes are actually
15509           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15510           Other tests should use BYTE_ORDER since the array is filled in
15511           with actual values
15512
15513 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15514
15515         * tests/check/elements/audioconvert.c: (verify_convert),
15516         (GST_START_TEST):
15517           when a test fails, give an indication of which it is
15518
15519 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15520
15521         * gst-libs/gst/cdda/gstcddabasesrc.c:
15522           compile fix; strtol() needs <stdlib.h>
15523
15524 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15525
15526         * ext/alsa/gstalsamixerelement.c:
15527         * ext/alsa/gstalsasrc.c:
15528         * ext/cdparanoia/gstcdparanoiasrc.c:
15529         * ext/gnomevfs/gstgnomevfssink.c:
15530         * ext/gnomevfs/gstgnomevfssrc.c:
15531         * ext/ogg/gstoggdemux.c:
15532         * ext/ogg/gstoggmux.c:
15533         * ext/ogg/gstoggparse.c:
15534         * ext/ogg/gstogmparse.c:
15535         * ext/pango/gstclockoverlay.c:
15536         * ext/pango/gsttextoverlay.c:
15537         * ext/pango/gsttextrender.c:
15538         * ext/pango/gsttimeoverlay.c:
15539         * ext/theora/theoradec.c:
15540         * ext/theora/theoraenc.c:
15541         * ext/vorbis/vorbisdec.c:
15542         * ext/vorbis/vorbisenc.c:
15543         * gst-libs/gst/audio/gstaudiofilter.c:
15544         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15545         * gst/audioconvert/gstaudioconvert.c:
15546         * gst/audiorate/gstaudiorate.c:
15547         * gst/audioresample/gstaudioresample.c:
15548         * gst/audiotestsrc/gstaudiotestsrc.c:
15549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15550         * gst/playback/gstdecodebin.c:
15551         * gst/playback/gstplaybin.c:
15552         * gst/playback/gststreamselector.c:
15553         * gst/subparse/gstsubparse.c:
15554         * gst/tcp/gstmultifdsink.c:
15555         * gst/tcp/gsttcpclientsink.c:
15556         * gst/tcp/gsttcpclientsrc.c:
15557         * gst/tcp/gsttcpserversink.c:
15558         * gst/tcp/gsttcpserversrc.c:
15559         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15560         * gst/videorate/gstvideorate.c:
15561         * gst/videoscale/gstvideoscale.c:
15562         * gst/videotestsrc/gstvideotestsrc.c:
15563         * gst/volume/gstvolume.c:
15564         * sys/v4l/gstv4ljpegsrc.c:
15565         * sys/v4l/gstv4lmjpegsink.c:
15566         * sys/v4l/gstv4lmjpegsrc.c:
15567         * sys/v4l/gstv4lsrc.c:
15568         * sys/ximage/ximagesink.c:
15569         * sys/xvimage/xvimagesink.c:
15570         * tests/check/libs/cddabasesrc.c:
15571           make GstElementDetails const
15572
15573 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15574
15575         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15576         (gst_adder_init):
15577           send events from src-pad to all sink-pads fixes #338657
15578
15579 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15580
15581         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15582         (alsasink_parse_spec):
15583           query width capabilities from alsa, fixes #338919
15584
15585 2006-04-28  Wim Taymans  <wim@fluendo.com>
15586
15587         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15588         (gst_multi_fd_sink_remove_client_link):
15589         * gst/tcp/gstmultifdsink.h:
15590         Fix race condition in multifdsink that can lead to spurious 
15591         duplicate clients. this patch adds a new signal that is fired when
15592         multifdsink has removed all references to the fd.
15593         Fixes #339574.
15594         Updated documentation.
15595         API: client-fd-removed signal added
15596
15597 2006-04-28  Michael Smith  <msmith@fluendo.com>
15598
15599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15600           When asking g_value_array_new to prealloc elements, we may as well
15601           ask for the right number of elements.
15602
15603 2006-04-28  Wim Taymans  <wim@fluendo.com>
15604
15605         * gst-libs/gst/audio/gstbaseaudiosink.c:
15606         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15607         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15608         patch to make timestamp checking more tollerant to rounding 
15609         errors given that real discontinuities are to be marked on
15610         buffers. Fixes some asf files and #338778.
15611         Also avoid some crashers when we receive an event in the 
15612         NULL state.
15613
15614 2006-04-28  Michael Smith  <msmith@fluendo.com>
15615
15616         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15617         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15618         (gst_gnome_vfs_src_get_property),
15619         (gst_gnome_vfs_src_send_additional_headers_callback),
15620         (gst_gnome_vfs_src_received_headers_callback),
15621         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15622         (gst_gnome_vfs_src_stop):
15623         * ext/gnomevfs/gstgnomevfssrc.h:
15624           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15625           proper shared support within icydemux.
15626
15627 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15628
15629         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15630         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15631           fix up docs
15632           fix a leak when no caps negotiated
15633           fix counting of input frames
15634         * tests/check/elements/.cvsignore:
15635         * tests/check/elements/videorate.c: (assert_videorate_stats),
15636         (GST_START_TEST), (videorate_suite):
15637           add tests for these
15638
15639 2006-04-28  Wim Taymans  <wim@fluendo.com>
15640
15641         * gst-libs/gst/audio/gstringbuffer.c:
15642         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15643         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15644         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15645         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15646         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15647         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15648         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15649         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15650         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15651         Check arguments passed to public functions instead of
15652         crashing.
15653
15654 2006-04-28  Wim Taymans  <wim@fluendo.com>
15655
15656         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15657         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15658         GstBaseAudioSrc must be live or it does not work.
15659
15660         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15661         Don't set live to TRUE as this is the default in the parentclass.
15662
15663 2006-04-28  Wim Taymans  <wim@fluendo.com>
15664
15665         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15666         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15667         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15668         fixation cases better. Fixes #338991
15669
15670 2006-04-28  Wim Taymans  <wim@fluendo.com>
15671
15672         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15673         Handle 0/1 framerate correctly Fixes #331901.
15674
15675 2006-04-28  Wim Taymans  <wim@fluendo.com>
15676
15677         * tests/check/elements/audioconvert.c: (get_float_caps),
15678         (GST_START_TEST), (audioconvert_suite):
15679         Added check for correct clipping when doing float samples
15680         in audioconvert.
15681
15682 2006-04-28  Wim Taymans  <wim@fluendo.com>
15683
15684         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15685         (gst_video_rate_chain):
15686         Print more debugging info.
15687
15688 2006-04-28  Wim Taymans  <wim@fluendo.com>
15689
15690         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15691         (resample_set_state_from_caps):
15692         Add support for other formats audioresample can handle such as
15693         32 bits in and float and 64 bits float. Fixes #301759
15694
15695 2006-04-28  Wim Taymans  <wim@fluendo.com>
15696
15697         * gst/audioconvert/audioconvert.c: (float):
15698         correctly clip float samples > 1.0. Fixes #338718
15699
15700 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15701
15702         Patch by: Young-Ho Cha  <ganadist at chollian net>
15703
15704         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15705         (gst_text_overlay_render_text):
15706           Don't strip newlines from the text. Also, center lines
15707           within multi-line paragraphs (#339405).
15708
15709 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15710
15711         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15712           Fix wavpack typefinding to work in more cases (don't peek
15713           for chunks of multiple hundred kBs at once, but process
15714           things step-by-step in smaller units). Fixes #339786.
15715
15716 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         * configure.ac:
15719           back to HEAD
15720
15721 === release 0.10.6 ===
15722
15723 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15724
15725         * configure.ac:
15726           releasing 0.10.6, "Chao"
15727
15728 2006-04-26  David Schleef  <ds@schleef.org>
15729
15730         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15731           Fixes #338897.
15732
15733 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * configure.ac:
15736         * win32/common/config.h:
15737           new prerelease
15738
15739 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15740
15741         patch by: Wim Taymans
15742
15743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15744         (gst_ogg_demux_perform_seek):
15745           make sure correct newsegments are sent, so that the decoder
15746           and the demuxer agree on timestamps.  Fixes playback of a lot
15747           of Ogg files that do not start from 0.  Fixes #339833.
15748
15749 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15750
15751         Patch by: Edward Hervey  <edward@fluendo.com>
15752
15753         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15754         * tests/check/Makefile.am:
15755         * tests/check/elements/videorate.c: (assert_videorate_stats),
15756         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15757         (videorate_suite), (main):
15758           Fix an infinite loop if frames are passed in with wrongly ordered
15759           timestamps.  Fixes #339013.
15760
15761 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15762
15763         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15764
15765         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15766           fix typefinding on some ISO files.  Fixes #339212.
15767
15768 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15769
15770         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15771
15772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15773           add another H264 fourcc.  Fixes #339047.
15774
15775 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15776
15777         Patch by: Jan Schmidt
15778
15779         * gst/playback/gststreamselector.c:
15780         (gst_stream_selector_bufferalloc):
15781           Restore old StreamSelector behaviour.
15782           Fixes #338419.
15783
15784 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * configure.ac:
15787         * win32/common/config.h:
15788           prerelease
15789
15790 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15791
15792         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15793
15794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15795         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15796           Fix some memory leaks: on finalize, free buffers left in the queue
15797           before destroying the queue; in _push(), unref rtp_buf even if
15798           the process vfunc returned a NULL buffer as output buffer (#337548);
15799           demote some recuring debug messages to LOG level.
15800
15801 2006-04-11  Wim Taymans  <wim@fluendo.com>
15802
15803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15804         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15805         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15806         (gst_ogg_demux_loop):
15807         More cleanups.
15808         Respect segment stop when emiting EOS or SEGMENT_DONE.
15809         Fixes (#337945).
15810
15811 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15812
15813         * gst/playback/gststreamselector.c:
15814         (gst_stream_selector_get_property):
15815           Don't leak pad name.
15816
15817 2006-04-10  Michael Smith  <msmith@fluendo.com>
15818
15819         * tests/check/Makefile.am:
15820         * tests/check/gst-plugins-base.supp:
15821           Suppress an old libtheora bug (fixed in more recent versions), so 
15822           that FC4 buildslaves can pass.
15823
15824 2006-04-10  Wim Taymans  <wim@fluendo.com>
15825
15826         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15827         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15828         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15829         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15830         (gst_ogg_demux_loop):
15831         Don't leak events.
15832         Remember what error we got when finding chains, if we
15833         were shutdown, that would not be an error.
15834
15835 2006-04-10  Wim Taymans  <wim@fluendo.com>
15836
15837         * gst-libs/gst/audio/gstbaseaudiosink.c:
15838         (gst_base_audio_sink_event):
15839         Starting the ringbuffer when we did not acquire it can cause
15840         a deadlock, is pointless and causes nasty things for
15841         subclasses. 
15842         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15843
15844 2006-04-10  Wim Taymans  <wim@fluendo.com>
15845
15846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15847         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15848         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15849         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15850         (gst_ogg_demux_deactivate_current_chain),
15851         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15852         (gst_ogg_demux_bisect_forward_serialno),
15853         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15854         Add some more debugging.
15855
15856 2006-04-10  Wim Taymans  <wim@fluendo.com>
15857
15858         * ext/theora/theoradec.c: (theora_dec_src_event),
15859         (theora_handle_data_packet):
15860         Some more debug info.
15861
15862         * tests/examples/seek/seek.c: (start_seek), (main):
15863         Print element messages too.
15864
15865 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15866
15867         * gst/audioresample/debug.h:
15868           replace debug macros with variable number of parameters
15869           by a simple alias to gstreamer standard debug macros 
15870          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15871           supported by MSVC 6.0 and 7.1)
15872         * gst/audioresample/resample.h:
15873           define M_PI and rint for WIN32
15874         * win32/common/libgstaudio.def:
15875         * win32/common/libgstriff.def:
15876         * win32/common/libgsttag.def:
15877         * win32/common/libgstvideo.def:
15878           add new exported functions
15879         * win32/vs6:
15880           update project files
15881
15882 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15883
15884         * ext/alsa/gstalsamixeroptions.c:
15885         (gst_alsa_mixer_options_class_init):
15886         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15889         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15890         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15891         * gst-libs/gst/audio/gstaudiofilter.c:
15892         (gst_audio_filter_class_init):
15893         * gst-libs/gst/audio/gstaudiosink.c:
15894         (gst_audioringbuffer_class_init):
15895         * gst-libs/gst/audio/gstaudiosrc.c:
15896         (gst_audioringbuffer_class_init):
15897         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15898         * gst-libs/gst/interfaces/colorbalancechannel.c:
15899         (gst_color_balance_channel_class_init):
15900         * gst-libs/gst/interfaces/mixeroptions.c:
15901         (gst_mixer_options_class_init):
15902         * gst-libs/gst/interfaces/mixertrack.c:
15903         (gst_mixer_track_class_init):
15904         * gst-libs/gst/interfaces/tunerchannel.c:
15905         (gst_tuner_channel_class_init):
15906         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15907         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15908         (gst_netbuffer_class_init):
15909         * gst-libs/gst/rtp/gstbasertppayload.c:
15910         (gst_basertppayload_class_init):
15911         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15913         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15914         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15915         * gst/playback/gststreamselector.c:
15916         (gst_stream_selector_class_init):
15917         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15918         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15919         * sys/v4l/gstv4lcolorbalance.c:
15920         (gst_v4l_color_balance_channel_class_init):
15921         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15922         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15923         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15924         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15925         (gst_v4l_tuner_norm_class_init):
15926         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15928         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15929         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15930
15931 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15932
15933         * ext/pango/gsttextrender.h:
15934         * gst-libs/gst/audio/gstaudiosink.h:
15935         * gst-libs/gst/audio/gstaudiosrc.h:
15936         * gst-libs/gst/audio/gstbaseaudiosink.h:
15937         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15938         * gst-libs/gst/audio/gstringbuffer.h:
15939         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15940         * gst-libs/gst/rtp/gstbasertppayload.h:
15941         * gst-libs/gst/video/gstvideofilter.h:
15942         * gst-libs/gst/video/gstvideosink.h:
15943         * gst/playback/gstplaybasebin.h:
15944         * gst/tcp/gstmultifdsink.h:
15945         * sys/v4l/gstv4lelement.h:
15946         Fix broken GObject macros
15947
15948 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15949
15950         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15951         More debug to trace why my USB headset is not working with gst
15952
15953 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15954
15955         * gst/playback/gstplaybasebin.c: (group_destroy):
15956         Clean up our group elements properly in the case where it never 
15957         got committed - it still got added unconditionally to the bin.
15958
15959 2006-04-07  Wim Taymans  <wim@fluendo.com>
15960
15961         * ext/theora/theoradec.c: (theora_dec_sink_event),
15962         (theora_handle_data_packet), (theora_dec_chain):
15963         Unref unhandled events.
15964         Protect against empty buffers.
15965         Perform QoS on running time.
15966
15967 2006-04-07  Michael Smith  <msmith@fluendo.com>
15968
15969         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15970         (gst_vorbis_enc_chain):
15971           Remove leaks from vorbisenc.
15972           Mostly minor changes, the only significant one is that now the
15973           buffers we set as 'streamheader' on the caps are copies of the
15974           original buffers, to avoid circular refcounting problems.
15975
15976 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15977
15978         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15979           Don't remove our mute-probe if someone else already did so.
15980           Don't set a 2nd one if there is already one pending on the pad.
15981
15982         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15983         (do_playbin_seek):
15984           When a seek fails, ensure that playbin is still set back to playing.
15985           
15986         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15987         (mpeg_ts_type_find), (plugin_init):
15988           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15989
15990 2006-04-06  Andy Wingo  <wingo@pobox.com>
15991
15992         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15993         (gst_video_rate_init): Caps-related parameters should not be reset
15994         by a flush -- move their inits to the instance init function.
15995         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15996         is not OK, just return the result.
15997
15998         * gst/audiotestsrc/gstaudiotestsrc.c
15999         (gst_audio_test_src_class_init)
16000         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16001         broken by Stefan's commit on 24 March.
16002
16003         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16004         buffers being pushed out. Fixes oggmux ! multifdsink.
16005
16006 2006-04-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16007
16008         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16009         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16010         * ext/vorbis/vorbisdec.h:
16011         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16012         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16013         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16014         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16015         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16016         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16017         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16018         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16019         (gst_vorbis_enc_buffer_from_packet),
16020         (gst_vorbis_enc_buffer_from_header_packet),
16021         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16022         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16023         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16024         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16025         (gst_vorbis_enc_change_state):
16026         * ext/vorbis/vorbisenc.h:
16027           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16028           vorbisenc adhere to the official nomenclature; use boilerplate
16029           macro.
16030
16031 2006-04-04  Andy Wingo  <wingo@pobox.com>
16032
16033         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16034         Whoops, fix bug introduced. Bad hacker!
16035         
16036         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16037         Properly handle the case where you get EOS before any buffers are
16038         received. Use gst_buffer_make_metadata_writable where appropriate.
16039
16040         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16041         is often negative -- make it signed so as not to wrap around.
16042         Fixes segfaults introduced on 9 March.
16043
16044 2006-04-03  Wim Taymans  <wim@fluendo.com>
16045
16046         * ext/theora/gsttheoradec.h:
16047         * ext/theora/theoradec.c: (theora_dec_src_event):
16048         Don't try to store a gdouble in a gboolean.
16049         Small cleanups.
16050
16051 2006-04-03  Michael Smith  <msmith@fluendo.com>
16052
16053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16054           Oggmux sucks.
16055           Make it suck slightly less by writing out the final page.
16056           Still can't encode a vorbis-in-ogg file correctly, though.
16057
16058 2006-04-03  Andy Wingo  <wingo@pobox.com>
16059
16060         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16061         a g_print.
16062
16063         * ext/theora/theora.c (plugin_init): Register theoraparse.
16064
16065         * ext/theora/gsttheoraparse.h: 
16066         * ext/theora/theoraparse.c: New files implementing a theora
16067         parser. Now we can properly remux ogg/theora+vorbis, yay.
16068
16069         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16070
16071 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * gst/audiotestsrc/gstaudiotestsrc.c:
16074           Fixed the sample pipeline (see #323798)
16075
16076 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16077
16078         * configure.ac:
16079         * win32/common/config.h:
16080         * win32/common/config.h.in:
16081           use AS_VERSION and AS_NANO
16082           more cleanups
16083
16084 2006-03-31  Andy Wingo  <wingo@pobox.com>
16085
16086         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16087         uninitialized variable return that would happen.
16088         
16089         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16090         uninitialized variable return that would never happen.
16091
16092         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16093         (vorbis_parse_sink_event): Add an event function to flush our
16094         state on a seek, and to drain buffers on a premature EOS.
16095         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16096         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16097         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16098         (vorbis_parse_drain_queue): Queue up buffers until we can set
16099         their timestamps and granulepos values.
16100
16101         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16102         and keep track of data needed for deriving granulepos and
16103         timestamps for buffers.
16104
16105 2006-03-29  Wim Taymans  <wim@fluendo.com>
16106
16107         Patch by: j^ <j at bootlab dot org>
16108
16109         * ext/alsa/gstalsamixerelement.c:
16110         (gst_alsa_mixer_element_class_init):
16111         * ext/alsa/gstalsasink.c:
16112         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16113         * ext/ogg/gstoggdemux.c:
16114         * ext/ogg/gstoggmux.c:
16115         * ext/ogg/gstoggparse.c:
16116         * ext/pango/gstclockoverlay.c:
16117         * ext/pango/gsttextoverlay.c:
16118         * ext/pango/gsttextrender.c:
16119         * ext/pango/gsttimeoverlay.c:
16120         * ext/theora/theoradec.c:
16121         * ext/theora/theoraenc.c:
16122         * ext/vorbis/vorbisdec.c:
16123         * ext/vorbis/vorbisenc.c:
16124         * gst/audioconvert/gstaudioconvert.c:
16125         * gst/subparse/gstsubparse.c:
16126         * gst/tcp/gstmultifdsink.c:
16127         * gst/tcp/gsttcpclientsink.c:
16128         * gst/tcp/gsttcpclientsrc.c:
16129         * gst/tcp/gsttcpserversink.c:
16130         * gst/tcp/gsttcpserversrc.c:
16131           better/unified long descriptions
16132           Fixes #336477
16133
16134 2006-03-29  Wim Taymans  <wim@fluendo.com>
16135
16136         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16137         (stop_seek):
16138         Don't let double and triple clicks mess up our state.
16139
16140 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16141
16142         * gst/playback/gstplaybin.c: (gen_video_element),
16143         (gen_text_element), (gen_audio_element), (gen_vis_element):
16144           Error out gracefully when we can't create any of the usual
16145           conversion elements for some reason. Also, don't try to
16146           create an audioscale (sic) element that's not used anyway.
16147
16148 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16149
16150         * gst/playback/gstplaybasebin.c: (setup_source):
16151           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16152           element for a particular protocol, that's confusing for users.
16153           Instead, post a RESOURCE_FAILED error, so that our own error
16154           message is actually shown in totem etc. (#336303).
16155
16156 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16157
16158         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16159
16160         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16161         (gst_gnome_vfs_src_get_icy_metadata):
16162           Fix some minor memory leaks (#336194).
16163
16164 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16165
16166         * ext/gnomevfs/gstgnomevfs.c:
16167         (gst_gnome_vfs_location_to_uri_string):
16168         * ext/gnomevfs/gstgnomevfs.h:
16169         * ext/gnomevfs/gstgnomevfssink.c:
16170         (gst_gnome_vfs_sink_set_property):
16171         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16172           Make gnomevfssink accept filenames as well as URIs for the
16173           "location" property, just like gnomevfssrc does (and
16174           filesrc/filesink do) (#336190).
16175
16176 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16177
16178         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16179           set to NULL before unreffing, fixes a valgrind leak.
16180           Why was this not triggering the error that an object needs to
16181           be NULL before unreffing ?
16182         * win32/common/config.h:
16183           update
16184
16185 2006-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16186
16187         * gst/subparse/gstsubparse.c: (convert_encoding),
16188         (gst_sub_parse_change_state):
16189         * gst/subparse/gstsubparse.h:
16190           Text subtitle files may or may not be UTF-8. If it's not, we
16191           don't really want to see '?' characters in place of non-ASCII
16192           characters like accented characters. So let's assume the input
16193           is UTF-8 until we come across text that is clearly not. If it's
16194           not UTF-8, we don't really know what it is, so try the following:
16195           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16196           is set; if not, check (b) if the current locale encoding is
16197           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16198           the current locale encoding is UTF-8 and the environment variable
16199           was not set to any particular encoding. Not perfect, but better
16200           than nothing (and better than before, I think) (fixes #172848).
16201
16202 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16203
16204         * configure.ac:
16205           update core requirement to 0.10.4.1 because of async_playback
16206           vmethod on GstBaseSink
16207
16208 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16209
16210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16211         * gst/adder/gstadder.c: (gst_adder_init):
16212         use DEBUG_FUNCPTR for collectpads
16213
16214 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16215
16216         * docs/plugins/Makefile.am:
16217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16219         * ext/cdparanoia/gstcdparanoiasrc.c:
16220         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16221         (gst_gnome_vfs_sink_class_init):
16222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16223         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16224         * ext/ogg/gstoggmux.c:
16225         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16226         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16227         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16228         * ext/pango/gsttextoverlay.c:
16229         * ext/pango/gsttextrender.c:
16230         * ext/theora/theoradec.c:
16231         * ext/theora/theoraenc.c:
16232         * ext/vorbis/vorbisdec.c:
16233         * ext/vorbis/vorbisenc.c:
16234         * gst-libs/gst/audio/gstaudiofilter.c:
16235         (gst_audio_filter_base_init):
16236         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16237         (gst_audio_filter_template_base_init):
16238         * gst/adder/gstadder.c: (gst_adder_get_type):
16239         * gst/adder/gstadder.h:
16240         * gst/audioconvert/gstaudioconvert.c:
16241         * gst/audiotestsrc/gstaudiotestsrc.c:
16242         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16243         (gst_audio_test_src_create):
16244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16245         * gst/playback/gstdecodebin.c:
16246         * gst/playback/gstplaybin.c:
16247         * gst/playback/gststreamselector.c:
16248         (gst_stream_selector_base_init):
16249         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16250         * gst/volume/gstvolume.c:
16251         * sys/v4l/gstv4lmjpegsink.c:
16252         * sys/v4l/gstv4lmjpegsrc.c:
16253         * tests/check/libs/cddabasesrc.c:
16254         * tests/old/examples/gob/gst-identity2.gob:
16255           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16256           define GstElementDetails at the top
16257
16258 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16259
16260         * win32/common/libgstinterfaces.def:
16261         Add a lot of export functions for gst-python
16262         * win32/vs6/libgstinterfaces.dsp:
16263         Add a missing include folder in the project configuration
16264         
16265 2006-03-23  Wim Taymans  <wim@fluendo.com>
16266
16267         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16268         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16269         (gst_base_audio_src_change_state):
16270         Fix audio sources, forgot to make the ringbuffer
16271         startable...
16272
16273 2006-03-23  Wim Taymans  <wim@fluendo.com>
16274
16275         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16276         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16277         (gst_base_audio_src_change_state):
16278         unparent instead of unref the ringbuffer.
16279
16280 2006-03-23  Wim Taymans  <wim@fluendo.com>
16281
16282         * gst-libs/gst/audio/gstbaseaudiosink.c:
16283         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16284         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16285         Implement new async_play vmethod to start slaving and allow
16286         playback start in case of async PLAY state changes. 
16287
16288         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16289         Enable QoS with new method in base class.
16290
16291 2006-03-23  Wim Taymans  <wim@fluendo.com>
16292
16293         Patch by: Julien MOUTTE <julien at moutte dot net>
16294
16295         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16296         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16297         Partially handle 0 framerate, only EOS after the first frame
16298         is missing.
16299
16300 2006-03-23  Wim Taymans  <wim@fluendo.com>
16301
16302         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16303
16304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16305         (gst_riff_create_video_template_caps):
16306         * gst/ffmpegcolorspace/avcodec.h:
16307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16308         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16309         (gst_ffmpegcsp_avpicture_fill):
16310         * gst/ffmpegcolorspace/imgconvert.c:
16311         Patch for support of YVU9 AVI files (#334822)
16312
16313 2006-03-22  Edward Hervey  <edward@fluendo.com>
16314
16315         * docs/design/design-decodebin.txt:
16316         Added design document for new decodebin
16317         (Target Caps): text/x-pango-markup is also a default target caps.
16318
16319 2006-03-22  Wim Taymans  <wim@fluendo.com>
16320
16321         * gst-libs/gst/audio/gstbaseaudiosink.c:
16322         (gst_base_audio_sink_dispose):
16323         Since we _parent the ringbuffer, we also need to
16324         _unparent instead of a plain _unref.
16325
16326 2006-03-22  Wim Taymans  <wim@fluendo.com>
16327
16328         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16329         (stop_seek), (scrub_toggle_cb), (main):
16330         Add scrub checkbox.
16331
16332 2006-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16333
16334         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16335         (gst_ogg_parse_chain):
16336           Fix very inefficient usage of linked lists (#335365).
16337
16338 2006-03-21  Edward Hervey  <edward@fluendo.com>
16339
16340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16341         * gst/playback/gstplaybin.c: (handoff):
16342         * gst/playback/gststreamselector.c:
16343         (gst_stream_selector_set_property):
16344         gcc 4.1 unreferenced pointer fixes.
16345         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16347         gst_buffer_ref() now takes a GstBuffer*.
16348
16349 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16350
16351         * sys/xvimage/xvimagesink.c:
16352         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16353         by Jan Schmidt.
16354
16355 2006-03-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16356
16357         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16358         (id3v1_type_find), (apetag_type_find), (plugin_init):
16359           Can't do tag preferences via probability, as tags would then
16360           lose against types that are recognised with MAXIMUM probability
16361           (like .wav); so let all tag typefinders return MAXIMUM themselves
16362           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16363           that we can prefer APE to ID3v1 (fixes #335028).
16364           
16365 2006-03-17  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst-libs/gst/audio/gstbaseaudiosink.c:
16368         (gst_base_audio_sink_change_state):
16369         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16370         (gst_ring_buffer_may_start):
16371         * gst-libs/gst/audio/gstringbuffer.h:
16372         Only start playback if we are playing.
16373         should fix #330748.
16374
16375 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16376
16377         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16378         * win32/common/config.h:
16379           Revert accidental commits to these files.
16380
16381 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16382
16383         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16384
16385         * tests/Makefile.am:
16386           Don't try to build tests in tests/icles if we
16387           don't have X (#323852)
16388
16389 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16390
16391         * gst-libs/gst/tag/gstid3tag.c:
16392           Add TXXX frame identifiers for replaygain stuff as used
16393           by some taggers (see #323721).
16394
16395 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16396
16397         * gst/playback/gststreamselector.c:
16398         (gst_stream_selector_set_property),
16399         (gst_stream_selector_bufferalloc):
16400           Preserve the existing buggy streamselector behaviour by performing
16401           a fallback buffer allocation when downstream isn't linked yet.
16402           This should really be fixed in playbin by blocking pads until it's
16403           linked them.
16404           Also, use gst_pad_alloc_buffer instead of
16405           gst_pad_alloc_buffer_and_set.
16406
16407 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16408
16409         * gst-libs/gst/tag/gstid3tag.c:
16410           Don't crash on unknown ID3v2 TXXX frames.
16411           
16412 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16413
16414         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16415           Chain up to the parent finalize method.
16416           Add 32-bit sample size to the template caps.
16417
16418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16419         (gst_riff_create_video_template_caps):
16420           Add the fourcc that the VMWare codec uses.
16421           
16422         * gst/playback/gststreamselector.c:
16423         (gst_stream_selector_set_property),
16424         (gst_stream_selector_bufferalloc),
16425         (gst_stream_selector_request_new_pad):
16426           For the active pad, forward buffer-alloc requests, otherwise
16427           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16428           having to memcpy every frame when used by playbin.
16429
16430         * gst/tcp/gstmultifdsink.c:
16431         (gst_multi_fd_sink_handle_client_write):
16432           Get negotiated caps from the sink pad, rather than the sink
16433           pad's peer.
16434
16435 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16436
16437         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16438         
16439         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16440           Don't forget to set src->callbacks_pushed to FALSE again when
16441           popping them, otherwise re-activation in a different mode won't
16442           work (#334620).
16443
16444 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16445
16446         Patch by: Sebastien Moutte  <sebastien moutte net>
16447
16448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16449         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16450         (gst_ffmpeg_smpfmt_to_caps):
16451           Replace __VA_ARGS__ caps creation macros with varargs functions.
16452           Makes things compile on MSVC (#320765), looks nicer, and we can
16453           tell the compiler to check for the NULL terminator.
16454
16455 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16456
16457         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16458
16459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16460           Make sure the buffer we copy into is really always big
16461           enough, this time for real (#333488).
16462           
16463 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16464
16465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16466           Add support for 24bpp DIB (#305279).
16467
16468 2006-03-14  Wim Taymans  <wim@fluendo.com>
16469
16470         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16471         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16472         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16473         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16474         (gst_video_scale_init), (gst_video_scale_src_event):
16475         Re-enable QoS after the release.
16476         Rework videoscale to use the base class src_event handler.
16477
16478 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16479
16480         * configure.ac:
16481           back to CVS.
16482
16483 === release 0.10.5 ===
16484
16485 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16486
16487         * configure.ac:
16488           releasing 0.10.5, "Net"
16489
16490 2006-03-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16491
16492         * docs/plugins/Makefile.am:
16493           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16494           
16495 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16496
16497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16499         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16500           Add cdparanoiasrc to docs.
16501
16502         * gst-libs/gst/cdda/gstcddabasesrc.c:
16503           More GstCddaBaseSrc docs.
16504
16505 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16506
16507         * docs/libs/gst-plugins-base-libs-sections.txt:
16508         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16509         * gst-libs/gst/tag/tag.h:
16510           API: libgsttag: new method gst_tag_from_id3_user_tag().
16511
16512 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16513
16514         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16515           NULL-terminate array of mpeg4 video file extensions.
16516           Fixes crash on PPC (#334226).
16517
16518 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16519
16520         * ext/gnomevfs/gstgnomevfssrc.c:
16521         (gst_gnome_vfs_src_check_get_range):
16522           gnome_vfs_uri_is_local() alone is not a good indicator
16523           whether we can operate in pull-mode with a specific URI,
16524           as it returns FALSE for file:// URIs that point to an
16525           NFS-mounted path. Be more conservative here: whitelist
16526           local files, blacklist http URIs and use the old
16527           mechanism for anything else (fixes #334216).
16528
16529 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16530
16531         * configure.ac:
16532           back to trunk
16533
16534 === release 0.10.4 ===
16535
16536 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16537
16538         * configure.ac:
16539           releasing 0.10.4, "Power"
16540
16541 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16542
16543         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16544         Disable max-lateness by setting it to -1 for now, so that 
16545         we can bed QoS stuff in thoroughly between now and the next
16546         release.
16547
16548 2006-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16549
16550         Patch by: Fabrizio Gennari
16551
16552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16553           Make sure we don't read beyond the palette buffer in case of
16554           broken or manipulated files (#333488)
16555
16556 2006-03-10  Edward Hervey  <edward@fluendo.com>
16557
16558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16559         Fix for variable not initialized.
16560
16561 2006-03-09  Wim Taymans  <wim@fluendo.com>
16562
16563         * ext/libvisual/visual.c: (gst_visual_get_type),
16564         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16565         (gst_visual_chain):
16566         Small cleanups.
16567
16568         * ext/theora/gsttheoradec.h:
16569         * ext/theora/theoradec.c: (gst_theora_dec_init),
16570         (gst_theora_dec_reset), (_theora_granule_time),
16571         (theora_dec_src_convert), (theora_dec_sink_convert),
16572         (theora_dec_src_query), (theora_dec_src_event),
16573         (theora_dec_sink_event), (theora_handle_comment_packet),
16574         (theora_handle_header_packet), (theora_dec_push),
16575         (theora_handle_data_packet), (theora_dec_chain),
16576         (theora_dec_change_state):
16577         Add simple QoS.
16578
16579 2006-03-09  Wim Taymans  <wim@fluendo.com>
16580
16581         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16582         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16583         Some cleanups.
16584
16585 2006-03-09  Wim Taymans  <wim@fluendo.com>
16586
16587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16588         Don't try to activate NULL chains.
16589
16590 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16591
16592         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16593           Fix invalid memory access to region before peek'd data (#332964).
16594
16595 2006-03-09  Wim Taymans  <wim@fluendo.com>
16596
16597         Patch by: Christophe Fergeau
16598
16599         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16600         * ext/pango/gsttextrender.c: (gst_text_render_init):
16601         * gst/adder/gstadder.c: (gst_adder_init):
16602         Don't leak padtemplates, closes #333510.
16603
16604 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16605
16606         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16607           Fix invalid memory access: make sure string passed to
16608           regexec() is NUL-termianted.
16609
16610 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16611
16612         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16613         (mp3_type_find):
16614           Refactor mpeg/audio typefinding to make it more maintainable
16615           and easier to fine-tune. Make probing into middle of the file
16616           work properly (fixes #333900, also see #152688).
16617
16618 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16619
16620         * gst/typefind/gsttypefindfunctions.c:
16621         (utf8_type_find_have_valid_utf8_at_offset):
16622           Remove part from previous commit that was bogus:
16623           g_utf8_validate() does in fact not accept embedded
16624           zeroes, so we don't need to check for those (thanks
16625           to Mike for the hint).
16626
16627 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16628
16629         * gst/typefind/gsttypefindfunctions.c:
16630         (utf8_type_find_count_embedded_zeroes),
16631         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16632           Make plain/text typefinder more conservative: firstly, check
16633           for embedded zeroes, which are perfectly valid UTF-8 characters,
16634           but also a fairly good sign that something is not a plain text
16635           file; secondly, probe into the middle of the file if possible.
16636           If we can't probe into the middle, limit the probability value
16637           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16638
16639 2006-03-08  Michael Smith  <msmith@fluendo.com>
16640
16641         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16642           Make typefind function name for mpeg4 video unique.
16643
16644 2006-03-08  Wim Taymans  <wim@fluendo.com>
16645
16646         * ext/libvisual/visual.c: (gst_visual_init),
16647         (gst_visual_clear_actors), (gst_visual_dispose),
16648         (gst_visual_reset), (gst_visual_src_setcaps),
16649         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16650         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16651         (gst_visual_chain), (gst_visual_change_state):
16652         Cleanups, post nice errors.
16653         Handle sink and src events.
16654         Implement simple QoS.
16655
16656         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16657         Use new basesink methods to configure max-lateness.
16658         Small doc update.
16659
16660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16661         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16662         Debug statement cleanups.
16663
16664         * gst/volume/gstvolume.c: (gst_volume_class_init):
16665         Simple cleanup.
16666
16667 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16668
16669         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16670         (gst_text_overlay_init), (gst_text_overlay_set_property),
16671         (gst_text_overlay_get_property):
16672           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16673           as string type properties, but mark them deprecated. Add
16674           'halignment' and 'valignment' properties that use enums
16675           instead of strings.
16676
16677 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16678
16679         Patch by: Fabrizio Gennari
16680
16681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16682           Allow palettes with less than 256 colours in AVI files
16683           (#333488)
16684
16685 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16686
16687         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16688         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16689         pad. We were releasing the queued text buffer when we should keep
16690         it until video pad gets EOS or discard the text buffer because it's
16691         too old. That was eating the last subtitle buffer. Add some more
16692         debug.
16693
16694 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16695
16696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16697         (gst_text_overlay_video_chain):
16698           Fix invalid memory access (we can't access a buffer after it's been
16699           pushed downstream without taking a reference); fix memory leak (if
16700           there's no text to render, bail out before allocating stuff).
16701
16702 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16703
16704         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16705         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16706         * ext/pango/gsttextoverlay.h:
16707           If input is plain text, escape it before passing it to
16708           pango_layout_set_markup().
16709
16710 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16711
16712         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16713           Don't ignore flow return from gst_pad_push().
16714
16715 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16716
16717         Patch by: Fabrizio Gennari
16718
16719         * ext/libvisual/visual.c: (gst_visual_getcaps),
16720         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16722         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16723         (gst_vorbisenc_convert_sink):
16724         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16725         (gst_audio_duration_from_pad_buffer):
16726         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16727         (gst_audio_filter_chain):
16728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16729         (gst_base_rtp_depayload_setcaps):
16730         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16731         (gst_video_get_size):
16732         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16733           Don't leak references returned by gst_pad_get_parent()
16734           (#333663)
16735
16736 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16737
16738         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16739           change location param details
16740         * gst/volume/gstvolume.c: (plugin_init):
16741           correct plugin description
16742
16743 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16744
16745         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16746         (gst_gnome_vfs_src_check_get_range):
16747           Override GstBaseSrc::check_get_range() in order to avoid opening
16748           the resource just to check whether we can operate in pull-mode or
16749           not - we can predict that pretty well from the URI alone. Should
16750           fix problems with last.fm (#331690). (Requires latest core CVS).
16751
16752 2006-03-06  Wim Taymans  <wim@fluendo.com>
16753
16754         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16755         (gst_video_sink_class_init):
16756         Throw away frames that are later than 20 ms.
16757
16758 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16759
16760         Patch by: Fabrizio Gennari
16761
16762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16763           Set depth on WMA caps (#333545)
16764
16765 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16766
16767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16768         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16769           put Theora BOS pages before others.  This hardcodes
16770           the Ogg/Theora I profile, but hey.
16771
16772 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16773
16774         * ext/ogg/README:
16775           updated with some examples
16776         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16777         (granulepos_add), (theora_buffer_from_packet):
16778         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16779         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16780         (gst_vorbisenc_chain):
16781           implement strategy from ext/ogg/README
16782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16783         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16784         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16785         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16786           Fix muxer so that oggz-validate is happy with all streams;
16787           except for no eos mark, and the BOS page ordering
16788         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16789         (check_buffer_granulepos):
16790         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16791           update tests to check for OFFSET being set as requested
16792           fixed type of granulepos, it's not a ClockTime
16793
16794 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16795
16796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16797         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16798         Check that the xvimage we are creating has a correct size
16799         before returning it. (#314897)
16800
16801 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16802
16803         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16804           Give id3 and ape tag typefinders a rank slightly higher
16805           than PRIMARY to ensure they're always run before any of
16806           the other typefinders (in particular wav and mp3) (#324186).
16807
16808 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16809
16810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16811           Add support for '3IVD' fourcc (#333403).
16812
16813 2006-03-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16814
16815         * configure.ac:
16816           Bump requirements to GStreamer CVS for the new error enum.
16817
16818         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16819           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16820           space left on the device (fixes #333352).
16821
16822 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16823
16824         * win32/vs6:
16825           add a project file for libgstvolume
16826           update the workspace
16827
16828 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16829
16830         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16831         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16832         (GST_START_TEST):
16833           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16834           Set IN_CAPS on header buffers
16835
16836 2006-03-02  Wim Taymans  <wim@fluendo.com>
16837
16838         * docs/plugins/Makefile.am:
16839         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16841         Add audioresample to docs.
16842
16843         * gst/audioconvert/gstaudioconvert.c:
16844         Add revision date.
16845
16846         * gst/audioresample/gstaudioresample.c:
16847         (gst_audioresample_base_init), (gst_audioresample_class_init),
16848         (gst_audioresample_init), (gst_audioresample_dispose),
16849         (audioresample_get_unit_size), (audioresample_transform_caps),
16850         (resample_set_state_from_caps), (audioresample_transform_size),
16851         (audioresample_set_caps), (audioresample_event),
16852         (audioresample_do_output), (audioresample_transform),
16853         (audioresample_pushthrough), (gst_audioresample_set_property),
16854         (gst_audioresample_get_property), (plugin_init):
16855         * gst/audioresample/gstaudioresample.h:
16856         Added docs.
16857         Small code cleanups.
16858
16859 2006-03-02  Wim Taymans  <wim@fluendo.com>
16860
16861         * docs/plugins/Makefile.am:
16862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16864         Added videoscale to docs.
16865
16866         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16867         (gst_video_rate_swap_prev), (gst_video_rate_event),
16868         (gst_video_rate_chain):
16869         Fix typo in docs.
16870
16871         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16872         (gst_video_scale_init), (gst_video_scale_prepare_size),
16873         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16874         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16875         * gst/videoscale/gstvideoscale.h:
16876         Added docs, examples.
16877         Some code cleanups.
16878         Post errors instead of g_warning.
16879
16880 2006-03-02  Wim Taymans  <wim@fluendo.com>
16881
16882         * docs/libs/gst-plugins-base-libs-docs.sgml:
16883         * docs/libs/gst-plugins-base-libs-sections.txt:
16884         * docs/libs/gst-plugins-base-libs.types:
16885         * docs/plugins/Makefile.am:
16886         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16887         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16888         Added some more docs to libs and plugins.
16889
16890         * gst-libs/gst/audio/gstringbuffer.c:
16891         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16892         * gst-libs/gst/audio/gstringbuffer.h:
16893         Document ringbuffer some more.
16894
16895         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16896         (gst_video_rate_setcaps), (gst_video_rate_reset),
16897         (gst_video_rate_init), (gst_video_rate_flush_prev),
16898         (gst_video_rate_swap_prev), (gst_video_rate_event),
16899         (gst_video_rate_chain), (gst_video_rate_change_state):
16900         * gst/videorate/gstvideorate.h:
16901         Fix videorate to use segments.
16902         Make it work with 0/1 framerates (closes #331903)
16903         Handle EOS correctly.
16904         Added docs.
16905
16906 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16907
16908         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16909         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16910         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16911           In state change function, first chain up to parent class,
16912           then handle downwards state change stuff. Remove some
16913           commented out cruft from 0.8 code.
16914
16915 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16916
16917         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16918         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16919         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16920         (gst_ogm_parse_chain):
16921           Don't remove/re-add source pad if the new caps are the same as
16922           the old caps anyway (#333042). When removing source pad, don't
16923           unref it afterwards - we didn't ref it when adding. Sprinkle some
16924           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16925           after using gst_pad_get_parent(). Return downstream flow return
16926           value in chain function.
16927
16928 2006-03-02  Wim Taymans  <wim@fluendo.com>
16929
16930         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16931         * docs/plugins/gst-plugins-base-plugins.args:
16932         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16933         * docs/plugins/gst-plugins-base-plugins.interfaces:
16934         * docs/plugins/gst-plugins-base-plugins.signals:
16935         Fix hierarchy, added some more elements to the docs.
16936
16937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16938         (gst_ffmpegcsp_get_type):
16939         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16940         Fix docs for ffmpegcolorspace.
16941
16942 2006-03-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16943
16944         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16945         (apetag_type_find), (ape_type_find), (plugin_init):
16946           Some typefinding fine-tuning:
16947           - rank ID3/APE tags in order of preference via probabilities, so that
16948             ID3v2 > APEv2 > APEv1 > ID3v1.
16949           - three or four bytes don't really justify MAXIMUM probability,
16950             change those to 'very likely' (musepack and monkeysaudio).
16951
16952 2006-03-01  Wim Taymans  <wim@fluendo.com>
16953
16954         * docs/plugins/Makefile.am:
16955         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16956         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16957         * ext/alsa/gstalsamixer.c:
16958         * ext/alsa/gstalsamixer.h:
16959         * ext/alsa/gstalsamixerelement.c:
16960         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16961         * ext/alsa/gstalsamixerelement.h:
16962         * ext/alsa/gstalsasink.c:
16963         * ext/alsa/gstalsasink.h:
16964         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16965         (gst_alsasrc_init):
16966         * ext/alsa/gstalsasrc.h:
16967         Added alsa docs.
16968         Small code cleanups.
16969
16970 2006-03-01  Wim Taymans  <wim@fluendo.com>
16971
16972         * ext/theora/Makefile.am:
16973         Dist new header too,
16974
16975 2006-03-01  Wim Taymans  <wim@fluendo.com>
16976
16977         * docs/plugins/Makefile.am:
16978         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16979         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16980         * ext/gnomevfs/gstgnomevfssink.h:
16981         * ext/gnomevfs/gstgnomevfssrc.h:
16982         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16983         * ext/vorbis/vorbisdec.h:
16984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16985         * ext/vorbis/vorbisenc.h:
16986         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16987         (vorbis_parse_chain), (vorbis_parse_change_state):
16988         * ext/vorbis/vorbisparse.h:
16989         * gst/audioconvert/gstaudioconvert.h:
16990         * gst/tcp/gsttcpserversink.h:
16991         * gst/videotestsrc/gstvideotestsrc.c:
16992         * gst/videotestsrc/gstvideotestsrc.h:
16993         * gst/volume/gstvolume.c:
16994         * gst/volume/gstvolume.h:
16995         Fix some more docs.
16996         Added docs for vorbisdec and vorbisparse.
16997         Fix vorbisparse.
16998
16999 2006-03-01  Wim Taymans  <wim@fluendo.com>
17000
17001         * docs/plugins/Makefile.am:
17002         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17003         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17004         * ext/pango/gstclockoverlay.h:
17005         * ext/pango/gsttextoverlay.h:
17006         * ext/pango/gsttextrender.h:
17007         * ext/pango/gsttimeoverlay.h:
17008         * ext/theora/gsttheoradec.h:
17009         * ext/theora/gsttheoraenc.h:
17010         * ext/theora/theoradec.c:
17011         * ext/theora/theoraenc.c:
17012         * gst/audioconvert/gstaudioconvert.h:
17013         * gst/audiotestsrc/gstaudiotestsrc.h:
17014         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17015         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17016         * gst/tcp/gstmultifdsink.h:
17017         Updated/added documentation.
17018
17019         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17020         (gst_text_overlay_halign_get_type),
17021         (gst_text_overlay_wrap_mode_get_type),
17022         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17023         (gst_text_overlay_init), (gst_text_overlay_set_property),
17024         (gst_text_overlay_get_property):
17025         Fix up properties to be enums instead of string to make bindings,
17026         introspection and automatic GUI creation possible.
17027         Add getters for the properties.
17028
17029 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17030
17031         * gst/audiotestsrc/gstaudiotestsrc.c:
17032           added defines of M_PI and M_PI_2
17033         * gst/ffmpegcolorspace/avcodec.h:
17034           removed #include "stdint.h" for win32 as _stdint.h is 
17035           autogenerated to win32/common
17036         * win32/common/libgstaudio.def:
17037         * win32/common/libgsttag.def:
17038           added some exports
17039         * win32/vs6:
17040           some project files bugs corrected
17041         * win32/vs7:
17042           project files are reset to the default vs7 configuration 
17043           (they link to msvcr71.dll using default optimizations)
17044           
17045 2006-02-28  Wim Taymans  <wim@fluendo.com>
17046
17047         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17048         Fix some docs.
17049
17050 2006-02-28  Edward Hervey  <edward@fluendo.com>
17051
17052         * ext/alsa/gstalsasrc.c:
17053         Set proper class on the ElementDetails:
17054         Source/Audio instead of Src/Audio/
17055
17056 2006-02-28  Edward Hervey  <edward@fluendo.com>
17057
17058         * gst/videoscale/vs_scanline.c:
17059         (vs_scanline_resample_nearest_RGBA):
17060         Revert optimization in videoscale. It should go in liboil and have
17061         an appropriate liboil function.
17062
17063 2006-02-28  Wim Taymans  <wim@fluendo.com>
17064
17065         * gst-libs/gst/audio/gstbaseaudiosink.c:
17066         (gst_base_audio_sink_provide_clock):
17067         Don't try to provide a clock in the NULL state.
17068
17069 2006-02-28  Wim Taymans  <wim@fluendo.com>
17070
17071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17072         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17073         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17074         (gst_ogg_demux_deactivate_current_chain),
17075         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17076         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17077         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17078         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17079         Use GstSegment infrastructure to remove duplicated code
17080         and handle more seek cases correctly.
17081
17082 2006-02-28  Wim Taymans  <wim@fluendo.com>
17083
17084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17085         (gst_ffmpegcsp_transform):
17086         Don't ignore return code from ffmpeg convert function.
17087
17088         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17089         Split out some long statements to ease debugging.
17090
17091 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17092
17093         * ext/libvisual/visual.c: (gst_visual_init),
17094         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17095         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17096         being able to renegotiate the size. Instead, use the negotiation
17097         algorithm from the goom plugin to pick an initial output caps. 
17098
17099         Also, allow theoretical libvisual plugins that might support non-GL 
17100         output even if they also do GL.
17101
17102 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17103
17104         * ext/libvisual/visual.c: (gst_visual_init),
17105         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17106         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17107         possible negotiation issues.
17108
17109 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17110
17111         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17112
17113 2006-02-24  Michael Smith  <msmith@fluendo.com>
17114
17115         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17116         (cmml_type_find), (plugin_init):
17117           Fix CMML type find function to not require a specific minor version
17118           of the CMML header.
17119
17120           Add an MPEG4 video elementary stream typefind function.
17121
17122 2006-02-04  Michael Smith  <msmith@fluendo.com>
17123
17124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17125         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17126         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17127         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17128         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17129         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17130           Annodex support in ogg demuxer. Doesn't do very much without the
17131           other annodex patches (to come).
17132
17133 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17134
17135         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17136
17137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17138           Pick up palette for MS video v1 (#327028)
17139
17140 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17141
17142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17143         (gst_ffmpegcsp_caps_remove_format_info),
17144         (gst_ffmpegcsp_get_unit_size):
17145           The 'palette_data' field from incoming RGB caps shouldn't be
17146           proxied on outgoing YUV caps; also, restrict unit size
17147           adjustment in case of paletted data only to the unit that
17148           actually has a palette. Fixes #330711.
17149
17150 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17151
17152         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17153         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17154         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17155         (gst_ffmpegcsp_get_unit_size):
17156           Plug some memory leaks.
17157
17158 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17159
17160         * sys/ximage/Makefile.am:
17161         * sys/xvimage/Makefile.am:
17162           Add some _CFLAGS and _LIBS that seem to be missing
17163           and/or required for Cygwin (see #317048).
17164
17165 2006-02-22  Wim Taymans  <wim@fluendo.com>
17166
17167         * ext/alsa/gstalsasrc.c:
17168         Fix description as pointed out by caugier.
17169
17170 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17171
17172         Reviewed by : Edward Hervey  <edward@fluendo.com>
17173
17174         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17175         (qt_type_find):
17176         Better 3gp typefinding (#331526).
17177
17178 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17179
17180         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17181           Don't send EOS event here, the base class will send one for us.
17182
17183         * gst/playback/gstplaybasebin.c: (prepare_output):
17184           Subpictures without video stream aren't allowed either.
17185         
17186         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17187           Fix debug statement copy'n'paste-o.
17188
17189 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17190
17191         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17192           Fix issues with mixer keeping state when muting/unmuting
17193           and when changing the volume whilst muted (see #331763
17194           and #331765).
17195
17196 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17197
17198         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17199         (parse_subrip), (gst_sub_parse_format_autodetect):
17200           Set right caps given that we send escaped text. Also,
17201           honour <i></i>, <b></b> and <u></u> markers that can be found
17202           in .srt files (fixes #310202).
17203
17204 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17205
17206         * gst-libs/gst/audio/mixerutils.c:
17207         (element_factory_rank_compare_func):
17208           Make order in which elements are tried more determinable.
17209
17210 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17211
17212         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17213         (remove_element_chain), (cleanup_decodebin),
17214         (gst_decode_bin_change_state): Make decodebin reusable by
17215         fixing remove_element_chain first and then introduce a
17216         cleaner in state change to ->NULL. (Closes #331678)
17217
17218 2006-02-19  Wim Taymans  <wim@fluendo.com>
17219
17220         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17221         use 0666 mask when creating files so umask gets applied
17222         correctly. Fixes #331295.
17223
17224 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17225
17226         * gst/subparse/Makefile.am:
17227         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17228         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17229         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17230         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17231         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17232         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17233         * gst/subparse/gstssaparse.h:
17234         * gst/subparse/gstsubparse.c: (plugin_init):
17235           Add very basic parser for SSA subtitle streams (as often
17236           found in matroska files).
17237
17238 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17239
17240         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17241           That should be text/x-pango-markup, not text/x-pango-layout.
17242
17243 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17244
17245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17246         Polishing.
17247
17248 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17249
17250         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17251         (gst_text_overlay_finalize), (gst_text_overlay_init),
17252         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17253         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17254         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17255         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17256         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17257         Fix state change deadlock.
17258
17259 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17260
17261         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17262         (gst_text_overlay_finalize), (gst_text_overlay_init),
17263         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17264         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17265         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17266         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17267         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17268         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17269         and subtitles files.
17270
17271 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17272
17273         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17274         should be considered as raw.
17275
17276 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17277
17278         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17279         (cb_probe):
17280         * gst/playback/gststreaminfo.h: Introduce language informations.
17281
17282 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17283
17284         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17285         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17286         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17287         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17288         Set shared memory segments to be deleted as soon as we have attached,
17289         that way they get cleaned up automatically if we crash.
17290
17291 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17292
17293         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17294         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17295         functions are called with lock held.
17296
17297 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17298
17299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17300         (gst_text_overlay_finalize), (gst_text_overlay_init),
17301         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17302         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17303         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17304         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17305         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17306         (gst_text_overlay_change_state): Refactoring of textoverlay
17307         without collectpads. This now supports sparse subtitles coming
17308         from a demuxer instead of a sub file. Seeking is still broken 
17309         though. Need to discuss with wtay some more on how to handle
17310         seeking correctly.
17311         * ext/pango/gsttextoverlay.h:
17312         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17313         subtitles coming from the demuxer.
17314
17315 2006-02-17  Wim Taymans  <wim@fluendo.com>
17316
17317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17318         (gst_vorbisenc_convert_sink):
17319         Use some more scaling functions.
17320
17321 2006-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17322
17323         * ext/cdparanoia/gstcdparanoiasrc.c:
17324         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17325         (gst_cd_paranoia_paranoia_callback),
17326         (gst_cd_paranoia_src_signal_is_being_watched),
17327         (gst_cd_paranoia_src_read_sector):
17328         * ext/cdparanoia/gstcdparanoiasrc.h:
17329           Add back 'transport-error' and 'uncorrected-error' signals and
17330           make them actually be fired when bad stuff happens (#319340).
17331
17332 2006-02-17  Wim Taymans  <wim@fluendo.com>
17333
17334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17335         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17336         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17337         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17338         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17339         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17340         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17341         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17342         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17343         (gst_ring_buffer_clear):
17344         Small cleanups.
17345         Added some G_LIKELY.
17346
17347 2006-02-17  Wim Taymans  <wim@fluendo.com>
17348
17349         * gst-libs/gst/audio/TODO:
17350         Update TODO
17351
17352         * gst-libs/gst/audio/gstbaseaudiosink.c:
17353         (gst_base_audio_sink_get_offset):
17354         When trying to play samples ASAP and we don't have a
17355         previous sample, try to play at position 0 instead of
17356         an invalid position.
17357
17358 2006-02-17  Wim Taymans  <wim@fluendo.com>
17359
17360         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17361         (gst_alsasink_reset):
17362         Also release lock when we get an error in _reset();
17363         fix an error message.
17364
17365 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17366
17367         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17368         (gst_alsasink_init), (get_channel_free_structure),
17369         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17370         (gst_alsasink_close):
17371         * ext/alsa/gstalsasink.h:
17372           Add support for more than 2 channels (#326720).
17373
17374 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17375
17376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17377           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17378           with 4 or 6 channels, assume a default channel layout to make things
17379           work (not sure there's anything else we can do in those cases).
17380
17381 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17382
17383         * gst-libs/gst/audio/multichannel.c:
17384           Minor docs fix.
17385
17386         * gst-libs/gst/riff/Makefile.am:
17387         * gst-libs/gst/riff/riff-ids.h:
17388         * gst-libs/gst/riff/riff-media.c:
17389         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17390           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17391           channels and a channel layout map.
17392           
17393 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17394
17395         Reviewed by Edward Hervey  <edward@fluendo.com>
17396
17397         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17398         C-level optimization of the RGBA nearest neighbour function.
17399         Eventually this might end up in liboil with vectorized versions.
17400
17401 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17402
17403         * gst-libs/gst/audio/multichannel.c:
17404         (gst_audio_get_channel_positions):
17405           When we have more than 2 channels, but no channel layout is
17406           specified in the caps, return some default channel layout
17407           to the caller and warn about about a possibly buggy element
17408           (could be buggy filtercaps as well of course) (#317038).
17409
17410 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17411
17412         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17413           Add gst-libs/gst/cdda to list of lib search paths.
17414
17415 2006-02-15  Andy Wingo  <wingo@pobox.com>
17416
17417         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17418         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17419         to the Lord Jesus that I do not have to touch the ogg muxer ever
17420         again.
17421
17422 2006-02-15  Edward Hervey  <edward@fluendo.com>
17423
17424         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17425         quicktime movie files can also contain 'uuid' atoms.
17426
17427 2006-02-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17428
17429         * gst/audioconvert/plugin.c: (plugin_init):
17430           Register the GstAudioChannelPosition enum type with the type
17431           system in the plugin_init function, so that it is known before
17432           any element actually makes use of multi-channel stuff. This is
17433           required for example if one wants to be able to deserialise/use
17434           a caps string with channel positions before any pipeline has
17435           been setup and started, like with gst-launch.
17436
17437 2006-02-14  Wim Taymans  <wim@fluendo.com>
17438
17439         * gst-libs/gst/audio/gstringbuffer.c:
17440         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17441         (gst_ring_buffer_samples_done), (wait_segment),
17442         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17443         Add some compiler G_(UN_)LIKELY help.
17444         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17445         make sure they can exit their functions. Should fix #330748
17446
17447 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17448
17449         * Makefile.am:
17450         * configure.ac:
17451         * win32/MANIFEST:
17452         * win32/common/_stdint.h:
17453           Windows does not have long long; copy the generated _stdint.h
17454         * win32/common/interfaces-enumtypes.c:
17455         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17456         (gst_mixer_track_flags_get_type),
17457         (gst_tuner_channel_flags_get_type):
17458         * win32/common/multichannel-enumtypes.c:
17459         (gst_audio_channel_position_get_type):
17460           update
17461
17462 2006-02-13  Wim Taymans  <wim@fluendo.com>
17463
17464         * gst-libs/gst/audio/gstbaseaudiosink.c:
17465         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17466         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17467         Always sync on first sample we receive when starting.
17468
17469 2006-02-13  Wim Taymans  <wim@fluendo.com>
17470
17471         * gst/playback/gstplaybin.c: (gen_vis_element):
17472         Update vis bin docs.
17473         Move queue after tee so we don't queue video buffers but
17474         audio samples instead. Fixes problems where the video queue
17475         is filled and the audio queue empty.
17476
17477 2006-02-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17478
17479         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17480           No need to push an EOS event here, GstBaseSrc will do that for us
17481           when we return FLOW_UNEXPECTED.
17482           
17483 2006-02-12  Wim Taymans  <wim@fluendo.com>
17484
17485         * gst-libs/gst/audio/gstbaseaudiosink.c:
17486         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17487         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17488         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17489         Use scale functions when possible.
17490         Fix error messages.
17491         Free clockid when after waiting for EOS.
17492         Use G_(UN_)LIKLY when it makes sense.
17493         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17494
17495 2006-02-12  Edward Hervey  <edward@fluendo.com>
17496
17497         * gst/playback/gstplaybasebin.c: (prepare_output): 
17498         Remove stray semi-colon (fixes #330888).
17499
17500 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17501
17502         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17504         Fix up the XShm call testing so that we catch errors, and don't
17505         cause new ones by attempting to detach from a segment we failed
17506         to attach to. Fixes #312439.
17507
17508 2006-02-10  Edward Hervey  <edward@fluendo.com>
17509
17510         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17511         Added flv file typefind (video/x-flv).
17512
17513 2006-02-10  Edward Hervey  <edward@fluendo.com>
17514
17515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17516         (gst_riff_create_video_template_caps):
17517         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17518         Also added the caps to the default set of riff video caps.
17519
17520 2006-02-09  Andy Wingo  <wingo@pobox.com>
17521
17522         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17523         time and the end time of the last packet in the page.
17524         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17525         on the pages in our queue, set the duration as well. Reflow a
17526         debug statement.
17527         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17528         Fixes bad muxing order.
17529
17530 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17531
17532         * gst-libs/gst/rtp/gstbasertppayload.c:
17533         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17534           update seqnum before setting it on the packet; this makes sure
17535           that the timestamp and seqnum properties match after pushing
17536           a buffer
17537
17538 2006-02-09  Andy Wingo  <wingo@pobox.com>
17539
17540         * gst-libs/gst/audio/gstringbuffer.c
17541         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17542         overflow after 13.5 hours of recording. Kapow!
17543
17544         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17545         the buffer size -- we don't care about underrun/overrun reporting
17546         right now, just need to return a useful value.
17547
17548 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17549
17550         * configure.ac:
17551           Back to CVS
17552
17553 === release 0.10.3 ===
17554
17555 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17556
17557         * configure.ac:
17558           releasing 0.10.3, "Under Pressure"
17559
17560 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17561
17562         * configure.ac:
17563         Drat. Bump libtool version number for new API.
17564         Prelease 0.10.2.3 (of 0.10.3)
17565
17566 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17567
17568         * configure.ac:
17569         * win32/common/config.h:
17570         0.10.2.2 prerelease (of 0.10.3).
17571
17572 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17573
17574         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17575           Revert Andy's newsegment change pending a more correct
17576           fix.
17577
17578 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17579
17580         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17581         (qt_type_find), (plugin_init):
17582           detect more files as 3gp
17583           group and reorder the iso file formats
17584
17585 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17586
17587         * ext/vorbis/vorbis.c: (plugin_init):
17588           Register musicbrainz tags, so apps don't have to.
17589
17590 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17591
17592         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17593         (gst_tag_to_vorbis_tag):
17594           Make sure we called gst_tag_register_musicbrainz_tags()
17595           before possibly mapping a vorbiscomment string from/to a
17596           musicbrainz tag.
17597
17598 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17599
17600         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17601           In case we can't find the required number of consecutive
17602           mpeg audio frames to positively identify an MPEG audio
17603           stream, check if there's at least a valid mpeg audio
17604           frame right at offset 0 and if so suggest mpeg/audio
17605           caps with a very low probability (#153004).
17606
17607 2006-02-07  Andy Wingo  <wingo@pobox.com>
17608
17609         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17610         a TIME segment if we get timestamped buffers. Requires recent
17611         fixes in core to work properly.
17612
17613 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17614
17615         * gst/playback/gstplaybasebin.c: (prepare_output):
17616           Don't print the URI as part of the error message, it
17617           makes error dialogs look rather ugly, especially if
17618           the URI is very long or has characters in it that
17619           need escaping.
17620
17621 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17622
17623         * gst/playback/gstplaybasebin.c: (prepare_output):
17624           Error out if we have only text or subtitles, but nothing
17625           else. Also error out if we have subtitles but no video
17626           stream.
17627
17628 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17629
17630         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17631           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17632           Post an error message on the bus when we encounter an
17633           error, which will hopefully be more meaningful than the
17634           'Internal Flow Error' message users get to see if we
17635           just return GST_FLOW_ERROR.
17636
17637 2006-02-07  Andy Wingo  <wingo@pobox.com>
17638
17639         * configure.ac (GST_MAJORMINOR): Update core version req to
17640         0.10.2.2, for the collectpads API addition (#330244).
17641
17642 2006-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17643
17644         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17645           Return FALSE from plugin_init() when GnomeVFS can't
17646           be initialised for some reason (#328423).
17647
17648 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17649
17650         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17651         Stick to seeking theory until i find the bug.
17652         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17653
17654 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17655
17656         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17657         (theora_enc_finalize), (theora_enc_sink_setcaps),
17658         (theora_set_header_on_caps), (theora_enc_chain),
17659         (theora_enc_change_state):
17660         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17661           Make theoraenc and the tests leak free. Like, really.
17662
17663 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17664
17665         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17666         (theora_enc_finalize), (theora_enc_sink_setcaps):
17667           Add a finalize method to ensure we clean up state even if
17668           someone omitted the state change back to NULL.
17669
17670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17671         (gst_vorbisenc_chain):
17672           Free some more leaked bits.
17673
17674         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17675         (stop_pipeline):
17676           Wait for state changes to happen if they're ASYNC.
17677
17678           This ought to teach those fancy pants buildbots a lesson.
17679
17680 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17681
17682         * gst-libs/gst/tag/gstid3tag.c:
17683           Add mapping for ID3 International Standard Recording Code
17684           tag "TSRC"
17685
17686 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17687
17688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17689           Don't leak tag names.
17690
17691 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17692
17693         * docs/libs/gst-plugins-base-libs-docs.sgml:
17694         * docs/libs/gst-plugins-base-libs-sections.txt:
17695         * gst-libs/gst/tag/gstid3tag.c:
17696         * gst-libs/gst/tag/gstvorbistag.c:
17697         * gst-libs/gst/tag/tags.c:
17698           Split libgsttag docs into multiple sections.
17699
17700 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17701
17702         * docs/libs/Makefile.am:
17703         * docs/libs/gst-plugins-base-libs-docs.sgml:
17704         * docs/libs/gst-plugins-base-libs-sections.txt:
17705         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17706         * gst-libs/gst/tag/gstvorbistag.c:
17707         * gst-libs/gst/tag/tag.h:
17708         * gst-libs/gst/tag/tags.c:
17709           Add libgsttag to the docs.
17710
17711 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17712
17713         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17714         (gst_text_overlay_init), (gst_text_overlay_src_event),
17715         (gst_text_overlay_collected): Fix clockoverlay.
17716
17717 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17718
17719         * docs/libs/compiling.sgml:
17720           Fix typo: it's pkg-config, not pkg-gconfig
17721
17722         * docs/libs/gst-plugins-base-libs-docs.sgml:
17723         * docs/libs/gst-plugins-base-libs-sections.txt:
17724         * docs/libs/tmpl/gstgconf.sgml:
17725           There is no libgstgconf in 0.10, remove it
17726           from the docs.
17727
17728 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17729
17730         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17732         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17733         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17734         (gst_sub_parse_class_init), (gst_sub_parse_init),
17735         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17736         (parse_mpsub), (parser_state_init), (handle_buffer),
17737         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17738         * gst/subparse/gstsubparse.h: Introduce seeking code.
17739
17740 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17741
17742         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17743           Add comment about LANGUAGE tag inconsistency (we want
17744           ISO-639-1, but extract three-letter identifiers?)
17745
17746         * po/POTFILES.in:
17747           Add two translatable files.
17748
17749 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17750
17751         * gst-libs/gst/tag/Makefile.am:
17752         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17753         * gst-libs/gst/tag/tag.h:
17754         * gst-libs/gst/tag/tags.c:
17755         (gst_tag_register_musicbrainz_tags_internal),
17756         (gst_tag_register_musicbrainz_tags):
17757           Forward-port some tags stuff from the 0.8 branch. This is
17758           mostly the addition of musicbrainz tags and their mapping
17759           to vorbistags, and a vorbistag mapping of the language tag.
17760
17761 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17762
17763         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17764         refactoring.
17765
17766 2006-02-04  David Schleef  <ds@schleef.org>
17767
17768         * ext/ogg/gstoggmux.c:
17769         * gst/typefind/gsttypefindfunctions.c:
17770           Add Dirac typefinding and add dirac format to oggmux.
17771
17772 2006-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17773
17774         * gst/playback/gstdecodebin.c: (try_to_link_1):
17775           Don't put essential function call into
17776           g_return_*() macro, otherwise it'll all be
17777           replaced by NOOPs when compiling with
17778           G_DISABLE_CHECKS defined.
17779
17780 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17781
17782         * ext/ogg/gstoggdemux.c:
17783         * ext/ogg/gstoggparse.c:
17784         * gst/tcp/gsttcpserversink.c:
17785         * sys/v4l/v4lsrc_calls.c:
17786         * sys/v4l/v4lsrc_calls.h:
17787         Just make it compile with --disable-gst-debug.
17788
17789 2006-02-03  Wim Taymans  <wim@fluendo.com>
17790
17791         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17792         (gst_alsasink_class_init), (gst_alsasink_init),
17793         (gst_alsasink_write), (gst_alsasink_reset):
17794         * ext/alsa/gstalsasink.h:
17795         Add lock to protect alsa calls.
17796         Implement reset to flush samples ASAP, does not work
17797         with dmix though.
17798
17799 2006-02-02  Wim Taymans  <wim@fluendo.com>
17800
17801         * gst-libs/gst/audio/gstbaseaudiosink.c:
17802         (gst_base_audio_sink_provide_clock):
17803         Ugh.. getting late I guess...
17804
17805 2006-02-02  Wim Taymans  <wim@fluendo.com>
17806
17807         * gst-libs/gst/audio/gstbaseaudiosink.c:
17808         (gst_base_audio_sink_provide_clock),
17809         (gst_base_audio_sink_set_property),
17810         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17811         Don't try to provide a clock when we are not negotiated since
17812         we might not be able to make it run.
17813
17814 2006-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17815
17816         * gst/playback/gstdecodebin.c: (try_to_link_1):
17817           Unlinking two source pads is ... hard.
17818
17819 2006-02-02  Wim Taymans  <wim@fluendo.com>
17820
17821         * gst-libs/gst/audio/TODO:
17822         Updated.
17823
17824         * gst-libs/gst/audio/gstbaseaudiosink.c:
17825         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17826         On EOS, wait till the last sample is played before posting EOS.
17827
17828 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17829
17830         Patch by: Kai Vehmanen
17831         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17832           Adds ability to enable newsegment bypass by setting queue_delay to
17833           zero. Also avoid thread being started if queue_delay is zero.
17834
17835 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17836
17837         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17838           Make test work again by connecting fakesinks to each decoded pad,
17839           which makes the pipeline wait until each fakesink has a buffer
17840           queued before going to PAUSED state. At that point we know the
17841           decodebin pads are negotiated.
17842
17843 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17844
17845         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17846         (gst_cdda_base_src_handle_event):
17847         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17848           Pass unhandled queries to the parent class's query function.
17849
17850 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17851
17852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17853         (gst_ogg_pad_src_query):
17854         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17855         * ext/theora/theoradec.c: (theora_dec_src_query),
17856         (theora_dec_sink_query):
17857         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17858         (vorbis_dec_sink_query):
17859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17860         (gst_vorbisenc_sink_query):
17861         * gst/adder/gstadder.c: (gst_adder_query):
17862           Pass unhandled queries upstream instead of just
17863           dropping them (#326447). Also, fix supported
17864           query types list for some elements.
17865
17866 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17867
17868         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17869         (paris_type_find), (ilbc_type_find), (plugin_init):
17870           Fix typefinding for audio/x-au, audio/x-paris and
17871           audio/iLBC-sh. We cannot use the START_WITH macros
17872           here, because there can only be one typefind factory
17873           with the same name (caps), so the second one would
17874           replace the first one and the first one would never
17875           be called when doing typefinding (see #161712).
17876           
17877
17878 2006-01-31  Wim Taymans  <wim@fluendo.com>
17879
17880         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17881         (vorbis_handle_header_packet), (vorbis_dec_push),
17882         (vorbis_handle_data_packet):
17883         Use scale_int when we can, add some more scaling.
17884         Check packettype before parsing it.
17885
17886 2006-01-31  Wim Taymans  <wim@fluendo.com>
17887
17888         * ext/theora/theoradec.c: (_theora_granule_time),
17889         (theora_dec_src_convert), (theora_dec_sink_convert):
17890         Call right _scale functions.
17891         Use parameter instead of some other random value.
17892
17893 2006-01-31  Wim Taymans  <wim@fluendo.com>
17894
17895         * ext/theora/theoradec.c: (_theora_granule_frame),
17896         (_theora_granule_time), (_inc_granulepos),
17897         (theora_dec_src_convert), (theora_dec_sink_convert),
17898         (theora_handle_type_packet), (theora_handle_data_packet),
17899         (theora_dec_chain):
17900         Use higher precision timestamps calculation.
17901         Convert some other conversions to _scale.
17902
17903 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17904
17905         * gst/audiotestsrc/gstaudiotestsrc.c:
17906         (gst_audio_test_src_create_sine_table), (plugin_init):
17907         * gst/volume/gstvolume.c: (plugin_init):
17908           initialize gst_controller before using
17909
17910 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17911
17912         * tests/check/pipelines/theoraenc.c:
17913         * tests/check/pipelines/vorbisenc.c:
17914         Define constant using G_GINT64_CONSTANT to avoid errors when
17915         passing it around - otherwise it gets truncated to 32 bits.
17916
17917         Fixes failing tests.
17918
17919 2006-01-31  Andy Wingo  <wingo@pobox.com>
17920
17921         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17922         caps being set doesn't have a framerate value. Basically a stopgap
17923         measure.
17924
17925         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17926         technically correct enough to put into core though.
17927         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17928         DURATION. Fixes theoraenc ! oggmux.
17929
17930         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17931         fraction, not double.
17932
17933 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17934
17935         * win32/vs7:
17936         add vs7 project files created by Sergey Scobich
17937
17938 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17939
17940         * win32/vs8:
17941         add vs8 project files created by Sergey Scobich
17942         
17943 2006-01-30  Andy Wingo  <wingo@pobox.com>
17944
17945         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17946         timestamp + duration, not just timestamp -- ogg pages should be
17947         ordered by stop time. Necessary fix given the change in vorbis
17948         timestamps.
17949
17950         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17951         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17952         (granulepos_add): New function, handles the messiness of adjusting
17953         granulepos values.
17954         (theora_buffer_from_packet):
17955         (theora_enc_chain):
17956         (theora_enc_sink_event): Use granulepos_add, not +.
17957
17958         * tests/check/pipelines/theoraenc.c
17959         (check_buffer_granulepos_from_starttime): Just check the frame
17960         count, not the actual granulepos -- we can't dictate to the
17961         encoder when it should be placing keyframes.
17962
17963 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17964
17965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17966           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17967           play an http:// stream from a server that's not serving
17968
17969 2006-01-30  Andy Wingo  <wingo@pobox.com>
17970
17971         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17972         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17973         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17974         available.
17975
17976         * ext/theora/gsttheoraenc.h:
17977         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17978         although theoraenc was timestamping correctly. Added handling of
17979         streams that start with nonzero timestamps.
17980
17981         * tests/check/Makefile.am:
17982         * tests/check/pipelines/theoraenc.c: New file, basically does same
17983         tests as vorbisenc.
17984
17985         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17986
17987 2006-01-30  Wim Taymans  <wim@fluendo.com>
17988
17989         * gst-libs/gst/audio/gstaudiosink.c:
17990         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17991         (gst_audioringbuffer_pause):
17992         Implement pause that does not wait for completion.
17993
17994         * gst-libs/gst/audio/gstbaseaudiosink.c:
17995         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17996         Don't drop buffers when going to PAUSED but perform preroll on
17997         remaining samples now that core base class supports this.
17998
17999         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18000         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18001         (gst_ring_buffer_commit):
18002         Pause should not signal waiters.
18003         Implement return value of _commit correctly.
18004
18005 2006-01-30  Andy Wingo  <wingo@pobox.com>
18006
18007         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18008
18009         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18010         updated to timestamp from the first sample, not the last.
18011         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18012         special care of granulepos and timestamp for header packets.
18013         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18014         when the first buffer has a nonzero timestamp.
18015
18016         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18017         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18018         case when the first audio buffer we get has a nonzero timestamp.
18019         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18020         properly timestamp vorbis buffers with the time of the first
18021         sample, not the last.
18022         
18023         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18024         vorbis_granule_time_copy -- now it takes the granule/subgranule
18025         offset into account.
18026
18027         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18028         timestamps, durations, and granulepos on buffers produced by
18029         vorbisenc.
18030
18031 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18032
18033         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18034         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18035           Patch from Eric Jonas to support conversions to/from UYVY 
18036           (Fixes: #324626)
18037
18038 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18039
18040         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18041         (setup_subtitle), (setup_source), (set_active_source):
18042         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18043         (gen_text_element), (gen_audio_element), (gen_vis_element),
18044         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18045
18046 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18047
18048         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18049         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18050                 use gst_guint64_to_gdouble to be compliant with vs6
18051         * gst/playback/gstdecodebin.c: (try_to_link_1)
18052         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18053                 use G_GINT64_CONSTANT for int64 constants
18054         * win32/common/libgstinterfaces.def:
18055                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18056         * win32/vs6:
18057                 update and add new project files
18058                 
18059 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * Makefile.am:
18062         * win32/MANIFEST:
18063         * win32/common/interfaces-enumtypes.c:
18064         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18065         (gst_mixer_track_flags_get_type),
18066         (gst_tuner_channel_flags_get_type):
18067         * win32/common/interfaces-enumtypes.h:
18068         * win32/common/multichannel-enumtypes.c:
18069         (gst_audio_channel_position_get_type):
18070         * win32/common/multichannel-enumtypes.h:
18071           add a win32-update rule like in core, and copy over enumtypes files
18072
18073 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18074
18075         * win32/MANIFEST:
18076         * win32/common/config.h:
18077         * win32/common/config.h.in:
18078           add config files just like in core
18079
18080 2006-01-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18081
18082         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18083           Make gcc-4.1 happy (part of #327357).
18084
18085 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18086
18087         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18088         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18089         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18090         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18091         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18092         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18093           Update all error messages.  All of them should either use
18094           the default translated message, or actually provide a
18095           translatable string.
18096           Make the string for channel count problems meaningful.
18097
18098 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18099
18100         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18101           check for and throw RESOURCE_BUSY
18102
18103 2006-01-27  David Schleef  <ds@schleef.org>
18104
18105         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18106           checked in this change -- it requires liboil features not
18107           in 0.3.6.  Revert parts.
18108
18109 2006-01-27  David Schleef  <ds@schleef.org>
18110
18111         * REQUIREMENTS:
18112         * configure.ac: update liboil requirement to 0.3.6
18113         * gst/videoscale/Makefile.am:
18114         * gst/videoscale/vs_scanline.c: liboilify
18115
18116 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18117
18118         * ext/libvisual/visual.c: (get_buffer):
18119           When pad_alloc returns a GstFlowReturn other
18120           than GST_FLOW_OK, make sure it is passed upstream.
18121
18122 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18123
18124         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18125         (gst_alsasink_class_init):
18126           Free the device name string.
18127
18128         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18129         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18130         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18131           Don't remove a pad from the collectpads structure until it
18132           is released - it's a request pad, and may receive data again
18133           if the element gets moved back to PLAYING state.
18134
18135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18136           Ensure we turn on double buffering on the Xv port, and
18137           set the colour key to something dark and mysterious that
18138           isn't black.
18139
18140 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18141
18142         * ext/alsa/gstalsaplugin.c: (plugin_init):
18143         * ext/cdparanoia/gstcdparanoiasrc.c:
18144         (gst_cd_paranoia_src_base_init), (plugin_init):
18145         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18147           - a library should not call setlocale. see "Libraries" node in
18148             gettext manual
18149           - make sure all plugins that use translation do bindtextdomain
18150             to point to the localedir
18151         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18152         (setup_sinks), (plugin_init):
18153           all this, and check for NULL when creating sinks
18154
18155 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18156
18157         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18158         (plugin_init): Make typefinding of subtitles work again.
18159
18160 2006-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18161
18162         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18163         (mp3_type_frame_length_from_header), (mp3_type_find),
18164         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18165         (plugin_init):
18166           Backport a bunch of typefinding fixes from the 0.8 branch.
18167           Also, improve wavpack typefinding: if we can't peek the
18168           entire wavpack block, try to parse the bits we can get and
18169           see if we find what we're looking for in those.
18170
18171 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18172
18173         * sys/ximage/ximagesink.c:
18174         (gst_ximagesink_calculate_pixel_aspect_ratio):
18175         * sys/xvimage/xvimagesink.c:
18176         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18177         more cases of pixel aspect ratio.
18178
18179 2006-01-26  Edward Hervey  <edward@fluendo.com>
18180
18181         * gst/playback/gstdecodebin.c: (pad_probe):
18182         Also consider the flush-start and tag events as unblockers
18183         for the pad probes.
18184
18185 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18186
18187         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18188         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18189         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18190         On the fly visualisation switch, works disabling, enabling as
18191         well but it won't be able to enable vis in a playbin that was
18192         created with no visualisation.
18193
18194 2006-01-25  Wim Taymans  <wim@fluendo.com>
18195
18196         * gst-libs/gst/audio/gstbaseaudiosink.c:
18197         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18198         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18199         resume after pause.
18200
18201 2006-01-25  Wim Taymans  <wim@fluendo.com>
18202
18203         * gst-libs/gst/audio/gstbaseaudiosink.c:
18204         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18205         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18206         Improve debugging.
18207         Post error when caps cannot be parsed.
18208         Resync on discontinuity in the stream.
18209         Clip samples to segment boundaries.
18210         return WRONG_STATE sooner when we are flushing.
18211
18212         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18213         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18214         Make audiosrc operate in TIME.
18215         Set TIMESTAMP and DURATION on buffers.
18216
18217 2006-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18218
18219         * tests/examples/seek/seek.c: (main):
18220           Output tag messages as well.
18221
18222 2006-01-23  Edward Hervey  <edward@fluendo.com>
18223
18224         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18225         (free_pad_probes), (remove_fakesink), (pad_probe),
18226         (close_pad_link), (gst_decode_bin_change_state):
18227         Replace GstPadBlockCallback with pad probes that detect
18228         first buffer AND eos before removing fakesink.
18229         Fixes hang with demuxers doing EOS while pre-rolling.
18230         Solves #328279
18231
18232 2006-01-23  Andy Wingo  <wingo@pobox.com>
18233
18234         * ext/alsa/gstalsasink.c:
18235         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18236         (gst_base_rtp_depayload_setcaps),
18237         (gst_base_rtp_depayload_add_to_queue),
18238         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18239         
18240         Patch by: Jens Granseuer <jensgr at gmx dot net>
18241
18242 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18243
18244         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18245         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18246         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18247         frames. We might get a frame destroyed after changing state to
18248         NULL, adding a safety check on xcontext.
18249
18250 2006-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18251
18252         * gst-libs/gst/interfaces/xoverlay.c:
18253           Fix prepare-xwindow-id code example in the docs - we need to
18254           ignore all messages that aren't element messages as well.
18255           
18256 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18257
18258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18259           I think one day i'll completely undestand how caps negotiation
18260           is supposed to work. This refactoring handles buffer_alloc
18261           called with caps we can't handle. We definitely don't want a
18262           set_caps with those caps, so we define and allocate a buffer
18263           we would like to receive.
18264
18265 2006-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18266
18267         * gst/playback/gstplaybasebin.c: (setup_source):
18268           Free iterator when done.
18269
18270 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18271
18272         * gst-libs/gst/audio/gstbaseaudiosink.c:
18273         (gst_base_audio_sink_render):
18274           Fix playback of non-synchronised streams by assuming a rate
18275           of 1.0 instead of a random one.
18276
18277           Makes this work again:
18278
18279           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18280           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18281           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18282           audioresample ! alsasink
18283
18284 === release 0.10.2 ===
18285
18286 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18287
18288         * configure.ac:
18289           releasing 0.10.2, "Then the devil is six"
18290
18291 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18292
18293         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18294         * gst/playback/gststreamselector.c:
18295         (gst_stream_selector_set_property):
18296           Comment out broken code that connects to the state-changed signal.
18297           At this point, changing current stream selection is broken, but 
18298           stuff like gst-launch playbin current-audio=1 works and filters
18299           to the chosen stream.
18300
18301 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18302
18303         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18304           Fix #327216 (null dereference in vorbisdec)
18305
18306 2006-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18307
18308         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18309           Post taglist actually on bus instead of just freeing it
18310           (fixes #327114 and totem bug #327080).
18311
18312         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18313           Use gst_element_found_tags_for_pad(), so that the tags
18314           are sent downstream as an event as well.
18315
18316 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18317
18318         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18319         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18320         (gst_ximagesink_buffer_alloc):
18321         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18322         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18323         (gst_xvimagesink_buffer_alloc):
18324           move all regularly occurring messages to GST_LOG level
18325           add some more object logs
18326
18327 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18328
18329         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18330           fix a silly segfault
18331
18332 2006-01-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18333
18334         * docs/libs/gst-plugins-base-libs-docs.sgml:
18335         * docs/libs/gst-plugins-base-libs-sections.txt:
18336         * gst-libs/gst/audio/mixerutils.c:
18337         * gst-libs/gst/audio/mixerutils.h:
18338           Add docs for mixerutils stuff.
18339
18340 2006-01-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18341
18342         * gst/playback/gstplaybasebin.c: (setup_source):
18343           Fix playback for sources that emit raw audio or
18344           raw video streams (e.g.: cd audio sources) (#325984).
18345
18346 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18347
18348         * gst-libs/gst/audio/mixerutils.c:
18349         (gst_audio_mixer_filter_do_filter):
18350           actually save the element we create
18351
18352 2006-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18353
18354         * gst-libs/gst/cdda/gstcddabasesrc.c:
18355         (gst_cdda_base_src_handle_track_seek):
18356           No need to post a tag message on the bus when seeking
18357           within the same track, only post it when the current
18358           track changes.
18359
18360 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18361
18362         * gst/playback/gstplaybasebin.c: (group_destroy),
18363         (probe_triggered), (new_decoded_pad), (mute_group_type),
18364         (set_active_source):
18365         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18366         * gst/playback/gststreamselector.c:
18367         (gst_stream_selector_base_init),
18368         (gst_stream_selector_set_property),
18369         (gst_stream_selector_request_new_pad):
18370           Reenable stream selection. These mechanisms need a complete overhaul
18371           in the face of 0.8->0.10 changes though.
18372
18373 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18374
18375         * ext/ogg/gstoggdemux.c:
18376           Change the pad template to src_%d to match the pads that 
18377           are created from it. decodebin needs this information in order
18378           to decide that oggdemux is capable of producing multiple pads
18379           (and hence needs queues inserted).
18380
18381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18382         (gst_ogg_mux_collected):
18383           Make debug output more useful by using GST_PTR_FORMAT.
18384
18385 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18386
18387         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18388
18389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18390           Set depth and width for alaw/mulaw (fixes #326601).
18391
18392 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * tests/icles/Makefile.am:
18395           don't build the tests if we don't have the libs
18396
18397 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18398
18399         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18400         (gst_cd_paranoia_paranoia_callback):
18401           Don't try to free NULL pointers.
18402
18403 2006-01-10  Edward Hervey  <edward@fluendo.com>
18404
18405         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18406         (gst_audio_rate_change_state), (plugin_init):
18407         Add debugging category.
18408         Fix type issues.
18409         Add case for incoming buffers without valid offset/offset_end.
18410
18411 2006-01-10  Michael Smith  <msmith@fluendo.com>
18412
18413         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18414           Don't leak GCond in audio sources.
18415
18416 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18417
18418         * gst/playback/gstplaybin.c: (gen_audio_element):
18419           Don't leak an autoaudiosink/alsasink when we generate
18420           a new audio element. (old code, I guess)
18421
18422 2006-01-10  Michael Smith  <msmith@fluendo.com>
18423
18424         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18425           Support float audio in audiorate.
18426           Use width rather than depth for selecting sample width.
18427
18428 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18429
18430         * gst/videotestsrc/videotestsrc.h:
18431           Use GLib types here (that way we don't have to include the
18432           generated _stdint.h header, which makes life easier for win32
18433           folks that don't use autotools for the build) (#325990, patch
18434           by: Sergey Scobich).
18435
18436 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18437
18438         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18439         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18440         (gst_ring_buffer_pause), (wait_segment):
18441         * gst-libs/gst/audio/gstringbuffer.h:
18442           Name (private) union, makes Forte compiler happy (this time
18443           for real) (#324900).
18444
18445 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18446
18447         * gst-libs/gst/audio/Makefile.am:
18448           Link against libgstinterfaces, needed for mixer
18449           and property probe stuff.
18450
18451 2006-01-09  Edward Hervey  <edward@fluendo.com>
18452
18453         * gst-libs/gst/Makefile.am:
18454
18455 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18456
18457         * gst-libs/gst/audio/Makefile.am:
18458         * gst-libs/gst/audio/mixerutils.c:
18459         (gst_audio_mixer_filter_do_filter),
18460         (gst_audio_mixer_filter_check_element),
18461         (gst_audio_mixer_filter_probe_feature),
18462         (element_factory_rank_compare_func),
18463         (gst_audio_default_registry_mixer_filter):
18464         * gst-libs/gst/audio/mixerutils.h:
18465           Add gst_audio_default_registry_mixer_filter() utility
18466           function.
18467
18468 2006-01-03  Michael Smith  <msmith@fluendo.com>
18469
18470         * gst/audioresample/resample.h:
18471           As before, but for o_buf
18472
18473 2006-01-03  Michael Smith  <msmith@fluendo.com>
18474
18475         * gst/audioresample/resample.h:
18476           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18477           since we do arithmetic on it.
18478
18479 2006-01-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18480
18481         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18482         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18483         (gst_ring_buffer_pause), (wait_segment):
18484         * gst-libs/gst/audio/gstringbuffer.h:
18485           Sun's Forte compiler doesn't seem to like anonymous structs,
18486           so use same setup as in GstBaseSrc (fixes #324900).
18487
18488 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18489
18490         * configure.ac:
18491         * gst/volume/Makefile.am:
18492         * gst/volume/demo.c:
18493           move old example to tests/examples/volume/volune.c
18494         * tests/examples/Makefile.am:
18495         * tests/examples/seek/seek.c: (main):
18496           change window-close event from "delete-event" to "destroy"
18497         * tests/examples/volume/Makefile.am:
18498         * tests/examples/volume/volume.c: (value_changed_callback),
18499         (setup_gui), (message_received), (eos_message_received), (main):
18500           fix event handling and bus usage
18501
18502 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18503
18504         * gst/audiotestsrc/gstaudiotestsrc.c:
18505         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18506         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18507         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18508         (gst_audio_test_src_create_square),
18509         (gst_audio_test_src_create_saw),
18510         (gst_audio_test_src_create_triangle),
18511         (gst_audio_test_src_create_silence),
18512         (gst_audio_test_src_create_white_noise),
18513         (gst_audio_test_src_create_pink_noise),
18514         (gst_audio_test_src_init_sine_table),
18515         (gst_audio_test_src_create_sine_table),
18516         (gst_audio_test_src_change_wave),
18517         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18518         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18519         * gst/audiotestsrc/gstaudiotestsrc.h:
18520           update to basesrc changes, implement segmented seeking and eos
18521           handling, add a 'sine-tab' waveform for performance critical playback
18522
18523 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18524
18525         * po/POTFILES.in:
18526           ... and this time the other modified file that I missed last time.
18527
18528 2005-12-29  Michael Smith  <msmith@fluendo.com>
18529
18530         * gst/playback/gstdecodebin.c: (new_pad):
18531           Fix non-C89 variable declaration not at the start of a block. Should
18532           help some compilers.
18533
18534 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18535
18536         * tests/check/Makefile.am:
18537           And now fix 'make distcheck' (builddir != srcdir)
18538
18539 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18540
18541         * configure.ac:
18542         * ext/cdparanoia/Makefile.am:
18543         * ext/cdparanoia/gstcdparanoia.c:
18544         * ext/cdparanoia/gstcdparanoia.h:
18545         * ext/cdparanoia/gstcdparanoiasrc.c:
18546         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18547         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18548         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18549         (gst_cd_paranoia_paranoia_callback),
18550         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18551         (gst_cd_paranoia_src_set_property),
18552         (gst_cd_paranoia_src_get_property), (plugin_init):
18553         * ext/cdparanoia/gstcdparanoiasrc.h:
18554           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18555           plugin again (there are still fixes required to playbin to make
18556           cdda:// uris work there).
18557
18558 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18559
18560         * tests/check/Makefile.am:
18561           Fix test case compilation.
18562
18563 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18564
18565         * gst-libs/gst/cdda/gstcddabasesrc.c:
18566         (gst_cdda_base_src_update_duration),
18567         (gst_cdda_base_src_calculate_cddb_id):
18568           An integer is not a string. Fix access to uninitialised variable.
18569
18570         * tests/check/Makefile.am:
18571           Add cddabasesrc unit test; also actually enable the vorbis test.
18572
18573         * tests/check/generic/states.c:
18574           Blacklist new cd audio elements as well.
18575
18576         * tests/check/libs/cddabasesrc.c:
18577           Unit test for GstCddaBaseSrc (discid calculation mostly).
18578
18579 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18580
18581         * docs/libs/Makefile.am:
18582         * docs/libs/gst-plugins-base-libs-docs.sgml:
18583         * docs/libs/gst-plugins-base-libs-sections.txt:
18584         * docs/libs/gst-plugins-base-libs.types:
18585           Add docs for libgstcdda/GstCddaBaseSrc.
18586
18587         * gst-libs/gst/interfaces/mixertrack.h:
18588           Do one struct member per line with a semicolon at the end, that way
18589           even gtk-doc might parse it without complaining.
18590
18591 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18592
18593         * configure.ac:
18594         * gst-libs/gst/Makefile.am:
18595         * gst-libs/gst/cdda/Makefile.am:
18596         * gst-libs/gst/cdda/base64.c:
18597         * gst-libs/gst/cdda/base64.h:
18598         * gst-libs/gst/cdda/gstcddabasesrc.c:
18599         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18600         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18601         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18602         (gst_cdda_base_src_get_property),
18603         (gst_cdda_base_src_get_track_from_sector),
18604         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18605         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18606         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18607         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18608         (gst_cdda_base_src_uri_get_protocols),
18609         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18610         (gst_cdda_base_src_uri_handler_init),
18611         (gst_cdda_base_src_setup_interfaces),
18612         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18613         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18614         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18615         (gst_cdda_base_src_add_tags),
18616         (gst_cdda_base_src_add_index_associations),
18617         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18618         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18619         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18620         (gst_cdda_base_src_create):
18621         * gst-libs/gst/cdda/gstcddabasesrc.h:
18622         * gst-libs/gst/cdda/sha1.c:
18623         * gst-libs/gst/cdda/sha1.h:
18624           Add new libgstcdda with GstCddaBaseSrc class.
18625
18626 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18627
18628         * ext/gnomevfs/gstgnomevfssink.h:
18629           Use GstBaseSinkClass as parent_class member for class struct, not
18630           GstBaseSink.
18631
18632 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18633
18634         Patch by: Michael Benes
18635
18636         * gst/videotestsrc/gstvideotestsrc.c:
18637         (gst_video_test_src_class_init), (gst_video_test_src_start):
18638           Add start method to reset running time and number of frames sent
18639           when starting up (fixes #324696)
18640
18641 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18642
18643         * docs/plugins/Makefile.am:
18644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18646         * docs/plugins/gst-plugins-base-plugins.args:
18647         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18648         * docs/plugins/gst-plugins-base-plugins.signals:
18649           Add docs stuff for gnomevfssrc and gnomevfssink.
18650
18651         * ext/gnomevfs/gstgnomevfssrc.c:
18652           Fix example pipeline in gtk-doc blurb.
18653
18654 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18655
18656         * ext/gnomevfs/Makefile.am:
18657         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18658         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18659         (gst_gnome_vfs_handle_get_type), (plugin_init):
18660         * ext/gnomevfs/gstgnomevfs.h:
18661         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18662         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18663         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18664         (gst_gnome_vfs_sink_set_property),
18665         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18666         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18667         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18668         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18669         (gst_gnome_vfs_sink_uri_get_type),
18670         (gst_gnome_vfs_sink_uri_get_protocols),
18671         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18672         (gst_gnome_vfs_sink_uri_handler_init):
18673         * ext/gnomevfs/gstgnomevfssink.h:
18674           Port gnomevfssink; add gtk-doc blurb.
18675
18676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18677         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18678         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18679         (gst_gnome_vfs_src_uri_get_type),
18680         (gst_gnome_vfs_src_uri_get_protocols),
18681         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18682         (gst_gnome_vfs_src_uri_handler_init),
18683         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18684         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18685         (gst_gnome_vfs_src_send_additional_headers_callback),
18686         (gst_gnome_vfs_src_received_headers_callback),
18687         (gst_gnome_vfs_src_push_callbacks),
18688         (gst_gnome_vfs_src_pop_callbacks),
18689         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18690         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18691         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18692         * ext/gnomevfs/gstgnomevfssrc.h:
18693           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18694           file; add gtk-doc blurb with example pipelines.
18695
18696 === release 0.10.1 ===
18697
18698 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18699
18700         * configure.ac:
18701           releasing 0.10.1, "Dobro Dedek"
18702
18703 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18704
18705         * gst/typefind/gsttypefindfunctions.c:
18706         iLBC30 and iLBC20 added to typefind.
18707
18708 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18709
18710         * gst-libs/gst/audio/gstbaseaudiosink.c:
18711         (gst_base_audio_sink_class_init):
18712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18713         (gst_base_audio_src_class_init):
18714           update strings, values are in microseconds
18715           change the default sink buffer time to something that is smaller
18716           (to help software volume mixing have a slightly lower delay) but
18717           still be acceptable on Wim's laptop
18718
18719 2005-12-20  Edward Hervey  <edward@fluendo.com>
18720
18721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18722         Made a quack, forgot to add DUCK to the riff video template.
18723
18724 2005-12-19  Edward Hervey  <edward@fluendo.com>
18725
18726         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18727         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18728         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18729         (gst_ogm_parse_chain):
18730         Make sure pads are initialized correctly.
18731         * gst-libs/gst/riff/riff-ids.h:
18732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18733         (gst_riff_create_video_template_caps):
18734         Add a whole bunch of FOURCC <=> MimeType.
18735         Extend the riff video pad template to support the newly added fourcc.
18736
18737 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18738
18739         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18740         (gst_ogg_demux_activate_chain):
18741           Extra debug output when activating/deactivating chains.
18742
18743         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18744         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18745         (unlinked):
18746           Remove a queue from our list when it becomes unlinked.
18747           Don't add queues to elements in class 'Demux' if they
18748           can only produce one pad 
18749
18750 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18751
18752         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18753         (gst_video_sink_get_type): Add a debug category.
18754
18755 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18756
18757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18758         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18759           Handle downstream newsegment by sending our own newsegment before the
18760           next buffer to be released. (#323900)
18761
18762 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18763
18764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18765         (gst_base_rtp_depayload_set_gst_timestamp):
18766           add queue delay to new segment as well (as opposed to just the first
18767           buffer). (bug #322347)
18768
18769 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18770
18771         * ext/libvisual/visual.c: (make_valid_name):
18772           change some char* into char[]
18773         * gst/audiotestsrc/gstaudiotestsrc.c:
18774         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18775         (gst_audio_test_src_create):
18776         * gst/audiotestsrc/gstaudiotestsrc.h:
18777           prepare to handle EOS and SEGMENT_DONE
18778
18779 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18780
18781         * tests/check/generic/states.c: (GST_START_TEST):
18782           Blacklist cdparanoia element in state test.
18783
18784 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18785
18786           Patch by: Benjamin Pineau
18787
18788         * gst/tcp/gsttcp.c:
18789         * gst/tcp/gsttcpclientsink.c:
18790         * gst/tcp/gsttcpserversink.c:
18791         * gst/tcp/gsttcpserversrc.c:
18792           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18793
18794 2005-12-15  Michael Smith  <msmith@fluendo.com>
18795
18796         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18797         (gst_video_rate_chain):
18798           Fix timestamping for videorate when the first buffer it sees has a
18799           non-zero timestamp. Fix some misleading debug output.
18800
18801 2005-12-15  Michael Smith  <msmith@fluendo.com>
18802
18803         * gst/audioresample/gstaudioresample.c:
18804           Don't leak all input buffers to audioresample.
18805
18806 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18807
18808         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18809           Don't operate on empty text buffers. Strip newlines and
18810           tabs only from the end of the text, but leave them intact
18811           in the middle. Fix typo in gtk-doc description.
18812
18813 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18814
18815         * gst/playback/gstplaybasebin.c:
18816         * gst/playback/gstplaybin.c: (handoff):
18817           Make sure the video frame buffer we return to apps via the
18818           "frame" property always has caps set on it. Modify
18819           _gst_gvalue_set_object() macro to handle NULL objects
18820           gracefully too.
18821
18822 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18823
18824         * gst/audiotestsrc/gstaudiotestsrc.c:
18825         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18826         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18827         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18828         (gst_audio_test_src_create):
18829         * gst/audiotestsrc/gstaudiotestsrc.h:
18830         Adjust to some recent api changes and add wtays new cool seeking
18831         capabillities
18832
18833 2005-12-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18834
18835         * ext/alsa/Makefile.am:
18836         * ext/alsa/gstalsadeviceprobe.c:
18837         * ext/alsa/gstalsadeviceprobe.h:
18838           Helper functions to add device probing via the GstPropertyProbe
18839           interface to a class.
18840
18841         * ext/alsa/gstalsamixer.h:
18842           Comment out GST_ALSA_MIXER, it returns a struct that's not
18843           used.
18844
18845         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18846           Add some debug info. 
18847
18848         * ext/alsa/gstalsamixerelement.c:
18849         (gst_alsa_mixer_element_interface_supported),
18850         (gst_implements_interface_init),
18851         (gst_alsa_mixer_element_init_interfaces),
18852         (gst_alsa_mixer_element_class_init),
18853         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18854         (gst_alsa_mixer_element_set_property),
18855         (gst_alsa_mixer_element_get_property),
18856         (gst_alsa_mixer_element_change_state):
18857         * ext/alsa/gstalsamixerelement.h:
18858           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18859           for device handling (gnome-volume-control will need that).
18860
18861 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18862
18863         * ext/Makefile.am: fix cdparanoia entry
18864         * gst-plugins-base.spec.in: add cdparanoia
18865
18866 2005-12-12  Michael Smith  <msmith@fluendo.com>
18867
18868         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18869           Use the correct function to free list of typefind factories.
18870
18871 2005-12-12  Wim Taymans  <wim@fluendo.com>
18872
18873         * gst/videotestsrc/gstvideotestsrc.c:
18874         (gst_video_test_src_class_init), (gst_video_test_src_init),
18875         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18876         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18877         (gst_video_test_src_create):
18878         * gst/videotestsrc/gstvideotestsrc.h:
18879         Implement seeking in videotestsrc.
18880         Small cleanups.
18881
18882 2005-12-12  Wim Taymans  <wim@fluendo.com>
18883
18884         * ext/cdparanoia/Makefile.am:
18885         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18886         (gst_paranoia_endian_get_type), (_do_init),
18887         (cdparanoia_class_init), (cdparanoia_init),
18888         (cdparanoia_set_property), (cdparanoia_get_property),
18889         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18890         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18891         (cdparanoia_convert), (cdparanoia_get_query_types),
18892         (cdparanoia_query), (cdparanoia_set_index),
18893         (cdparanoia_uri_set_uri):
18894         * ext/cdparanoia/gstcdparanoia.h:
18895         Partially ported cdparanoia now that basesrc can support a
18896         plugin like this..
18897
18898 2005-12-12  Wim Taymans  <wim@fluendo.com>
18899
18900         * tests/examples/seek/scrubby.c: (main):
18901         Set higher priority for bus events so they don't get reordered with
18902         gtk gui events.
18903
18904         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18905         (flush_toggle_cb), (main):
18906         Added checkbox to disable flushing seeks. 
18907         Disable scrubbing when doing non flushing seeks.
18908
18909 2005-12-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18910
18911         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18912         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18913         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18914         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18915           Implement some sort of event handling that doesn't rely on
18916           g_return_if_fail; make sure we always push the last chunk of an 
18917           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18918           state change function; remove some old cruft. Seeking is still
18919           rather unlikely to work though.
18920
18921         * tools/.cvsignore:
18922           Ignore more.
18923
18924 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18925
18926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18927         Fixed a leak of the current image reference when cleaning up.
18928         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18929
18930 2005-12-09  Michael Smith  <msmith@fluendo.com>
18931
18932         * tools/Makefile.am:
18933         * tools/gst-launch-ext-m.m:
18934           Remove gst-launch-ext. It doesn't work, and is no longer
18935           particularly useful.
18936
18937 2005-12-08  Luca Ognibene  <luogni@tin.it>
18938
18939         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18940           don't pass random values to ogmparse convert function.
18941           Make seeking possible in the exile1.ogm file.
18942
18943 2005-12-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18944
18945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18946         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18947           Work around refcount problem with g_value_set_object() that occur
18948           if the core has been compiled against GLib-2.6 (g_value_set_object()
18949           will only g_object_ref() the element, but the caller will
18950           gst_object_unref() it and bad things will happen due to the way
18951           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18952           totem for people on FC4 using Thomas's 0.10 RPMs.
18953           
18954 2005-12-07  Edward Hervey  <edward@fluendo.com>
18955
18956         Time to welcome ogm to 0.10 :)
18957         
18958         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18959         (gst_ogg_pad_typefind):
18960         Oggdemux can now properly typefind elements with dynamic pads.
18961         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18962         Properly set caps on src pad, and set caps on outgoing buffers.
18963
18964 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18965
18966         * ext/alsa/gstalsamixer.h:
18967         * ext/alsa/gstalsamixerelement.h:
18968         * ext/alsa/gstalsamixeroptions.h:
18969         * ext/alsa/gstalsamixertrack.h:
18970         * ext/alsa/gstalsasink.c:
18971         * ext/alsa/gstalsasink.h:
18972         * ext/alsa/gstalsasrc.c:
18973         * ext/alsa/gstalsasrc.h:
18974         * ext/cdparanoia/gstcdparanoia.h:
18975         * ext/gnomevfs/gstgnomevfsuri.h:
18976         * ext/ogg/gstoggdemux.c:
18977         * ext/ogg/gstoggmux.c:
18978         * ext/pango/gsttextoverlay.h:
18979         * ext/theora/theoradec.c:
18980         * ext/theora/theoraenc.c:
18981         * ext/vorbis/vorbisdec.h:
18982         * ext/vorbis/vorbisenc.c:
18983         * ext/vorbis/vorbisenc.h:
18984         * ext/vorbis/vorbisparse.h:
18985         * gst-libs/gst/audio/gstaudioclock.h:
18986         * gst-libs/gst/audio/gstaudiosink.c:
18987         * gst-libs/gst/audio/gstaudiosink.h:
18988         * gst-libs/gst/audio/gstaudiosrc.c:
18989         * gst-libs/gst/audio/gstaudiosrc.h:
18990         * gst-libs/gst/audio/gstbaseaudiosink.c:
18991         * gst-libs/gst/audio/gstbaseaudiosink.h:
18992         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18993         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18994         * gst-libs/gst/audio/gstringbuffer.h:
18995         * gst-libs/gst/audio/multichannel.h:
18996         * gst-libs/gst/floatcast/floatcast.h:
18997         * gst-libs/gst/interfaces/colorbalance.c:
18998         * gst-libs/gst/interfaces/colorbalance.h:
18999         * gst-libs/gst/interfaces/colorbalancechannel.h:
19000         * gst-libs/gst/interfaces/mixer.h:
19001         * gst-libs/gst/interfaces/mixeroptions.h:
19002         * gst-libs/gst/interfaces/mixertrack.h:
19003         * gst-libs/gst/interfaces/navigation.h:
19004         * gst-libs/gst/interfaces/propertyprobe.h:
19005         * gst-libs/gst/interfaces/tuner.h:
19006         * gst-libs/gst/interfaces/tunerchannel.h:
19007         * gst-libs/gst/interfaces/tunernorm.h:
19008         * gst-libs/gst/interfaces/xoverlay.h:
19009         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19010         * gst-libs/gst/riff/riff-ids.h:
19011         * gst-libs/gst/riff/riff-media.h:
19012         * gst-libs/gst/riff/riff-read.h:
19013         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19014         * gst-libs/gst/rtp/gstbasertppayload.c:
19015         * gst-libs/gst/rtp/gstbasertppayload.h:
19016         * gst-libs/gst/rtp/gstrtpbuffer.c:
19017         * gst-libs/gst/rtp/gstrtpbuffer.h:
19018         * gst-libs/gst/tag/gsttageditingprivate.h:
19019         * gst-libs/gst/tag/gstvorbistag.c:
19020         (gst_tag_list_from_vorbiscomment_buffer):
19021         * gst-libs/gst/tag/tag.h:
19022         * gst-libs/gst/video/video.h:
19023         * gst/adder/gstadder.c:
19024         * gst/adder/gstadder.h:
19025         * gst/audioconvert/audioconvert.c:
19026         * gst/audioconvert/audioconvert.h:
19027         * gst/audioconvert/gstaudioconvert.c:
19028         * gst/audioconvert/gstchannelmix.c:
19029         * gst/audioconvert/gstchannelmix.h:
19030         * gst/audiorate/gstaudiorate.c:
19031         * gst/audioresample/buffer.h:
19032         * gst/audioresample/functable.h:
19033         * gst/audioresample/gstaudioresample.c:
19034         * gst/audioresample/resample.h:
19035         * gst/ffmpegcolorspace/avcodec.h:
19036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19037         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19038         * gst/ffmpegcolorspace/imgconvert.c:
19039         * gst/ffmpegcolorspace/imgconvert_template.h:
19040         * gst/playback/gstdecodebin.c:
19041         * gst/playback/gstplaybasebin.h:
19042         * gst/playback/gstplaybin.c:
19043         * gst/playback/gststreaminfo.h:
19044         * gst/tcp/gstfdset.c:
19045         * gst/tcp/gstfdset.h:
19046         * gst/tcp/gstmultifdsink.c:
19047         * gst/tcp/gstmultifdsink.h:
19048         * gst/tcp/gsttcp.h:
19049         * gst/tcp/gsttcpclientsrc.c:
19050         * gst/tcp/gsttcpclientsrc.h:
19051         * gst/tcp/gsttcpplugin.h:
19052         * gst/tcp/gsttcpserversink.c:
19053         * gst/tcp/gsttcpserversrc.c:
19054         * gst/typefind/gsttypefindfunctions.c:
19055         * gst/videorate/gstvideorate.c:
19056         * gst/videotestsrc/gstvideotestsrc.h:
19057         * gst/videotestsrc/videotestsrc.h:
19058         * sys/v4l/gstv4lcolorbalance.h:
19059         * sys/v4l/gstv4ltuner.h:
19060         * sys/v4l/gstv4lxoverlay.h:
19061         * sys/v4l/v4l_calls.h:
19062         * sys/v4l/videodev_mjpeg.h:
19063         * tests/check/elements/audioconvert.c:
19064         * tests/check/elements/audioresample.c:
19065         * tests/check/elements/audiotestsrc.c:
19066         * tests/check/elements/videotestsrc.c:
19067         * tests/check/elements/volume.c:
19068         * tests/examples/seek/scrubby.c:
19069         * tests/examples/seek/seek.c:
19070           expand tabs
19071
19072 === release 0.10.0 ===
19073
19074 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19075
19076         * configure.ac:
19077           releasing 0.10.0, "Mont-d'or"
19078
19079 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19080
19081         * tests/examples/seek/Makefile.am:
19082         Build fix for when gtk is not available.
19083
19084 2005-12-05  Andy Wingo  <wingo@pobox.com>
19085
19086         * ext/libvisual/visual.c: (get_buffer):
19087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19088         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19089         * ext/theora/theoradec.c: (theora_handle_data_packet):
19090         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19091         (theora_enc_chain):
19092         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19093         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19094         Update for alloc_buffer changes.
19095
19096 2005-12-05  Andy Wingo  <wingo@pobox.com>
19097
19098         patch by: Kai Vehmanen <kv2004 eca cx>
19099         
19100         * gst-libs/gst/rtp/gstbasertpdepayload.c
19101         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19102
19103 2005-12-04  Andy Wingo  <wingo@pobox.com>
19104
19105         patch by: Sebastien Cote <sebas642 yahoo ca>
19106         
19107         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19108         Fixes #319172.
19109
19110 2005-12-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19111
19112         * docs/plugins/Makefile.am:
19113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19115         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19116         * ext/pango/gstclockoverlay.c:
19117         * ext/pango/gsttextoverlay.c: 
19118         * ext/pango/gsttextrender.c:
19119         * ext/pango/gsttimeoverlay.c:
19120           Add gtk-doc blurbs to pango elements.
19121
19122 2005-12-02  Wim Taymans  <wim@fluendo.com>
19123
19124         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19125         * gst/audioresample/buffer.h:
19126         * gst/audioresample/gstaudioresample.c:
19127         * gst/audioresample/gstaudioresample.h:
19128         * gst/audioresample/resample.c: (resample_input_flush),
19129         (resample_input_pushthrough), (resample_input_eos),
19130         (resample_get_output_size_for_input),
19131         (resample_get_input_size_for_output), (resample_get_output_size),
19132         (resample_get_output_data):
19133         * gst/audioresample/resample.h:
19134         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19135         Fix audioresample, seek torture, new segments, reverse negotiation
19136         etc.. work fine.
19137
19138 2005-12-02  Wim Taymans  <wim@fluendo.com>
19139
19140         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19141         Small cleanups.
19142
19143 2005-12-02  Wim Taymans  <wim@fluendo.com>
19144
19145         * gst/audioconvert/gstaudioconvert.c:
19146         (gst_audio_convert_transform):
19147         Post errors.
19148
19149 === release 0.9.7 ===
19150
19151 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19152
19153         * configure.ac:
19154           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19155
19156 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19157
19158         * Makefile.am:
19159         * po/hu.po:
19160         * win32/MANIFEST:
19161         * win32/gst.sln:
19162           add win32 MANIFEST file
19163           do something to the hungarian translation
19164
19165 2005-12-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19166
19167         * ext/Makefile.am:
19168           Add $(PANGO_DIR) to SUBDIRS
19169
19170         * ext/pango/gstclockoverlay.c:
19171         * ext/pango/gsttimeoverlay.c:
19172           Fix and improve element descriptions.
19173
19174 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19175
19176         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19177         * docs/plugins/inspect/plugin-libvisual.xml:
19178         * docs/plugins/inspect/plugin-pango.xml:
19179           add pango plugin to docs
19180
19181 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19182
19183         * configure.ac:
19184         * ext/Makefile.am:
19185           moved pango to base
19186
19187 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19188
19189         * configure.ac:
19190         * tests/Makefile.am:
19191         * tests/icles/.cvsignore:
19192         * tests/icles/Makefile.am:
19193         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19194         (close_display), (resize_window), (move_window), (create_window),
19195         (terminate_playback), (pause_playback), (start_playback), (main):
19196           add stress test for xoverlay from Julien
19197
19198 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19199
19200         * docs/libs/tmpl/gstcolorbalance.sgml:
19201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19202         * gst-libs/gst/rtp/gstbasertppayload.c:
19203         * gst-libs/gst/rtp/gstrtpbuffer.c:
19204         * gst-libs/gst/rtp/gstrtpbuffer.h:
19205           Do burger's rename for rtp payloaders and depayloaders
19206
19207 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19208
19209         * win32/:
19210           add Visual Studio 6 build files
19211
19212 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19213
19214         * docs/libs/gst-plugins-base-libs-docs.sgml:
19215         * docs/libs/gst-plugins-base-libs-sections.txt:
19216         * docs/libs/tmpl/gstaudio.sgml:
19217         * docs/libs/tmpl/gstringbuffer.sgml:
19218         * gst-libs/gst/interfaces/xoverlay.c:
19219         * gst-libs/gst/video/gstvideofilter.c:
19220         * gst-libs/gst/video/gstvideosink.c:
19221           update documentation
19222
19223 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19224
19225         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19226         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19227         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19228         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19229         (gst_multi_fd_sink_get_stats),
19230         (gst_multi_fd_sink_remove_client_link),
19231         (gst_multi_fd_sink_handle_client_read),
19232         (gst_multi_fd_sink_client_queue_data),
19233         (gst_multi_fd_sink_client_queue_caps),
19234         (gst_multi_fd_sink_client_queue_buffer),
19235         (gst_multi_fd_sink_new_client),
19236         (gst_multi_fd_sink_handle_client_write),
19237         (gst_multi_fd_sink_recover_client),
19238         (gst_multi_fd_sink_queue_buffer),
19239         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19240         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19241         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19242         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19243         * gst/tcp/gstmultifdsink.h:
19244         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19245         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19246         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19247         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19248         (gst_tcp_client_sink_set_property),
19249         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19250         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19251         * gst/tcp/gsttcpclientsink.h:
19252         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19253         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19254         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19255         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19256         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19257         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19258         * gst/tcp/gsttcpclientsrc.h:
19259         * gst/tcp/gsttcpplugin.c: (plugin_init):
19260         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19261         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19262         (gst_tcp_server_sink_finalize),
19263         (gst_tcp_server_sink_handle_server_read),
19264         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19265         (gst_tcp_server_sink_set_property),
19266         (gst_tcp_server_sink_get_property),
19267         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19268         * gst/tcp/gsttcpserversink.h:
19269         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19270         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19271         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19272         (gst_tcp_server_src_set_property),
19273         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19274         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19275         * gst/tcp/gsttcpserversrc.h:
19276           more borgifying
19277
19278 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19279
19280         * docs/plugins/Makefile.am:
19281         * docs/plugins/gst-plugins-base-plugins.args:
19282         * docs/plugins/inspect/plugin-libvisual.xml:
19283         * gst/audioconvert/plugin.h:
19284         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19285         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19286         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19287         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19288         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19289         (plugin_init):
19290         * gst/audiotestsrc/gstaudiotestsrc.c:
19291         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19292         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19293         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19294         (gst_audio_test_src_get_query_types),
19295         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19296         (gst_audio_test_src_create_square),
19297         (gst_audio_test_src_create_saw),
19298         (gst_audio_test_src_create_triangle),
19299         (gst_audio_test_src_create_silence),
19300         (gst_audio_test_src_create_white_noise),
19301         (gst_audio_test_src_init_pink_noise),
19302         (gst_audio_test_src_generate_pink_noise_value),
19303         (gst_audio_test_src_create_pink_noise),
19304         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19305         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19306         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19307         (plugin_init):
19308         * gst/audiotestsrc/gstaudiotestsrc.h:
19309         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19310         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19311         (gst_sub_parse_init), (gst_sub_parse_formats),
19312         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19313         (convert_encoding), (get_next_line),
19314         (gst_sub_parse_data_format_autodetect),
19315         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19316         (gst_sub_parse_loop), (gst_sub_parse_chain),
19317         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19318         (plugin_init):
19319         * gst/subparse/gstsubparse.h:
19320         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19321         (gst_video_rate_base_init), (gst_video_rate_class_init),
19322         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19323         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19324         (gst_video_rate_init), (gst_video_rate_event),
19325         (gst_video_rate_chain), (gst_video_rate_set_property),
19326         (gst_video_rate_get_property), (gst_video_rate_change_state),
19327         (plugin_init):
19328         * gst/videoscale/gstvideoscale.c:
19329         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19330         (gst_video_scale_src_template_factory),
19331         (gst_video_scale_sink_template_factory),
19332         (gst_video_scale_get_type), (gst_video_scale_base_init),
19333         (gst_video_scale_class_init), (gst_video_scale_init),
19334         (gst_video_scale_set_property), (gst_video_scale_get_property),
19335         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19336         (gst_video_scale_prepare_size), (parse_caps),
19337         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19338         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19339         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19340         (plugin_init):
19341         * gst/videoscale/gstvideoscale.h:
19342         * gst/videotestsrc/gstvideotestsrc.c:
19343         (gst_video_test_src_pattern_get_type),
19344         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19345         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19346         (gst_video_test_src_set_pattern),
19347         (gst_video_test_src_set_property),
19348         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19349         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19350         (gst_video_test_src_event), (gst_video_test_src_get_times),
19351         (gst_video_test_src_create), (plugin_init):
19352         * gst/videotestsrc/gstvideotestsrc.h:
19353         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19354         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19355         (gst_video_test_src_black):
19356         * gst/videotestsrc/videotestsrc.h:
19357           borgify further
19358           clean up docs a little
19359
19360 2005-11-30  Wim Taymans  <wim@fluendo.com>
19361
19362         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19363         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19364         (gst_basertppayload_event), (gst_basertppayload_push),
19365         (gst_basertppayload_change_state):
19366         * gst-libs/gst/rtp/gstbasertppayload.h:
19367         closed #320644.
19368
19369 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19370
19371         * docs/libs/gst-plugins-base-libs-docs.sgml:
19372         * docs/libs/gst-plugins-base-libs-sections.txt:
19373         * gst-libs/gst/video/gstvideofilter.c:
19374         * gst-libs/gst/video/gstvideosink.c:
19375         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19376
19377 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19378
19379         * LICENSE:
19380           move
19381         * po/af.po:
19382         * po/az.po:
19383         * po/cs.po:
19384         * po/en_GB.po:
19385         * po/hu.po:
19386         * po/it.po:
19387         * po/nb.po:
19388         * po/nl.po:
19389         * po/or.po:
19390         * po/sq.po:
19391         * po/sr.po:
19392         * po/sv.po:
19393         * po/uk.po:
19394         * po/vi.po:
19395         * Makefile.am:
19396           update
19397         * scripts/autoplugins.sh:
19398           remove
19399
19400 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19401
19402         * Makefile.am:
19403         * configure.ac:
19404         * examples/Makefile.am:
19405         * examples/capsfilter/Makefile.am:
19406         * examples/capsfilter/capsfilter1.c:
19407         * examples/gob/Makefile.am:
19408         * examples/gob/gst-identity2.gob:
19409         * examples/indexing/.cvsignore:
19410         * examples/indexing/Makefile.am:
19411         * examples/indexing/indexmpeg.c:
19412         * examples/seeking/.cvsignore:
19413         * examples/seeking/Makefile.am:
19414         * examples/seeking/cdparanoia.c:
19415         * examples/seeking/cdplayer.c:
19416         * examples/seeking/chained.c:
19417         * examples/seeking/scrubby.c:
19418         * examples/seeking/seek.c:
19419         * examples/stats/Makefile.am:
19420         * examples/stats/mp2ogg.c:
19421         * examples/switch/.cvsignore:
19422         * examples/switch/Makefile.am:
19423         * examples/switch/switcher.c:
19424         * tests/Makefile.am:
19425         * tests/check/generic/.cvsignore:
19426         * tests/check/pipelines/.cvsignore:
19427         * tests/examples/Makefile.am:
19428         * tests/examples/seek/Makefile.am:
19429           reorganize stuff under tests/
19430
19431 2005-11-30  Edward Hervey  <edward@fluendo.com>
19432
19433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19434         Go away you stupid GstStaticPadTemplate memleak.
19435
19436 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19437
19438         * gst-libs/gst/net/Makefile.am:
19439         * gst-libs/gst/net/README:
19440         * gst-libs/gst/net/gstnetbuffer.c:
19441         * gst-libs/gst/net/gstnetbuffer.h:
19442           this was moved to "netbuffer"
19443
19444 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19445
19446         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19447         (gst_video_filter_class_init), (gst_video_filter_init):
19448         * gst-libs/gst/video/gstvideofilter.h:
19449           borgify name to bring in line with other classes
19450
19451 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19452
19453         * gst/audioscale/.cvsignore:
19454         * gst/audioscale/Makefile.am:
19455         * gst/audioscale/README:
19456         * gst/audioscale/audioscale.vcproj:
19457         * gst/audioscale/dtof.c:
19458         * gst/audioscale/dtos.c:
19459         * gst/audioscale/functable.c:
19460         * gst/audioscale/gstaudioscale.c:
19461         * gst/audioscale/gstaudioscale.h:
19462         * gst/audioscale/private.h:
19463         * gst/audioscale/resample.c:
19464         * gst/audioscale/resample.h:
19465         * gst/audioscale/test.c:
19466           remove
19467
19468 2005-11-30  Edward Hervey  <edward@fluendo.com>
19469
19470         * gst-libs/gst/netbuffer/Makefile.am:
19471         really, really tired
19472
19473 2005-11-30  Edward Hervey  <edward@fluendo.com>
19474
19475         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19476         Update for new GstTypeFindFactory _register()
19477
19478 2005-11-30  Edward Hervey  <edward@fluendo.com>
19479
19480         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19481         Let's not override libgstnet from core for no reason...
19482         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19483         Ok, maybe not so quick next time.
19484
19485 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * configure.ac:
19488         * gst-libs/gst/Makefile.am:
19489           moved gst-libs/gst/net to netbuffer through CVS surgery
19490           remove old directory
19491           updating build to accomodate
19492           (#322257)
19493
19494 2005-11-29  Andy Wingo  <wingo@pobox.com>
19495
19496         * pkgconfig/gstreamer-plugins-base.pc.in:
19497         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19498         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19499         (#322257).
19500
19501 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19502
19503         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19504         3rd time's the charm. Correct ref-counting for discarded buffers.
19505
19506 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19507
19508         * gst/playback/gststreamselector.c:
19509         (gst_stream_selector_class_init),
19510         (gst_stream_selector_set_property),
19511         (gst_stream_selector_get_property),
19512         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19513         Fix ref-counting
19514
19515 2005-11-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19516
19517         * gst/subparse/gstsubparse.c: (feed_textbuf):
19518           Don't access already unref'ed buffer.
19519
19520 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19521
19522         * gst/playback/gststreamselector.c:
19523         (gst_stream_selector_class_init), (gst_stream_selector_init),
19524         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19525         (gst_stream_selector_get_property),
19526         (gst_stream_selector_get_linked_pad),
19527         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19528         * gst/playback/gststreamselector.h:
19529         Add the active-pad property for playbin to use shortly. Ignore buffers
19530         from any other pad, returning GST_FLOW_NOT_LINKED
19531
19532 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19533
19534         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19535         patch from bug #322704 (Alessandro Decina).
19536
19537 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19538
19539         * gst-libs/gst/audio/Makefile.am:
19540           folded audiofilter into the audio library
19541
19542 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19543
19544         * gst/videoscale/gstvideoscale.h:
19545         * gst/videoscale/gstvideoscale.c:
19546           remove unimplemented scale methods
19547
19548 2005-11-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19549
19550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19551           Don't leak caps.
19552
19553 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19554
19555         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19556         (gst_ximagesink_setcaps):
19557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19558         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19559         happens (only visible on ximagesink but bug is in xv too) set_caps was
19560         destroying the internal x[v]image used to memcpy non locally alloced
19561         buffers so that it got renewed on next _chain. The issue is that 
19562         _expose will try to put that image as it reffed it in _put.
19563         Using gst_buffer_unref instead of destroy fixes it !
19564
19565 2005-11-28  Edward Hervey  <edward@fluendo.com>
19566
19567         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19568         (try_to_link_1), (queue_filled_cb):
19569         Better use of the queues. Start with a small size queue and only increase
19570         the size of the queues when the other queues are empty.
19571
19572 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19573
19574         * gst-libs/gst/video/Makefile.am:
19575           compile in copied-over videofilter into the video library
19576         * gst-libs/gst/video/videosink.h:
19577           rename the header to gstvideosink.h since it's a base GstObject class
19578         * sys/ximage/ximagesink.h:
19579         * sys/xvimage/xvimagesink.h:
19580           use the new header
19581
19582 2005-11-28  Wim Taymans  <wim@fluendo.com>
19583
19584         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19585         * gst/playback/gstplaybasebin.h:
19586         Prepare to handle errors betters.
19587
19588         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19589         Set sinks to PAUSED first before adding and linking them so that
19590         we don't interrupt dataflow.
19591
19592 2005-11-28  Wim Taymans  <wim@fluendo.com>
19593
19594         * gst-libs/gst/audio/TODO:
19595         Updated TODO
19596
19597         * gst-libs/gst/audio/gstaudiosink.c:
19598         (gst_audioringbuffer_open_device),
19599         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19600         (gst_audioringbuffer_release):
19601         Small cleanups.
19602
19603         * gst-libs/gst/audio/gstbaseaudiosink.c:
19604         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19605         (gst_base_audio_sink_change_state):
19606         Slave to the master clock when going to PLAYING and unslave when
19607         going to PAUSED.
19608
19609         * gst-libs/gst/audio/gstringbuffer.c:
19610         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19611         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19612         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19613         (gst_ring_buffer_clear_all), (wait_segment),
19614         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19615         (gst_ring_buffer_advance):
19616         * gst-libs/gst/audio/gstringbuffer.h:
19617         Add some docs and cleanups.
19618
19619 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19620
19621         * sys/xvimage/xvimagesink.c:
19622         (gst_xvimagesink_navigation_send_event): Fix navigation events
19623         coordinates translation with pixel aspect ratios.
19624
19625 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19626
19627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19628         Use calculated video geometry from _setcaps instead of buffer
19629         caps to respect pixel aspect ratio. (fixes #322388)
19630
19631 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19632
19633         * docs/libs/tmpl/gstcolorbalance.sgml:
19634         * docs/libs/tmpl/gstmixer.sgml:
19635         * docs/libs/tmpl/gstxoverlay.sgml:
19636         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19637         interface.
19638
19639 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19640
19641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19642         Refuse to create an XvImage if we can't find the format.
19643
19644 2005-11-28  Edward Hervey  <edward@fluendo.com>
19645
19646         * gst-libs/gst/riff/riff-media.c:
19647         (gst_riff_create_audio_template_caps):
19648         Add ATRAC3 to the list of riff-possible audio caps.
19649         I know we still don't have a plugin for atrac3, but it's saner to output
19650         that than a cryptic mimetype.
19651
19652 2005-11-27  Edward Hervey  <edward@fluendo.com>
19653
19654         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19655         Don't try to create a zero-sized subbuffer.
19656
19657 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19658
19659         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19660         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19661         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19662         (gst_ximagesink_expose): Fixed a tricky race.
19663         * sys/ximage/ximagesink.h:
19664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19665         (gst_xvimagesink_expose): Fixed a tricky race.
19666         * sys/xvimage/xvimagesink.h:
19667
19668 2005-11-27  Edward Hervey  <edward@fluendo.com>
19669
19670         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19671         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19672         Remove unused properties, and add queues between demuxers and decoders
19673         so that a lot more files can preroll properly.
19674
19675 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19676
19677         * gst-libs/gst/net/Makefile.am:
19678         * gst-libs/gst/rtp/Makefile.am:
19679         * gst-libs/gst/tag/Makefile.am:
19680           remove silly include
19681         * gst/tags/Makefile.am:
19682         * gst/tags/gsttagediting.c:
19683         * gst/tags/gsttageditingprivate.h:
19684         * gst/tags/tagedit.vcproj:
19685           remove directory, is as good as empty
19686
19687 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19688
19689         * configure.ac:
19690           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19691         * gst-libs/Makefile.am:
19692         * gst-libs/gst/audio/Makefile.am:
19693         * gst-libs/gst/interfaces/Makefile.am:
19694         * gst-libs/gst/net/Makefile.am:
19695         * gst-libs/gst/riff/Makefile.am:
19696         * gst-libs/gst/rtp/Makefile.am:
19697         * gst-libs/gst/tag/Makefile.am:
19698         * gst-libs/gst/video/Makefile.am:
19699           and use them
19700
19701 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19702
19703         * docs/libs/tmpl/gstcolorbalance.sgml:
19704         * docs/libs/tmpl/gstmixer.sgml:
19705         * docs/libs/tmpl/gstxoverlay.sgml:
19706         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19707         * sys/ximage/ximagesink.h:
19708         * sys/xvimage/xvimagesink.h: More and more documentation.
19709
19710 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19711
19712         * docs/libs/gst-plugins-base-libs-docs.sgml:
19713         * docs/libs/gst-plugins-base-libs-sections.txt:
19714         * docs/libs/tmpl/gstcolorbalance.sgml:
19715         * docs/libs/tmpl/gstmixer.sgml:
19716         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19717         to documentation.
19718
19719 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19720
19721         * docs/plugins/Makefile.am:
19722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19724         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19725
19726 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19727
19728         * docs/plugins/Makefile.am:
19729         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19730         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19731         * docs/plugins/inspect/plugin-adder.xml:
19732         * docs/plugins/inspect/plugin-alsa.xml:
19733         * docs/plugins/inspect/plugin-audioconvert.xml:
19734         * docs/plugins/inspect/plugin-audiorate.xml:
19735         * docs/plugins/inspect/plugin-audioresample.xml:
19736         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19737         * docs/plugins/inspect/plugin-decodebin.xml:
19738         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19739         * docs/plugins/inspect/plugin-gnomevfs.xml:
19740         * docs/plugins/inspect/plugin-ogg.xml:
19741         * docs/plugins/inspect/plugin-playbin.xml:
19742         * docs/plugins/inspect/plugin-subparse.xml:
19743         * docs/plugins/inspect/plugin-tcp.xml:
19744         * docs/plugins/inspect/plugin-theora.xml:
19745         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19746         * docs/plugins/inspect/plugin-video4linux.xml:
19747         * docs/plugins/inspect/plugin-videorate.xml:
19748         * docs/plugins/inspect/plugin-videoscale.xml:
19749         * docs/plugins/inspect/plugin-videotestsrc.xml:
19750         * docs/plugins/inspect/plugin-volume.xml:
19751         * docs/plugins/inspect/plugin-vorbis.xml:
19752         * docs/plugins/inspect/plugin-ximagesink.xml:
19753         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19754         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19755
19756 2005-11-26  Edward Hervey  <edward@fluendo.com>
19757
19758         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19759         Properly return GstFlowReturn from gst_pad_push in chain functions.
19760
19761 2005-11-25  Michael Smith  <msmith@fluendo.com>
19762
19763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19764         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19765         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19766         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19767           Handle various conditions better when we don't understand a stream.
19768           Removes a heap of CRITICALs on ogg streams containing unknown data.
19769
19770 2005-11-24  Andy Wingo  <wingo@pobox.com>
19771
19772         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19773         Be threadsafe.
19774
19775 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19776
19777         * configure.ac: back to HEAD
19778
19779 === release 0.9.6 ===
19780
19781 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19782
19783         * configure.ac:
19784           releasing 0.9.6, "White Eight"
19785
19786 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19787
19788         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19789         * docs/plugins/inspect/plugin-sine.xml:
19790           remove sinesrc some more
19791
19792 2005-11-23  Wim Taymans  <wim@fluendo.com>
19793
19794         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19795         If we are reading too slowly, jump forward in the ringbuffer
19796         instead of blocking.
19797
19798 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19799
19800         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19801         (gst_visual_chain):
19802         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19803         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19804         (gst_videorate_chain):
19805         * gst/videotestsrc/gstvideotestsrc.c:
19806         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19807         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19808         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19809         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19811         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19812           Updates for API changes
19813
19814 2005-11-23  Wim Taymans  <wim@fluendo.com>
19815
19816         * gst-libs/gst/audio/gstbaseaudiosink.c:
19817         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19818         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19819         Fix for calibration API change.
19820
19821 2005-11-23  Michael Smith <msmith@fluendo.com>
19822
19823         * gst-libs/gst/audio/multichannel.c:
19824         (gst_audio_get_channel_positions),
19825         (gst_audio_set_channel_positions),
19826         (gst_audio_set_structure_channel_positions_list),
19827         (gst_audio_fixate_channel_positions):
19828           Use gst_value_array_*() functions on value arrays, not
19829           gst_value_list_*().
19830
19831 2005-11-23  Edward Hervey  <edward@fluendo.com>
19832
19833         * autogen.sh:
19834         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19835         Fixes autogen
19836
19837 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19838
19839         * check/Makefile.am:
19840         * check/elements/videotestsrc.c: (setup_videotestsrc),
19841         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19842         (main):
19843           add a test for videotestsrc
19844
19845 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * gst/sine/.cvsignore:
19848         * gst/sine/Makefile.am:
19849         * gst/sine/gstsinesrc.c:
19850         * gst/sine/gstsinesrc.h:
19851         * gst/sine/sinesrc.vcproj:
19852           and remove sinesrc from the repository.  Closes #321446
19853
19854 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19855
19856         * configure.ac:
19857         * gst-plugins-base.spec.in:
19858           remove sinesrc from the build
19859
19860 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19861
19862         * check/Makefile.am:
19863         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19864         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19865         (main):
19866           add a test for audiotestsrc, testing all waves.  Even seems
19867           leak-free at first glance, nice job Stefan
19868
19869 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19870
19871         * po/af.po:
19872         * po/az.po:
19873         * po/cs.po:
19874         * po/en_GB.po:
19875         * po/hu.po:
19876         * po/it.po:
19877         * po/nb.po:
19878         * po/nl.po:
19879         * po/or.po:
19880         * po/sq.po:
19881         * po/sr.po:
19882         * po/sv.po:
19883         * po/uk.po:
19884         * po/vi.po:
19885           Translation string updates
19886
19887         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19888         (gst_v4lsrc_set_caps):
19889         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19890         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19891         * sys/v4l/v4lsrc_calls.h:
19892           Improve v4lsrc, by making it work again.
19893
19894 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19895
19896         * ext/libvisual/visual.c: (gst_visual_chain):
19897           Fix the fps calculations.
19898
19899         * gst/ffmpegcolorspace/avcodec.h:
19900           Move structure element for clarity
19901
19902         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19903         * gst-libs/gst/interfaces/tunernorm.h:
19904         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19905         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19906         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19907         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19908         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19909         (gst_v4lmjpegsrc_getcaps):
19910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19911         (gst_v4lsrc_set_caps):
19912         * sys/v4l/gstv4lsrc.h:
19913         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19914         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19915         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19916         * sys/v4l/v4lsrc_calls.h:
19917           Fractional framerates...
19918
19919 2005-11-22  Wim Taymans  <wim@fluendo.com>
19920
19921         * gst-libs/gst/audio/gstbaseaudiosink.c:
19922         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19923         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19924         And we provide a clock by default, of course...
19925
19926 2005-11-22  Wim Taymans  <wim@fluendo.com>
19927
19928         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19929         This clock can be slaved to a master clock now.
19930
19931         * gst-libs/gst/audio/gstbaseaudiosink.c:
19932         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19933         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19934         (gst_base_audio_sink_set_clock),
19935         (gst_base_audio_sink_set_property),
19936         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19937         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19938         * gst-libs/gst/audio/gstbaseaudiosink.h:
19939         Handle slaving the internal clock to the clock selected in the
19940         pipeline.
19941         Add property to make the basesink not provide a clock.
19942
19943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19944         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19945         (gst_base_rtp_depayload_wait):
19946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19947         We can use the clock in GstElement, no need to store it ourselves.
19948
19949 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19950
19951         * docs/libs/tmpl/gstaudio.sgml:
19952           update
19953         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19954         (gst_paranoia_endian_get_type):
19955         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19956         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19957         * gst/audiotestsrc/gstaudiotestsrc.c:
19958         (gst_audiostestsrc_wave_get_type):
19959         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19960         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19961         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19962         (gst_sync_method_get_type), (gst_unit_type_get_type),
19963         (gst_client_status_get_type), (gst_multifdsink_class_init),
19964         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19965         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19966         (gst_multifdsink_get_property):
19967         * gst/tcp/gstmultifdsink.h:
19968         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19969         * gst/videotestsrc/gstvideotestsrc.c:
19970         (gst_videotestsrc_pattern_get_type):
19971           remove deprecated properties
19972           fix up enums to correctly have short lowercase dashed nicks
19973
19974 2005-11-22  Michael Smith <msmith@fluendo.com>
19975
19976         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19977         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19978           Add underscore.
19979
19980 2005-11-22  Michael Smith <msmith@fluendo.com>
19981
19982         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19983         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19984           Use utility method for scaling clocktime for fractional framerates.
19985
19986 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19987
19988         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19989         (gst_visual_chain):
19990         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19991         * ext/theora/theoradec.c: (theora_handle_type_packet):
19992         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19993         (theora_enc_chain):
19994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19995         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19996         * gst-libs/gst/video/video.h:
19997         * gst/ffmpegcolorspace/avcodec.h:
19998         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19999         (gst_ffmpeg_caps_to_pixfmt):
20000         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20001         (gst_ffmpegcsp_set_caps):
20002         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20003         (gst_videorate_setcaps), (gst_videorate_blank_data),
20004         (gst_videorate_chain):
20005         * gst/videotestsrc/gstvideotestsrc.c:
20006         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20007         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20008         (gst_videotestsrc_event), (gst_videotestsrc_create):
20009         * gst/videotestsrc/gstvideotestsrc.h:
20010         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20011         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20012         (gst_ximagesink_get_times), (gst_ximagesink_init):
20013         * sys/ximage/ximagesink.h:
20014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20015         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20016         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20017         * sys/xvimage/xvimagesink.h:
20018           Convert elements to use fractions for their framerate.
20019           V4L elements to come later tonight.
20020
20021 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20022
20023         * gst-libs/gst/audio/audio.c:
20024         * gst-libs/gst/audio/audio.h:
20025           remove some deprecated functions
20026
20027 2005-11-22  Andy Wingo  <wingo@pobox.com>
20028
20029         * Update for gst_tag_setter API changes.
20030
20031 2005-11-22  Andy Wingo  <wingo@pobox.com>
20032
20033         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20034         (gst_ogg_demux_perform_seek):
20035         * ext/theora/theoradec.c (theora_dec_sink_event):
20036         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20037         update-funcnames.
20038
20039 2005-11-22  Wim Taymans  <wim@fluendo.com>
20040
20041         * examples/seeking/seek.c: (main):
20042         Give higher priority to bus signals than the gtk events
20043         to fix a race condition in the segment looping.
20044
20045 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20046
20047         * ext/theora/Makefile.am:
20048         * ext/vorbis/Makefile.am:
20049         * gst-libs/gst/tag/Makefile.am:
20050         * gst-plugins-base.spec.in:
20051           Rename libgsttagedit to libgsttag (#322117).
20052
20053 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20054
20055         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20057           Call gst_x_overlay_prepare_xwindow_id() to give applications
20058           a final chance to set their own xwindow id before the video
20059           sink creates its own window.
20060
20061 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20062
20063         * sys/xvimage/xvimagesink.c:
20064         (gst_xvimagesink_navigation_send_event): Handle navigation
20065         events correcly with borders if applicable.
20066
20067 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20068
20069         Patch by: Luca Ognibene
20070
20071         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20072         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20074         (gst_ffmpegcsp_caps_remove_format_info):
20075         * gst/ffmpegcolorspace/imgconvert.c:
20076         * gst/ffmpegcolorspace/imgconvert_template.h:
20077           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20078           #318353); use gst_structure_has_name().
20079
20080 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20081
20082         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20083         (gst_ximagesink_class_init): Add debug macros on functions.
20084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20085         (gst_xvimagesink_xwindow_draw_borders),
20086         (gst_xvimagesink_xvimage_put),
20087         (gst_xvimagesink_xwindow_update_geometry),
20088         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20089         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20090         (gst_xvimagesink_xcontext_clear),
20091         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20092         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20093         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20094         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20095         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20096         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20097         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20098         expose while being PAUSED, out of data flow navigation events, etc..
20099
20100 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20101
20102         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20103         * gst-libs/gst/audio/audio.h:
20104           fix prototype - wondering why the test worked regardless
20105
20106 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20107
20108         * check/Makefile.am:
20109         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20110         * gst-libs/gst/audio/audio.h:
20111           add a method that returns a proper GstClockTime
20112
20113 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20114
20115         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20116         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20117         * gst-libs/gst/interfaces/xoverlay.h:
20118           Remove everything having to do with the desired size; add 
20119           gst_x_overlay_prepare_xwindow_id() function; remove the
20120           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20121           post a message on the bus instead (#321816).
20122
20123         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20125         (gst_xvimagesink_xoverlay_init):
20126           Remove desired size stuff (#321816).
20127
20128 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20129
20130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20131         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20132         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20133           Terminate vararg functions with NULL instead of 0 to 
20134           make gcc4 happy.
20135
20136 2005-11-21  Andy Wingo  <wingo@pobox.com>
20137
20138         patch by: Sebastien Cote <sebas642@yahoo.ca>
20139         
20140         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20141         * gst-libs/gst/rtp/gstrtpbuffer.c
20142         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20143
20144 2005-11-21  Andy Wingo  <wingo@pobox.com>
20145
20146         * gst/playback/gstplaybin.c (gen_audio_element) 
20147         (gen_video_element): Use the new MISSING_PLUGIN core error
20148         category. Closes #320060.
20149
20150         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20151         * gst/videorate/gstvideorate.c (gst_videorate_event):
20152         * ext/theora/theoradec.c (theora_dec_sink_event): 
20153         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20154         stream lock.
20155
20156         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20157         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20158         stream lock changes.
20159
20160 2005-11-21  Wim Taymans  <wim@fluendo.com>
20161
20162         * gst-libs/gst/audio/gstbaseaudiosink.c:
20163         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20164         (gst_base_audio_sink_provide_clock),
20165         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20166         (gst_base_audio_sink_change_state):
20167         * gst/audioresample/gstaudioresample.c:
20168         Segment update fix.
20169
20170 2005-11-21  Andy Wingo  <wingo@pobox.com>
20171
20172         * *.h:
20173         * *.c: Ran scripts/update-macros. Oh yes.
20174
20175 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20176
20177         * sys/ximage/Makefile.am:
20178         * sys/ximage/ximage.c:
20179           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20180           remove your old libgstximage.* manually if necessary).
20181
20182 2005-11-21  Michael Smith <msmith@fluendo.com>
20183
20184         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20185           Minimal fix for bug #320200: set the min/max bitrate in the correct
20186           units. A better fix would be to upgrade to the RATEMANAGE2
20187           interface, rather than using the deprecated interface used here, but
20188           that would require an update in our libvorbis dependency (to 1.1),
20189           which is probably undesirable.
20190
20191 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20192
20193         * ext/libvisual/visual.c: (get_buffer):
20194         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20195         (gst_base_audio_src_fixate):
20196         * gst/audioconvert/gstaudioconvert.c:
20197         (gst_audio_convert_fixate_caps):
20198         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20199         * gst/audiotestsrc/gstaudiotestsrc.c:
20200         (gst_audiotestsrc_src_fixate):
20201         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20202         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20203         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20204         * gst/videotestsrc/gstvideotestsrc.c:
20205         (gst_videotestsrc_src_fixate):
20206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20208           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20209           (#322027)
20210
20211
20212 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20213
20214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20215         (gst_riff_create_iavs_caps):
20216         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20217         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20218         (gst_riff_parse_info):
20219         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20222           Fixes for GST_FOURCC_FORMAT API change.
20223
20224 2005-11-21  Andy Wingo  <wingo@pobox.com>
20225
20226         patch by: Alessandro Dessina <alessandro nnva org>
20227
20228         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20229         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20230         (gst_ogg_parse_chain):
20231         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20232         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20233         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20234         gst_value_list calls on arrays. Fixes #321962.
20235
20236 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20237
20238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20239         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20240         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20241         * gst/adder/gstadder.c: (gst_adder_init),
20242         (gst_adder_request_new_pad), (gst_adder_collected),
20243         (gst_adder_change_state):
20244           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20245           API change.
20246
20247 2005-11-21  Michael Smith <msmith@fluendo.com>
20248
20249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20250         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20251           Properly handle pad_push return values.
20252
20253 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20254
20255         * gst-libs/gst/tag/Makefile.am:
20256         * gst-libs/gst/tag/gstvorbistag.c:
20257         (gst_tag_list_to_vorbiscomment_buffer):
20258           Remove obsolete vorbistag element and debug category.
20259
20260         * gst/playback/gstplaybasebin.c: (check_queue):
20261           Don't divide by 0 when queue-threshold is 0.
20262
20263         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20264           Don't modify an existing pixel-aspect-ratio if we fail to read
20265           a new one.
20266
20267 2005-11-20  Wim Taymans  <wim@fluendo.com>
20268
20269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20270         (gst_vorbisenc_push_packet):
20271         GST_PAD_IS_USABLE is gone, use the return value of
20272         the push or pad_alloc_buffer instead.
20273
20274 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20275
20276         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20277         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20278         (gst_ximagesink_ximage_destroy),
20279         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20280         (gst_ximagesink_xwindow_new),
20281         (gst_ximagesink_xwindow_update_geometry),
20282         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20283         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20284         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20285         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20286         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20287         (gst_ximagesink_navigation_send_event),
20288         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20289         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20290         (gst_ximagesink_finalize), (gst_ximagesink_init),
20291         (gst_ximagesink_class_init):
20292         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20293         This new version brings correct software scaling, non flickering
20294         window while resizing, pixel aspect ratio handling, usage of
20295         hardware buffer pools, out of data flow event thread for 
20296         navigation and handling of expose events even when being PAUSED,
20297         a new property to keep video aspect ratio when resizing, etc...
20298
20299 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20300
20301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20302         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20303         handling of PAR.
20304
20305 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20306
20307         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20308         Unsetting IS_SINK flag from the fakesink, so decodebin
20309         never behaves as a sink.
20310
20311 2005-11-17  Wim Taymans  <wim@fluendo.com>
20312
20313         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20314         (gst_base_audio_src_change_state):
20315         Fix the audiosrc base class again, we did not unflush.
20316
20317 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20318
20319         * examples/seeking/seek.c: (make_dv_pipeline),
20320         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20321         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20322         to ogg/vorbis/theora pipeline.
20323
20324 2005-11-17  Wim Taymans  <wim@fluendo.com>
20325
20326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20327         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20328         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20329         Fix EOS on multiple streams.
20330         More debugging.
20331
20332 2005-11-16  Wim Taymans  <wim@fluendo.com>
20333
20334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20335         (gst_ogg_demux_perform_seek):
20336         Segment done must include stream time.
20337
20338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20339         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20340         (gst_ogg_mux_change_state):
20341         Fix ogg muxer again.
20342
20343 2005-11-16  Wim Taymans  <wim@fluendo.com>
20344
20345         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20346         Fix compile again.
20347
20348 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20349
20350         * ext/libvisual/visual.c: (gst_visual_init):
20351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20352         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20353         (gst_ogg_parse_chain):
20354         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20355         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20356         * ext/theora/theoradec.c: (gst_theora_dec_init):
20357         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20358         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20359         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20360         * gst/adder/gstadder.c: (gst_adder_class_init),
20361         (gst_adder_dispose):
20362         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20363         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20364         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20365           Fix a whole set of pad template leaks
20366
20367 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20368
20369         * check/generic/states.c: (GST_START_TEST):
20370           fix the test so that it only checks for elements that are part of
20371           this source module
20372
20373 2005-11-16  Michael Smith <msmith@fluendo.com>
20374
20375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20376         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20377         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20378         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20379         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20380         (gst_ogg_mux_change_state):
20381           Fix leaking collectpads.
20382
20383 2005-11-16  Edward Hervey  <edward@fluendo.com>
20384
20385         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20386         (gst_videorate_event), (gst_videorate_chain):
20387         Handle segment seeks
20388
20389 2005-11-16  Wim Taymans  <wim@fluendo.com>
20390
20391         * gst-libs/gst/audio/gstbaseaudiosink.c:
20392         (gst_base_audio_sink_provide_clock),
20393         (gst_base_audio_sink_change_state):
20394         Set ringbuffer to non-flushing when going to PAUSED, set to
20395         flushing again when going to READY.
20396
20397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20398         (gst_ring_buffer_stop):
20399         Start in flushing mode by default.
20400         Don't set flushing in the _stop method, let the app call
20401         this explicitly.
20402
20403 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20404
20405         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20406         * gst-libs/gst/video/videosink.h: Add helper function needed
20407         for video sinks.
20408
20409 2005-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20410
20411         * gst/videoscale/gstvideoscale.c:
20412         (gst_videoscale_handle_src_event):
20413           Don't leak reference to pad parent.
20414
20415 2005-11-16  Wim Taymans  <wim@fluendo.com>
20416
20417         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20418         Set ringbuffer to flushing when stopping so that we don't
20419         block on wait_segment anymore and livelock.
20420
20421 2005-11-16  Wim Taymans  <wim@fluendo.com>
20422
20423         * examples/seeking/seek.c: (send_event), (do_seek),
20424         (loop_toggle_cb), (segment_done), (main):
20425         Added looping checkbox.
20426
20427 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20428
20429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20430         (gst_ogg_demux_init):
20431         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20432         (gst_vorbis_dec_init):
20433           revert unrefs, they don't pass make check
20434
20435 2005-11-15  Johan Dahlin  <johan@gnome.org>
20436
20437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20438         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20439         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20440         (gst_vorbis_dec_init):
20441         Fix pad template leaks. 
20442
20443 2005-11-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20444
20445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20446           Make state change function thread safe.
20447
20448 2005-11-15  Edward Hervey  <edward@fluendo.com>
20449
20450         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20451         (gst_ogg_demux_class_init):
20452         Implement GstElement::send_event, so we can send seek events
20453         in GST_STATE_READY
20454
20455 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20456
20457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20458         Discovered how to take away flickering while resizing the
20459         window. Please don't put that in ximagesink, refactoring in
20460         progress.
20461
20462 2005-11-14  Michael Smith <msmith@fluendo.com>
20463
20464         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20465         (gst_multifdsink_render):
20466           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20467
20468 2005-11-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20469
20470         * gst/playback/gstplaybin.c: (gen_audio_element):
20471           Use autoaudiosink, it tends to be more widely available than
20472           autoaudiiosink.
20473           
20474 2005-11-14  Andy Wingo  <wingo@pobox.com>
20475
20476         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20477         as well if it is available. Fixes #316442.
20478
20479 2005-11-14  Michael Smith <msmith@fluendo.com>
20480
20481         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20482         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20483         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20484         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20485         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20486         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20488         (gst_vorbisenc_change_state):
20489           Fix a small memory leak in vorbisenc.
20490           Fix large memory leaks in oggmux, also fix lots of state change
20491           bugs in oggmux.
20492
20493 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20494
20495         * gst/videotestsrc/gstvideotestsrc.c:
20496         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20497         (gst_videotestsrc_src_fixate):
20498           move fixation to a fixate function
20499           remove negotiate function, basesrc's is good enough
20500           fixes a bug for check when using the element alone
20501
20502 2005-11-13  Edward Hervey  <edward@fluendo.com>
20503
20504         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20505         (key_toggle_cb), (main):
20506         Added checkboxes for adding/removing the accurate and key_unit seek
20507         flags.
20508
20509 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20510
20511         * configure.ac: back to HEAD
20512
20513 === release 0.9.5 ===
20514
20515 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20516
20517         * configure.ac:
20518           releasing 0.9.5, "No No Kia"
20519
20520 2005-11-11  Edward Hervey  <edward@fluendo.com>
20521
20522         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20523         Added parse-launch syntax seeking mode for the seeking example.
20524         This should help stress-test even more cases.
20525         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20526
20527 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20528
20529         * sys/xvimage/xvimagesink.c:
20530         (gst_xvimagesink_navigation_send_event):
20531           Check whether peer pad exists before sending navigation events
20532           to it.
20533
20534 2005-11-11  Michael Smith <msmith@fluendo.com>
20535
20536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20537         (gst_vorbisenc_buffer_from_packet):
20538         * ext/vorbis/vorbisenc.h:
20539           Set duration on encoded buffers. This allows oggmux's
20540           max_page_delay parameter to actually work.
20541
20542 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20543
20544         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20545         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20546         (gst_ffmpegcsp_avpicture_fill):
20547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20548         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20549           Make palettes work again (see #132341). Use our own macros
20550           for rounding up.
20551
20552 2005-11-10  Andy Wingo  <wingo@pobox.com>
20553
20554         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20555         string doober.
20556
20557 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20558
20559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20560         (gst_ffmpegcsp_transform_caps):
20561           Prefer passthrough in transform_caps
20562
20563 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20564
20565         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20566           check for ALSA errors properly, instead of relying on ALSA's
20567           error strings to serve to the user.
20568
20569 2005-11-10  Wim Taymans  <wim@fluendo.com>
20570
20571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20572         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20573         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20574         Modernise the seek code.
20575
20576 2005-11-10  Michael Smith <msmith@fluendo.com>
20577         
20578         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20579         (setup_substreams), (set_active_source):
20580           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20581           trying to go to NULL if we failed to read a file.
20582
20583 2005-11-10  Wim Taymans  <wim@fluendo.com>
20584
20585         * gst/audiotestsrc/gstaudiotestsrc.c:
20586         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20587         (gst_audiotestsrc_create):
20588         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20589         (gst_sinesrc_get_times), (gst_sinesrc_create):
20590         * gst/videotestsrc/gstvideotestsrc.c:
20591         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20592         (gst_videotestsrc_create):
20593         The base class can now sync for us.
20594
20595 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20598           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20599           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20600           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20601           format=(fourcc)I420" ! xvimagesink
20602
20603 2005-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20604
20605         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20606         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20607         (gst_sinesrc_newsegment):
20608           Send newsegment event in TIME format, set duration if
20609           num-buffers is set, fix duration querying.
20610
20611 2005-11-10  Michael Smith <msmith@fluendo.com>
20612
20613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20614         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20615         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20616         (gst_ogg_mux_collected):
20617          Fix EOS handling, partially. Now forwarding an EOS event once we have
20618          EOS on all pads works correctly. However, we still don't properly set
20619          EOS on the actual ogg stream pages.
20620
20621 2005-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20622
20623         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20624           Set elements to NULL state before disposing of them.
20625
20626 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20627
20628         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20629
20630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20631         (gst_base_rtp_depayload_init),
20632         (gst_base_rtp_depayload_set_gst_timestamp):
20633         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20634           We need to send a newsegment event for each instance, not
20635           just for the first instance of this class (get rid of
20636           static variable in function). (#321011).
20637           
20638 2005-11-08  Michael Smith <msmith@fluendo.com>
20639
20640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20641         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20642         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20643         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20644           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20645           This makes us mux things correctly according to the ogg muxing
20646           rules. Still not handling EOS correctly right now, though.
20647
20648 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20649
20650         * gst/audioconvert/gstaudioconvert.c:
20651           Fix typo in docs. 
20652
20653 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20654
20655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20656         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20657           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20658           creating a new chain; should fix live streaming. Also
20659           add more debug output and fix a typo.
20660
20661 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20662
20663         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20664
20665         * gst/volume/gstvolume.c: (volume_set_caps):
20666           Fix compilation on Solaris with Forte. (#320923)
20667
20668 2005-11-08  Wim Taymans  <wim@fluendo.com>
20669
20670         * gst-libs/gst/audio/gstbaseaudiosink.c:
20671         (gst_base_audio_sink_render):
20672         No need to do a typecheck.
20673
20674 2005-11-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20675
20676         * ext/alsa/gstalsa.h:
20677           We register a debug category, so let's use it.
20678
20679 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20680
20681         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20682         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20683         Fixed a small problem.
20684
20685 2005-11-04  Wim Taymans  <wim@fluendo.com>
20686
20687         * examples/seeking/Makefile.am:
20688         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20689         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20690         (make_playerbin_pipeline), (format_value), (update_scale),
20691         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20692         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20693         (print_usage), (main):
20694         Added app for playback speed testing.
20695
20696         * examples/seeking/seek.c: (dynamic_link),
20697         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20698         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20699         (message_received), (main):
20700         Updated seek example.
20701
20702 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20703
20704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20705         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20706         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20707         (gst_base_rtp_depayload_set_clock):
20708         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20709         Don't sleep on the bench (system clock) when you have a nice 
20710         comfortable bed (Gstreamer clock) to sleep on.
20711
20712 2005-11-03  Wim Taymans  <wim@fluendo.com>
20713
20714         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20715         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20716         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20717         Handle the case where a pad_block failed.
20718
20719 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20720
20721         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20722
20723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20724         (gst_base_rtp_depayload_add_to_queue),
20725         (gst_base_rtp_depayload_push),
20726         (gst_base_rtp_depayload_set_gst_timestamp),
20727         (gst_base_rtp_depayload_queue_release):
20728           Fixes some bugs in the depayloader's queuing/de-queueing code.
20729
20730 2005-10-31  Michael Smith <msmith@fluendo.com>
20731
20732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20733         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20734         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20735           Patch from Alessandro Decina <alessandro@nnva.org>.
20736           Make oggdemux only find the final time in a chain, not per-pad,
20737           since the per-pad information can be very expensive to locate, and
20738           it isn't used anywhere. This makes reading a file containing
20739           OggSkeleton reasonably fast.
20740           Also, make chain finding work when there are logical bitstreams that
20741           can't be decoded. Fixes #319110.
20742
20743 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20744
20745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20746         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20747         (gst_base_rtp_depayload_chain),
20748         (gst_base_rtp_depayload_add_to_queue),
20749         (gst_base_rtp_depayload_push),
20750         (gst_base_rtp_depayload_set_gst_timestamp),
20751         (gst_base_rtp_depayload_queue_release),
20752         (gst_base_rtp_depayload_start_thread),
20753         (gst_base_rtp_depayload_set_property),
20754         (gst_base_rtp_depayload_get_property):
20755         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20756         Some random fixes, to fullfill the desires of thomas.
20757
20758 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20759
20760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20761         (gst_base_rtp_depayload_add_to_queue),
20762         (gst_base_rtp_depayload_push):
20763         Fixed the queueing algorithm.
20764
20765 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20766
20767         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20768         (gst_base_rtp_depayload_push):
20769         A small fix
20770
20771 2005-10-31  Wim Taymans  <wim@fluendo.com>
20772
20773         * gst-libs/gst/audio/gstringbuffer.h:
20774         Don't break ABI.
20775
20776         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20777         (gst_ffmpeg_caps_to_pixfmt):
20778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20779         (gst_ffmpegcsp_set_caps):
20780         Some more comments.
20781         Handle missing required caps fields better.
20782
20783 2005-10-31  Wim Taymans  <wim@fluendo.com>
20784
20785         * gst-libs/gst/audio/gstbaseaudiosink.c:
20786         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20787         (gst_base_audio_sink_render):
20788         * gst-libs/gst/audio/gstringbuffer.c:
20789         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20790         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20791         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20792         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20793         (gst_ring_buffer_read):
20794         * gst-libs/gst/audio/gstringbuffer.h:
20795         Add flushing mode to the ringbuffer so that it in all cases does
20796         not try to handle more audio. This makes sure it does not try to
20797         block anymore when flushing and fixes a livelock.
20798
20799 2005-10-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20800
20801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20802         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20803         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20804           Explicitly check for -1 values before doing a conversion
20805           and always map them to -1. (#315545)
20806
20807 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20808
20809         * gst/playback/gstplaybin.c: (gen_video_element):
20810           first try autovideosink, then xvimagesink, then error out
20811         * po/POTFILES.in:
20812           add translatable file
20813         * po/af.po:
20814         * po/az.po:
20815         * po/cs.po:
20816         * po/en_GB.po:
20817         * po/hu.po:
20818         * po/it.po:
20819         * po/nb.po:
20820         * po/nl.po:
20821         * po/or.po:
20822         * po/sq.po:
20823         * po/sr.po:
20824         * po/sv.po:
20825         * po/uk.po:
20826         * po/vi.po:
20827           update translations
20828
20829 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20830
20831         * gst-libs/gst/rtp/gstbasedepayload.c:
20832         * gst-libs/gst/rtp/gstbasedepayload.h:
20833           Minor cleanups
20834
20835 2005-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20836
20837         * gst/playback/.cvsignore:
20838         * gst/playback/decodetest.c:
20839         * gst/playback/test3.c:
20840           Port these two tests as well.
20841
20842 2005-10-27  Wim Taymans  <wim@fluendo.com>
20843
20844         * ext/theora/theoradec.c: (theora_dec_src_query),
20845         (theora_dec_sink_event):
20846         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20847         (theora_enc_change_state):
20848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20849         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20850         Take proper locks when handling events.
20851
20852 2005-10-27  Wim Taymans  <wim@fluendo.com>
20853
20854         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20855         (gst_adder_change_state):
20856         Fix timestamps and fix deadlock when stopping the collectpads.
20857
20858 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20859
20860         * gst-libs/gst/rtp/gstrtpbuffer.h:
20861         Declaring the payload types as strings too so that they can be used
20862         in the padtemplate inialization.
20863
20864 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20865
20866         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20867
20868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20869         (gst_base_rtp_depayload_class_init):
20870         Fixes a small but nasty bug. The derived elements no longer segfaults
20871         on finalization.
20872
20873 2005-10-26  Michael Smith <msmith@fluendo.com>
20874
20875         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20876           When clearing an audioconvert context, set tmpbufsize to zero, so
20877           we'll allocate it again later if required.
20878           This fixes audioconvert re-negotiating formats, which previously
20879           segfaulted with a NULL destination buffer.
20880
20881 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20882
20883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20884         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20885         (gst_base_rtp_depayload_set_gst_timestamp),
20886         (gst_base_rtp_depayload_queue_release):
20887         Fixed a smalll memleak.
20888
20889 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20891         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20892         (gst_base_rtp_depayload_finalize),
20893         (gst_base_rtp_depayload_setcaps),
20894         (gst_base_rtp_depayload_add_to_queue),
20895         (gst_base_rtp_depayload_push),
20896         (gst_base_rtp_depayload_set_gst_timestamp),
20897         (gst_base_rtp_depayload_queue_release),
20898         (gst_base_rtp_depayload_thread),
20899         (gst_base_rtp_depayload_change_state):
20900         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20901         Changed the C++ comments to C comments
20902
20903 2005-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20904
20905         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20906         * gst/tcp/gsttcpclientsrc.h:
20907         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20908         * gst/tcp/gsttcpserversrc.h:
20909           Remove unused 'curoffset' structure member.
20910
20911 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20912
20913         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20914         (gst_base_rtp_depayload_base_init),
20915         (gst_base_rtp_depayload_finalize):
20916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20917         * gst-libs/gst/rtp/gstbasertppayload.h:
20918           The pad-template on the sinkpad should be set by the derived classes.
20919           Also added some useful macros.
20920
20921 2005-10-24  Wim Taymans  <wim@fluendo.com>
20922
20923         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20924         Correctly flush decoder samples even if we could not
20925         copy them to an output buffer. Fixes #319618.
20926
20927 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20928
20929         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20931         the caps against our xcontext caps.
20932
20933 2005-10-24  Wim Taymans  <wim@fluendo.com>
20934
20935         * gst-libs/gst/audio/gstbaseaudiosink.c:
20936         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20937         Remove g_print
20938         Use sync property from baseclass to disable sync.
20939
20940 2005-10-24  Wim Taymans  <wim@fluendo.com>
20941
20942         * gst-libs/gst/audio/gstbaseaudiosink.c:
20943         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20944         Buffers with no timestamps get aligned with previous buffers or
20945         on underrun, played ASAP.
20946
20947 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20948
20949         * gst-libs/gst/video/video.h:
20950         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20951         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20953         here comes my change on caps for framerate and geometry range.
20954         We are now accepting 1 to MAXINT for width and height, and from
20955         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20956         to be blended correctly in videomixer.
20957
20958 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20959
20960         * configure.ac:
20961           back to HEAD
20962
20963 === release 0.9.4 ===
20964
20965 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20966
20967         * NEWS:
20968         * RELEASE:
20969         * configure.ac:
20970           releasing 0.9.4, "Velociraptor"
20971
20972 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20975         * po/POTFILES.in:
20976           STOPPED -> FAILED
20977
20978 2005-10-21  Wim Taymans  <wim@fluendo.com>
20979
20980         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20981         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20982         (pad_blocked), (close_pad_link), (new_pad):
20983         Don't try to remove elements twice.
20984
20985 2005-10-21  Wim Taymans  <wim@fluendo.com>
20986
20987         * ext/theora/theoradec.c: (theora_dec_src_query),
20988         (theora_dec_sink_event):
20989         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20990         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20991         (vorbis_handle_data_packet):
20992         * ext/vorbis/vorbisdec.h:
20993         Fix old naming.
20994
20995         * gst-libs/gst/audio/gstbaseaudiosink.c:
20996         (gst_base_audio_sink_render):
20997         Don't try to sync on buffers without a timestamp.
20998
20999 2005-10-21  Wim Taymans  <wim@fluendo.com>
21000
21001         * ext/theora/theoradec.c: (theora_dec_src_query),
21002         (theora_dec_sink_event):
21003         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21004         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21005         (vorbis_handle_data_packet):
21006         * ext/vorbis/vorbisdec.h:
21007         Fix old naming.
21008
21009 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21010
21011         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21012         (gst_vorbisenc_src_query):
21013           Implement position and duration queries.
21014
21015         * gst/playback/test3.c: (update_scale), (main):
21016           Fix for async state changes and print nicer output.
21017
21018 2005-10-20  Wim Taymans  <wim@fluendo.com>
21019
21020         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21021         (dump_element_stats), (main):
21022         * gst/playback/test6.c: (main):
21023         Fix tests again
21024
21025 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21026
21027         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21028         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21029           Don't use functions for position queries when handling
21030           duration queries.
21031
21032 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21033
21034         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21035         (vorbis_handle_data_packet), (vorbis_dec_chain),
21036         (vorbis_dec_change_state):
21037         * ext/vorbis/vorbisdec.h:
21038           Vorbis streams can be embedded in other container formats
21039           than ogg, container formats where the demuxer might set 
21040           timestamps on encoded vorbis buffers instead of those silly 
21041           granulepos thingies. In short: make vorbisdec handle 
21042           timestamps on incoming buffers as well.
21043
21044 2005-10-20  Wim Taymans  <wim@fluendo.com>
21045
21046         * gst/playback/gstplaybasebin.c: (group_destroy),
21047         (gst_play_base_bin_change_state):
21048         Fix leak.
21049         Handle case where playbasebin is now ASYNC because
21050         decodebin is.
21051
21052 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21053
21054         * gst/audioconvert/Makefile.am:
21055         * gst/audioconvert/bufferframesconvert.c:
21056         * gst/audioconvert/plugin.c: (plugin_init):
21057         * gst/audioconvert/plugin.h:
21058           And bye bye buffer-frames-convert
21059
21060 2005-10-19  Wim Taymans  <wim@fluendo.com>
21061
21062         * check/elements/audioconvert.c:
21063         * docs/libs/tmpl/gstaudio.sgml:
21064         * docs/libs/tmpl/gstcolorbalance.sgml:
21065         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21066         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21067         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21068         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21069         * gst-libs/gst/audio/audio.h:
21070         * gst/audioconvert/audioconvert.h:
21071         * gst/audioconvert/gstaudioconvert.c:
21072         (gst_audio_convert_parse_caps):
21073         * gst/volume/gstvolume.c:
21074         Bye bye buffer-frames.
21075
21076 2005-10-19  Wim Taymans  <wim@fluendo.com>
21077
21078         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21079         (query_positions_elems), (query_positions_pads), (update_scale),
21080         (do_seek), (set_update_scale), (message_received), (main):
21081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21082         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21083         (gst_ogg_demux_loop):
21084         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21085         * ext/theora/theoradec.c: (theora_dec_src_query),
21086         (theora_dec_sink_event):
21087         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21088         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21089         * gst/adder/gstadder.c: (gst_adder_query):
21090         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21091         * gst/playback/test3.c: (update_scale):
21092         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21093         (dump_element_stats), (main):
21094         * gst/playback/test6.c: (main):
21095         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21096         Query API update.
21097
21098 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21099
21100         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21101         (xml_check_first_element), (xml_type_find), (smil_type_find),
21102         (plugin_init):
21103           Add typefinding for SMIL and for generic XML. Based on patch by
21104           Akos Maroy (#308663).
21105
21106 2005-10-18  Wim Taymans  <wim@fluendo.com>
21107
21108         * gst/playback/Makefile.am:
21109         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21110         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21111         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21112         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21113         (gst_decode_bin_change_state):
21114         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21115         (gst_play_bin_send_event_to_sink):
21116         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21117         (dump_element_stats), (main):
21118         * gst/playback/test6.c: (main):
21119         Make playbin async, it'll commit state to paused when all streams
21120         are detected.
21121         Remove ugly hack.
21122         Added test6.c to show async behaviour.
21123
21124 2005-10-18  Wim Taymans  <wim@fluendo.com>
21125
21126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21127         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21128         Fix for segment-start/stop API change.
21129
21130 2005-10-18  Wim Taymans  <wim@fluendo.com>
21131
21132         * check/Makefile.am:
21133         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21134         (main):
21135         Add future test for clock selection.
21136
21137 2005-10-18  Wim Taymans  <wim@fluendo.com>
21138
21139         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21140         (gst_alsasink_close):
21141         Set handle to NULL.
21142
21143         * gst-libs/gst/audio/gstringbuffer.c:
21144         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21145         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21146         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21147         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21148         (gst_ring_buffer_read):
21149         More debug info.
21150
21151 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21152
21153         * gst/audiotestsrc/Makefile.am:
21154         * gst/sine/Makefile.am:
21155         * gst/volume/Makefile.am:
21156           fix broken build of controllerized plugins
21157
21158 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21159
21160         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21161
21162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21163         (gst_riff_create_video_template_caps):
21164           Add support for Indeo-3 (IV32).
21165
21166 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21167
21168         * configure.ac:
21169           rewrite
21170
21171 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21172
21173         * gst-libs/gst/video/video.c: (gst_video_get_size):
21174         * gst/audiotestsrc/gstaudiotestsrc.c:
21175           doc updates
21176
21177 2005-10-17  Andy Wingo  <wingo@pobox.com>
21178
21179         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21180         with the collectpads change.
21181         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21182
21183         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21184
21185         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21186
21187         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21188         alloc_buffer flow return to callers.
21189         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21190         change. Fix some memleaks in theoraenc.
21191
21192         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21193         in strange circumstance.
21194
21195 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21196
21197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21198         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21199         from caps, let's use the caps...
21200
21201 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21202
21203         * configure.ac:
21204           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21205
21206 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21207
21208         * gst-libs/gst/interfaces/Makefile.am:
21209           fix silly typo
21210
21211 2005-10-16  Andy Wingo  <wingo@pobox.com>
21212
21213         * gst/playback/gstdecodebin.c
21214         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21215         function!
21216         (try_to_link_1): Increase kraziness level.
21217
21218 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * configure.ac:
21221           restructure like the core one
21222         * gst-libs/gst/audio/Makefile.am:
21223         * gst-libs/gst/interfaces/Makefile.am:
21224         * gst-libs/gst/net/Makefile.am:
21225         * gst-libs/gst/riff/Makefile.am:
21226         * gst-libs/gst/rtp/Makefile.am:
21227         * gst-libs/gst/tag/Makefile.am:
21228         * gst-libs/gst/video/Makefile.am:
21229           use correct linker flags, now the libs are properly versioned
21230         * check/elements/audioconvert.c: (verify_convert):
21231         * ext/alsa/gstalsaplugin.c:
21232         * ext/cdparanoia/gstcdparanoia.c:
21233         * ext/gnomevfs/gstgnomevfs.c:
21234         * ext/libvisual/visual.c:
21235         * ext/ogg/gstogg.c:
21236         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21237         * ext/theora/theora.c:
21238         * ext/vorbis/vorbis.c:
21239         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21240         * gst-libs/gst/tag/gsttagediting.c:
21241         * gst-libs/gst/video/video.c:
21242         * gst/adder/gstadder.c:
21243         * gst/audioconvert/plugin.c:
21244         * gst/audiorate/gstaudiorate.c:
21245         * gst/audioresample/gstaudioresample.c:
21246         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21247         * gst/audioscale/gstaudioscale.c:
21248         * gst/audioscale/resample.c:
21249         * gst/audiotestsrc/gstaudiotestsrc.c:
21250         * gst/ffmpegcolorspace/gstffmpeg.c:
21251         * gst/playback/gstdecodebin.c: (close_pad_link):
21252         * gst/playback/gstplaybin.c: (gen_video_element),
21253         (gen_audio_element):
21254         * gst/sine/gstsinesrc.c:
21255         * gst/subparse/gstsubparse.c:
21256         * gst/tags/gsttagediting.c:
21257         * gst/tcp/gsttcpplugin.c:
21258         * gst/typefind/gsttypefindfunctions.c:
21259         * gst/videorate/gstvideorate.c:
21260         * gst/videoscale/gstvideoscale.c:
21261         * gst/videotestsrc/gstvideotestsrc.c:
21262         * gst/volume/gstvolume.c:
21263         * sys/v4l/gstv4l.c:
21264         * sys/ximage/ximage.c:
21265         * sys/xvimage/xvimagesink.c:
21266           fix up defines
21267
21268 2005-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21269
21270         * ext/vorbis/vorbisenc.c:
21271         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21272         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21273         (gst_tag_to_vorbis_comments):
21274           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21275
21276 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21277
21278         * examples/stats/mp2ogg.c:
21279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21280           typo fixes
21281
21282 2005-10-13  Michael Smith <msmith@fluendo.com>
21283
21284         * ext/ogg/gstoggmux.c:
21285           Use magic glib macros to define constants as 64 bit, to ensure
21286           appropriate vararg passing.
21287
21288 2005-10-13  Michael Smith <msmith@fluendo.com>
21289
21290         * ext/ogg/gstoggmux.c:
21291         * gst/audioconvert/audioconvert.c: (float):
21292           Don't use LL suffix, as it's not portable, and neither of these
21293           uses required it anyway.
21294
21295 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21296
21297         * examples/indexing/indexmpeg.c: (main):
21298         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21299         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21300         (cdparanoia_convert), (cdparanoia_query):
21301         * ext/cdparanoia/gstcdparanoia.h:
21302         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21303         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21304         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21306         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21307         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21308         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21309         (gst_multifdsink_render), (gst_multifdsink_start),
21310         (gst_multifdsink_stop):
21311         * gst/tcp/gstmultifdsink.h:
21312         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21313         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21314         (gst_tcpclientsink_stop):
21315         * gst/tcp/gsttcpclientsink.h:
21316         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21317         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21318         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21319         * gst/tcp/gsttcpclientsrc.h:
21320         * gst/tcp/gsttcpserversink.h:
21321         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21322         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21323         (gst_tcpserversrc_stop):
21324         * gst/tcp/gsttcpserversrc.h:
21325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21327         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21328           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21329           moved bitshift from macro to enum definition
21330
21331 2005-10-12  Wim Taymans  <wim@fluendo.com>
21332
21333         * examples/seeking/Makefile.am:
21334         Oops.
21335
21336 2005-10-12  Wim Taymans  <wim@fluendo.com>
21337
21338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21339         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21340         Don't assert on normal stuff.
21341
21342         * gst/playback/gstplaybin.c: (do_playbin_seek):
21343         API fix.
21344
21345 2005-10-12  Wim Taymans  <wim@fluendo.com>
21346
21347         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21348         * examples/seeking/Makefile.am:
21349         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21350         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21351         (do_seek), (set_update_scale), (message_received), (main):
21352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21353         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21354         Update for _get_state() API change.
21355
21356 2005-10-11  Wim Taymans  <wim@fluendo.com>
21357
21358         * gst-libs/gst/audio/gstbaseaudiosink.c:
21359         (gst_base_audio_sink_render):
21360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21361         (gst_base_audio_src_create):
21362         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21363         (gst_ring_buffer_read):
21364         Cleanups.
21365         Commit and read from ringbuffer in samples rather than bytes.
21366
21367 2005-10-11  Wim Taymans  <wim@fluendo.com>
21368
21369         * gst-libs/gst/audio/gstbaseaudiosink.c:
21370         (gst_base_audio_sink_render):
21371         Respect segment rate and accum when scheduling samples.
21372
21373 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21374
21375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21376         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21377         EOS correctly, that needs more work.
21378
21379 2005-10-11  Wim Taymans  <wim@fluendo.com>
21380
21381         * check/generic/states.c: (GST_START_TEST):
21382         remove old property.
21383
21384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21385         (gst_ogg_demux_perform_seek):
21386         * ext/theora/theoradec.c: (theora_dec_sink_event):
21387         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21388         (vorbis_handle_data_packet):
21389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21390         (gst_base_rtp_depayload_set_gst_timestamp):
21391         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21392         Update for newsegment API change.
21393
21394 2005-10-11  Michael Smith <msmith@fluendo.com>
21395
21396         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21397         (do_playbin_seek), (gst_play_bin_send_event):
21398           Override send_event differently, so that we can takes bits of
21399           functionality from GstPipeline (special handling for seeks,
21400           including pausing/resuming, and resetting stream time) and still get
21401           the appropriate behaviour of only forwarding event to a single sink,
21402           rather than all of them.
21403           Unfortunately requires a lot of code duplication, but the
21404           alternatives are equally ugly in the end.
21405
21406 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * check/elements/audioconvert.c: (setup_audioconvert),
21409         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21410         (GST_START_TEST), (audioconvert_suite):
21411           clean up tests a little, fix some leaks.
21412
21413 2005-10-10  Wim Taymans  <wim@fluendo.com>
21414
21415         * ext/alsa/gstalsasink.c:
21416         Also allow unsigned int.
21417
21418         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21419         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21420         Small cleanup
21421
21422 2005-10-10  Wim Taymans  <wim@fluendo.com>
21423
21424         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21425         Small update, use API as stated in design docs.
21426
21427         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21428         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21429         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21430         (message_received), (main):
21431         Updated seek example for GOption. Some usability improvements.
21432
21433 2005-10-10  Wim Taymans  <wim@fluendo.com>
21434
21435         * gst/audioconvert/audioconvert.h:
21436         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21437         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21438         Alloc temp storage somewhere else where we can do it more
21439         portable.
21440
21441 2005-10-10  Wim Taymans  <wim@fluendo.com>
21442
21443         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21444         (gst_tcpserversrc_start):
21445         Don't block in accept while doing the state change, move
21446         to poll and make cancellable.
21447
21448 2005-10-09  Philippe Khalaf <burger@speedy.org>
21449
21450         * gst-libs/gst/rtp/rtpbasedepayload.c:
21451         Set timestamp and add queue delay to timestamp
21452         * gst-libs/gst/rtp/rtpbuffer.h:
21453         Set correct payload type for h263
21454
21455 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21456
21457         * gst/audiotestsrc/gstaudiotestsrc.c:
21458         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21459         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21460         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21461         (gst_audiotestsrc_create_triangle),
21462         (gst_audiotestsrc_create_silence),
21463         (gst_audiotestsrc_create_white_noise),
21464         (gst_audiotestsrc_init_pink_noise),
21465         (gst_audiotestsrc_generate_pink_noise_value),
21466         (gst_audiotestsrc_create_pink_noise),
21467         (gst_audiotestsrc_change_wave):
21468         * gst/audiotestsrc/gstaudiotestsrc.h:
21469           fixed typo, added pink noise
21470
21471 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21472
21473         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21474         (plugin_init):
21475           Add wavpack and spc typefind functions from 0.8 branch.
21476
21477 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21478
21479         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21480         (ar_type_find), (msdos_type_find), (plugin_init):
21481           Add typefind functions for tar archives, ar archives,
21482           RAR archives, and msdos-executables (dlls, exe, etc.).
21483           Some of those would be wrongly identified as mpeg
21484           streams of some sort before (#315550).
21485
21486 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21487
21488         * configure.ac:
21489         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21490         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21491         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21492         * gst/audiotestsrc/Makefile.am:
21493         * gst/audiotestsrc/gstaudiotestsrc.c:
21494         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21495         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21496         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21497         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21498         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21499         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21500         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21501         (gst_audiotestsrc_create_silence),
21502         (gst_audiotestsrc_create_white_noise),
21503         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21504         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21505         (gst_audiotestsrc_start), (plugin_init):
21506         * gst/audiotestsrc/gstaudiotestsrc.h:
21507           add new plugin and element
21508         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21509           use gobject_class
21510
21511 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21512
21513         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21514         (gst_adder_init), (gst_adder_request_new_pad),
21515         (gst_adder_change_state):
21516           Add query function to source pad, so adder reports the correct
21517           time/sample position when queried (#315457); fix state change
21518           function; use GST_DEBUG_FUNCPTR() for pad functions.
21519
21520 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21521
21522         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21523           Fix leaks in typefind registration
21524           Clean up the gratuitous commenting and whitespacing a little
21525
21526 2005-10-08  Wim Taymans  <wim@fluendo.com>
21527
21528         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21529         Only actually wait for the thread to be stopped if it's 
21530         running.
21531
21532 2005-10-08  Wim Taymans  <wim@fluendo.com>
21533
21534         * gst-libs/gst/audio/gstbaseaudiosink.c:
21535         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21536         If we receive EOS we can start playback of what we had.
21537
21538 2005-10-08  Wim Taymans  <wim@fluendo.com>
21539
21540         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21541         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21542         (gst_multifdsink_stop):
21543         Fix crasher when going to NULL multiple times.
21544
21545 2005-10-06  Wim Taymans  <wim@fluendo.com>
21546
21547         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21548         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21549         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21550         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21551         patch from Edgard Lima <edgard.lima@indt.org.br>
21552         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21553
21554 2005-10-06  Wim Taymans  <wim@fluendo.com>
21555
21556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21557         Report the FLOW_RETURN as string in the error message.
21558
21559         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21560         Don't assert when clearing an unnegotiated buffer.
21561
21562 2005-10-04  Michael Smith <msmith@fluendo.com>
21563
21564         * gst/playback/gstplaybasebin.c: (group_destroy),
21565         (gen_preroll_element), (remove_groups), (setup_source):
21566         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21567         (setup_sinks), (gst_play_bin_send_event),
21568         (gst_play_bin_change_state):
21569           Set state to NULL before removing from bin. Fix refcounting.
21570
21571 2005-10-04  Michael Smith <msmith@fluendo.com>
21572
21573         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21574           Correct refcounting in send_event() function. Previously was wrong
21575           if the first sink was unable to handle the event.
21576
21577 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21578
21579         * configure.ac:
21580           back to development
21581
21582 === release 0.9.3 ===
21583
21584 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21585
21586         * configure.ac:
21587           Releasing 0.9.3, "De Facto"
21588
21589 2005-10-03  Andy Wingo  <wingo@pobox.com>
21590
21591         * gst/playback/gstdecodebin.c (try_to_link_1)
21592         (remove_element_chain): set element to NULL before removing it.
21593
21594 2005-10-02  Johan Dahlin  <johan@gnome.org>
21595
21596         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21597         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21598         MT safe.
21599
21600 2005-10-02  Andy Wingo  <wingo@pobox.com>
21601
21602         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21603         (gst_ring_buffer_prepare_read): 
21604         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21605         Demote to LOG.
21606
21607 2005-09-29  Wim Taymans  <wim@fluendo.com>
21608
21609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21610         * ext/theora/theoradec.c: (theora_handle_data_packet):
21611         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21612         Propagate error codes from alloc_buffer too.
21613
21614 2005-09-29  Wim Taymans  <wim@fluendo.com>
21615
21616         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21617         We use fixed caps.
21618
21619         * gst/playback/Makefile.am:
21620         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21621         (dump_element_stats), (main):
21622         Added example stream introspection code.
21623
21624 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21625
21626         * gst/adder/gstadder.c: (gst_adder_collected):
21627           fix adder for float elements
21628
21629 2005-09-28  Wim Taymans  <wim@fluendo.com>
21630
21631         * gst-libs/gst/audio/gstbaseaudiosink.c:
21632         (gst_base_audio_sink_class_init),
21633         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21634         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21635         (gst_base_audio_src_class_init),
21636         (gst_base_audio_src_provide_clock):
21637         get_clock -> provide_clock
21638
21639 2005-09-28  Andy Wingo  <wingo@pobox.com>
21640
21641         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21642         and unlocking.
21643
21644         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21645         unlocking.
21646
21647         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21648         Actually add the pad template.
21649         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21650
21651         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21652         I'm at it...
21653
21654         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21655         from fdsrc. Get caps in create() instead of start() so it can be
21656         interrupted. Interruption somewhat untested.
21657
21658         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21659         Proper EOS handling.
21660
21661 2005-09-27  Andy Wingo  <wingo@pobox.com>
21662
21663         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21664
21665         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21666
21667         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21668
21669         * gst/tcp/gsttcp.h: 
21670         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21671         out of tcpclientsrc.c. Cancellable.
21672         (gst_tcp_socket_read): Made private, cancellable, with better
21673         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21674         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21675         whole buffer, and better diagnostics.
21676         (gst_tcp_gdp_read_caps): Same.
21677
21678         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21679
21680 2005-09-26  Andy Wingo  <wingo@pobox.com>
21681
21682         * gst/sine/gstsinesrc.h:
21683         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21684         change the 'sync' property to 'is-live' and implement it halfway,
21685         update for controller api change.
21686
21687         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21688         controller api change.
21689
21690 2005-09-24  Wim Taymans  <wim@fluendo.com>
21691
21692         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21693         * gst-libs/gst/audio/gstaudiosink.c:
21694         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21695         (gst_audioringbuffer_stop):
21696         * gst-libs/gst/audio/gstbaseaudiosink.c:
21697         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21698         (gst_base_audio_sink_change_state):
21699         * gst-libs/gst/audio/gstbaseaudiosink.h:
21700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21701         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21702         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21703         * gst-libs/gst/audio/gstringbuffer.h:
21704         Fix sync again. Moved sample alignment to basesink.
21705
21706 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21707
21708         * docs/plugins/Makefile.am:
21709         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21710         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21711         * gst/volume/gstvolume.c:
21712           add/fix docs
21713         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21714         * gst-libs/gst/audio/audio.h:
21715           add conversion macros for frames <-> clocktime
21716
21717 2005-09-23  David Schleef  <ds@schleef.org>
21718
21719         * gst/audioresample/Makefile.am:
21720         * gst/audioresample/debug.h:
21721         * gst/audioresample/gstaudioresample.c:
21722         * gst/audioresample/resample.c: Convert to using gst debugging
21723
21724 2005-09-22  Wim Taymans  <wim@fluendo.com>
21725
21726         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21727         (gst_play_bin_send_event):
21728         Only seek on one sink, the first one that succeeds.
21729
21730 2005-09-22  Michael Smith <msmith@fluendo.com>
21731
21732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21733         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21734         Don't flush encoder state unless we have an initialised encoder.
21735         Clear out encoder state on PAUSED_TO_READY.
21736
21737 2005-09-22  Wim Taymans  <wim@fluendo.com>
21738
21739         * gst-libs/gst/rtp/gstbasertppayload.c:
21740         (gst_basertppayload_class_init), (gst_basertppayload_init),
21741         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21742         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21743         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21744         (gst_basertppayload_set_property),
21745         (gst_basertppayload_get_property),
21746         (gst_basertppayload_change_state):
21747         * gst-libs/gst/rtp/gstbasertppayload.h:
21748         Added max-ptime to control amount of data in the rtp packets.
21749
21750 2005-09-21  Andy Wingo  <wingo@pobox.com>
21751
21752         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21753         thingies.
21754
21755         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21756         can be called multiple times, dogs.
21757
21758 2005-09-21  Wim Taymans  <wim@fluendo.com>
21759
21760         * gst-libs/gst/rtp/gstbasertppayload.c:
21761         (gst_basertppayload_class_init), (gst_basertppayload_init),
21762         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21763         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21764         (gst_basertppayload_push), (gst_basertppayload_get_property),
21765         (gst_basertppayload_change_state):
21766         Allow 0 ssrc too.
21767
21768 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21769
21770         * docs/libs/compiling.sgml:
21771           fixing typos
21772
21773 2005-09-20  Wim Taymans  <wim@fluendo.com>
21774
21775         * gst-libs/gst/rtp/gstbasertppayload.c:
21776         (gst_basertppayload_class_init), (gst_basertppayload_init),
21777         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21778         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21779         (gst_basertppayload_push), (gst_basertppayload_set_property),
21780         (gst_basertppayload_get_property),
21781         (gst_basertppayload_change_state):
21782         * gst-libs/gst/rtp/gstbasertppayload.h:
21783         Added property to configure sequence number offsets.
21784
21785 2005-09-20  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst-libs/gst/rtp/gstbasertppayload.c:
21788         (gst_basertppayload_class_init), (gst_basertppayload_init),
21789         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21790         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21791         (gst_basertppayload_push), (gst_basertppayload_set_property),
21792         (gst_basertppayload_get_property),
21793         (gst_basertppayload_change_state):
21794         * gst-libs/gst/rtp/gstbasertppayload.h:
21795         Make timestamp offset configurable.
21796
21797 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21798
21799         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21800           fix wrong pop/unref
21801
21802 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21803
21804         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21805
21806         * gst-libs/gst/interfaces/propertyprobe.c:
21807         (gst_property_probe_probe_property_name),
21808         (gst_property_probe_needs_probe_name),
21809         (gst_property_probe_get_values_name),
21810         (gst_property_probe_probe_and_get_values_name):
21811           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21812           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21813
21814 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21815
21816         * check/Makefile.am:
21817           have some tests be disabled for valgrinding
21818         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21819         (GST_START_TEST):
21820         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21821           Fix A Leak.  Chain To Parent Finalize.
21822
21823 2005-09-19  Wim Taymans  <wim@fluendo.com>
21824
21825         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21826         Fixed wav pipeline.
21827
21828 2005-09-19  Wim Taymans  <wim@fluendo.com>
21829
21830         * gst-libs/gst/rtp/gstbasertppayload.c:
21831         (gst_basertppayload_class_init), (gst_basertppayload_init),
21832         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21833         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21834         (gst_basertppayload_push), (gst_basertppayload_get_property),
21835         (gst_basertppayload_change_state):
21836         Posting ERROR and WARNING messages is good.
21837
21838 2005-09-19  Wim Taymans  <wim@fluendo.com>
21839
21840         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21841         (gst_base_rtp_depayload_add_to_queue),
21842         (gst_base_rtp_depayload_push),
21843         (gst_base_rtp_depayload_set_gst_timestamp),
21844         (gst_base_rtp_depayload_queue_release):
21845         This one was not supposed to go in.
21846
21847 2005-09-19  Wim Taymans  <wim@fluendo.com>
21848
21849         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21850         Fix for bus API.
21851
21852         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21853         (gst_base_rtp_depayload_chain),
21854         (gst_base_rtp_depayload_add_to_queue),
21855         (gst_base_rtp_depayload_push),
21856         (gst_base_rtp_depayload_set_gst_timestamp),
21857         (gst_base_rtp_depayload_queue_release):
21858         Some cleanups.
21859
21860         * gst-libs/gst/rtp/gstbasertppayload.c:
21861         (gst_basertppayload_class_init), (gst_basertppayload_init),
21862         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21863         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21864         (gst_basertppayload_get_property),
21865         (gst_basertppayload_change_state):
21866         Added debugging category.
21867
21868 2005-09-18  David Schleef  <ds@schleef.org>
21869
21870         * gst/playback/gstdecodebin.c: free plugin list correctly
21871         * gst/playback/gstplaybin.c: emit warning if autovideosink
21872           and autoaudiosink can't be found (instead of segfaulting)
21873
21874 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * check/elements/audioconvert.c: (GST_START_TEST):
21877           try out 24 bit conversion
21878
21879 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21882         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21883         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21884         * ext/vorbis/vorbisenc.h:
21885           Fix EOS handling.  Still needs a fix in the ogg muxer to
21886           mark the last page as eos.
21887
21888 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21889
21890         * common/gtk-doc-plugins.mak:
21891         * docs/plugins/Makefile.am:
21892         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21893         * gst/ffmpegcolorspace/Makefile.am:
21894         * gst/ffmpegcolorspace/avcodec.h:
21895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21896         * gst/tcp/gstmultifdsink.c:
21897           fix up ffmpegcolorspace docs; extract header
21898
21899 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21900
21901         * common/gtk-doc-plugins.mak:
21902         * docs/plugins/Makefile.am:
21903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21904         * ext/theora/Makefile.am:
21905         * ext/theora/gsttheoraenc.h:
21906         * ext/theora/theoraenc.c:
21907         * ext/vorbis/vorbisenc.c:
21908           pick up signals and args for vorbis; add some docs for vorbis
21909
21910 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21911
21912         * common/gstdoc-scangobj:
21913         * common/gtk-doc-plugins.mak:
21914         * docs/libs/Makefile.am:
21915         * docs/plugins/gst-plugins-base-plugins.args:
21916         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21917         * docs/plugins/gst-plugins-base-plugins.interfaces:
21918         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21919         * docs/plugins/gst-plugins-base-plugins.signals:
21920           only scanobj stuff from our source module.  Not sure yet
21921           if that's correct, given the hierarchy stuff :)
21922
21923 2005-09-15  Wim Taymans  <wim@fluendo.com>
21924
21925         * gst/audioconvert/gstaudioconvert.c:
21926         And enable 24 bits mode as well..
21927
21928 2005-09-15  Wim Taymans  <wim@fluendo.com>
21929
21930         * gst-libs/gst/rtp/Makefile.am:
21931         * gst-libs/gst/rtp/gstbasertppayload.c:
21932         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21933         (gst_basertppayload_class_init), (gst_basertppayload_init),
21934         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21935         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21936         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21937         (gst_basertppayload_set_property),
21938         (gst_basertppayload_get_property),
21939         (gst_basertppayload_change_state):
21940         * gst-libs/gst/rtp/gstbasertppayload.h:
21941         Added rtp payloader base class.
21942
21943 2005-09-15  Andy Wingo  <wingo@pobox.com>
21944
21945         * configure.ac (plugindir): Remove the EOL matcher from the
21946         regexp, as it causes me problems. Libtool? Make? Who knows?
21947
21948 2005-09-14  David Schleef  <ds@schleef.org>
21949
21950         * check/generic/states.c: 
21951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21952         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21953           Fixes for changes in registry API.
21954
21955         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21956           to GST_PLUGIN_LDFLAGS.
21957         * ext/libvisual/visual.c: Make the library shut up.
21958         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21959         * gst-libs/gst/audio/gstaudiofilter.c: same
21960
21961 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21962
21963         * docs/plugins/Makefile.am:
21964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21965         * docs/plugins/inspect/plugin-libvisual.xml:
21966         * docs/plugins/tmpl/element-tcpserversink.sgml:
21967         * ext/theora/theoraenc.c:
21968           add libvisual plugin and theoraenc element to docs
21969
21970 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21971
21972         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21973         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21974         * ext/theora/theoraenc.c:
21975           add theoraenc
21976
21977 2005-09-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21978
21979         * gst/audioconvert/Makefile.am:
21980           Audioconvert derives from GstBaseTransform and should
21981           link to the library with our base elements to avoid
21982           unresolved symbols. Makes things work with MinGW (#316160)
21983
21984         * gst/playback/test4.c: (main):
21985           Fix MinGW build problem and use g_usleep() instead of 
21986           sleep() (#316162)
21987
21988 2005-09-12  Wim Taymans  <wim@fluendo.com>
21989
21990         * gst/audioconvert/audioconvert.c: (float),
21991         (audio_convert_prepare_context), (audio_convert_convert):
21992         * gst/audioconvert/audioconvert.h:
21993         Cleanups, speedups, simplifications, added back support
21994         for 24 bits.
21995
21996 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21997
21998         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21999         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22000         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22001         * docs/plugins/tmpl/element-tcpserversink.sgml:
22002         * gst/ffmpegcolorspace/gstffmpeg.c:
22003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22004         * gst/videotestsrc/gstvideotestsrc.c:
22005         * gst/volume/gstvolume.c:
22006           add more elements to the docs
22007
22008 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22009
22010         * check/Makefile.am:
22011         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22012         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22013           Add extra tests for basetransform based components. 
22014           Comment out the test_element_negotiation test until we decide
22015           if it's testing correct behaviour.
22016         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22017         (gst_visual_chain), (gst_visual_change_state):
22018           Slightly more correct but still bogus timestamping.
22019           Fix state change function.
22020         * gst/audioconvert/gstaudioconvert.c:
22021         (gst_audio_convert_class_init):
22022         * gst/audioresample/gstaudioresample.c:
22023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22024         (gst_ffmpegcsp_class_init):
22025         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22026         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22027         (gst_videoscale_prepare_image):
22028         * gst/volume/gstvolume.c: (gst_volume_class_init),
22029         (volume_transform_ip):
22030           Basetransform updates. Enable passthrough modes.
22031         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22032         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22033         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22034           Negotiation fix that allows the window to return to the original
22035           size and renegotiate passthrough upstream. Extra debug output.
22036
22037 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22038
22039         * gst/sine/gstsinesrc.c:
22040         * gst/volume/gstvolume.c:
22041           fix up header include
22042
22043 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22044
22045         * gst-libs/gst/audio/gstbaseaudiosink.c:
22046         (gst_base_audio_sink_render):
22047         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22048         * gst/volume/gstvolume.c: (gst_volume_class_init),
22049         (volume_transform):
22050           fixing lost sync, some more debugging
22051
22052 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22053
22054         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22055         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22056         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22057         (gst_xvimagesink_check_xshm_calls):
22058           Fix compilation when XShm is not available.
22059
22060 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22061
22062         * ext/libvisual/visual.c: (gst_visual_dispose),
22063         (gst_visual_getcaps), (gst_visual_src_setcaps),
22064         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22065         (gst_visual_change_state):
22066           Finish fixing up libvisual plugin so that it runs. 
22067
22068 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22069
22070         * ext/vorbis/vorbisenc.c:
22071         * gst-libs/gst/tag/gstvorbistag.c:
22072           gsttaginterface.h -> gsttagsetter.h
22073
22074 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22075
22076         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22077           added another test that failes for me (test is not active by default)
22078
22079 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22080
22081         * configure.ac:
22082           v4l2 is no longer in gst-plugins-base
22083
22084 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22085
22086         * configure.ac:
22087           In the output at the end, don't show the first plugin on the same
22088           line as "Core plug-ins, always built:".
22089           Indent the output as for other plugin categories
22090         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22091           #define that can be used to not use peer buffer_alloc functions for
22092           test purposes.
22093         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22094         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22095         (gst_ximagesink_show_frame):
22096         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22097         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22098         (gst_xvimagesink_show_frame):
22099           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22100           fails gracefully instead of XError aborting or deadlocking.
22101
22102 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22103
22104         * ext/libvisual/Makefile.am:
22105           link against gst-base-libs
22106
22107 2005-09-06  David Schleef  <ds@schleef.org>
22108
22109         * configure.ac: Enable libvisual plugin.
22110         * ext/libvisual/Makefile.am:
22111         * ext/libvisual/visual.c: Fixes to make it compile.
22112
22113 === release 0.9.2 ===
22114
22115 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22116
22117         * NEWS:
22118         * RELEASE:
22119         * configure.ac:
22120         * docs/random/ChangeLog-0.8:
22121           releasing 0.9.2, "Spoon"
22122
22123 2005-09-05  Michael Smith <msmith@fluendo.com>
22124
22125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22126           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22127           that in the vorbisenc element.
22128
22129 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * common/gtk-doc-plugins.mak:
22132         * docs/plugins/Makefile.am:
22133           fix distcheck
22134         * gst/audioresample/resample.c:
22135           fix wrong docstring
22136
22137 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22138
22139         * common/gst-xmlinspect.py:
22140         * common/gtk-doc-plugins.mak:
22141           only inspect plugins for this given package
22142           require gst-python 0.9
22143
22144 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22145
22146         * Makefile.am:
22147         * autogen.sh:
22148         * common/gst-xmlinspect.py:
22149         * configure.ac:
22150         * docs/Makefile.am:
22151         * docs/plugins/inspect/plugin-alsa.xml:
22152         * docs/plugins/inspect/plugin-audioresample.xml:
22153         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22154         * docs/plugins/inspect/plugin-ogg.xml:
22155         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22156         * docs/plugins/tmpl/element-multifdsink.sgml:
22157         * docs/plugins/tmpl/element-tcpserversink.sgml:
22158         * docs/plugins/tmpl/element-vorbisenc.sgml:
22159         * gst-plugins-base.spec.in:
22160           various doc-related updates
22161
22162 2005-08-31  Wim Taymans  <wim@fluendo.com>
22163
22164         * gst-libs/gst/audio/gstbaseaudiosink.c:
22165         (gst_base_audio_sink_render):
22166         Resync if the buffer timestamps drift more than a 10th 
22167         of a second.
22168
22169 2005-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22170
22171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22172         (gst_v4lsrc_get_property):
22173           The 'timestamp-offset' property is registered as an int64, so
22174           let's use g_value_{set|get}_int64() in our setter and getter
22175           functions (makes it work and fixes warnings with gst-inspect).
22176
22177 2005-08-30  Wim Taymans  <wim@fluendo.com>
22178
22179         * check/elements/audioconvert.c: (setup_audioconvert):
22180         * check/elements/audioresample.c: (setup_audioresample):
22181         * check/elements/volume.c: (setup_volume):
22182         Fix checks.
22183
22184 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22185
22186         * common/gtk-doc-plugins.mak:
22187         * common/plugins.xsl:
22188         * docs/plugins/Makefile.am:
22189           make module a param
22190
22191 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22192
22193         * examples/seeking/seek.c: (make_mp3_pipeline),
22194         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22195         (play_cb), (pause_cb), (stop_cb):
22196           update the example
22197
22198 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22199
22200         * gst/volume/gstvolume.c: (gst_volume_class_init),
22201         (volume_transform):
22202           do not update controlled params, if buffer has no timestamp
22203
22204 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22205
22206         * configure.ac:
22207         * gst/sine/Makefile.am:
22208         * gst/volume/Makefile.am:
22209           controllerized elements also need to link against controller-libs ;)
22210
22211 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22212
22213         * docs/libs/tmpl/gstcolorbalance.sgml:
22214         * docs/libs/tmpl/gstgconf.sgml:
22215         * docs/libs/tmpl/gstmixer.sgml:
22216         * docs/libs/tmpl/gstringbuffer.sgml:
22217         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22218         (gst_sinesrc_create):
22219         * gst/volume/gstvolume.c: (gst_volume_class_init),
22220         (volume_transform):
22221           controllerized two audio plugins
22222
22223 2005-08-29  Andy Wingo  <wingo@pobox.com>
22224
22225         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22226         (vorbis_handle_data_packet): Fix some int overflow errors.
22227
22228         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22229         -1.
22230         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22231         valid.
22232         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22233         if it's valid. Fixed streaming-mode playback.
22234
22235         * check/elements/volume.c (cleanup_volume): Fix for running
22236         CK_FORK=no.
22237
22238         * check/elements/audioconvert.c: Convert from native endian, not
22239         little endian.
22240
22241 2005-08-29  Michael Smith <msmith@fluendo.com>
22242
22243         * ext/ogg/Makefile.am:
22244         * ext/ogg/gstogg.c: (plugin_init):
22245         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22246         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22247         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22248         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22249         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22250         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22251         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22252         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22253         Add an ogg parser element.
22254
22255 2005-08-28  Andy Wingo  <wingo@pobox.com>
22256
22257         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22258
22259 2005-08-26  Wim Taymans  <wim@fluendo.com>
22260
22261         * gst/audioconvert/audioconvert.c: (if), (float),
22262         (audio_convert_get_func_index), (check_default),
22263         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22264         (audio_convert_clean_context), (audio_convert_get_sizes),
22265         (audio_convert_convert):
22266         Cleanups.
22267
22268 2005-08-26  Wim Taymans  <wim@fluendo.com>
22269
22270         * gst/audioconvert/audioconvert.c: (if), (float),
22271         (audio_convert_get_func_index), (check_default),
22272         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22273         (audio_convert_clean_context), (audio_convert_get_sizes),
22274         (audio_convert_convert):
22275         More elegant and working temp buffer selection algo.
22276
22277 2005-08-26  Wim Taymans  <wim@fluendo.com>
22278
22279         * gst/audioconvert/audioconvert.c: (if), (float),
22280         (audio_convert_get_func_index), (check_default),
22281         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22282         (audio_convert_clean_context), (audio_convert_get_sizes),
22283         (get_temp_buffer), (audio_convert_convert):
22284         Use realloc else we lose our original data.
22285
22286 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22287
22288         * gst/audioresample/gstaudioresample.c:
22289           use base class' newsegment to properly timestamp
22290
22291 2005-08-26  Wim Taymans  <wim@fluendo.com>
22292
22293         * gst/audioconvert/audioconvert.c: (if), (float),
22294         (audio_convert_get_func_index), (check_default),
22295         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22296         (audio_convert_clean_context), (audio_convert_get_sizes),
22297         (get_temp_buffer), (audio_convert_convert):
22298         * gst/audioconvert/gstaudioconvert.c:
22299         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22300         (gst_audio_convert_transform_caps),
22301         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22302         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22303         Oops, allocate enough space to perform the channel mix.
22304
22305 2005-08-26  Wim Taymans  <wim@fluendo.com>
22306
22307         * gst/audioconvert/Makefile.am:
22308         * gst/audioconvert/audioconvert.c: (if), (float),
22309         (audio_convert_get_func_index), (check_default),
22310         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22311         (audio_convert_clean_context), (audio_convert_get_sizes),
22312         (get_temp_buffer), (audio_convert_convert):
22313         * gst/audioconvert/audioconvert.h:
22314         * gst/audioconvert/gstaudioconvert.c:
22315         (gst_audio_convert_class_init), (gst_audio_convert_init),
22316         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22317         (gst_audio_convert_get_unit_size),
22318         (gst_audio_convert_transform_caps),
22319         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22320         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22321         * gst/audioconvert/gstaudioconvert.h:
22322         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22323         (gst_channel_mix_fill_identical),
22324         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22325         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22326         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22327         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22328         (gst_channel_mix_mix):
22329         * gst/audioconvert/gstchannelmix.h:
22330         Cleanups, librarify a bit, optimize, better negotiation and more.
22331
22332 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22333
22334         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22335         Another from MikeS:
22336         During typefinding, don't support negative offsets
22337         (offsets from the end of the stream) in our typefind->peek() function
22338         - nothing embedded in ogg ever needs them. However, we need to recognise
22339         those requests and reject them, otherwise we return invalid pointers.
22340
22341 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22342
22343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22344         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22345         (vorbisdec_finalize), (vorbis_handle_type_packet):
22346           Big shout-out to MikeS for fixing this giant memory leak.
22347           Huzzah!
22348
22349 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22350
22351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22352         (audio_convert_get_unit_size):
22353           plug some leaks
22354
22355 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22356
22357         * check/Makefile.am:
22358         * check/elements/audioconvert.c: (setup_audioconvert),
22359         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22360         (GST_START_TEST), (audioconvert_suite), (main):
22361           add a test for audioconvert
22362         * gst/audioresample/gstaudioresample.c:
22363         * gst/audioresample/gstaudioresample.h:
22364           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22365           note that for buffers of 1/3 sec this means DURATION(c) is 
22366           one nanosecond more than for a and b
22367
22368 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22369
22370         * check/Makefile.am:
22371         * check/elements/audioresample.c: (setup_audioresample),
22372         (cleanup_audioresample), (fail_unless_perfect_stream),
22373         (test_perfect_stream_instance), (GST_START_TEST),
22374           add a check for audioresample
22375         (audioresample_suite), (main):
22376         * check/elements/volume.c: (GST_START_TEST):
22377           remove unused method
22378         * gst/audioresample/gstaudioresample.c:
22379           set correct buffer parameters since we're changing them
22380         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22381           add some debug
22382
22383 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22384
22385         * gst/audioresample/debug.c:
22386         * gst/audioresample/gstaudioresample.c:
22387           add room for extra overlap samples when asked to transform size
22388           protect against possible mem corruption and check for discrepancies
22389           between written size and outbuffer's size so we can warn for
22390           potential problems
22391         * gst/audioresample/resample.c: (resample_init),
22392         (resample_get_output_size_for_input), (resample_get_output_size),
22393         (resample_set_n_channels), (resample_set_format):
22394           set debug level based on RESAMPLE_DEBUG env var
22395           make sure that get_output_size* returns a whole number of
22396           sample_size
22397           set sample_size each time either channel or format is set
22398         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22399         * gst/audioresample/resample_functable.c:
22400         (resample_scale_functable):
22401         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22402           remove r->sample_size, it's done in resample.c now
22403           add some debugging to the ref implementation
22404           make sure we only give back bytes that are wholes of the sample
22405           size
22406
22407 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22408         * gst/playback/gstplaybasebin.c: (fill_buffer):
22409         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22410
22411 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22412
22413         * gst/volume/gstvolume.c:
22414           made set_caps function static
22415
22416 2005-08-24  Wim Taymans  <wim@fluendo.com>
22417
22418         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22419         (gst_vorbisenc_change_state):
22420         Stop leaking taglists.
22421
22422 2005-08-24  Wim Taymans  <wim@fluendo.com>
22423
22424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22425         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22426         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22427         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22428         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22429         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22430         Parse seeking events better.
22431         Unref static caps.
22432         Generate correct newsegment events, fixes seeking in live oggs.
22433
22434         * ext/theora/theoradec.c: (theora_dec_src_query),
22435         (theora_dec_src_event), (theora_dec_src_getcaps),
22436         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22437         Use newsegment values to report correct play time.
22438
22439         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22440         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22441         * ext/vorbis/vorbisdec.h:
22442         Parse and use newsegment values to report correct play time.
22443
22444         * gst-libs/gst/audio/gstbaseaudiosink.c:
22445         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22446         Clear ringbuffer on flush.
22447         Use newsegment values to calculate playback time.
22448
22449         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22451         Basesink does newsegment calculations for us now.
22452
22453 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22454
22455         * check/Makefile.am:
22456         * configure.ac:
22457           add core's plugins to the mix so that playbin works
22458         * check/generic/states.c: (GST_START_TEST):
22459           set a 0 timeout on pipelines, so they don't force the next
22460           state change
22461         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22462         (gst_play_base_bin_change_state):
22463           remove the crappy error handling and do GST error handling
22464
22465 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22466
22467         * check/Makefile.am:
22468         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22469           add same test as to core, it bitches out on playbin atm.
22470
22471 2005-08-24  Wim Taymans  <wim@fluendo.com>
22472
22473         * configure.ac:
22474         Remove audioscale.
22475
22476 2005-08-24  Wim Taymans  <wim@fluendo.com>
22477
22478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22479         (gst_videoscale_prepare_size), (parse_caps),
22480         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22481         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22482         (gst_videoscale_transform):
22483         * gst/videoscale/gstvideoscale.h:
22484         Refactor, make use of BaseTranform really well.
22485
22486 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22487
22488         * configure.ac:
22489           compile audioresample
22490         * gst/audioresample/Makefile.am:
22491         * gst/audioresample/buffer.c:
22492         * gst/audioresample/functable.c:
22493         * gst/audioresample/gstaudioresample.c:
22494         * gst/audioresample/gstaudioresample.h:
22495         * gst/audioresample/resample.c:
22496         (resample_get_output_size_for_input):
22497         * gst/audioresample/resample.h:
22498         * gst/audioresample/resample_chunk.c:
22499         * gst/audioresample/resample_functable.c:
22500         * gst/audioresample/resample_ref.c:
22501           port to use basetransform; doesn't work in all cases yet
22502
22503 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22504
22505         * gst/audioconvert/gstaudioconvert.c:
22506         (gst_audio_convert_class_init), (gst_audio_convert_init),
22507         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22508         (audio_convert_fixate_caps), (audio_convert_set_caps),
22509         (audio_convert_transform),
22510         (gst_audio_convert_buffer_to_default_format),
22511         (gst_audio_convert_buffer_from_default_format),
22512         (gst_audio_convert_channels):
22513         * gst/audioconvert/gstchannelmix.c:
22514         * gst/audioconvert/gstchannelmix.h:
22515           port to basetransform
22516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22517         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22518         (gst_ffmpegcsp_get_unit_size):
22519         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22520         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22521           fix for basetransform changes
22522
22523 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22524
22525         * check/Makefile.am:
22526           Add CHECK_CFLAGS and LDFLAGS
22527
22528         * gst/playback/gstplaybasebin.c: (fill_buffer):
22529           GST_MESSAGE_SRC became a GObject
22530
22531 2005-08-24  Wim Taymans  <wim@fluendo.com>
22532
22533         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22534         (gst_ring_buffer_clear_all):
22535         * gst-libs/gst/audio/gstringbuffer.h:
22536         Added function to clear the ringbuffer.
22537
22538 2005-08-24  Andy Wingo  <wingo@pobox.com>
22539
22540         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22541         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22542         of _open and _close.
22543
22544         * sys/v4l/gstv4lxoverlay.h:
22545         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22546         an Xv connection here, instead of all the time. Make Xv only be
22547         loaded if you axe for it. Kindof a workaround for buggy behaviour
22548         of Xv when using remote xservers (XvQueryExtension would block).
22549         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22550         replace the _open and _close public API. Only start the xv
22551         connection if necessary.
22552         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22553
22554 2005-08-23  David Schleef  <ds@schleef.org>
22555
22556         * gst/audioresample/Makefile.am: Leet audioresampling code
22557         * gst/audioresample/buffer.c:
22558         * gst/audioresample/buffer.h:
22559         * gst/audioresample/debug.c:
22560         * gst/audioresample/debug.h:
22561         * gst/audioresample/functable.c:
22562         * gst/audioresample/functable.h:
22563         * gst/audioresample/gstaudioresample.c:
22564         * gst/audioresample/gstaudioresample.h:
22565         * gst/audioresample/resample.c:
22566         * gst/audioresample/resample.h:
22567         * gst/audioresample/resample_chunk.c:
22568         * gst/audioresample/resample_functable.c:
22569         * gst/audioresample/resample_ref.c:
22570
22571 2005-08-23  Wim Taymans  <wim@fluendo.com>
22572
22573         * examples/seeking/seek.c: (make_vorbis_pipeline),
22574         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22575         Small seek updates.
22576
22577 2005-08-23  Andy Wingo  <wingo@pobox.com>
22578
22579         * gst-libs/gst/audio/gstbaseaudiosrc.c
22580         (gst_base_audio_src_fixate): Only fixate endianness if it is
22581         present in the caps.
22582
22583 2005-08-22  Andy Wingo  <wingo@pobox.com>
22584
22585         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22586         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22587         device-name property.
22588
22589         * gst-libs/gst/audio/gstaudiosrc.h:
22590         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22591         close_device in the ring buffer, like gstaudiosink.
22592
22593         * ext/alsa/gstalsamixer.h:
22594         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22595         macro to implement the interface without much code. Cleanups. 
22596
22597         * ext/alsa/gstalsasrc.h:
22598         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22599         READY.
22600
22601         * ext/alsa/Makefile.am: Add new files.
22602         * ext/alsa/gstalsamixerelement.c: 
22603         * ext/alsa/gstalsamixerelement.c: Split element code out from
22604         mixer code so that alsasrc can be a mixer too.
22605
22606 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22607
22608         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22609         (GST_START_TEST):
22610         * check/elements/vorbisdec.c: (setup_vorbisdec),
22611         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22612         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22613         (vorbis_handle_identification_packet),
22614         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22615         (vorbis_handle_header_packet), (vorbis_dec_push),
22616         (vorbis_dec_chain):
22617           use the setup/teardown methods to save code.  save code is good.
22618
22619 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22620
22621         * check/Makefile.am:
22622           add ext dir for plugins
22623           add vorbisdec test conditionally
22624         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22625         (GST_START_TEST), (volume_suite):
22626           add a test with wrong caps
22627         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22628         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22629           add a vorbisdec test
22630         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22631         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22632           clean up debug output
22633         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22634           yay, fix a segfault/security issue in vorbisdec
22635           gst-launch fakesrc ! vorbisdec wasn't happy
22636         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22637         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22638         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22639         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22640         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22641         (gst_vorbisenc_set_metadata), (get_constraints_string),
22642         (update_start_message), (gst_vorbisenc_setup),
22643         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22644         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22645         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22646         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22647         * ext/vorbis/vorbisenc.h:
22648           march in line
22649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22650         (gst_ffmpegcsp_transform):
22651           have the kow come home
22652         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22653           debug my func ptr
22654         * gst/volume/gstvolume.c: (volume_set_caps):
22655           add a debug
22656
22657 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22658
22659         * Makefile.am:
22660         * check/.cvsignore:
22661         * check/Makefile.am:
22662         * check/elements/.cvsignore:
22663         * check/elements/volume.c: (chain_func), (event_func),
22664         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22665         (main):
22666         * configure.ac:
22667           add unit test structure for gst-plugins-base
22668           add a test for volume
22669         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22670         (gst_volume_set_volume), (gst_volume_get_volume),
22671         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22672         (volume_funcfind), (volume_process_float), (volume_process_int16),
22673         (volume_set_caps), (volume_transform), (volume_update_mute),
22674         (volume_update_volume), (volume_set_property),
22675         (volume_get_property):
22676           document a little; use basetransform vmethod _set_caps
22677
22678 2005-08-19  Andy Wingo  <wingo@pobox.com>
22679
22680         * ext/alsa/gstalsamixertrack.h:
22681         * ext/alsa/gstalsamixertrack.c:
22682         * ext/alsa/gstalsamixeroptions.h:
22683         * ext/alsa/gstalsamixeroptions.c:
22684         * ext/alsa/gstalsamixer.h:
22685         * ext/alsa/gstalsamixer.c: Port to 0.9.
22686
22687         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22688         Remove gstalsa.c and alsaclock. No more cruft here.
22689         
22690 2005-08-18  Wim Taymans  <wim@fluendo.com>
22691
22692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22693         (gst_base_rtp_depayload_chain),
22694         (gst_base_rtp_depayload_add_to_queue),
22695         (gst_base_rtp_depayload_push),
22696         (gst_base_rtp_depayload_queue_release):
22697         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22698         Fix for RTPBuffer changes.
22699
22700         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22701         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22702         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22703         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22704         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22705         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22706         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22707         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22708         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22709         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22710         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22711         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22712         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22713         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22714         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22715         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22716         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22717         (gst_rtpbuffer_get_payload):
22718         * gst-libs/gst/rtp/gstrtpbuffer.h:
22719         Don't subclass GstBuffer but add methods and helper functions
22720         to construct and manipulate RTP packets in regular GstBuffers.
22721
22722 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22723
22724         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22725           moved statement below switch
22726         * gst/volume/gstvolume.c: (gst_volume_class_init):
22727           added debug ptr
22728
22729 2005-08-16  Wim Taymans  <wim@fluendo.com>
22730
22731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22732         (gst_base_audio_src_change_state):
22733         Open and close device in READY<->NULL state change.
22734
22735 2005-08-16  Andy Wingo  <wingo@pobox.com>
22736
22737         * examples/seeking/Makefile.am: Don't compile non-compiling
22738         compiled objects with the compiler.
22739
22740         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22741         elements.
22742
22743 2005-08-12  Philippe Khalaf <burger@speedy.org>
22744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22745         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22746           Made a thread to release the queue.
22747           Removed timestamp conversion for now.
22748
22749 2005-08-10  Philippe Khalaf <burger@speedy.org>
22750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22751         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22752           Added rtp timestamp -> gst timestamp conversion.
22753           Fixed several problems with queue.
22754
22755 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22756
22757         * gst-libs/gst/audio/gstaudioclock.h:
22758         * gst-libs/gst/audio/gstaudiofilter.h:
22759         * gst-libs/gst/audio/gstaudiosink.h:
22760         * gst-libs/gst/audio/gstaudiosrc.h:
22761         * gst-libs/gst/audio/gstbaseaudiosink.h:
22762         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22763         * gst-libs/gst/audio/gstringbuffer.h:
22764         * gst-libs/gst/net/gstnetbuffer.h:
22765         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22766         * gst-libs/gst/rtp/gstrtpbuffer.h:
22767           Add padding (you will need to rebuild gst-plugins-base,
22768           gst-plugins and all applications afterwards!)
22769
22770 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22771
22772         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22773         (gst_riff_parse_chunk):
22774           Fix bug in debug message and add some more debug messages.
22775
22776 2005-08-08  Edward Hervey  <edward@fluendo.com>
22777
22778         * gst-libs/gst/riff/riff-media.c:
22779         backported updates since branch
22780
22781 2005-08-08  Andy Wingo  <wingo@pobox.com>
22782
22783         * gst-libs/gst/audio/gstbaseaudiosink.c
22784         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22785         like good elements should. Close on READY->NULL too.
22786
22787         * gst-libs/gst/audio/gstaudiosink.c
22788         (gst_audioringbuffer_open_device,
22789         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22790         (gst_audioringbuffer_release): Updates for new ring buffer API,
22791         hook into the new audio sink api.
22792
22793         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22794         (GstAudioSinkClass.close): Just open and close the device -- no
22795         resource allocation or configuration.
22796         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22797         vmethods, handle device setup and resource allocation.
22798
22799         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22800         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22801         base class API.
22802
22803         * gst-libs/gst/audio/gstringbuffer.h
22804         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22805         New vmethods.
22806
22807         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22808         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22809         New API functions. The device should be opened before acquiring
22810         and closed after releasing.
22811
22812 2005-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22813
22814         * gst-libs/gst/interfaces/mixer.h:
22815           Reset padding to GST_PADDING.
22816
22817 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22818
22819         * gst/playback/gstplaybin.c: (remove_sinks):
22820           Remove visualization from parent explicitely; works around some
22821           apparent refcount issue that I haven't tracked down yet.
22822
22823 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22824
22825         * ext/alsa/gstalsasink.c: (set_hwparams):
22826           Assign debug category, add negotiation debug msgs.
22827
22828 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22829
22830         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22831           Fix error code for file-not-found to NOT_FOUND.
22832
22833 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22834
22835         * common/gtk-doc-plugins.mak:
22836         * docs/plugins/Makefile.am:
22837         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22838         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22839           renamed to actual element names, so much nicer to look at
22840         * docs/plugins/tmpl/gstmultifdsink.sgml:
22841           remove
22842         * docs/plugins/tmpl/multifdsink.sgml:
22843         * docs/plugins/tmpl/tcpserversink.sgml:
22844           add
22845         * ext/alsa/gstalsa.c:
22846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22847         * ext/ogg/gstoggmux.c:
22848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22849         * gst/playback/gstdecodebin.c:
22850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22851         * gst/tcp/gsttcpserversink.c:
22852           various fixes and documentation additions
22853
22854 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22855
22856         * common/Makefile.am:
22857         * common/gstdoc-scangobj:
22858         * common/gtk-doc-plugins.mak:
22859         * common/gtk-doc.mak:
22860           add a custom scangobj that uses the registry
22861           add a custom gtk-doc-plugins.mak that uses it
22862           some doc build fixes
22863         * configure.ac:
22864         * docs/Makefile.am:
22865         * docs/plugins/Makefile.am:
22866         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22867         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22868         * docs/plugins/gst-plugins-base-plugins.types:
22869         * docs/plugins/tmpl/gstmultifdsink.sgml:
22870           add docs for one element, multifdsink
22871         * gst/adder/gstadder.h:
22872         * gst/volume/gstvolume.h:
22873           don't privatize enum
22874         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22875         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22876         (gst_sync_method_get_type), (gst_client_status_get_type),
22877         (gst_multifdsink_class_init),
22878         (gst_multifdsink_client_queue_buffer),
22879         (gst_multifdsink_handle_client_write):
22880         * gst/tcp/gstmultifdsink.h:
22881         * gst/tcp/gsttcp.h:
22882         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22883         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22884         (gst_tcpclientsink_render):
22885         * gst/tcp/gsttcpclientsink.h:
22886         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22887         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22888         (gst_tcpclientsrc_start):
22889         * gst/tcp/gsttcpclientsrc.h:
22890         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22891         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22892         * gst/tcp/gsttcpserversrc.h:
22893         * gst/typefind/gsttypefindfunctions.c:
22894           remove superfluous Type stuff
22895
22896 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22897
22898         * gst/playback/gstplaybin.c: (gen_video_element):
22899           Enable videoscale.
22900
22901 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22902
22903         * gst-libs/gst/gconf/gconf.c:
22904         * gst-libs/gst/gconf/gconf.h:
22905           Fix some Andy Problem [tm].
22906
22907 2005-08-04  Andy Wingo  <wingo@pobox.com>
22908
22909         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22911         (gst_ffmpegcsp_get_size): Adapt to API changes.
22912
22913         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22914         Implement an in-place do-nothing transform.
22915
22916 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22917
22918         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22919         (gst_ximagesink_renegotiate_size):
22920           Do not set new window sizes yet if we prepare a new buffer size
22921           for upstream renegotiation (software scaling) at some point in the
22922           future, because this new size waqs not actually accepted yet. Once
22923           accepted, renegotiation later on will set the new sizes just fine.
22924           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22925           embedding testcase.
22926
22927 2005-08-03  Andy Wingo  <wingo@pobox.com>
22928
22929         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22930         (gst_ximagesink_buffer_alloc): 
22931         Protect the height, width, and desired_caps with the pool_lock.
22932         Fixes videotestsrc ! queue ! ximagesink.
22933
22934 2005-08-02  Edward Hervey  <edward@fluendo.com>
22935
22936         * gst/volume/gstvolume.c:
22937         include left from controller cleanup
22938
22939 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22941           Stop collectpads before calling the parent state
22942           change function on PAUSED->READY.
22943
22944 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22945         * configure.ac:
22946           When testing for X libs, use the X CFlags 
22947         * gst/adder/gstadder.c: (gst_adder_change_state):
22948           Stop the collectpads before calling parent state change function
22949           on PAUSED->READY, otherwise we deadlock deactivating pads.
22950
22951 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22952
22953         * configure.ac:
22954         * docs/libs/tmpl/gstcolorbalance.sgml:
22955         * docs/libs/tmpl/gstmixer.sgml:
22956         * examples/Makefile.am:
22957         * gst/sine/Makefile.am:
22958         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22959         (gst_sinesrc_set_property), (plugin_init):
22960         * gst/sine/gstsinesrc.h:
22961         * gst/volume/Makefile.am:
22962         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22963         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22964         (volume_process_float), (volume_process_int16),
22965         (volume_set_property), (plugin_init):
22966         * gst/volume/gstvolume.h:
22967           deactivate and remove dparams (libgstcontrol)
22968
22969 2005-07-29  Wim Taymans  <wim@fluendo.com>
22970
22971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22972         Convert me to BaseTransform!! help..
22973
22974 2005-07-29  Andy Wingo  <wingo@pobox.com>
22975
22976         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22977         sinks.
22978
22979         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22980         support of both endiannesses.
22981
22982 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22983
22984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22985           Fix confusing debug message (s/event/query/)
22986
22987 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22988
22989         * gst/videotestsrc/videotestsrc.h:
22990           Use "_stdint.h" instead of <stdint.h>
22991
22992 2005-07-27  Wim Taymans  <wim@fluendo.com>
22993
22994         * ext/vorbis/Makefile.am:
22995         Revert wrong commit.
22996
22997 2005-07-27  Wim Taymans  <wim@fluendo.com>
22998
22999         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23000         More compilation fixen.
23001
23002 2005-07-27  Wim Taymans  <wim@fluendo.com>
23003
23004         * gst-libs/gst/audio/gstbaseaudiosink.c:
23005         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23006         (gst_base_audio_sink_create_ringbuffer),
23007         (gst_base_audio_sink_change_state):
23008         Fix compilation.
23009
23010 2005-07-27  Wim Taymans  <wim@fluendo.com>
23011
23012         * examples/seeking/seek.c: (setup_dynamic_link),
23013         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23014         (query_positions_elems), (query_positions_pads), (do_seek):
23015         Update seek example.
23016
23017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23018         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23019         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23020         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23021         (gst_ogg_demux_handle_event),
23022         (gst_ogg_demux_deactivate_current_chain),
23023         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23024         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23025         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23026         (gst_ogg_demux_loop):
23027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23028         * ext/theora/theoradec.c: (theora_dec_src_event),
23029         (theora_dec_src_getcaps), (theora_dec_sink_event),
23030         (theora_dec_push), (theora_dec_chain):
23031         * ext/vorbis/Makefile.am:
23032         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23033         (vorbis_dec_sink_event), (vorbis_dec_push),
23034         (vorbis_handle_data_packet):
23035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23036         (gst_vorbisenc_chain):
23037         * gst/playback/gststreaminfo.c: (cb_probe):
23038         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23039         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23040         * gst/videoscale/gstvideoscale.c:
23041         (gst_videoscale_handle_src_event):
23042         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23043         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23044         (gst_ximagesink_navigation_send_event):
23045         * sys/xvimage/xvimagesink.c:
23046         (gst_xvimagesink_navigation_send_event):
23047         Various event updates and cleanups
23048
23049 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23050
23051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23052           Fix segfault for I420/YV12.
23053
23054 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23055
23056         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23057           Report bitrate.
23058
23059 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23060
23061         * gst/playback/gstplaybin.c: (gen_video_element),
23062         (gen_audio_element):
23063           Switch to auto*sink elements as default sinks; add volume element
23064           so that volume control in totem works.
23065
23066 2005-07-21  Wim Taymans  <wim@fluendo.com>
23067
23068         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23069         * gst/playback/gstplaybin.c: (setup_sinks),
23070         (gst_play_bin_change_state):
23071         Refcount fix and more comments.
23072
23073 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23074
23075         * sys/ximage/Makefile.am:
23076         * sys/ximage/ximage.c: (plugin_init):
23077         * sys/ximage/ximagesink.c:
23078         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23079         
23080
23081 2005-07-21  Wim Taymans  <wim@fluendo.com>
23082
23083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23084         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23085         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23086         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23087         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23088         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23089         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23090         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23091         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23092         Generate correct disconts for live chained oggs.
23093
23094         * gst-libs/gst/audio/gstbaseaudiosink.c:
23095         (gst_base_audio_sink_render),
23096         (gst_base_audio_sink_create_ringbuffer),
23097         (gst_base_audio_sink_change_state):
23098         Handle discont math correctly.
23099
23100         * gst/playback/gstplaybin.c: (add_sink):
23101         Some small debug cleanup.
23102
23103 2005-07-21  Wim Taymans  <wim@fluendo.com>
23104
23105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23106         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23107         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23108         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23109         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23110         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23111         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23112         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23113         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23114         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23115         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23116         (gst_ogg_demux_change_state), (gst_ogg_print):
23117         Reorganize code to send the right disconts when in streaming
23118         mode.
23119
23120 2005-07-20  Andy Wingo  <wingo@pobox.com>
23121
23122         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23123         fix (?), fixes a seggie mcfalterson (#310894).
23124
23125 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23126
23127         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23128         (gst_ogg_mux_set_header_on_caps):
23129         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23130         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23131         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23132         * gst-libs/gst/audio/multichannel.c:
23133         (gst_audio_set_channel_positions),
23134         (gst_audio_set_structure_channel_positions_list):
23135         * gst/playback/gstdecodebin.c: (dynamic_create):
23136         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23137         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23138           Fixes for API changes in core.
23139
23140 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23141
23142         * gst/playback/gstplaybasebin.c: (fill_buffer):
23143           Use _new_custom() so we can set custom message types for buffering
23144           messages.
23145
23146 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23147
23148         * configure.ac:
23149         * gst-libs/gst/Makefile.am:
23150         * gst-libs/gst/gconf/.cvsignore:
23151         * gst-libs/gst/gconf/Makefile.am:
23152         * gst-libs/gst/gconf/test-gconf.c:
23153         * pkgconfig/Makefile.am:
23154         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23155         * pkgconfig/gstreamer-gconf.pc.in:
23156           Remove gconf stuff, use gconf elements instead from now on.
23157
23158 2005-07-20  Wim Taymans  <wim@fluendo.com>
23159
23160         * gst-libs/gst/audio/TODO:
23161         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23162         (gst_audio_clock_get_internal_time):
23163         * gst-libs/gst/audio/gstaudioclock.h:
23164         * gst-libs/gst/audio/gstbaseaudiosink.c:
23165         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23166         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23167         (gst_base_audio_sink_render),
23168         (gst_base_audio_sink_create_ringbuffer),
23169         (gst_base_audio_sink_change_state):
23170         Make sure the audio clock always returns an increasing value.
23171
23172 2005-07-19  Andy Wingo  <wingo@pobox.com>
23173
23174         * gst/videotestsrc/: Cleanups.
23175
23176 2005-07-19  Wim Taymans  <wim@fluendo.com>
23177
23178         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23179         Better debugging.
23180
23181 2005-07-19  Wim Taymans  <wim@fluendo.com>
23182
23183         * examples/seeking/seek.c: (make_dv_pipeline),
23184         (make_vorbis_theora_pipeline), (query_rates),
23185         (query_positions_elems), (query_positions_pads), (do_seek):
23186         Make correct DV pipeline.
23187
23188 2005-07-18  Andy Wingo  <wingo@pobox.com>
23189
23190         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23191         default. Also because it's the only thing that really works. (This
23192         is used in the GConf elements).
23193         Use AS_LIBTOOL_TAGS.
23194
23195 2005-07-18  Wim Taymans  <wim@fluendo.com>
23196
23197         * gst/playback/gstdecodebin.c: (remove_element_chain):
23198         * gst/playback/gstplaybin.c: (add_sink):
23199         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23200         (gst_stream_info_set_mute):
23201         * gst/playback/gststreamselector.c:
23202         (gst_stream_selector_get_linked_pad),
23203         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23204         More leak and compile fixes.
23205
23206 2005-07-18  Wim Taymans  <wim@fluendo.com>
23207
23208         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23209         (query_rates), (query_positions_elems), (query_positions_pads),
23210         (do_seek), (seek_cb), (stop_seek):
23211         Updated seek example. 
23212
23213         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23214         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23215         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23216         * gst/playback/gstplaybin.c: (add_sink):
23217         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23218         (gst_stream_info_set_mute):
23219         Some refcount leak fixes.
23220
23221 2005-07-16  Wim Taymans  <wim@fluendo.com>
23222
23223         * gst-libs/gst/audio/gstbaseaudiosink.c:
23224         (gst_base_audio_sink_render):
23225         Align samples even if we have roundoff errors in the 
23226         timestamp conversion.
23227
23228 2005-07-16  Wim Taymans  <wim@fluendo.com>
23229
23230         * docs/libs/tmpl/gstringbuffer.sgml:
23231         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23232         (query_rates), (query_positions_elems), (query_positions_pads),
23233         (update_scale), (do_seek):
23234         Updated seek example.
23235
23236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23237         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23238         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23239         (gst_ogg_demux_loop):
23240         Push out correct discont values.
23241
23242         * ext/theora/theoradec.c: (theora_dec_src_convert),
23243         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23244         (theora_dec_sink_event), (theora_handle_type_packet),
23245         (theora_handle_header_packet), (theora_dec_push),
23246         (theora_handle_data_packet), (theora_dec_chain),
23247         (theora_dec_change_state):
23248         Better timestamping.
23249
23250         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23251         (vorbis_dec_sink_event), (vorbis_dec_push),
23252         (vorbis_handle_data_packet), (vorbis_dec_chain):
23253         * ext/vorbis/vorbisdec.h:
23254         Better timestamping.
23255
23256         * gst-libs/gst/audio/gstbaseaudiosink.c:
23257         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23258         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23259         Handle syncing on timestamps instead of sample offsets. Make
23260         use of DISCONT values as described in design docs.
23261
23262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23263         (gst_base_audio_src_get_time):
23264         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23265         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23266         (gst_ring_buffer_read):
23267         * gst-libs/gst/audio/gstringbuffer.h:
23268         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23269         (gst_ximagesink_show_frame):
23270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23271         Correcly convert buffer timestamp to stream time.
23272
23273 2005-07-16  Wim Taymans  <wim@fluendo.com>
23274
23275         * gst/audioconvert/gstaudioconvert.c:
23276         (gst_audio_convert_get_buffer):
23277         Timestamp buffers correctly.
23278
23279         * gst/playback/gstplaybin.c: (gen_video_element):
23280         Make internal fakesink silent.
23281
23282 2005-07-15  Wim Taymans  <wim@fluendo.com>
23283
23284         * gst/ffmpegcolorspace/Makefile.am:
23285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23286         (gst_ffmpegcsp_caps_remove_format_info),
23287         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23288         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23289         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23290         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23291         Ported ffmpegcolorspace to basetransform.
23292
23293         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23294         * gst/volume/gstvolume.c: (volume_transform):
23295         Ported to new API.
23296
23297 2005-07-14  Wim Taymans  <wim@fluendo.com>
23298
23299         * gst/videotestsrc/Makefile.am:
23300         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23301         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23302         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23303         (gst_videotestsrc_init), (gst_videotestsrc_event),
23304         (gst_videotestsrc_create), (gst_videotestsrc_start),
23305         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23306         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23307         (gst_videotestsrc_get_property):
23308         * gst/videotestsrc/gstvideotestsrc.h:
23309         Make videotestsrc a pushsrc.
23310
23311 2005-07-14  Wim Taymans  <wim@fluendo.com>
23312
23313         * gst/tcp/gstfdset.c: (gst_fdset_free):
23314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23315         (gst_multifdsink_add), (gst_multifdsink_remove),
23316         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23317         (gst_multifdsink_remove_client_link),
23318         (gst_multifdsink_client_queue_data),
23319         (gst_multifdsink_client_queue_caps),
23320         (gst_multifdsink_client_queue_buffer),
23321         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23322         (gst_multifdsink_stop):
23323         * gst/tcp/gstmultifdsink.h:
23324         0.8 backporting.
23325
23326         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23327         Also draw image when not from a pool.
23328
23329 2005-07-14  Wim Taymans  <wim@fluendo.com>
23330
23331         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23332         (mute_stream), (silence_stream):
23333         Small debug additions.
23334
23335 2005-07-14  Wim Taymans  <wim@fluendo.com>
23336
23337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23338         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23339         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23340         Better error recovery, ignore unconnected pads and
23341         non-fatal errors.
23342
23343 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23344
23345         * docs/libs/tmpl/gstaudio.sgml:
23346         * docs/libs/tmpl/gstcolorbalance.sgml:
23347         * docs/libs/tmpl/gstgconf.sgml:
23348         * docs/libs/tmpl/gstmixer.sgml:
23349         * docs/libs/tmpl/gstringbuffer.sgml:
23350         * docs/libs/tmpl/gsttuner.sgml:
23351         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23352         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23353         (gst_tcpclientsrc_class_init):
23354         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23355         (gst_tcpserversrc_class_init):
23356         * sys/v4l/gstv4lelement.c:
23357           more autistic cleanliness in functions/names/defines
23358
23359 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * configure.ac:
23362           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23363           added manually to each Makefile.am so we are sure it goes
23364           *last* and doesn't add -L flags before linking in libs of our
23365           own, like, say, internal .la libs, that then accidentally pick
23366           up the installed copy.
23367         * docs/libs/Makefile.am:
23368         * ext/alsa/Makefile.am:
23369         * ext/cdparanoia/Makefile.am:
23370         * ext/gnomevfs/Makefile.am:
23371         * ext/libvisual/Makefile.am:
23372         * ext/ogg/Makefile.am:
23373         * ext/theora/Makefile.am:
23374         * ext/vorbis/Makefile.am:
23375         * gst-libs/gst/video/Makefile.am:
23376         * gst/adder/Makefile.am:
23377         * gst/audioconvert/Makefile.am:
23378         * gst/audiorate/Makefile.am:
23379         * gst/audioscale/Makefile.am:
23380         * gst/ffmpegcolorspace/Makefile.am:
23381         * gst/playback/Makefile.am:
23382         * gst/sine/Makefile.am:
23383         * gst/subparse/Makefile.am:
23384         * gst/tags/Makefile.am:
23385         * gst/tcp/Makefile.am:
23386         * gst/typefind/Makefile.am:
23387         * gst/videorate/Makefile.am:
23388         * gst/videoscale/Makefile.am:
23389         * gst/videotestsrc/Makefile.am:
23390         * gst/volume/Makefile.am:
23391         * sys/v4l/Makefile.am:
23392         * sys/ximage/Makefile.am:
23393         * sys/xvimage/Makefile.am:
23394           adapt properly to this change. This should make sure that
23395           plugins and libs properly link to the as-yet-uninstalled
23396           copies of stuff like libgstinterfaces and libgstvideo
23397
23398 2005-07-13  Andy Wingo  <wingo@pobox.com>
23399
23400         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23401         (gst_v4lsrc_fixate): Fixate on format as well.
23402
23403         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23404         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23405         buffer points to it.
23406         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23407         rather just doing X calls ourselves. Also fixes a memleak.
23408
23409 2005-07-12  Andy Wingo  <wingo@pobox.com>
23410
23411         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23412         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23413         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23414         TRUE to avoid deadlocks if an element holds on to our buffers.
23415
23416 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23417
23418         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23419         (gst_sinesrc_init), (gst_sinesrc_create),
23420         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23421         (gst_sinesrc_start):
23422         * gst/sine/gstsinesrc.h:
23423           removing num-buffers property before moving it
23424
23425 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23426
23427         * configure.ac:
23428           use overridable ERROR_CFLAGS
23429         * docs/libs/gst-plugins-base-libs.types:
23430         * docs/libs/tmpl/gstringbuffer.sgml:
23431         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23432         (gst_alsasink_class_init):
23433         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23434         (gst_alsasrc_class_init):
23435         * gst-libs/gst/audio/audio.h:
23436         * gst-libs/gst/audio/gstaudioclock.h:
23437         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23438         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23439         (gst_audio_filter_link), (gst_audio_filter_init),
23440         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23441         (gst_audio_filter_get_property),
23442         (gst_audio_filter_class_add_pad_templates):
23443         * gst-libs/gst/audio/gstaudiofilter.h:
23444         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23445         (gst_audio_filter_template_get_type),
23446         (gst_audio_filter_template_base_init),
23447         (gst_audio_filter_template_class_init),
23448         (gst_audio_filter_template_init),
23449         (gst_audio_filter_template_set_property),
23450         (gst_audio_filter_template_get_property), (plugin_init),
23451         (gst_audio_filter_template_setup),
23452         (gst_audio_filter_template_filter),
23453         (gst_audio_filter_template_filter_inplace):
23454         * gst-libs/gst/audio/gstaudiosink.c:
23455         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23456         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23457         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23458         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23459         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23460         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23461         * gst-libs/gst/audio/gstaudiosink.h:
23462         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23463         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23464         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23465         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23466         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23467         (gst_audio_src_class_init), (gst_audio_src_init),
23468         (gst_audio_src_create_ringbuffer):
23469         * gst-libs/gst/audio/gstaudiosrc.h:
23470         * gst-libs/gst/audio/gstbaseaudiosink.c:
23471         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23472         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23473         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23474         (gst_base_audio_sink_set_property),
23475         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23476         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23477         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23478         (gst_base_audio_sink_create_ringbuffer),
23479         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23480         * gst-libs/gst/audio/gstbaseaudiosink.h:
23481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23482         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23483         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23484         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23485         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23486         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23487         (gst_base_audio_src_event), (gst_base_audio_src_create),
23488         (gst_base_audio_src_create_ringbuffer),
23489         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23490         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23492         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23493         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23494         (gst_ring_buffer_debug_spec_caps),
23495         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23496         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23497         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23498         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23499         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23500         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23501         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23502         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23503         (gst_ring_buffer_clear):
23504         * gst-libs/gst/audio/gstringbuffer.h:
23505         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23506         (gst_video_sink_class_init), (gst_video_sink_get_type):
23507         * gst-libs/gst/video/videosink.h:
23508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23509         (gst_multifdsink_class_init),
23510         (gst_multifdsink_handle_client_write),
23511         (gst_multifdsink_change_state):
23512         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23513         (gst_tcpclientsink_setcaps):
23514         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23515         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23516         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23517         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23518         (gst_ximagesink_send_pending_navigation),
23519         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23520         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23522         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23523         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23524         (gst_xvimagesink_send_pending_navigation),
23525         (gst_xvimagesink_navigation_send_event),
23526         (gst_xvimagesink_set_xwindow_id),
23527         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23528         (gst_xvimagesink_get_type):
23529         more macro splitting
23530
23531 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23532
23533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23534           plug a memleak, allows me to import 1479 albums in one go
23535           in jamboree
23536         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23537         (vorbis_handle_type_packet), (vorbis_dec_chain),
23538         (vorbis_dec_change_state):
23539           fix some format strings
23540
23541 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23542
23543         * docs/libs/tmpl/gstcolorbalance.sgml:
23544         * docs/libs/tmpl/gstmixer.sgml:
23545         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23546         (gst_alsasink_set_property), (gst_alsasink_get_property):
23547         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23548         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23549           add device property
23550
23551 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23552
23553         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23554         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23555         (audiocast_register_listener), (audiocast_thread_run),
23556         (gst_gnomevfssrc_send_additional_headers_callback),
23557         (gst_gnomevfssrc_received_headers_callback),
23558         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23559         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23560         (gst_gnomevfssrc_get_size):
23561           add/clean up debugging
23562         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23563           cleanups
23564
23565 2005-07-07  Andy Wingo  <wingo@pobox.com>
23566
23567         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23568         framerate. Need to get a handle on when exactly this function is
23569         called, tho.
23570
23571         * sys/v4l/v4lsrc_calls.h:
23572         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23573         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23574         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23575
23576         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23577         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23578         v4lelements are sources.
23579
23580         * sys/v4l/gstv4lxoverlay.h:
23581         * sys/v4l/gstv4lxoverlay.c:
23582         * sys/v4l/gstv4ltuner.h:
23583         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23584         
23585         * sys/v4l/gstv4lsrc.h:
23586         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23587         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23588         or something should handle that. Made a live source.
23589
23590         * sys/v4l/gstv4lelement.h:
23591         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23592         signals. Some cleanups.
23593
23594         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23595
23596         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23597         stuff.
23598
23599         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23600         stuff.
23601
23602         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23603
23604 2005-07-07  Wim Taymans  <wim@fluendo.com>
23605
23606         * ext/theora/theoradec.c: (theora_get_query_types),
23607         (theora_dec_src_getcaps), (theora_dec_push):
23608         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23610         Remove deprecated/unused query types.
23611
23612 2005-07-06  Wim Taymans  <wim@fluendo.com>
23613
23614         * ext/alsa/Makefile.am:
23615         * ext/alsa/gstalsaplugin.c: (plugin_init):
23616         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23617         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23618         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23619         (gst_alsasrc_class_init), (gst_alsasrc_init),
23620         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23621         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23622         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23623         (gst_alsasrc_reset):
23624         * ext/alsa/gstalsasrc.h:
23625         * gst-libs/gst/audio/Makefile.am:
23626         * gst-libs/gst/audio/gstaudiosink.c:
23627         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23628         (gst_audioringbuffer_start):
23629         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23630         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23631         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23632         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23633         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23634         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23635         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23636         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23637         * gst-libs/gst/audio/gstaudiosrc.h:
23638         * gst-libs/gst/audio/gstbaseaudiosink.c:
23639         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23640         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23641         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23642         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23643         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23644         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23645         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23646         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23647         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23648         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23649         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23650         (gst_baseaudiosrc_change_state):
23651         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23652         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23653         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23654         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23655         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23656         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23657         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23658         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23659         * gst-libs/gst/audio/gstringbuffer.h:
23660         Added audiosource base classes.
23661         Ported alsasrc, still very basic.
23662
23663 2005-07-06  Wim Taymans  <wim@fluendo.com>
23664
23665         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23666         (theora_dec_push), (theora_handle_data_packet):
23667         Prepare for better timestamp fix later.
23668
23669         * gst/audioconvert/gstaudioconvert.c:
23670         List most accurate caps first
23671
23672         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23673         Use proper pad task function.
23674
23675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23676         (gst_xvimagesink_show_frame):
23677         Fix deadlock when alloc failed.
23678
23679 2005-07-05  Andy Wingo  <wingo@pobox.com>
23680
23681         * ext/gnomevfs/gstgnomevfssrc.c:
23682         * gst/sine/gstsinesrc.c:
23683         * gst/tcp/gsttcpserversrc.c:
23684         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23685
23686         * sys/v4l/: Port from 0.8.
23687
23688         * Many files: Null if we got it....
23689
23690 2005-07-05  Andy Wingo  <wingo@pobox.com>
23691
23692         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23693         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23694         Signedness fixes.
23695
23696 2005-07-05  Wim Taymans  <wim@fluendo.com>
23697
23698         * configure.ac:
23699         * gst/tcp/Makefile.am:
23700         * gst/tcp/README:
23701         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23702         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23703         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23704         (is_sync_frame), (gst_multifdsink_handle_client_write),
23705         (gst_multifdsink_render), (gst_multifdsink_start),
23706         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23707         * gst/tcp/gstmultifdsink.h:
23708         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23709         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23710         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23711         * gst/tcp/gsttcp.h:
23712         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23713         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23714         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23715         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23716         * gst/tcp/gsttcpclientsink.h:
23717         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23718         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23719         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23720         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23721         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23722         * gst/tcp/gsttcpclientsrc.h:
23723         * gst/tcp/gsttcpplugin.c: (plugin_init):
23724         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23725         * gst/tcp/gsttcpserversink.h:
23726         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23727         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23728         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23729         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23730         (gst_tcpserversrc_stop):
23731         * gst/tcp/gsttcpserversrc.h:
23732         * gst/tcp/gsttcpsink.c:
23733         * gst/tcp/gsttcpsink.h:
23734         * gst/tcp/gsttcpsrc.c:
23735         * gst/tcp/gsttcpsrc.h:
23736         Ported tcp plugins to 0.9. 
23737         
23738
23739 2005-07-05  Andy Wingo  <wingo@pobox.com>
23740
23741         * gst/playback/gstplaybasebin.c (fill_buffer):
23742         message_new_application fixen.
23743
23744         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23745         Style fix.
23746
23747 2005-07-04  Wim Taymans  <wim@fluendo.com>
23748
23749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23750         Set caps on output buffer.
23751
23752 2005-07-04  Andy Wingo  <wingo@pobox.com>
23753
23754         * ext/gnomevfs/gstgnomevfssrc.c
23755         (gst_gnomevfssrc_received_headers_callback) 
23756         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23757         hopefully.
23758
23759         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23760         No refcount leakage.
23761
23762         * configure.ac: Enable -Werror.
23763         
23764         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23765         * gst/audioconvert/bufferframesconvert.c
23766         (buffer_frames_convert_fixate):
23767         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23768         (gst_audio_convert_fixate):
23769         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23770         (gst_sinesrc_create): Fixate func changes.
23771         
23772         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23773         (gst_ximagesink_buffer_alloc): Unused var.
23774
23775 2005-07-01  Andy Wingo  <wingo@pobox.com>
23776
23777         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23778         getcaps to do explicit caps. Needs to be done in all decoders,
23779         possibly via a base class.
23780
23781         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23782
23783         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23784         caps on the sink pad, just rely on the pad template. Also, setting
23785         ANY caps on a pad is not valid because the caps are not fixed.
23786
23787         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23788         caps on the buffer, and get the width from the desired_caps if
23789         they're set.
23790         (gst_ximagesink_renegotiate_size): Implement via setting the
23791         desired_caps on the ximagesink.
23792         (gst_ximagesink_setcaps): Only reset the width of the player if it
23793         wasn't already set. Not sure if this is right.
23794         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23795
23796         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23797         that the user wants. NULL unless the window has been resized.
23798
23799         * gst/volume/gstvolume.c (volume_transform): Adapt to
23800         basetransform refcount changes.
23801         
23802 2005-07-01  Andy Wingo  <wingo@pobox.com>
23803
23804         * gst/videoscale/gstvideoscale.c:
23805         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23806         from BaseTransform, implements a transform_caps. Removed dead code
23807         including some PAR stuff that was never reached -- should probably
23808         be added back somehow.
23809
23810 2005-07-01  Andy Wingo  <wingo@pobox.com>
23811
23812         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23813         come later.
23814
23815 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23816
23817         * configure.ac:
23818         * docs/libs/Makefile.am:
23819         * docs/libs/gst-plugins-libs.types:
23820         * ext/alsa/Makefile.am:
23821         * ext/alsa/gstalsamixer.h:
23822         * ext/alsa/gstalsamixeroptions.h:
23823         * ext/alsa/gstalsamixertrack.h:
23824         * gst-libs/gst/Makefile.am:
23825         * gst-libs/gst/colorbalance/.cvsignore:
23826         * gst-libs/gst/colorbalance/Makefile.am:
23827         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23828         * gst-libs/gst/colorbalance/colorbalance.c:
23829         * gst-libs/gst/colorbalance/colorbalance.h:
23830         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23831         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23832         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23833         * gst-libs/gst/interfaces/Makefile.am:
23834         * gst-libs/gst/interfaces/colorbalance.c:
23835         (gst_color_balance_class_init):
23836         * gst-libs/gst/interfaces/colorbalance.h:
23837         * gst-libs/gst/interfaces/interfaces-marshal.list:
23838         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23839         * gst-libs/gst/interfaces/mixer.h:
23840         * gst-libs/gst/interfaces/mixeroptions.h:
23841         * gst-libs/gst/interfaces/navigation.c:
23842         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23843         * gst-libs/gst/interfaces/tuner.h:
23844         * gst/volume/Makefile.am:
23845         * gst/volume/gstvolume.c:
23846         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23847         * sys/ximage/Makefile.am:
23848         * sys/ximage/ximagesink.c:
23849         * sys/xvimage/Makefile.am:
23850         * sys/xvimage/xvimagesink.c:
23851           fold in all interfaces into an interfaces dir, preserving CVS
23852           history
23853
23854 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23855
23856         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23857           Fix build after riff changes.
23858
23859 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23860
23861         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23862         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23863         (gst_riff_create_video_template_caps),
23864         (gst_riff_create_audio_template_caps),
23865         (gst_riff_create_iavs_template_caps):
23866         * gst-libs/gst/riff/riff-media.h:
23867         * gst-libs/gst/riff/riff-read.h:
23868         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23869           Add gst_riff_init() to initialize the debug category, instead
23870           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23871
23872 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23873
23874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23875           Oops, I shouldn't apply hacks.
23876
23877 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23878
23879         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23880           Remove pad_loop function which doesn't work.
23881
23882 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23883
23884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23885           Send EOS when deactivating.
23886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23887         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23888         (gen_preroll_element), (probe_triggered), (mute_stream),
23889         (silence_stream), (new_decoded_pad), (setup_substreams),
23890         (set_active_source):
23891         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23892         (remove_sinks), (add_sink):
23893         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23894           Change for new probe API.
23895
23896 2005-06-29  Wim Taymans  <wim@fluendo.com>
23897
23898         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23899         * gst-libs/gst/audio/gstbaseaudiosink.c:
23900         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23901         (gst_baseaudiosink_change_state):
23902         * gst-libs/gst/audio/gstbaseaudiosink.h:
23903         * gst-libs/gst/audio/gstringbuffer.c:
23904         (gst_ringbuffer_set_callback):
23905         Fix compilation error.
23906         Ringbuffer starts out as not running.
23907         Free our clock in dispose.
23908         When releasing the ringbuffer we need to renegotiate so
23909         clear the pad caps.
23910
23911 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23912
23913         * autogen.sh:
23914         * configure.ac:
23915         * docs/Makefile.am:
23916         * docs/libs/Makefile.am:
23917         * docs/libs/gst-plugins-libs-docs.sgml:
23918         * docs/libs/gst-plugins-libs-sections.txt:
23919         * docs/libs/gst-plugins-libs.types:
23920         * docs/libs/tmpl/gstaudio.sgml:
23921         * docs/libs/tmpl/gstcolorbalance.sgml:
23922         * docs/libs/tmpl/gstringbuffer.sgml:
23923         * gst-libs/gst/audio/gstringbuffer.c:
23924         (gst_ringbuffer_set_callback):
23925           reinstate gtk-doc docs for plugin libs
23926
23927 2005-06-28  Wim Taymans  <wim@fluendo.com>
23928
23929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23930         (gst_ogg_demux_init):
23931         Removed pad loop function.
23932
23933 2005-06-28  Wim Taymans  <wim@fluendo.com>
23934
23935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23936         If we're building a chain we are not in an error case
23937         when we queue a buffer.
23938
23939 2005-06-28  Andy Wingo  <wingo@pobox.com>
23940
23941         * *.c: Don't cast to GstObject before reffing/unreffing.
23942
23943 2005-06-27  Andy Wingo  <wingo@pobox.com>
23944
23945         * gst/videotestsrc/gstvideotestsrc.c
23946         (gst_videotestsrc_activate_push): Activation API changes.
23947
23948         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23949         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23950         they have refs on the decodebin.
23951
23952         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23953         parent class.
23954         (gst_ogg_pad_typefind): Don't leak a pad ref.
23955         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23956         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23957         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23958
23959 2005-06-27  Edward Hervey  <edward@fluendo.com>
23960
23961         * ext/theora/theoradec.c: (theora_dec_change_state): 
23962         re-arranged call to parent's state change in order to avoid locks (or
23963         worse).
23964
23965 2005-06-26  Edward Hervey  <edward@fluendo.com>
23966
23967         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23968         2nd argument of 'unknow-type' signal is a GstCaps and not a
23969         GstMiniObject
23970
23971 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23972         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23973           Set the worker thread's running flag to TRUE before starting the
23974           thread.
23975         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23976           Catch a failure to add typefind to the bin.
23977
23978 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23979
23980         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23981         (gst_sinesrc_init), (gst_sinesrc_create),
23982         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23983         (gst_sinesrc_start):
23984         * gst/sine/gstsinesrc.h:
23985           add num-buffers and timestamp-offset properties
23986         * gst/videotestsrc/gstvideotestsrc.c:
23987         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23988         (gst_videotestsrc_get_property):
23989           add timestamp-offset property
23990
23991 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23992
23993         * configure.ac: add videorate
23994         * gst-plugins-base.spec.in: add videorate
23995
23996 2005-06-23  Wim Taymans  <wim@fluendo.com>
23997
23998         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23999         (gst_videorate_getcaps), (gst_videorate_setcaps),
24000         (gst_videorate_event), (gst_videorate_chain):
24001         Fixed videorate, fixating an already fixated caps is not
24002         an error.
24003
24004 2005-06-23  Wim Taymans  <wim@fluendo.com>
24005
24006         * ext/ogg/README:
24007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24008         Buffer on caps is not boxed anymore.
24009
24010 2005-06-22  Wim Taymans  <wim@fluendo.com>
24011
24012         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24014         Set buffers on caps as miniobjects and not as boxed.
24015
24016 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24017
24018         * configure.ac:
24019           back to HEAD
24020
24021 === release 0.9.1 ===
24022
24023 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24024
24025         * .cvsignore:
24026         * NEWS:
24027         * README:
24028         * RELEASE:
24029         * configure.ac:
24030         * po/af.po:
24031         * po/az.po:
24032         * po/cs.po:
24033         * po/en_GB.po:
24034         * po/hu.po:
24035         * po/it.po:
24036         * po/nb.po:
24037         * po/nl.po:
24038         * po/or.po:
24039         * po/sq.po:
24040         * po/sr.po:
24041         * po/sv.po:
24042         * po/uk.po:
24043         * po/vi.po:
24044           updates for release
24045
24046 2005-06-09  Andy Wingo  <wingo@pobox.com>
24047
24048         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24049         
24050 2005-06-09  Andy Wingo  <wingo@pobox.com>
24051
24052         * configure.ac:
24053         * gst-libs/gst/Makefile.am:
24054         * gst-libs/gst/net/Makefile.am:
24055         Add gstnet to build.
24056
24057 2005-06-09  Andy Wingo  <wingo@pobox.com>
24058
24059         * gst-libs/gst/gconf/gconf.c:
24060         * gst/playback/test.c:
24061         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24062         fixes.
24063
24064         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24065
24066         * ext/theora/theoraenc.c (theora_enc_chain): 
24067         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24068
24069         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24070         RealPad.
24071
24072 2005-06-02  Wim Taymans  <wim@fluendo.com>
24073
24074         * gst-libs/gst/net/Makefile.am:
24075         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24076         * pkgconfig/gstreamer-libs.pc.in:
24077         Added net stuff, version net lib.
24078
24079 2005-06-02  Wim Taymans  <wim@fluendo.com>
24080
24081         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24082         (query_rates), (query_positions_elems), (query_positions_pads),
24083         (do_seek):
24084         Updated seek example.
24085
24086 2005-06-02  Andy Wingo  <wingo@pobox.com>
24087
24088         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24089         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24090         list.
24091
24092         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24093         remove the typefind, the bin dispose will do it for us. When it's
24094         removed and unreffed, the signal handler will be disconnected,
24095         too.
24096         (unlinked): It's too difficult to disconnect from unlinked
24097         handlers, as they are on pads not elements. Just punt if the pads
24098         aren't grandkids of the bin.
24099
24100 2005-06-02  Wim Taymans  <wim@fluendo.com>
24101
24102         * ext/ogg/README:
24103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24104         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24106         * ext/theora/theoradec.c: (theora_dec_src_query),
24107         (theora_handle_data_packet):
24108         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24109         (theora_enc_chain):
24110         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24111         (vorbis_handle_data_packet):
24112         * gst/audioconvert/bufferframesconvert.c:
24113         (buffer_frames_convert_chain):
24114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24115         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24116         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24117         (gst_ffmpegcsp_chain):
24118         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24119         (gst_videorate_getcaps), (gst_videorate_setcaps),
24120         (gst_videorate_event), (gst_videorate_chain):
24121         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24122         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24124         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24125         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24126         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24127         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24128         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24129         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24130         Cleanups and buffer alloc.
24131
24132 2005-05-31  Wim Taymans  <wim@fluendo.com>
24133
24134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24135         Don't try to call the delay method when the device is not
24136         opened.
24137
24138 2005-05-31  Wim Taymans  <wim@fluendo.com>
24139
24140         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24141         Get actual segment size and buffer size after opening
24142         the device.
24143
24144 2005-05-30  Wim Taymans  <wim@fluendo.com>
24145
24146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24147         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24148         Also FLUSH upstream, makes the loop function exit faster.
24149         
24150         * ext/theora/theoradec.c: (theora_dec_src_query):
24151         Some more debug info in the query.
24152         
24153         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24154         (gst_ximagesink_setcaps):
24155         Release lock on par error, better error reporting.
24156
24157 2005-05-26  Wim Taymans  <wim@fluendo.com>
24158
24159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24160         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24161         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24162         Clear chains in READY
24163         Queue packets until the chain is activated.
24164
24165 2005-05-25  Wim Taymans  <wim@fluendo.com>
24166
24167         * gst-libs/gst/audio/gstaudiosink.c:
24168         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24169         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24170         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24171         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24172         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24173         (gst_audiosink_create_ringbuffer):
24174         * gst-libs/gst/audio/gstbaseaudiosink.c:
24175         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24176         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24177         (gst_baseaudiosink_set_property), (build_linear_format),
24178         (debug_spec_caps), (debug_spec_buffer),
24179         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24180         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24181         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24182         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24183         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24184         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24185         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24186         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24187         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24188         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24189         (wait_segment), (gst_ringbuffer_commit),
24190         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24191         (gst_ringbuffer_clear):
24192         Various small cleanups.
24193
24194         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24195         (gst_audio_convert_change_state):
24196         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24197         No need to take the locks anymore.
24198
24199 2005-05-25  Wim Taymans  <wim@fluendo.com>
24200
24201         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24202         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24203         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24204         (type_found):
24205         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24206         (group_destroy), (group_commit), (queue_overrun),
24207         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24208         (mute_stream), (new_decoded_pad), (setup_substreams),
24209         (setup_source), (mute_group_type), (set_active_source),
24210         (gst_play_base_bin_change_state):
24211         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24212         (gen_video_element), (gen_text_element), (gen_audio_element),
24213         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24214         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24215         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24216         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24217         Some playbin cleanups mostly refcounting sloppyness.
24218
24219 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24220
24221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24222           Work with streaming input.
24223
24224 2005-05-25  Wim Taymans  <wim@fluendo.com>
24225
24226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24227         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24228         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24229         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24230         No need to take the STREAM lock anymore.
24231
24232 2005-05-25  Wim Taymans  <wim@fluendo.com>
24233
24234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24235         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24236         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24237         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24238         (gst_ogg_demux_sink_activate):
24239         * ext/theora/theoradec.c: (theora_dec_src_event),
24240         (theora_handle_comment_packet), (theora_dec_chain),
24241         (theora_dec_change_state):
24242         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24243         (vorbis_handle_data_packet), (vorbis_dec_chain),
24244         (vorbis_dec_change_state):
24245         Remove STREAM locks as they are taken in core now.
24246         Never set bogus granulepos on vorbis/theora.
24247         Fix leaks in theoradec tag parsing.
24248
24249 2005-05-25  Wim Taymans  <wim@fluendo.com>
24250
24251         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24252         Fix memleaks, GST_BUFFER_DATA() is not freed.
24253
24254 2005-05-25  Wim Taymans  <wim@fluendo.com>
24255
24256         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24257         Open non-blocking, set to blocking mode afterwards to avoid
24258         lockups when audio device is busy.
24259
24260 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24261
24262         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24263           This can't be good.
24264
24265 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24266
24267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24268         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24269         (gst_audio_convert_setcaps):
24270           Implement instant setup switching.
24271
24272 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24273
24274         * gst/playback/gstplaybasebin.c: (probe_triggered):
24275           Fix missing unlock.
24276         * gst/playback/gstplaybin.c: (add_sink):
24277           First add, then link (otherwise pad link fails).
24278
24279 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24280
24281         * examples/Makefile.am:
24282         fix buildbot (make distcheck)
24283
24284 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24285
24286         * gst/playback/gstplaybin.c: (gen_vis_element):
24287           Remove some wrong code. Doesn't work yet.
24288
24289 2005-05-19  Wim Taymans  <wim@fluendo.com>
24290
24291         * gst-libs/gst/net/Makefile.am:
24292         * gst-libs/gst/net/README:
24293         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24294         (gst_netbuffer_class_init), (gst_netbuffer_init),
24295         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24296         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24297         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24298         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24299         * gst-libs/gst/net/gstnetbuffer.h:
24300         Added buffer subclass to store extra to/from addresses for
24301         network sources/sinks.
24302
24303 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24304
24305         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24306           Don't lock an unassigned variable.
24307
24308 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24309
24310         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24311           Increase buffer for video, decrease buffer for other media types.
24312         * gst/playback/gstplaybin.c: (gen_video_element),
24313         (gen_audio_element):
24314           Change names for debugging purposes.
24315
24316 2005-05-18  Wim Taymans  <wim@fluendo.com>
24317
24318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24319         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24320         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24321         (gst_ffmpegcsp_chain):
24322         Enable buffer alloc passthrough if the source and dest
24323         formats are the same.
24324
24325 2005-05-17  Wim Taymans  <wim@fluendo.com>
24326
24327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24328         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24329         (gst_ogg_demux_chain_unlocked):
24330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24331         (gst_audio_convert_caps_remove_format_info),
24332         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24333         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24335         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24336         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24337         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24338         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24339         (gst_ffmpegcsp_get_property):
24340         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24341         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24342         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24343         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24344         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24345         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24346         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24347         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24348         Leak fixes in oggdemux.
24349         Some cleanups in audioconvert.
24350         Make passthrough work along with buffer_alloc etc.
24351         Make buffer_alloc and buffer recycling actually work in
24352         xvimagesink.
24353
24354 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24355
24356         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24357           make the compiler happy
24358
24359 2005-05-17  Wim Taymans  <wim@fluendo.com>
24360
24361         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24362         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24363         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24364         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24365         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24366         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24367         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24368         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24369         (gst_xvimagesink_set_xwindow_id):
24370         * sys/xvimage/xvimagesink.h:
24371         Port xvimagesink to new MiniObject.
24372
24373 2005-05-17  Wim Taymans  <wim@fluendo.com>
24374
24375         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24376         (gst_audiofilter_chain):
24377         * gst-libs/gst/audio/gstaudiosink.c:
24378         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24379         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24380         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24381         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24382         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24383         (gst_audiosink_create_ringbuffer):
24384         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24385         (gst_audio_convert_caps_remove_format_info),
24386         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24387         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24389         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24390         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24391         Fix passthrough in ffmpegcolorspace.
24392         Fix memset in audiosink on wrong memory.
24393
24394 2005-05-16  David Schleef  <ds@schleef.org>
24395
24396         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24397         to GstMiniObject.
24398
24399 2005-05-16  David Schleef  <ds@schleef.org>
24400
24401         Port from GstData to GstMiniObject.
24402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24404         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24405         (gst_ogg_mux_collected):
24406         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24407         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24408         (theora_handle_data_packet):
24409         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24410         (theora_set_header_on_caps), (theora_enc_chain):
24411         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24412         (vorbis_handle_comment_packet):
24413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24414         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24415         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24416         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24417         * gst/audioconvert/gstaudioconvert.c:
24418         (gst_audio_convert_get_buffer):
24419         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24420         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24421         (mute_stream), (silence_stream):
24422         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24423         * gst/volume/gstvolume.c: (volume_transform):
24424         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24425         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24426         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24427         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24428         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24429         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24430         (gst_ximagesink_buffer_alloc):
24431         * sys/ximage/ximagesink.h:
24432
24433 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24434
24435         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24436         (fill_buffer), (check_queue), (queue_threshold_reached),
24437         (queue_out_of_data):
24438         * gst/playback/gstplaybasebin.h:
24439           Post buffer-fullness on the bus.
24440
24441 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24442
24443         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24444         (try_to_link_1):
24445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24446         (group_commit), (probe_triggered), (setup_source),
24447         (gst_play_base_bin_change_state):
24448         * gst/playback/gstplaybasebin.h:
24449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24450         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24451         (gst_play_bin_change_state):
24452           Move setup_output_pads into a virtual function, remove
24453           group-switch (no longer needed) and redirect (handled by bus
24454           now) signals.
24455
24456 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24457
24458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24459         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24460         (get_active_group), (get_building_group), (group_destroy),
24461         (group_commit), (check_queue), (queue_overrun),
24462         (queue_threshold_reached), (queue_out_of_data),
24463         (gen_preroll_element), (remove_groups), (unknown_type),
24464         (add_element_stream), (no_more_pads), (probe_triggered),
24465         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24466         (setup_substreams), (setup_source), (finish_source),
24467         (prepare_output), (muted_group_change_state),
24468         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24469         (gst_play_base_bin_change_state):
24470         * gst/playback/gstplaybasebin.h:
24471         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24472         (gst_play_bin_init), (gst_play_bin_set_property),
24473         (gen_video_element), (gen_text_element), (gen_audio_element),
24474         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24475         (gst_play_bin_change_state):
24476         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24477         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24478         (stream_info_change_state), (gst_stream_info_set_mute),
24479         (gst_stream_info_get_property):
24480         * gst/playback/gststreaminfo.h:
24481         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24482         (gst_stream_selector_get_linked_pad),
24483         (gst_stream_selector_getcaps),
24484         (gst_stream_selector_get_linked_pads),
24485         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24486         * gst/playback/gststreamselector.h:
24487           Rough port of playbin. Needs some more work, but is mostly done,
24488           and uses a few locks in important places, which should make stuff
24489           like chain-switches clean. Still uses GST_STATE() in a few places,
24490           which isn't all that good an idea, subtitles/elements disabled
24491           because no elements to test with and thus probably broken, query
24492           and event handling moved to GstBin, internal thread removed
24493           alltogether because the pipeline does that for us now. Can play
24494           Ogg/Vorbis files. Haven't tested anything else yet.
24495
24496 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24497
24498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24499           Do no-more-pads (needed for autoplugging).
24500
24501 2005-05-10  Andy Wingo  <wingo@pobox.com>
24502
24503         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24504         message to the bus with the tags. Still not sent downstream tho.
24505
24506         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24507         get_parent.
24508         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24509         avoid refcounting hassles.
24510
24511 2005-05-09  Andy Wingo  <wingo@pobox.com>
24512
24513         * gst/volume/Makefile.am:
24514         * gst/volume/demo.c
24515         * gst/volume/gstvolume.h
24516         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24517         basetransform. Probably need an audio filter base class.
24518
24519 2005-05-09  Wim Taymans  <wim@fluendo.com>
24520
24521         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24522         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24523         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24524         (gst_vorbisenc_chain):
24525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24526         (gst_audio_convert_caps_remove_format_info),
24527         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24528         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24529         Make caps writable before writing to it.
24530         Fix negotiation in audioconvert some more.
24531
24532 2005-05-09  Wim Taymans  <wim@fluendo.com>
24533
24534         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24535         (gst_videorate_getcaps), (gst_videorate_setcaps),
24536         (gst_videorate_event), (gst_videorate_chain):
24537         Better negotiation.
24538
24539 2005-05-09  Wim Taymans  <wim@fluendo.com>
24540
24541         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24542         (gst_videorate_getcaps), (gst_videorate_setcaps),
24543         (gst_videorate_blank_data), (gst_videorate_init),
24544         (gst_videorate_event), (gst_videorate_chain),
24545         (gst_videorate_change_state):
24546         Port videorate, do a better job at negotiation while we're at
24547         it.
24548
24549 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24550
24551         * configure.ac:
24552           Disable libvisual
24553
24554         * examples/Makefile.am:
24555         * gst-libs/gst/audio/Makefile.am:
24556         * gst-libs/gst/riff/Makefile.am:
24557         * gst-libs/gst/tag/Makefile.am:
24558         * gst-libs/gst/video/Makefile.am:
24559           Fixups for missing variables.
24560
24561 2005-05-09  Wim Taymans  <wim@fluendo.com>
24562
24563         * examples/seeking/seek.c: (make_theora_pipeline),
24564         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24565         (query_rates), (query_positions_elems), (query_positions_pads),
24566         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24568         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24569         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24570         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24571         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24573         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24574         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24575         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24576         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24577         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24578         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24579         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24580         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24581         (theora_dec_src_convert), (theora_dec_sink_convert),
24582         (theora_dec_src_query), (theora_dec_sink_query),
24583         (theora_dec_src_event), (theora_dec_sink_event),
24584         (theora_handle_comment_packet), (theora_handle_type_packet),
24585         (theora_handle_header_packet), (theora_handle_data_packet),
24586         (theora_dec_chain):
24587         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24588         (vorbis_dec_convert), (vorbis_dec_src_query),
24589         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24590         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24591         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24592         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24594         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24595         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24596         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24597         (gst_play_bin_query):
24598         * gst/playback/test3.c: (update_scale):
24599         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24600         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24601         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24602         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24603         (gst_videotestsrc_src_query):
24604         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24605         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24606         (paint_hline_YUV9):
24607         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24608         Port to new query API.
24609         Updated seek.
24610         Cleanups in x[v]imagesink
24611
24612 2005-05-09  Andy Wingo  <wingo@pobox.com>
24613
24614         * ext/alsa/gstalsasink.h:
24615         * ext/gnomevfs/gstgnomevfssrc.c:
24616         (gst_gnomevfssrc_get_icy_metadata):
24617         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24618         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24619         * ext/theora/theoradec.c (theora_dec_src_query)
24620         (theora_dec_src_event, theora_dec_sink_event)
24621         (theora_handle_comment_packet, theora_handle_data_packet):
24622         * ext/theora/theoraenc.c (theora_enc_chain):
24623         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24624         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24625         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24626         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24627         (qt_type_find):
24628         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24629         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24630         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24631         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24632         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24633         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24634         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24635         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24636         (paint_setup_RGB565, paint_setup_xRGB1555):
24637         * gst/videotestsrc/videotestsrc.h:
24638         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24639         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24640         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24641         GCC4 fixes.
24642         
24643         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24644         gst_pad_query_position. Fixes oggdemux.
24645
24646 2005-05-08  David Schleef  <ds@schleef.org>
24647
24648         * configure.ac: Require liboil.
24649         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24650         a few more.
24651         * gst/videotestsrc/videotestsrc.c:
24652         * gst/videotestsrc/videotestsrc.h:
24653
24654 2005-05-06  Wim Taymans  <wim@fluendo.com>
24655
24656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24657         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24658         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24659         Well, unreffing a buffer right before pushing it is asking
24660         for trouble..
24661
24662 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24663
24664         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24665
24666 2005-05-06  Wim Taymans  <wim@fluendo.com>
24667
24668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24669         (gst_audio_convert_caps_remove_format_info),
24670         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24671         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24673         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24674         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24675         * gst/sine/Makefile.am:
24676         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24677         (gst_sinesrc_class_init), (gst_sinesrc_init),
24678         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24679         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24680         (gst_sinesrc_update_freq):
24681         * gst/sine/gstsinesrc.h:
24682         * gst/tcp/gstmultifdsink.c:
24683         * sys/xvimage/xvimagesink.c:
24684         Fixed negotiation wrt _peer_get_caps()
24685         Some cleanups.
24686
24687
24688 2005-05-06  Wim Taymans  <wim@fluendo.com>
24689
24690         * gst-libs/gst/audio/gstaudiosink.c:
24691         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24692         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24693         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24694         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24695         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24696         (gst_audiosink_create_ringbuffer):
24697         * gst-libs/gst/audio/gstbaseaudiosink.c:
24698         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24699         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24700         (gst_baseaudiosink_set_property), (build_linear_format),
24701         (debug_spec_caps), (debug_spec_buffer),
24702         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24703         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24704         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24705         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24706         * gst-libs/gst/audio/gstbaseaudiosink.h:
24707         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24708         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24709         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24710         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24711         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24712         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24713         (wait_segment), (gst_ringbuffer_commit),
24714         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24715         (gst_ringbuffer_clear):
24716         * gst-libs/gst/audio/gstringbuffer.h:
24717         Make the base audiosink return an error when there is no
24718         audiobuffer negotiated.
24719
24720 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24721
24722         * ext/Makefile.am:
24723         Disable cdparanoia until someone ports it!
24724
24725 2005-05-06  Wim Taymans  <wim@fluendo.com>
24726
24727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24728         (gst_ogg_demux_sink_activate):
24729         And revert after wingo's revert.. sigh..
24730
24731 2005-05-05  Andy Wingo  <wingo@pobox.com>
24732
24733         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24734         GObject.
24735         * configure.ac: Return audiorate and subparse from the ghetto.
24736         Re-enable -Wall -Werror.
24737         * gst/subparse/gstsubparse.c:
24738         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24739         or chain-based. Cleaned up a bit. Not tested.
24740         
24741 2005-05-05  Christian Schaller <christian@fluendo.com> 
24742
24743         * Makefile.am: remove stuff that is not building
24744         * configure.ac: remove stuff that is not building
24745         * examples/Makefile.am: remove stuff that is not building
24746         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24747         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24748         * sys/Makefile.am: remove stuff that is not building
24749         * testsuite/Makefile.am: remove stuff that is not building
24750
24751 2005-05-05  Andy Wingo  <wingo@pobox.com>
24752
24753         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24754         * gst-libs/gst/tag/gstvorbistag.c:
24755         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24756         * gst/adder/gstadder.h:
24757         * gst/audioconvert/gstchannelmix.c:
24758         (gst_audio_convert_fill_one_other):
24759         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24760         (gst_audiorate_init), (gst_audiorate_chain):
24761         * gst/playback/gstplaybasebin.c: (setup_source):
24762         * gst/playback/test3.c: (update_scale):
24763         Some GCC4 fixes
24764         
24765         * po/af.po:
24766         * po/az.po:
24767         * po/cs.po:
24768         * po/en_GB.po:
24769         * po/hu.po:
24770         * po/it.po:
24771         * po/nb.po:
24772         * po/nl.po:
24773         * po/or.po:
24774         * po/sq.po:
24775         * po/sr.po:
24776         * po/sv.po:
24777         * po/uk.po:
24778         * po/vi.po: Foo
24779
24780 2005-05-05  Wim Taymans  <wim@fluendo.com>
24781
24782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24783         (gst_audio_convert_caps_remove_format_info),
24784         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24785         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24786         * gst/videotestsrc/gstvideotestsrc.c:
24787         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24788         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24789         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24790         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24791         Don't ignore _push() return values.
24792         Make sure no processing is done when shutting down.
24793         Videotestsrc pad activation fix.
24794
24795 2005-05-05  Wim Taymans  <wim@fluendo.com>
24796
24797         * gst/adder/Makefile.am:
24798         * gst/adder/gstadder.c: (gst_adder_setcaps),
24799         (gst_adder_class_init), (gst_adder_init),
24800         (gst_adder_request_new_pad), (gst_adder_collected),
24801         (gst_adder_change_state):
24802         * gst/adder/gstadder.h:
24803         Ported adder as an example of a mixer element using
24804         collect pads. Needs more negotiation work.
24805
24806 2005-05-05  Wim Taymans  <wim@fluendo.com>
24807
24808         * ext/theora/theoradec.c: (_inc_granulepos),
24809         (theora_dec_src_event), (theora_dec_sink_event),
24810         (theora_handle_comment_packet), (theora_handle_type_packet),
24811         (theora_handle_header_packet), (theora_handle_data_packet),
24812         (theora_dec_chain):
24813         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24814         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24815         (theora_push_buffer), (theora_push_packet),
24816         (theora_enc_sink_event), (theora_enc_chain),
24817         (theora_enc_change_state), (theora_enc_set_property),
24818         (theora_enc_get_property):
24819         Added stream lock to decoder so that we can serialize
24820         the discont event.
24821         More theoraenc porting, recover from errors, do clean
24822         shutdown.
24823
24824 2005-05-05  Wim Taymans  <wim@fluendo.com>
24825
24826         * ext/ogg/Makefile.am:
24827         * ext/ogg/README:
24828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24829         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24830         (gst_ogg_print):
24831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24832         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24833         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24834         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24835         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24836         (gst_ogg_mux_change_state):
24837         Ported ogg muxer.
24838
24839 2005-05-05  Wim Taymans  <wim@fluendo.com>
24840
24841         * docs/design-audiosinks.txt:
24842         * gst-libs/gst/audio/TODO:
24843         * gst-libs/gst/audio/gstaudiosink.c:
24844         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24845         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24846         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24847         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24848         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24849         (gst_audiosink_create_ringbuffer):
24850         * gst-libs/gst/audio/gstbaseaudiosink.c:
24851         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24852         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24853         (gst_baseaudiosink_set_property), (build_linear_format),
24854         (debug_spec_caps), (debug_spec_buffer),
24855         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24856         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24857         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24858         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24859         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24860         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24861         (gst_ringbuffer_release), (gst_ringbuffer_play),
24862         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24863         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24864         (gst_ringbuffer_set_sample), (wait_segment),
24865         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24866         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24867         More work on the audiosink, mostly debugging and a race in
24868         shutdown.
24869
24870 2005-04-28  Wim Taymans  <wim@fluendo.com>
24871
24872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24873         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24874         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24875         (vorbis_dec_src_query), (vorbis_dec_src_event),
24876         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24877         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24878         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24879         Don't crap out when seeking back to position 0.
24880
24881 2005-04-28  Wim Taymans  <wim@fluendo.com>
24882
24883         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24884         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24885         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24886         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24887         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24888         Make audio sink configurable, use alsasink as default.
24889
24890 2005-04-28  Wim Taymans  <wim@fluendo.com>
24891
24892         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24893         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24894         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24895         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24896         (vorbis_dec_change_state):
24897         * ext/vorbis/vorbisdec.h:
24898         Refactor, use STREAM_LOCK.
24899
24900 2005-04-28  Wim Taymans  <wim@fluendo.com>
24901
24902         * ext/theora/theoradec.c: (_inc_granulepos),
24903         (theora_dec_sink_event), (theora_handle_comment_packet),
24904         (theora_handle_type_packet), (theora_handle_header_packet),
24905         (theora_handle_data_packet), (theora_dec_chain),
24906         (theora_dec_change_state):
24907         Refactor a bit, use STREAM_LOCK.
24908
24909 2005-04-28  Wim Taymans  <wim@fluendo.com>
24910
24911         * ext/alsa/Makefile.am:
24912         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24913         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24914         (gst_alsa_link), (gst_alsa_close_audio):
24915         * ext/alsa/gstalsaplugin.c: (plugin_init):
24916         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24917         (gst_alsasink_dispose), (gst_alsasink_base_init),
24918         (gst_alsasink_class_init), (gst_alsasink_init),
24919         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24920         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24921         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24922         (gst_alsasink_reset):
24923         * ext/alsa/gstalsasink.h:
24924         Implement alsasink with simple open/write/close API. 
24925         Make alsa dir build by disabling compilation of code.
24926
24927 2005-04-28  Wim Taymans  <wim@fluendo.com>
24928
24929         * gst-libs/gst/audio/Makefile.am:
24930         * gst-libs/gst/audio/audio.h:
24931         * gst-libs/gst/audio/audioclock.c:
24932         * gst-libs/gst/audio/audioclock.h:
24933         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24934         (gst_audio_clock_class_init), (gst_audio_clock_init),
24935         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24936         * gst-libs/gst/audio/gstaudioclock.h:
24937         * gst-libs/gst/audio/gstaudiosink.c:
24938         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24939         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24940         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24941         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24942         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24943         (gst_audiosink_create_ringbuffer):
24944         * gst-libs/gst/audio/gstbaseaudiosink.c:
24945         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24946         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24947         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24948         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24949         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24950         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24951         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24952         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24953         * gst-libs/gst/audio/gstbaseaudiosink.h:
24954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24955         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24956         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24957         (gst_ringbuffer_release), (gst_ringbuffer_play),
24958         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24959         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24960         (gst_ringbuffer_set_sample), (wait_segment),
24961         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24962         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24963         * gst-libs/gst/audio/gstringbuffer.h:
24964         Make ringbuffer faster and more simple by removing the locks
24965         in the playback thread.
24966         Add sample accurate playback based on buffer sample offsets.
24967         Make the baseaudiosink provide a clock.
24968         Parse caps in the base class.
24969         Correctly handle seeking, flushing and state changes.
24970
24971 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24972
24973         * configure.ac:
24974         * gst/audioconvert/Makefile.am:
24975         * gst/audioscale/Makefile.am:
24976           Fix part of the build.  Come on guys, autogen didn't even work :)
24977
24978 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24979
24980         * configure.ac:
24981         * gst-libs/gst/Makefile.am:
24982         * gst-libs/gst/media-info/.cvsignore:
24983         * gst-libs/gst/media-info/Makefile.am:
24984         * gst-libs/gst/media-info/README:
24985         * gst-libs/gst/media-info/media-info-priv.c:
24986         * gst-libs/gst/media-info/media-info-priv.h:
24987         * gst-libs/gst/media-info/media-info-test.c:
24988         * gst-libs/gst/media-info/media-info.c:
24989         * gst-libs/gst/media-info/media-info.h:
24990         * gst-libs/gst/media-info/media-info.vcproj:
24991         * pkgconfig/Makefile.am:
24992         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24993         * pkgconfig/gstreamer-media-info.pc.in:
24994           Remove media-info, which is also successed by playbin (see Totem
24995           implementation).
24996
24997 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24998
24999         * configure.ac:
25000         * examples/Makefile.am:
25001         * examples/gstplay/.cvsignore:
25002         * examples/gstplay/Makefile.am:
25003         * examples/gstplay/player.c:
25004         * gst-libs/gst/Makefile.am:
25005         * gst-libs/gst/play/.cvsignore:
25006         * gst-libs/gst/play/Makefile.am:
25007         * gst-libs/gst/play/play.c:
25008         * gst-libs/gst/play/play.h:
25009         * gst-libs/gst/play/play.vcproj:
25010         * pkgconfig/Makefile.am:
25011         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25012         * pkgconfig/gstreamer-play.pc.in:
25013           Remove libgstplay, playbin is now the official successor.
25014
25015 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25016
25017         * configure.ac:
25018         * gst-libs/gst/Makefile.am:
25019         * gst-libs/gst/xwindowlistener/Makefile.am:
25020         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25021         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25022           Remove deprecated xwindowlistener (I've moved xwindowlistening
25023           in the v4l/v4l2 plugins over to serverside).
25024
25025 2005-04-25  David Schleef  <ds@schleef.org>
25026
25027         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25028         to examples/dynparams.  Examples do not belong interspersed with
25029         source code.
25030         * examples/dynparams/demo-dparams.c:
25031         * gst/sine/Makefile.am:
25032         * gst/sine/demo-dparams.c:
25033
25034 2005-04-25  David Schleef  <ds@schleef.org>
25035
25036         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25037         * gst-libs/gst/audio/Makefile.am:
25038         * gst-libs/gst/riff/Makefile.am:
25039         * gst-libs/gst/tag/Makefile.am:
25040         * gst-libs/gst/video/Makefile.am:
25041         * gst-libs/gst/xwindowlistener/Makefile.am:
25042
25043         Convert to 0.9 API, seems to work:
25044         * sys/ximage/Makefile.am:
25045         * sys/ximage/ximagesink.c:
25046
25047 2005-04-24  David Schleef  <ds@schleef.org>
25048
25049         Link plugins against libraries:
25050         * ext/alsa/Makefile.am:
25051         * gst/tcp/Makefile.am:
25052
25053         Remove asm code that should be in liboil
25054         * gst/videoscale/Makefile.am:
25055         * gst/videoscale/videoscale_x86_asm.s:
25056
25057         gettext wants these checked in:
25058         * po/af.po:
25059         * po/az.po:
25060         * po/cs.po:
25061         * po/en_GB.po:
25062         * po/hu.po:
25063         * po/it.po:
25064         * po/nb.po:
25065         * po/nl.po:
25066         * po/or.po:
25067         * po/sq.po:
25068         * po/sr.po:
25069         * po/sv.po:
25070         * po/uk.po:
25071         * po/vi.po:
25072
25073 2005-04-24  David Schleef  <ds@schleef.org>
25074
25075         Convert gst_main() to g_main_loop_run()
25076         * gst/playback/decodetest.c: (main):
25077         * gst/playback/test2.c: (main):
25078         * gst/playback/test3.c: (main):
25079         * gst/playback/test4.c: (main):
25080
25081         Link plugins against libraries:
25082         * ext/libvisual/Makefile.am:
25083         * sys/xvimage/Makefile.am:
25084
25085 2005-04-24  David Schleef  <ds@schleef.org>
25086
25087         * configure.ac: Remove idct and resample libs
25088         * gst-libs/gst/Makefile.am: same
25089
25090         Remove usage of gst_library_load():
25091         * ext/alsa/gstalsaplugin.c: (plugin_init):
25092         * ext/libvisual/visual.c: (plugin_init):
25093         * ext/ogg/gstogg.c: (plugin_init):
25094         * ext/theora/theora.c: (plugin_init):
25095         * ext/vorbis/vorbis.c: (plugin_init):
25096         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25097         * gst/audioscale/gstaudioscale.c:
25098         * gst/adder/gstadder.c: (plugin_init):
25099         * gst/audioconvert/plugin.c: (plugin_init):
25100         * sys/ximage/ximagesink.c: (plugin_init):
25101         * sys/xvimage/xvimagesink.c: (plugin_init):
25102         * gst/tcp/gsttcpplugin.c: (plugin_init):
25103
25104         Link plugins against libraries:
25105         * ext/ogg/Makefile.am:
25106         * ext/theora/Makefile.am:
25107         * ext/vorbis/Makefile.am:
25108         * gst/audioconvert/Makefile.am:
25109
25110         Create proper libraries:
25111         * gst-libs/gst/riff/Makefile.am:
25112         * gst-libs/gst/audio/Makefile.am:
25113         * gst-libs/gst/video/Makefile.am:
25114
25115         Move resample library to audioscale plugin directory:
25116         * gst-libs/gst/resample/Makefile.am:
25117         * gst-libs/gst/resample/README:
25118         * gst-libs/gst/resample/dtof.c:
25119         * gst-libs/gst/resample/dtos.c:
25120         * gst-libs/gst/resample/functable.c:
25121         * gst-libs/gst/resample/private.h:
25122         * gst-libs/gst/resample/resample.c:
25123         * gst-libs/gst/resample/resample.h:
25124         * gst-libs/gst/resample/resample.vcproj:
25125         * gst-libs/gst/resample/test.c:
25126         * gst/audioscale/Makefile.am:
25127         * gst/audioscale/README:
25128         * gst/audioscale/dtof.c:
25129         * gst/audioscale/dtos.c:
25130         * gst/audioscale/functable.c:
25131         * gst/audioscale/private.h:
25132         * gst/audioscale/resample.c:
25133         * gst/audioscale/resample.h:
25134         * gst/audioscale/test.c:
25135
25136         Move tagedit library to gst-libs:
25137         * gst-libs/gst/tag/Makefile.am:
25138         * gst-libs/gst/tag/gstid3tag.c:
25139         * gst-libs/gst/tag/gsttagediting.c:
25140         * gst-libs/gst/tag/gsttageditingprivate.h:
25141         * gst-libs/gst/tag/gstvorbistag.c:
25142         * gst/tags/Makefile.am:
25143         * gst/tags/gstid3tag.c:
25144         * gst/tags/gstvorbistag.c:
25145
25146         Fix for core changes:
25147         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25148         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25149         (gst_sinesrc_getrange):
25150
25151 2005-04-23  David Schleef  <ds@schleef.org>
25152
25153         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25154         in gst-plugins in a long time, and properly belongs in liboil.
25155         * gst-libs/gst/idct/Makefile.am:
25156         * gst-libs/gst/idct/README:
25157         * gst-libs/gst/idct/dct.h:
25158         * gst-libs/gst/idct/doieee:
25159         * gst-libs/gst/idct/fastintidct.c:
25160         * gst-libs/gst/idct/floatidct.c:
25161         * gst-libs/gst/idct/idct.c:
25162         * gst-libs/gst/idct/idct.h:
25163         * gst-libs/gst/idct/idtc.vcproj:
25164         * gst-libs/gst/idct/ieeetest.c:
25165         * gst-libs/gst/idct/intidct.c:
25166
25167 2005-04-20  Wim Taymans  <wim@fluendo.com>
25168
25169         * docs/design-audiosinks.txt:
25170         * gst-libs/gst/audio/Makefile.am:
25171         * gst-libs/gst/audio/TODO:
25172         * gst-libs/gst/audio/gstaudiosink.c:
25173         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25174         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25175         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25176         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25177         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25178         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25179         (gst_audiosink_class_init), (gst_audiosink_init),
25180         (gst_audiosink_create_ringbuffer):
25181         * gst-libs/gst/audio/gstaudiosink.h:
25182         * gst-libs/gst/audio/gstbaseaudiosink.c:
25183         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25184         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25185         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25186         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25187         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25188         (gst_baseaudiosink_create_ringbuffer),
25189         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25190         * gst-libs/gst/audio/gstbaseaudiosink.h:
25191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25192         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25193         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25194         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25195         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25196         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25197         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25198         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25199         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25200         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25201         * gst-libs/gst/audio/gstringbuffer.h:
25202         An attempt at a set of audio base classes together with some
25203         design docs.
25204
25205 2005-04-20  Wim Taymans  <wim@fluendo.com>
25206
25207         * gst/audioconvert/Makefile.am:
25208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25209         (gst_audio_convert_caps_remove_format_info),
25210         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25211         (gst_audio_convert_channels):
25212         Link against audio libs.
25213         Fix audio convert plugin.
25214
25215 2005-04-20  Wim Taymans  <wim@fluendo.com>
25216
25217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25218         (gst_ogg_demux_sink_activate):
25219         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25220         (theora_set_header_on_caps), (theora_enc_sink_event),
25221         (theora_enc_chain):
25222         Fix theora encoder.
25223
25224 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25225
25226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25227         * gst/playback/gstdecodebin.c: (find_compatibles):
25228           Work with staticpadtemplates in elementfactories.
25229
25230 2005-04-12  Wim Taymans  <wim@fluendo.com>
25231
25232         * gst/playback/README:
25233         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25234         (compare_ranks), (print_feature), (gst_decode_bin_init),
25235         (dynamic_create), (dynamic_free), (find_compatibles),
25236         (mimetype_is_raw), (close_pad_link), (got_redirect),
25237         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25238         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25239         (gst_decode_bin_change_state):
25240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25241         (gst_play_base_bin_init), (group_destroy), (group_commit),
25242         (check_queue), (queue_overrun), (queue_threshold_reached),
25243         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25244         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25245         (got_redirect), (setup_source), (play_base_eos),
25246         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25247         (gst_play_base_bin_remove_element):
25248         * gst/playback/gstplaybasebin.h:
25249         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25250         (gst_play_bin_init), (gst_play_bin_dispose),
25251         (gst_play_bin_set_property), (gen_video_element),
25252         (gen_text_element), (gen_audio_element), (remove_sinks),
25253         (gst_play_bin_send_event):
25254         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25255         (stream_info_change_state), (gst_stream_info_set_mute):
25256         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25257         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25258         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25259         (gst_stream_selector_chain):
25260         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25261         (main):
25262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25263         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25264         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25265         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25266         Raw and crude port of decodebin. 
25267         Make playbin compile.
25268
25269 2005-04-06  Wim Taymans  <wim@fluendo.com>
25270
25271         * ext/gnomevfs/Makefile.am:
25272         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25273         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25274         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25275         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25276         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25277         (gst_gnomevfssrc_stop):
25278         * ext/ogg/Makefile.am:
25279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25280         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25281         * ext/theora/Makefile.am:
25282         * ext/theora/theoradec.c: (_inc_granulepos),
25283         (theora_dec_sink_event), (theora_dec_chain):
25284         * ext/vorbis/Makefile.am:
25285         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25286         (vorbis_dec_sink_event), (vorbis_dec_chain):
25287         * gst-libs/gst/audio/Makefile.am:
25288         * sys/xvimage/Makefile.am:
25289         Make gnomevfssrc extend the source base class.
25290         Fix linking against libs in various plugins.
25291
25292 2005-04-06  Andy Wingo  <wingo@pobox.com>
25293
25294         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25295         GST_BASE_LIBS.
25296
25297         * configure.ac: Add check and AC_SUBST for libgstbase.
25298
25299 2005-03-31  Wim Taymans  <wim@fluendo.com>
25300
25301         * examples/seeking/Makefile.am:
25302         * examples/seeking/cdparanoia.c: (main):
25303         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25304         (play_cb), (pause_cb), (stop_cb), (main):
25305         * examples/seeking/playbin.c:
25306         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25307         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25308         (make_sid_pipeline), (make_vorbis_pipeline),
25309         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25310         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25311         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25312         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25313         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25314         (stop_cb), (main):
25315         * examples/seeking/spider_seek.c:
25316         * examples/seeking/vorbisfile.c:
25317         * ext/gnomevfs/Makefile.am:
25318         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25320         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25321         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25322         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25323         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25324         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25325         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25326         * ext/ogg/README:
25327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25328         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25329         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25330         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25331         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25332         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25333         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25334         (gst_ogg_demux_factory_filter), (compare_ranks),
25335         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25336         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25337         (gst_ogg_chain_new), (gst_ogg_chain_free),
25338         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25339         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25340         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25341         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25342         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25343         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25344         (gst_ogg_demux_get_prev_page),
25345         (gst_ogg_demux_deactivate_current_chain),
25346         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25347         (gst_ogg_demux_bisect_forward_serialno),
25348         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25349         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25350         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25351         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25352         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25353         (gst_ogg_demux_change_state), (gst_ogg_print):
25354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25355         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25356         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25357         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25358         (gst_ogg_mux_loop):
25359         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25360         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25361         (theora_dec_src_convert), (theora_dec_sink_convert),
25362         (theora_dec_src_query), (theora_dec_src_event),
25363         (theora_dec_sink_event), (theora_dec_chain),
25364         (theora_dec_change_state):
25365         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25366         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25367         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25368         (theora_enc_change_state):
25369         * ext/vorbis/Makefile.am:
25370         * ext/vorbis/oggvorbisenc.c:
25371         * ext/vorbis/oggvorbisenc.h:
25372         * ext/vorbis/vorbis.c: (plugin_init):
25373         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25374         (vorbis_dec_src_query), (vorbis_dec_src_event),
25375         (vorbis_dec_sink_event), (vorbis_dec_chain),
25376         (vorbis_dec_change_state):
25377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25378         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25379         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25380         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25381         (gst_vorbisenc_change_state):
25382         * ext/vorbis/vorbisenc.h:
25383         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25384         * gst-libs/gst/audio/audioclock.c:
25385         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25386         (gst_audiofilter_init), (gst_audiofilter_chain):
25387         * gst-libs/gst/audio/testchannels.c: (main):
25388         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25389         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25390         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25391         (gmip_find_track_streaminfo), (gmip_find_track_format):
25392         * gst-libs/gst/media-info/media-info.c:
25393         (gst_media_info_read_idler):
25394         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25395         (gst_play_get_all_by_interface):
25396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25397         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25398         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25399         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25400         (gst_riff_parse_info):
25401         * gst-libs/gst/riff/riff-read.h:
25402         * gst-libs/gst/riff/riff.c: (plugin_init):
25403         * gst-libs/gst/video/Makefile.am:
25404         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25405         (gst_videosink_class_init), (gst_videosink_get_type):
25406         * gst-libs/gst/video/videosink.h:
25407         * gst/audioconvert/bufferframesconvert.c:
25408         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25409         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25410         * gst/audioconvert/channelmixtest.c: (main):
25411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25412         (gst_audio_convert_chain),
25413         (gst_audio_convert_caps_remove_format_info),
25414         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25415         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25416         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25417         (gst_audio_convert_buffer_to_default_format),
25418         (gst_audio_convert_buffer_from_default_format),
25419         (gst_audio_convert_channels):
25420         * gst/audioconvert/gstchannelmix.h:
25421         * gst/ffmpegcolorspace/avcodec.h:
25422         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25423         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25424         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25425         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25426         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25427         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25428         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25429         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25430         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25431         (dv_type_find):
25432         * gst/videotestsrc/gstvideotestsrc.c:
25433         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25434         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25435         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25436         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25437         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25438         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25439         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25441         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25442         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25443         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25444         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25445         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25446         (gst_xvimagesink_navigation_send_event),
25447         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25448         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25449         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25450         * sys/xvimage/xvimagesink.h:
25451         Plugin port to 0.9, ogg/theora playback should work in the seek
25452         example now.
25453         Removed old examples.
25454         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25455         explained in 0.9 TODO doc.
25456
25457
25458 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25459
25460         * autogen.sh:
25461         * configure.ac:
25462         * ext/Makefile.am:
25463         * gst/Makefile.am:
25464         * po/POTFILES.in:
25465         * po/af.po:
25466         * po/az.po:
25467         * po/cs.po:
25468         * po/en_GB.po:
25469         * po/hu.po:
25470         * po/it.po:
25471         * po/nb.po:
25472         * po/nl.po:
25473         * po/or.po:
25474         * po/sq.po:
25475         * po/sr.po:
25476         * po/sv.po:
25477         * po/uk.po:
25478         * po/vi.po:
25479         * sys/Makefile.am:
25480         * testsuite/Makefile.am:
25481           remove a whole bunch of plugins.  This module now contains a set
25482           of free reference plugins/elements as agreed.
25483
25484 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25485
25486         * configure.ac:
25487           hunting season on 0.9 is now OPEN
25488
25489 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25490
25491         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25492           Kick the hell out of gcc for not warning me about a symbol conflict.
25493
25494 2005-02-22  Luca Ognibene  <luogni@tin.it>
25495
25496         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25497
25498         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25499           Don't leak caps string (fixes #168134)
25500
25501         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25502         (gst_jpegenc_init), (gst_jpegenc_finalize),
25503         (gst_jpegenc_change_state):
25504           Don't leak line buffers and context struct (fixes #168133).
25505
25506 2005-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25507
25508         * configure.ac:
25509         * ext/dirac/gstdiracdec.cc:
25510         (gst_diracdec_chain):
25511           Since dirac 0.5.0 the framerate in dirac is expressed as a
25512           rational number. Fix build and up requirement to 0.5.0, and
25513           also pass parameters to gst_diracdec_link in the right order
25514           (fixes #167959).
25515
25516 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25517
25518         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25519         * ext/faad/gstfaad.h:
25520         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25521         certain invalid muxed streams, where some packets will contain 
25522         junk after decoder data. Partially fixes #149158.
25523
25524 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25525         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25526           Make sure we only write to writable buffers
25527
25528 2005-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25529
25530         * gst-libs/gst/riff/riff-media.c:
25531         (gst_riff_create_audio_caps_with_data):
25532           Do actually fix invalid RIFF fmt header values for alaw
25533           and mulaw audio instead of just saying so.
25534
25535         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25536           Give gst_riff_create_audio_caps_with_data() a chance to
25537           fix up broken format header fields before extracting any
25538           parameters from the header. (fixes #167633)
25539
25540 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25541
25542         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25543
25544         * gst/audioconvert/bufferframesconvert.c:
25545         (buffer_frames_convert_link):
25546           Don't leak othercaps. (fixes #167878)
25547
25548 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25549
25550         * configure.ac:
25551         * ext/libvisual/visual.c: (gst_visual_srclink),
25552         (gst_visual_change_state):
25553           Support libvisual 0.2.0.
25554
25555 2005-02-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25556
25557         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25558         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25559           Use same rowstrides for I420 as used everywhere else.
25560
25561 2005-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25562
25563         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25564           Declare variables at beginning of block and make gcc-2.95 happy
25565           (fixes # 167482, patch by Gergely Nagy).
25566           
25567         * gst/tcp/gsttcpclientsrc.c:
25568         * gst/tcp/gsttcpclientsrc.h:
25569           Move some includes into the header, so that struct sockaddr_in is
25570           defined when it should be defined on FreeBSD as well (fixes
25571           #167483).
25572           
25573         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25574           Don't pass uninitialised values to setsockopt() here either.
25575
25576 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25577
25578         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25579
25580         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25581           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25582
25583 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25584
25585         * gst/playback/gstplaybin.c: (add_sink):
25586           Invert bin_add/link order to workaround deadlock in opt.
25587
25588 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25589
25590         * gst/modplug/gstmodplug.cc:
25591           Add missing break causing position queries to fail.
25592
25593 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25594
25595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25596           Granpos can apparently be -1, which screws up calculations...
25597
25598 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25599
25600         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25601         (gst_ximagesink_send_pending_navigation),
25602         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25603         (gst_ximagesink_init):
25604         * sys/ximage/ximagesink.h:
25605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25606         (gst_xvimagesink_send_pending_navigation),
25607         (gst_xvimagesink_navigation_send_event),
25608         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25609         * sys/xvimage/xvimagesink.h:
25610           Use a mutex protected list to marshal navigation
25611           events into the stream thread from whichever thread
25612           sends them.
25613
25614 2005-02-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25615
25616         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25617           Display current position and track length; misc. clean-ups.
25618           
25619         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25620         (speed_init), (speed_chain):
25621           Add query function, so that the stream length and current position
25622           get adjusted when queried (note that current position queries may
25623           still be wrong if the audio sink returns values based on buffer
25624           timestamps instead of passing on the query).
25625
25626 2005-02-13  Benjamin Otte  <otte@gnome.org>
25627
25628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25629         (gst_audio_convert_channels):
25630           create channel conversion matrix when linking
25631         * gst/audioconvert/.cvsignore:
25632         * gst/audioconvert/Makefile.am:
25633         * gst/audioconvert/channelmixtest.c: (main):
25634           add (ugly) test that ensures stereo <=> mono conversion works
25635           correctly
25636
25637 2005-02-13  Benjamin Otte  <otte@gnome.org>
25638
25639         * gst/audioconvert/gstchannelmix.h:
25640           include missing header file
25641         * gst/audioconvert/gstchannelmix.c:
25642         (gst_audio_convert_fill_compatible):
25643           use same sign for both channels when converting to/from compatible
25644           channel. Previously used different signs made the signals cancel
25645           each other out and appear like silence. (fixes #167269)
25646
25647 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25648
25649         * gst/ffmpegcolorspace/avcodec.h:
25650         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25651         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25652         (gst_ffmpegcsp_avpicture_fill):
25653         * gst/ffmpegcolorspace/imgconvert.c:
25654           Convert to and from YV12 (fixes #156379).
25655
25656 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25657
25658         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25659         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25660         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25661         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25662         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25663         methods from chain and negotiation and vice versa (Fixes #166142).
25664         * sys/ximage/ximagesink.h: Add stream_lock.
25665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25666         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25667         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25668         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25669
25670 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25671
25672         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25673           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25674           error message when we can't open the DVD device (when dvdnav_open()
25675           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25676           the above). Send something more useful instead (fixes #167117).
25677
25678 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25679
25680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25681         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25682         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25683         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25684         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25685         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25686         methods from chain and negotiation and vice versa (Fixes #166142).
25687         Fix a possible bug of images in the buffer pool being discarded because
25688         we are looking at the wrong geometry.
25689         * sys/xvimage/xvimagesink.h: Add stream_lock.
25690
25691 2005-02-11  David Schleef  <ds@schleef.org>
25692
25693         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25694         unsigned int. (fixes #167128)
25695
25696 2005-02-11  David Schleef  <ds@schleef.org>
25697
25698         * gst/librfb/Makefile.am: Testing stuff before committing is
25699           for wimps... and people with fast machines.  Fix stupid
25700           mistake.
25701
25702 2005-02-11  David Schleef  <ds@schleef.org>
25703
25704         * configure.ac: Pull in librfb from my CVS tree, because it is
25705           too small and annoying to be separate.  Move rfbsrc plugin
25706           to gst/.
25707         * ext/Makefile.am:
25708         * ext/librfb/Makefile.am:
25709         * ext/librfb/gstrfbsrc.c:
25710         * gst/librfb/Makefile.am:
25711         * gst/librfb/gstrfbsrc.c:
25712         * gst/librfb/rfb.c:
25713         * gst/librfb/rfb.h:
25714         * gst/librfb/rfbbuffer.c:
25715         * gst/librfb/rfbbuffer.h:
25716         * gst/librfb/rfbbytestream.c:
25717         * gst/librfb/rfbbytestream.h:
25718         * gst/librfb/rfbcontext.h:
25719         * gst/librfb/rfbdecoder.c:
25720         * gst/librfb/rfbdecoder.h:
25721         * gst/librfb/rfbutil.h:
25722
25723 2005-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25724
25725         * gst/speed/Makefile.am:
25726         * gst/speed/demo-mp3.c: (main):
25727         * gst/speed/filter.func:
25728         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25729         (speed_class_init), (speed_init), (speed_chain_int16),
25730         (speed_chain_float32), (speed_chain), (speed_set_property),
25731         (speed_get_property), (speed_change_state):
25732         * gst/speed/gstspeed.h:
25733           Fix speed element and make it chain-based (fixes #156467),
25734           and make it handle more than one channel.
25735
25736 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25737
25738         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25739         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25740         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25741         * ext/dts/gstdtsdec.h:
25742           Don't clobber the stack constructing the channels array.
25743           Make the element chain-based. DTS tracks can now be played.
25744           
25745 2005-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25746
25747         * gst-libs/gst/audio/multichannel.h:
25748         * gst-libs/gst/gconf/gconf.h:
25749         * gst-libs/gst/idct/idct.h:
25750         * gst-libs/gst/media-info/media-info-priv.h:
25751         * gst-libs/gst/play/play.h:
25752         * gst-libs/gst/resample/private.h:
25753         * gst-libs/gst/resample/resample.h:
25754         * gst-libs/gst/riff/riff-ids.h:
25755         * gst-libs/gst/video/video.h:
25756         * gst-libs/gst/video/videosink.h:
25757           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25758           missing, so that they work when included from C++ code.
25759
25760 2005-02-09  David Schleef  <ds@schleef.org>
25761
25762         * testsuite/gst-lint: Check for non-statically scoped
25763           parent_class variables.  This won't be a problem once
25764           plugins are loaded with RTLD_LOCAL.
25765
25766 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25767
25768         * ext/mplex/gstmplexibitstream.cc:
25769           gcc madness.
25770
25771 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25772
25773         * ext/ogg/gstogmparse.c:
25774         * gst/debug/gstnavigationtest.c:
25775           Die, thou faulty symbol pollutors (non-static parent_class).
25776
25777 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25778
25779         * ext/mplex/gstmplexibitstream.cc:
25780           Fix event handling (#165525).
25781
25782 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25783
25784         * ext/mikmod/gstmikmod.c:
25785         * gst/modplug/gstmodplug.cc:
25786           Add missing endianness to template (fixes #165509).
25787
25788 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25789
25790         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25791           Fix wrong order of reading of optional bytes (#165290).
25792
25793 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25794
25795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25796           Implement FILLER event awareness.
25797
25798 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25799
25800         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25801           Fix track calculations (#166208).
25802
25803 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25804
25805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25806
25807         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25808         * ext/libpng/gstpngenc.c:
25809           Fix byte-order, use proper fixed caps. Fixes #164197.
25810
25811 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25812
25813         * configure.ac:
25814           Add dvdlpcmdec 
25815
25816         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25817         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25818           Don't push buffers if the src pad isn't negotiated yet.
25819           
25820         * gst/audioconvert/gstaudioconvert.c:
25821         (gst_audio_convert_buffer_to_default_format),
25822         (gst_audio_convert_buffer_from_default_format):
25823           Add support for 24-bit width.
25824
25825         * gst/dvdlpcmdec/.cvsignore:
25826         * gst/dvdlpcmdec/Makefile.am:
25827         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25828         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25829         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25830         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25831         (plugin_init):
25832         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25833           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25834           format. Needs support for the channels maps if someone can find 
25835           a DVD LPCM track with > 2 channels.
25836
25837         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25838         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25839         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25840         * gst/mpegstream/gstdvddemux.h:
25841         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25842         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25843         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25844         * gst/mpegstream/gstmpegdemux.h:
25845         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25846         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25847         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25848         (gst_mpeg_parse_handle_src_query),
25849         (gst_mpeg_parse_handle_src_event):
25850           Use audio/x-dvd-lpcm for LPCM output.
25851           Add DTS output.
25852
25853 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25854
25855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25856
25857         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25858         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25859           Add BGRA handling (#165736).
25860
25861 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25862
25863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25864
25865         * gst/law/alaw-decode.c: (alawdec_link):
25866         * gst/law/alaw-encode.c: (alawenc_link):
25867         * gst/law/mulaw-decode.c: (mulawdec_link):
25868         * gst/law/mulaw-encode.c: (mulawenc_link):
25869           Fix caps memleaks (#166600).
25870
25871 2005-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25872
25873         * ext/tarkin/mem.h:
25874         * ext/tarkin/wavelet.h:
25875         * ext/tarkin/yuv.h:
25876         * gst/ffmpegcolorspace/avcodec.h:
25877           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25878           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25879
25880 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25881
25882         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25884         (gst_xvimagesink_change_state):
25885           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25886           Xv video (and thereby regenerate Xv colourkey) in clear() so
25887           that PLAY -> READY -> PLAY works (fixes #162504).
25888
25889 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25890
25891         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25892           Switch to list instead of range, since MJPEG-devices really just
25893           support decimations, not any size.
25894
25895 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25896         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25897         (gst_mpeg2dec_reset), (free_all_buffers),
25898         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25899         * ext/mpeg2dec/gstmpeg2dec.h:
25900           The libmpeg2 user-allocated buffer management is awkward, 
25901           to say the least. Hopefully this fixes things.
25902
25903 2005-02-04  Andy Wingo  <wingo@pobox.com>
25904
25905         * gst/audioconvert/bufferframesconvert.c
25906         (buffer_frames_convert_fixate): New function, fixates to 256
25907         frames per buffer by default. (Much better than 1.)
25908         (buffer_frames_convert_init): Set the fixate function for both src
25909         and sink pad.
25910         (buffer_frames_convert_link): After success setting nonfixed caps,
25911         get the negotiated caps so we can know how many buffer-frames it
25912         will be. No idea how this worked at all before.
25913
25914 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25915
25916         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25917         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25918         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25919         (handle_sequence), (handle_picture):
25920         * ext/mpeg2dec/gstmpeg2dec.h:
25921           Rearrange buffer tracking and refcounting and refactor
25922           a little for readability. 
25923
25924 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25925         * sys/v4l/gstv4l.c: (plugin_init):
25926         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25927         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25928         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25929         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25930         * sys/v4l/gstv4ljpegsrc.h:
25931         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25932         * sys/v4l/v4l_calls.h:
25933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25934         (gst_v4lsrc_get_fps):
25935         * sys/v4l/v4lsrc_calls.h:
25936           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25937           you jpeg inside rgb frames" driver.
25938           Don't error in the v4lsrc link function, just return 
25939           REFUSED.
25940
25941 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25944         (gst_qcamsrc_open):
25945           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25946
25947 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25948
25949         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25950           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25951
25952 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25953
25954         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25955           Reset negotiated state on PAUSED->READY.
25956
25957 2005-02-02  David Schleef  <ds@schleef.org>
25958
25959         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25960         whereever possible.  (Fixes #165997)
25961         * examples/capsfilter/capsfilter1.c: (main):
25962         * examples/dynparams/filter.c: (create_ui):
25963         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25964         * examples/seeking/chained.c: (main):
25965         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25966         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25967         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25968         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25969         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25970         * examples/switch/switcher.c: (main):
25971         * ext/dv/demo-play.c: (main):
25972         * ext/faad/gstfaad.c: (gst_faad_change_state):
25973         * ext/mad/gstmad.c: (gst_mad_chain):
25974         * ext/smoothwave/demo-osssrc.c: (main):
25975         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25976         (gst_gconf_render_bin_from_description),
25977         (gst_gconf_get_default_audio_sink),
25978         (gst_gconf_get_default_video_sink),
25979         (gst_gconf_get_default_audio_src),
25980         (gst_gconf_get_default_video_src),
25981         (gst_gconf_get_default_visualization_element):
25982         * gst/level/demo.c: (main):
25983         * gst/level/plot.c: (main):
25984         * gst/playback/gstplaybin.c: (gen_video_element),
25985         (gen_audio_element):
25986         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25987         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25988         * gst/sine/demo-dparams.c: (main):
25989         * gst/spectrum/demo-osssrc.c: (main):
25990         * gst/speed/demo-mp3.c: (main):
25991         * gst/volume/demo.c: (main):
25992         * testsuite/embed/embed.c: (main):
25993
25994 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25995
25996         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25997         (gst_tcpclientsink_finalize):
25998         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25999         (gst_tcpclientsrc_finalize):
26000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26001         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26002         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26003         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26004           Don't leak the hostname when shutting down.
26005           In tcpserversrc, take a copy of the default hostname.
26006
26007 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26008
26009         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26010           Set caps to systemstream=TRUE.
26011
26012 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26013
26014         * testsuite/Makefile.am:
26015           Fix more OSX buildbots.
26016
26017 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26018
26019         * ext/mpeg2dec/gstmpeg2dec.c:
26020           Don't send things to NULL PAD_PEERs
26021
26022         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26023           Copy-on-write the incoming buffer.
26024
26025         * gst/mpegstream/gstdvddemux.h:
26026         * gst/mpegstream/gstmpegclock.h:
26027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26028         (normal_seek), (gst_mpeg_demux_handle_src_event):
26029         * gst/mpegstream/gstmpegdemux.h:
26030         * gst/mpegstream/gstmpegpacketize.h:
26031         * gst/mpegstream/gstmpegparse.c:
26032         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26033         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26034         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26035         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26036         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26037         * gst/mpegstream/gstmpegparse.h:
26038         * gst/mpegstream/gstrfc2250enc.h:
26039           Various changes to the way time is computed that make seeking and
26040           total time estimation much better here.
26041           Use G_BEGIN/END_DECLS instead of __cplusplus
26042
26043         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26044           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26045
26046 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26047
26048         * gst/subparse/gstsubparse.c:
26049           Fix OSX buildbot.
26050
26051 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26052
26053         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26054         (theora_enc_chain), (theora_enc_change_state):
26055         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26056         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26057         (gst_vorbisenc_change_state):
26058         * ext/vorbis/vorbisenc.h:
26059           Set granulepos and timestamp correctly for streams not
26060           starting at 0, taking into account the initial delay.
26061
26062 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26063
26064         * gst/mpegstream/gstdvddemux.c:
26065           Add audio/x-dts to audio pad template caps
26066
26067 2005-01-30  David Schleef  <ds@schleef.org>
26068
26069         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26070         (create_context), (gst_polypsink_link): Fix silly endianness
26071         bug.  Add some debugging.  Remove float from caps; it doesn't
26072         work.  Attempt to get remote audio working.
26073
26074 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26075
26076         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26077           Add 3IV2 fourcc.
26078
26079 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26082         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26083         (gst_avi_demux_stream_data):
26084         * gst/avi/gstavidemux.h:
26085           Invert DIB images. Fixes #132341.
26086
26087 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26088
26089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26090         (gst_ffmpegcsp_chain):
26091           D'oh, reference the palette data, not the palette structure.
26092           Fixes color distortion in #132341.
26093
26094 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26095
26096         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26097           PAR can be non-fixed when not provided as argument (#162626).
26098
26099 2005-01-29  David Moore  <dcm@acm.org>
26100
26101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26104         (gst_qtdemux_loop_header):
26105           Re-apply patch from #142272 that allows non-seekable sources,
26106           re-proposed by Daniel Drake <dsd@gentoo.org>.
26107
26108 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26109
26110         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26111           Use the src template for creating the src pad (#162330).
26112
26113 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26114
26115         * configure.ac:
26116         * ext/musepack/Makefile.am:
26117         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26118         (gst_musepackdec_init), (gst_musepackdec_dispose),
26119         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26120         (gst_musepack_stream_init), (gst_musepackdec_loop),
26121         (gst_musepackdec_change_state):
26122         * ext/musepack/gstmusepackdec.cpp:
26123         * ext/musepack/gstmusepackdec.h:
26124         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26125         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26126         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26127         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26128         * ext/musepack/gstmusepackreader.cpp:
26129         * ext/musepack/gstmusepackreader.h:
26130           Update to 1.1 API (#165446).
26131
26132 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26133
26134         * ext/Makefile.am:
26135           Unbreak buildbot.
26136
26137 2005-01-28  Andy Wingo  <wingo@pobox.com>
26138
26139         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26140         to reflect a different dubious internet source. Add a reference
26141         and some commentary.
26142
26143 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26146         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26147         * gst/playback/gststreamselector.h:
26148           Be more selective when we're redoing caps negotiation from
26149           within the chain function on a stream change.
26150
26151 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26152
26153         * configure.ac:
26154         * ext/Makefile.am:
26155         * ext/amrnb/Makefile.am:
26156         * ext/amrnb/amrnb.c: (plugin_init):
26157         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26158         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26159         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26160         (gst_amrnbdec_state_change):
26161         * ext/amrnb/amrnbdec.h:
26162         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26163         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26164         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26165         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26166         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26167         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26168         * ext/amrnb/amrnbparse.h:
26169           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26170         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26171           Add AMR-NB/-WB raw formats.
26172         * ext/alsa/gstalsa.c: (gst_alsa_link):
26173           Keep valid time when changing format.
26174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26175         (qtdemux_parse_trak):
26176           Add some more format-specific options (#140141, #143555, #155163).
26177
26178 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26179
26180         * gst/matroska/matroska-demux.c:
26181         (gst_matroska_demux_parse_blockgroup):
26182           Fix logic error in timing of subtitle stream synchronization.
26183         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26184           Add skip-chunk, which is found in kodak-camera streams.
26185
26186 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26187
26188         * po/LINGUAS:
26189         * po/vi.po:
26190           Adding Vietnamese translation (submitted by Clytie Siddall)
26191
26192 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26193
26194         * gst/playback/gstdecodebin.c: (try_to_link_1):
26195           Use realpad for signal.
26196
26197 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26200           Fix category so decodebin picks it up.
26201
26202 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26203
26204         * ext/mad/Makefile.am:
26205         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26206         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26207         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26208         (found_type), (gst_id3demux_bin_change_state):
26209         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26210         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26211         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26212         (gst_id3_tag_change_state), (plugin_init):
26213         * ext/mad/gstmad.h:
26214           Add id3demuxbin (which is a simple bin consisting of id3demux
26215           and typefind), take over rank from id3demux, remove typefind
26216           code from id3demux. Makes all broken mp3s that I know of work,
26217           and thereby fixes #152688.
26218
26219 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26220
26221         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * ext/mad/gstmad.c: (gst_mad_src_event):
26224         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26225           Allow seeks on audio pad, make mad forward those (#164826).
26226         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26227           Set duration (#165335).
26228
26229 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26230
26231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26232         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26233         (gst_asf_demux_process_ext_content_desc),
26234         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26235         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26236         * gst/asfdemux/gstasfdemux.h:
26237           Improve metadata display, e.g. if the metadata comes before the
26238           streams are loaded (which is perfectly valid).
26239
26240 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26241
26242         * tools/gst-launch-ext-m.m:
26243           Fix AVI/ASF pipelines (#165340).
26244
26245 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26246         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26247         build failure on amd64
26248
26249 2005-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26250
26251         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26252         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26253           Check environment variables GST_ID3V2_TAG_ENCODING,
26254           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26255           list of character encodings to force interpretation of non-unicode
26256           strings stored in an ID3v2 tag to a particular encoding. If none
26257           is specified, try to use current locale's encoding, then fall back
26258           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26259         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26260         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26261           Check environment variables GST_ID3V1_TAG_ENCODING,
26262           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26263           list of character encodings to use in case a string encountered
26264           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26265           specified, try to use the current locale's encoding, then fall
26266           back to ISO-8859-1 (which will always succeed).
26267
26268 2005-01-25  Benjamin Otte  <otte@gnome.org>
26269
26270         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26271           - on half framerate, compute the rate in advance so the comparisons
26272             don't compare wrong values
26273           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26274             behaviour
26275           - don't use mad_header_decode anymore, mad_frame_decode does that
26276             automatically
26277           - when getting rid of consumed bytes, reset the stream's skiplen
26278           (fixes #163867)
26279
26280 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26281
26282         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26283           Use 1/2 a second for default max_discont, as PES streams from DVB
26284           seem to have larger spacings in the SCR. 
26285           Fix a typo.
26286
26287 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26288
26289         * gst/playback/gstplaybasebin.c: (group_commit):
26290           Notify delayed stream-info availability.
26291
26292 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26293         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26294         (gst_a52dec_handle_event), (gst_a52dec_chain):
26295         Add some debug output. Check that a discont has a valid
26296         time associated.
26297         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26298         (gst_alsa_sink_loop):
26299         Ignore TAG events. A little extra debug for broken timestamps.
26300         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26301         (dvdnavsrc_change_state):
26302         Ensure we send a discont to engage the link before we send any
26303         other events.
26304         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26305         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26306         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26307         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26308         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26309         dvd://title works in totem because typefinding sends a seek that ends
26310         up going back to chapter 1 regardless.
26311         * ext/mpeg2dec/gstmpeg2dec.c:
26312         * ext/mpeg2dec/gstmpeg2dec.h:
26313         Output correct timestamps and handle disconts.
26314         * ext/ogg/gstoggdemux.c: (get_relative):
26315         Small guard against a null dereference.
26316         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26317         (gst_textoverlay_set_property):
26318         Free memory when done. Don't call gst_event_filler_get_duration on
26319         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26320         g_warning.
26321         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26322         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26323         (gst_sw_srclink), (gst_smoothwave_chain):
26324         Draw solid lines, prettier colours.
26325         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26326         Add a default palette that'll work for some movies.
26327         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26328         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26329         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26330         * gst/mpegstream/gstdvddemux.h:
26331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26332         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26333         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26334         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26335         * gst/mpegstream/gstmpegparse.h:
26336         Use PTM/NAV events when for timestamp adjustment when connected to 
26337         dvdnavsrc. Don't use many discont events where one suffices.
26338         * gst/playback/gstplaybasebin.c: (group_destroy),
26339         (gen_preroll_element), (gst_play_base_bin_add_element):
26340         * gst/playback/gstplaybasebin.h:
26341         Make sure we remove subtitles from the same bin we put them in.
26342         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26343         (gst_subparse_buffer_format_autodetect),
26344         (gst_subparse_change_state):
26345         Fix some memleaks and invalid accesses.
26346         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26347         (oggskel_type_find), (cmml_type_find), (plugin_init):
26348         Some typefind functions for Annodex v3.0 files
26349         * gst/wavparse/gstwavparse.h:
26350         GstRiffReadClass is the correct parent class.
26351
26352 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26353
26354         * gst-libs/gst/riff/riff-media.c:
26355         (gst_riff_create_video_caps_with_data):
26356           Add extradata to huffyuv (fixes #165013).
26357         * gst-libs/gst/riff/riff-read.c:
26358         (gst_riff_read_strf_vids_with_data):
26359           Fix extradata extraction if it is in the chunk size.
26360
26361 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26362
26363         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26364
26365         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26366         (gst_quarktv_change_state), (gst_quarktv_dispose):
26367           Memory free'ing location fix (#164708).
26368
26369 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26370
26371         * gst/playback/gstplaybasebin.c: (group_commit),
26372         (gen_preroll_element), (probe_triggered), (gen_source_element),
26373         (setup_source), (gst_play_base_bin_change_state),
26374         (gst_play_base_bin_add_element):
26375           Don't block for streams.
26376         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26377         (gst_stream_info_set_mute):
26378           Use gst_pad_set_active_recursive.
26379
26380 2005-01-25  Andy Wingo  <wingo@pobox.com>
26381
26382         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26383         for #ifndef HAVE_XVIDEO.
26384
26385 2005-01-24  Jeffrey C. Ollie
26386
26387         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26388
26389         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26390         * ext/gsm/gstgsmdec.h:
26391         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26392         * ext/gsm/gstgsmenc.h:
26393         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26394         was given by property. Add proper buffer timestamps and offsets.
26395
26396 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * gst-libs/gst/riff/riff-media.c:
26399         (gst_riff_create_audio_caps_with_data):
26400           Audio can be <8000Hz.
26401
26402 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26403
26404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26405           Explicit state change to workaround refcount bugs.
26406
26407 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26408
26409         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26410         (gst_avimux_riff_get_avi_header):
26411           Fix...
26412
26413 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26416         (gst_riff_read_element_data):
26417         * gst-libs/gst/riff/riff-read.h:
26418           Add _peek version (req'ed in CDXA).
26419         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26420         (gst_cdxaparse_loop):
26421           Fix parsing in playbin.
26422         * gst/playback/gstdecodebin.c: (close_pad_link):
26423           Ignore current_ pads, they cause major annoyance.
26424
26425 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26426
26427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26428           Safety guard.
26429
26430 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26431
26432         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26433           Fix padding...
26434
26435 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26436
26437         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26438           Allow for 0-sized buffers. Fixes length query problems in
26439           starwars.mkv from the testsuite.
26440
26441 2005-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26442
26443         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26444         (gst_video_box_i420), (gst_video_box_chain):
26445           Fix row strides for I420 (fixes #163159)
26446           
26447 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26448
26449         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26450           MPEG2 has a useful rate property, so we can actually use that.
26451           For MPEG-1, continue using the bytes/time properties.
26452
26453 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26454
26455         * gst-libs/gst/riff/riff-media.c:
26456         (gst_riff_create_video_caps_with_data),
26457         (gst_riff_create_video_template_caps):
26458           Add intel-h263.
26459
26460 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26461
26462         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26463           Fail if caps negotiation fails. Should fix #162184, and should
26464           definately be in there regardless of it fixing the actual bug.
26465         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26466         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26467         (gst_avimux_riff_get_avix_header),
26468         (gst_avimux_riff_get_video_header),
26469         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26470         (gst_avimux_start_file), (gst_avimux_handle_event),
26471         (gst_avimux_change_state):
26472         * gst/avi/gstavimux.h:
26473           Refactor structure writing to use GST_WRITE_UINT macros, add
26474           metadata writing support.
26475
26476 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26479           Elements may already be destroyed when this function is called.
26480
26481 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26484         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26485           More memory leak fixes (#149162).
26486
26487 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26490         (gst_qtdemux_add_stream):
26491           Fix two memleaks.
26492
26493 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26494
26495         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26496           Argh...
26497
26498 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26501           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26502           when fixating to six channels in Totem.
26503
26504 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26505
26506         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26507           Fix compile warnings on Solaris 10 buildbot
26508
26509 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26510
26511         * ext/dvdread/dvdreadsrc.c: (_read):
26512           Don't read beyond the last cell in a chapter (fixes 
26513           invalid memory access)
26514
26515 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26516
26517         * ext/dvdread/stream_labels.c:
26518         (dvdreadsrc_get_audio_stream_labels):
26519           Use NULL for an empty GList instead of g_list_alloc(); fix 
26520           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26521           of GString (easier to bulk free later)
26522
26523 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26524
26525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26528         (gst_ffmpeg_pixfmt_to_caps):
26529           Fix BGRA32 caps (#164209).
26530
26531 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26532
26533         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26536         (gst_ffmpeg_caps_to_pixfmt):
26537           alpha_mask can be RGBA/ABGR. Fixes #164265.
26538
26539 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26540
26541         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26544         (gst_mpeg2dec_alloc_buffer):
26545         * ext/mpeg2dec/gstmpeg2dec.h:
26546           Crop if decoding size is not the actual image size (#163676).
26547
26548 2005-01-17  Steve Baker  <steve@stevebaker.org>
26549
26550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26553         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26554           Add libsndfile typefind functions (#163309).
26555
26556 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * tools/gst-launch-ext-m.m:
26559           Add .aac, fix .m1v/.m2v (#163891).
26560
26561 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26562
26563         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26564           Sanity check, don't wait endlessly since the clock might not
26565           actually run at this point (which is a deadlock). Fixes #164069.
26566
26567 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26568
26569         * gst/playback/gstplaybasebin.c: (probe_triggered):
26570           Of course, only pause if group is done...
26571
26572 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * gst/playback/gstplaybasebin.c: (probe_triggered):
26575           Thread safety.
26576
26577 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26578
26579         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26580           Don't return state change success when the parent
26581           failed.
26582
26583 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26584
26585         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26586           Free events (fix memleak in #162905).
26587
26588 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26589
26590         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26593         (gst_ffmpeg_caps_to_pixfmt):
26594           Fix for depth = 15. Fixes #161675.
26595
26596 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26597
26598         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26599           Set FPS correctly, even for webcams and the like.
26600         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26601           Don error on setting while capturing.
26602
26603 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26604
26605         * ext/dv/gstdvdec.c:
26606         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26607         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26608           I'm a bad boy. using /1001. to force C to do float division
26609           and not integer division (as it did in my last commit)
26610           Thanks to David I. Lehn for pointing this mistake.
26611
26612 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26615           Revert Johan's 1.35->1.36 since it breaks compat.
26616
26617 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26618
26619         * ext/dv/gstdvdec.c:
26620         * ext/libfame/gstlibfame.c:
26621         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26622         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26623           replace framerate aproximations by their real value
26624           (24000/1001, 30000/1001, 60000/1001)
26625           Finish fixing bug #164049
26626
26627 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26628
26629         * ext/ogg/gstoggmux.c:
26630           eos/bos debugging
26631         * gst/tcp/gstmultifdsink.c:
26632         * gst/tcp/gstmultifdsink.h:
26633         * gst/tcp/gsttcp.c:
26634         * gst/tcp/gsttcp.h:
26635         * gst/tcp/gsttcpclientsink.c:
26636         * gst/tcp/gsttcpclientsrc.c:
26637         * gst/tcp/gsttcpserversink.c:
26638         * gst/tcp/gsttcpserversrc.c:
26639           improve reusability of elements after state changes and errors
26640           make multifdsink throw away streamheaders when receiving new ones
26641
26642 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26645           Fix for if items are already in list...
26646
26647 2005-01-12  Benjamin Otte  <otte@gnome.org>
26648
26649         * gst/adder/gstadder.c: (gst_adder_loop):
26650           fix adder a bit so it doesn't screw up with events as much anymore
26651
26652 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26653
26654         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26655         (pixbufscale_scale), (gst_pixbufscale_chain):
26656         * ext/gdk_pixbuf/pixbufscale.h:
26657           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26658           to ensure rowstrides are calculated the same way as 
26659           ffmpegcolorspace
26660           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26661           that we pick up duration and offset also.
26662
26663 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26664
26665         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26666         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26667           Reusability fixes.
26668
26669 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26670
26671         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26672         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26673         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26674         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26675           Update flags when requested.
26676
26677 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26680           Fix dmix.
26681
26682 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26683
26684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26685         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26686         (probe_triggered), (new_decoded_pad), (gen_source_element),
26687         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26688         * gst/playback/gstplaybasebin.h:
26689         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26690         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26691         (gst_play_bin_change_state):
26692           Implement group-switch signal for use in apps to clear metadata
26693           cache, clean up subtitle, add suburi property instead of # hack,
26694           some error-out fixes.
26695
26696 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26697
26698         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26699           Debug.
26700         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26701           If we got a state change in the _get handler, don't return success.
26702
26703 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26704
26705         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26706         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26707           Make jpegdec quiet on MJPEG decoding
26708         * gst/asfdemux/README:
26709           Fix mimetypes for MJPEG and H263
26710
26711 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26712
26713         * ext/theora/theoradec.c: (theora_dec_chain):
26714           Fix broken code generation by gcc by swapping arguments.
26715         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26716           Fix \n in debug.
26717
26718 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26719
26720         * TODO:
26721           delete this file, it is by far outdated
26722         * ext/alsa/gstalsa.1: remove
26723         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26724         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26725         (gst_alsa_get_caps):
26726           Add HW probing for supported sample rates. Fixes #161704
26727
26728 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26731           Don't crash, biatch! :).
26732
26733 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * ext/musepack/gstmusepackreader.cpp:
26736         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26737           Some work on tags - still doesn't work in playbin...
26738         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26739           Handle events...
26740
26741 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26742
26743         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26744           Also shove tags on kid pads.
26745
26746 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26747
26748         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26749           Don't bail on unknown events.
26750         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26751           Don't crash on events before negotiation.
26752         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26753           Send tags on pads, too.
26754         * gst/playback/gststreamselector.c:
26755         (gst_stream_selector_request_new_pad):
26756           Forward events on first pad if no input was selected yet.
26757
26758 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26759
26760         * gst/playback/gstplaybasebin.c: (setup_substreams):
26761           Don't disable streamtype if the stream doesn't exist, since
26762           then playing a video after audio will disable both and nothing
26763           will happen. Fixes the testsuite.
26764
26765 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26766
26767         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26768         (gst_v4l_xoverlay_set_xwindow_id):
26769         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26770         (gst_v4l2_xoverlay_set_xwindow_id):
26771           Add debug categories, fix overlay disabling.
26772
26773 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26774
26775         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26776         * ext/alsa/gstalsa.h:
26777           Add HW probing for period_count/size and buffer_size MIX/MAX
26778           Adjust default/user defined value if out of bounds
26779           Should fix bug #162024
26780
26781 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26782
26783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26784           Fix warning (#161191).
26785
26786 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26787
26788         * ext/dvdread/stream_labels.c:
26789         (dvdreadsrc_get_audio_stream_labels):
26790           Fix warning (init the good variable in switch default)
26791
26792 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26793
26794         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26795
26796         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26797           Fix gcc-2.95 compile (#163485).
26798
26799 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26800
26801         * configure.ac:
26802         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26803         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26804         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26805         (gst_flacenc_change_state):
26806         * ext/flac/gstflacenc.h:
26807           Update for API change in flac-1.1.1. Update requirement in
26808           configure.ac. Fixes #162974.
26809
26810 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26811
26812         * gst/playback/gstplaybasebin.c: (group_destroy):
26813           Remove hack to get rid of assert and get rid of unlinked
26814           signals properly.
26815
26816 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * gst/playback/gstplaybasebin.c: (setup_source):
26819           Set source to NULL so that resources are free'ed. Fixes issues
26820           with playback of CDDA and similar device-accessing things.
26821
26822 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * testsuite/embed/Makefile.am:
26825           test->noinst, fix make test in buildbot.
26826
26827 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26828
26829         * ext/dvdread/stream_labels.c: new file
26830         * ext/dvdread/stream_labels.h: new file
26831         * ext/dvdread/Makefile.am:
26832         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26833           Extract audio stream label from DVD IFO files.
26834           It only dump them on the console for now, still have to
26835           make playbin aware of them.
26836
26837 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * gst/playback/gstplaybasebin.c: (setup_source):
26840           Fix hanging subs.
26841
26842 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26843
26844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26845         (gen_preroll_element), (remove_groups), (setup_subtitle),
26846         (gen_source_element), (setup_source):
26847         * gst/playback/gstplaybasebin.h:
26848           Multiple .sub files is just a stupid idea... Fix some threading
26849           mistakes. Interestingly, external .sub files cause playbin to
26850           hang, I don't know why... Parsing fixes contributed by Fran??ois
26851           Kooman <fkooman@tuxed.net>.
26852
26853 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * testsuite/embed/Makefile.am:
26856           Fix buildbot.
26857
26858 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26859
26860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26861
26862         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26863         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26864         (gst_pngenc_set_property):
26865         * ext/libpng/gstpngenc.h:
26866           Add compression level property (#163323).
26867
26868 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26869
26870         * configure.ac:
26871         * examples/capsfilter/capsfilter1.c: (main):
26872         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26873         * ext/dvdread/Makefile.am:
26874         * ext/dvdread/demo-play:
26875         * ext/dvdread/demo-play.c:
26876         * gconf/gstreamer.schemas.in:
26877         * gst-libs/gst/gconf/gconf.c:
26878         * sys/v4l/TODO:
26879         * testsuite/Makefile.am:
26880         * testsuite/embed/Makefile.am:
26881         * testsuite/embed/embed.c: (cb_expose), (main):
26882           Remove all references to xvideosink, fix examples (#140845).
26883         * gst/playback/gstplaybasebin.c: (group_destroy):
26884           Apparently, disposal does not unlink - so do explicitely.
26885         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26886           Add debug.
26887
26888 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26889
26890         * README: fix PKG_CONFIG_PATH instructions, what was there
26891         previously was breaking default search path, not nice. 
26892         Fixes #163358
26893
26894 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26895
26896         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26897         (gst_audioscale_chain):
26898           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26899           when resampling - how the ^@$^!@^! is this possible?!?
26900
26901 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26904           Reset variables on READY.
26905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26906         (gst_matroska_mux_loop):
26907           Require data before writing header.
26908
26909 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26910
26911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26912
26913         * ext/mad/gstmad.c: (gst_mad_chain):
26914           Don't call mad_stream_sync() directly after recovering sync.
26915           Fixes #151661.
26916
26917 2005-01-09  Martin Eikermann  <meiker@upb.de>
26918
26919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26920
26921         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26922         (snapshot_handler), (gst_snapshot_sinkconnect),
26923         (gst_snapshot_chain):
26924           Allocate resources when required, fix recursive signal emission
26925           and fix caps. Fixes #161667.
26926
26927 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26928
26929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26930
26931         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26932         (gst_pngdec_chain):
26933           Handle only 8-bppc (bits-per-pixel-component) images, better
26934           error handling and correct strides. Fixes #163177.
26935         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26936         (gst_pngenc_chain):
26937           Better error handling. Fixes #163348.
26938
26939 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26940
26941         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26942         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26943         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26944         (dvdnavsrc_uri_handler_init):
26945           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26946         * gst/playback/gstplaybasebin.c: (gen_source_element):
26947           Add MMS to streaming URIs.
26948
26949 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26950
26951         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26952         * sys/xvimage/xvimagesink.c:
26953         (gst_xvimagesink_navigation_send_event):
26954           Check for pad availability before sending event.
26955
26956 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26957
26958         * gst-plugins.spec.in:
26959           Add subparse.
26960
26961 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * configure.ac:
26964           Since we use functions from CVS, up requirement.
26965
26966 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26967
26968         * gst/playback/Makefile.am:
26969         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26970         (group_destroy), (group_commit), (group_is_muted),
26971         (gen_preroll_element), (add_stream), (unknown_type),
26972         (probe_triggered), (preroll_unlinked), (mute_stream),
26973         (silence_stream), (new_decoded_pad), (setup_substreams),
26974         (setup_source), (get_active_source), (mute_group_type),
26975         (muted_group_change_state), (set_active_source),
26976         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26977         (play_base_eos), (gst_play_base_bin_change_state):
26978         * gst/playback/gstplaybasebin.h:
26979         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26980         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26981         (gst_stream_info_dispose), (stream_info_mute_pad),
26982         (stream_info_change_state), (gst_stream_info_set_mute):
26983         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26984         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26985         (gst_stream_selector_init), (gst_stream_selector_dispose),
26986         (gst_stream_selector_get_linked_pad),
26987         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26988         (gst_stream_selector_get_linked_pads),
26989         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26990         * gst/playback/gststreamselector.h:
26991           Adding stream selection support plus required properties for
26992           applications to use this. Fully fixes #100931.
26993
26994 2005-01-08  Benjamin Otte  <otte@gnome.org>
26995
26996         * gst/games/gstpuzzle.c: (nav_event_handler):
26997           - handle nav events differently: forward every event no matter if it
26998             was handled or not.
26999           - translate events
27000           You can now cheat by using navigationtest ! puzzle and moving the
27001           mouse close to the edge of a tile. ;)
27002
27003 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27004
27005         * configure.ac:
27006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27007         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27008         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27009         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27010         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27011         (gst_ogm_parse_plugin_init):
27012         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27013         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27014         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27015         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27016         * ext/pango/gsttextoverlay.h:
27017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27018         (gst_matroska_demux_handle_seek_event),
27019         (gst_matroska_demux_sync_streams),
27020         (gst_matroska_demux_parse_blockgroup),
27021         (gst_matroska_demux_subtitle_caps),
27022         (gst_matroska_demux_plugin_init):
27023         * gst/matroska/matroska-ids.h:
27024         * gst/playback/gstdecodebin.c: (close_pad_link):
27025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27026         (gen_preroll_element), (remove_groups), (add_stream),
27027         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27028         (setup_source):
27029         * gst/playback/gstplaybasebin.h:
27030         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27031         * gst/subparse/Makefile.am:
27032         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27033         (gst_subparse_base_init), (gst_subparse_class_init),
27034         (gst_subparse_init), (gst_subparse_formats),
27035         (gst_subparse_eventmask), (gst_subparse_event),
27036         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27037         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27038         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27039         (parse_mpsub_deinit), (parse_mpsub_init),
27040         (gst_subparse_buffer_format_autodetect),
27041         (gst_subparse_format_autodetect), (gst_subparse_loop),
27042         (gst_subparse_change_state), (gst_subparse_type_find),
27043         (plugin_init):
27044         * gst/subparse/gstsubparse.h:
27045         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27046         (plugin_init):
27047           Add subtitle support, .sub parser (supports SRT and MPsub),
27048           OGM text support, Matroska UTF-8 text support, deadlock fixes
27049           all over the place, subtitle awareness in decodebin/playbin
27050           and some fixes to textoverlay to handle subtitles in a stream
27051           correctly. Fixes #100931.
27052
27053 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27054
27055         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27056           Check for pad availability before doing a query on it.
27057
27058 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27059
27060         * ext/dv/gstdvdec.c:
27061           really fix bpp24/32 dvdec caps (classic rgba indeed)
27062         * gst/asfdemux/gstasfdemux.c:
27063         (gst_asf_demux_process_ext_content_desc):
27064           don't send text tags if they are empty (bis repetita)
27065
27066 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27067
27068         * ext/dv/gstdvdec.c:
27069          remove unneeded comment from dvdec
27070           (related to DV 4CC codes in AVI files)
27071           moved them in gstreamer/docs/random/mimetypes
27072         * gst/asfdemux/gstasfdemux.c:
27073         (gst_asf_demux_process_ext_content_desc):
27074          don't send text tags if they are empty
27075          fix mem leak on error path
27076         * gst/ffmpegcolorspace/avcodec.h:
27077         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27078         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27079         (gst_ffmpegcsp_avpicture_fill):
27080         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27081         * gst/ffmpegcolorspace/imgconvert_template.h:
27082          adds BGR32 and BGRA32 to ffmpegcolorspace
27083           (still bad colors, fixing it on next commit)
27084           helps with dvdec outputing BGR32
27085
27086 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27087
27088         * ext/dv/gstdvdec.c:
27089          Fix audio caps i just broke (missing ',')
27090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27091         (gst_matroska_mux_reset):
27092          Fix typo + add FIXME about old "x-gst-metadata" crap
27093
27094 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27095
27096         * ext/dv/demo-play.c: (main):
27097          xvideosink -> xvimagesink
27098         * ext/dv/gstdvdec.c:
27099          change rgb 32/32 caps to 24/32 (no alpha)
27100          change nb of channels to be a list (2 or 4, not 2)
27101          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27102         * gst/asfdemux/gstasfdemux.c:
27103         (gst_asf_demux_process_ext_content_desc):
27104          Add 'date/year' to extracted metadata list
27105
27106 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27107
27108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27109           The return value of fixate_to does not imply that the requested
27110           value was set, so don't assume.
27111
27112 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27113
27114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * ext/libpng/gstpngdec.c:
27117         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27118         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27119         * ext/libpng/gstpngenc.h:
27120           Alpha support (encoder; #163161), mime fixage.
27121
27122 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27123
27124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27125
27126         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27127         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27128         (gst_faac_set_property), (gst_faac_get_property):
27129         * ext/faac/gstfaac.h:
27130           Allow for ADTS output (#153434).
27131
27132 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27133
27134         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27135           Fix against template (#150576).
27136
27137 2005-01-06  Benjamin Otte  <otte@gnome.org>
27138
27139         * gst/games/gstpuzzle.c: (draw_puzzle):
27140           don't draw a puzzle if either width or height of tiles would be 0.
27141
27142 2005-01-06  Benjamin Otte  <otte@gnome.org>
27143
27144         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27145         (gst_puzzle_class_init), (gst_puzzle_finalize):
27146           no memleaks, please
27147         (gst_puzzle_create), (gst_puzzle_init),
27148         (gst_puzzle_set_property), (gst_puzzle_setup):
27149           change initialization code around so we don't reshuffle on resize
27150         (draw_puzzle):
27151           fix another stupid typo
27152
27153 2005-01-06  Benjamin Otte  <otte@gnome.org>
27154
27155         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27156           fix stupid typo that borked copying on YUY2
27157
27158 2005-01-06  Benjamin Otte  <otte@gnome.org>
27159
27160         * gst/games/gstpuzzle.c: (draw_puzzle):
27161           fix edges when image sizes aren't multiples of tile sizes
27162
27163 2005-01-06  Benjamin Otte  <otte@gnome.org>
27164
27165         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27166           make RGB endianness work correctly
27167         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27168           refactor and fix race with initial shuffling
27169         (nav_event_handler):
27170           allow using the mouse to puzzle
27171         (draw_puzzle):
27172           insist on tiles having width and height as multiples of 4 to get
27173           clean YUV image handling
27174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27175         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27176           s/DEBUG/LOG/ for common messages
27177         (gst_xvimagesink_navigation_send_event):
27178           fix mouse event translation to not include screen PAR
27179         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27180           fix mouse event translation to actually work
27181
27182 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27183
27184         * gst/asfdemux/gstasfdemux.c:
27185         (gst_asf_demux_process_ext_content_desc):
27186          Extract TrackNumber metadata + clean up code
27187         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27188          Hope this is the good fix (var used unitialised)
27189
27190 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27191
27192         * ext/faad/gstfaad.c: (gst_faad_chain):
27193           Only increment timestamp if it's valid. Fixes raw AAC streams.
27194
27195 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27196
27197         * configure.ac:
27198         * gst/games/Makefile.am:
27199         * gst/games/gstpuzzle.c:
27200           add a puzzle game with...
27201         * gst/games/gstvideoimage.c:
27202         * gst/games/gstvideoimage.h:
27203           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27204           from videotestsrc and made into something that would be a nice
27205           library for a lot of other plugins.
27206
27207 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27208
27209         * configure.ac:
27210          don't compile faad plugin if a RC of 2.0 is found
27211          Fixes #155346 (and FC1 buildbot)
27212         * gst/asfdemux/gstasfdemux.c:
27213         (gst_asf_demux_process_ext_content_desc):
27214          try to make Solaris compiler happier
27215
27216 2005-01-06  Paul Jack  <pjack@sfaf.org>
27217
27218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27219
27220         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27221           Fix segfault (#161667).
27222
27223 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27226           Fix framerate reporting.
27227
27228 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27229
27230         * gst-libs/gst/riff/riff-ids.h:
27231         * gst/wavenc/riff.h:
27232          Add AMR (VBR and CBR) ids to riff.h audio codec list
27233         * gst/asfdemux/gstasfdemux.c:
27234         (gst_asf_demux_process_ext_content_desc),
27235         (gst_asf_demux_process_object):
27236           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27237
27238 2005-01-05  Martin Eikermann  <meiker@upb.de>
27239
27240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27243         (gst_dvd_demux_handle_discont):
27244         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27245         (gst_mpeg_demux_handle_discont):
27246           Recreate pads on new-media (#160730).
27247         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27248           Send discont even if manager changes timestamps (#161929).
27249
27250 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27251
27252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27253
27254         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27255           Fix invalid memory access (#159211).
27256
27257 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * examples/gstplay/player.c: (main):
27260           Don't iterate.
27261         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27262           Add visualizations.
27263         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27264         (gst_a52dec_handle_frame):
27265           Set duration.
27266         * ext/dvdnav/gst-dvd:
27267           Add audioconvert. Fixes #161325.
27268         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27269           Explicitely case to gint64. Possible valgrind error.
27270         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27271         (gst_play_tick_callback), (gst_play_change_state),
27272         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27273         (gst_play_set_location), (gst_play_get_location),
27274         (gst_play_seek_to_time), (gst_play_set_data_src),
27275         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27276         (gst_play_set_visualization), (gst_play_connect_visualization),
27277         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27278         (gst_play_new):
27279           Use playbin. Fixes #139749 and #147744.
27280         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27281           Add genre tag.
27282         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27283         (audioscale_get_type), (gst_audioscale_base_init),
27284         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27285         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27286         (gst_audioscale_link), (gst_audioscale_get_buffer),
27287         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27288         (gst_audioscale_init), (gst_audioscale_dispose),
27289         (gst_audioscale_chain), (gst_audioscale_set_property),
27290         (gst_audioscale_get_property), (plugin_init):
27291           Indent properly.
27292         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27293           Fix LPCM.
27294         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27295         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27296         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27297           Add more metadata (fixes #162656).
27298
27299 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27300
27301         * configure.ac:
27302           back to cvs
27303
27304 === release 0.8.7 ===
27305
27306 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27307
27308         * NEWS:
27309         * RELEASE:
27310         * configure.ac:
27311           releasing 0.8.7, "Hyperspace"
27312
27313 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27314
27315         patch by: Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27316
27317         * gst/playback/gstplaybasebin.c:
27318          Fix for #162924 - free caps after use, not before
27319
27320 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27321
27322         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27323
27324         * gst/playback/gstplaybasebin.c:
27325         * gst/wavparse/gstwavparse.c:
27326           Fix for #154773 - fixes playback of small .wav files
27327
27328 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27329
27330         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27331
27332         * gst/audioscale/gstaudioscale.c:
27333           Fix for #162819 - make audioscale reusable
27334           Fixes playback of more than one file with playbin/totem
27335
27336 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27337
27338         * gst/ffmpegcolorspace/avcodec.h:
27339         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27340         * gst/ffmpegcolorspace/imgconvert.c:
27341           clean up the mess that made me cry and avoid needless duplication
27342
27343 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27344
27345         * gst/ffmpegcolorspace/imgconvert.c:
27346           give some indication of why we're segfaulting
27347
27348 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * configure.ac:
27351           Fix indentation, fix v4l2 plugin detection.
27352         * ext/Makefile.am:
27353           Fix libmms location (Maciej, use diff -u!).
27354         * ext/alsa/gstalsa.c: (gst_alsa_init):
27355           Initialize caps cache to NULL.
27356         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27357           Only change state on audiosink if it exists.
27358
27359 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27360
27361         * gst/matroska/matroska-demux.c:
27362         * gst/matroska/matroska-ids.h:
27363         * gst/matroska/matroska-demux.h:
27364         Fix Vorbis streams failing to decode in some files, where cluster_time
27365         isn't 0, because then it doesn't send codec_priv before actual data.
27366         Remove time-based test and replace it with marker set on beginning of
27367         new stream
27368
27369 2004-12-28  David Schleef  <ds@schleef.org>
27370
27371         Merge patch from Ronald fixing problems with streaming
27372         text.
27373         * ext/cairo/gstcairo.c: (plugin_init):
27374         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27375         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27376         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27377         (gst_textoverlay_font_init), (gst_textoverlay_init),
27378         (gst_textoverlay_set_property):
27379         * ext/cairo/gsttextoverlay.h:
27380
27381 2004-12-27  David Schleef  <ds@schleef.org>
27382
27383         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27384         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27385         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27386         (gst_textoverlay_font_init), (gst_textoverlay_init),
27387         (gst_textoverlay_set_property): Improvements to actually
27388         render text as white on black outline on video, including
27389         font selection and horizontal/vertical alignment.  (Ronald's
27390         christmas present)
27391         * ext/cairo/gsttextoverlay.h:
27392
27393 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27394
27395         * ext/ogg/gstogg.c:
27396         * ext/ogg/gstogmparse.c:
27397           fix ogm[audio/video]parse plugin registration
27398           (riff won't load if bytestream is already loaded)
27399
27400 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27401
27402         * gst/audioconvert/gstchannelmix.c:
27403           fix for GLIB < 2.4
27404
27405 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27406
27407         * Makefile.am:
27408         * configure.ac:
27409           disable docs again until it actually passes make distcheck.
27410
27411 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27412
27413         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27414         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27415         (plugin_init):
27416           Add 3GP (variables name Q3GP because they can't start with a
27417           number). Add samr audio fourcc (used in .3gp files), decoder
27418           is work in progress. Also do a GST_WARNING instead of ERROR
27419           in case of unknown nodes, to decrease output.
27420
27421 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27422
27423         * Makefile.am:
27424           really fix dist
27425
27426 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27427
27428         * configure.ac:
27429         * ext/speex/gstspeexdec.h:
27430         * ext/speex/gstspeexenc.h:
27431           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27432           Fix detection code in configure.ac
27433
27434 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27435
27436         * gst/matroska/matroska-demux.c:
27437         (gst_matroska_demux_parse_blockgroup):
27438           Save position, so that queries give proper return values. Don't
27439           know how this could ever have worked before...
27440
27441 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27442
27443         * configure.ac:
27444           Put additional LAME check inside the conditional.  Fixes #152339
27445
27446 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27447
27448         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27449         (gst_avi_demux_stream_scan):
27450           Add some more debug. Fix logic error when setting movi offset
27451           while reading index.
27452
27453 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27454
27455         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27456         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27457         (gst_avi_demux_process_next_entry):
27458           Add some debugging. Better detection of broken indexes and the
27459           accompanying index recovery. No infinite loops on state changes
27460           when we're still in our loopfunction.
27461
27462 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27463
27464         * configure.ac:
27465           Fix up.
27466
27467 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27468
27469         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27470
27471         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27472           Normalizing the value before setting
27473         (gst_sunaudiomixer_get_volume):
27474           Normalizing the value after getting. Fixes bug# 161980
27475
27476 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27477
27478         * Makefile.am: Make sure docs gets disted
27479         * docs/Makefile.am: Make sure all needed files get disted
27480         * gst-plugins.spec.in: latest updates
27481
27482 2004-12-22  Wim Taymans  <wim@fluendo.com>
27483
27484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27485         Revert patch 1.38 as clock distribution over schedulers does
27486         not work correcly in the core yet.
27487
27488 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27489
27490         * sys/oss/README: remove this file, which predates my birth
27491           (and which content is by far outdated)
27492
27493 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27494
27495         * Makefile.am:
27496         * configure.ac:
27497         * docs/Makefile.am:
27498         * docs/libs/Makefile.am:
27499         * docs/libs/gst-plugins-libs-docs.sgml:
27500         * docs/libs/gst-plugins-libs-sections.txt:
27501         * docs/libs/tmpl/gstgconf.sgml:
27502         * docs/upload.mak:
27503         * docs/version.entities.in:
27504           Added boilerplate gtk-doc files for plugin-libs documentation.
27505
27506 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27507
27508         * gst/auparse/gstauparse.c: fix int and float audio caps
27509
27510 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27511
27512         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27513         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27514           g_assert() can be a macro, don't use #ifdef inside it.
27515
27516 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27517
27518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27519
27520         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27521         (gst_videorate_init), (gst_videorate_chain),
27522         (gst_videorate_change_state):
27523           Event handling (fixes #159986).
27524
27525 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27526
27527         * gst-libs/gst/riff/riff-media.c:
27528         (gst_riff_create_video_caps_with_data):
27529           Add BLZ0 (Blizzard's version of DivX) fourcc.
27530
27531 2004-12-18  David Schleef  <ds@schleef.org>
27532
27533         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27534         portability fix.
27535
27536 2004-12-18  David Schleef  <ds@schleef.org>
27537
27538         * gst/tta/ttadec.h: Disable some header code that isn't used
27539         and clearly isn't portable.
27540
27541 2004-12-18  David Schleef  <ds@schleef.org>
27542
27543         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27544         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27545         (avcodec_get_pix_fmt), (avpicture_layout),
27546         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27547         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27548         Fix code to not use GCC extensions (and c99 extensions that
27549         Forte does not like.)
27550
27551 2004-12-19  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27552
27553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27554
27555         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27556         (gst_deinterlace_chain):
27557           Rowstride fixes. Fixes #161039.
27558         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27559         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27560         (gst_video_crop_getcaps), (gst_video_crop_link),
27561         (gst_video_crop_i420), (gst_video_crop_chain),
27562         (gst_video_crop_change_state):
27563           Rework of negotiation. Actually works now. Fixes #158650.
27564
27565 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27566
27567         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27568           That was very stupid.
27569
27570 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27571
27572         * gst/matroska/matroska-demux.c:
27573         (gst_matroska_demux_parse_blockgroup):
27574           Fix possible crasher.
27575
27576 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27579         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27580           Lace sizes can be zero.
27581
27582 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27583
27584         * ext/musepack/gstmusepackdec.cpp:
27585           Fetch error return values. Fixes #161624.
27586         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27587           Really EOS.
27588
27589 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27590
27591         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27592           Work for truncated (unfinished download etc.) files. Fixes #160514.
27593
27594 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27595
27596         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27597           Fix for integer overflow. Makes #156001 not crash. Probably masks
27598           the real bug.
27599
27600 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27601
27602         * gst/ac3parse/gstac3parse.c: (plugin_init):
27603           Parsers never have ranks. Fixes #159651.
27604
27605 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27606
27607         * gst/playback/gstdecodebin.c: (compare_ranks):
27608           make sure the facotries are ordered the same every time even if they
27609           have the same rank by using the name
27610         * gst/playback/gstdecodebin.c: (find_compatibles):
27611           make sure we don't add factories to the list twice
27612
27613 2004-12-16  David Schleef  <ds@schleef.org>
27614
27615         * configure.ac: look for musepack headers as musepack/*.h
27616         (fixes #159847)
27617         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27618         * ext/musepack/gstmusepackreader.h: same
27619
27620 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * gst-libs/gst/riff/riff-read.c:
27623         (gst_riff_read_strf_auds_with_data):
27624           Read extradata correctly (fixes #155879).
27625
27626 2004-12-16  David Schleef  <ds@schleef.org>
27627
27628         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27629         audio.  does _not_ attempt or allow conversion unless channels
27630         is 1 or 2.
27631
27632 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27633
27634         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27635
27636 2004-12-16  David Schleef  <ds@schleef.org>
27637
27638         * gst/audioscale/gstaudioscale.c: the resample library only
27639         handles 1 or 2 channels.  Change caps to compensate.
27640
27641 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27644         (gst_matroska_demux_audio_caps):
27645           Some MPEG-AAC hacks, because else it doesn't work...
27646
27647 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27648
27649         * gst-libs/gst/riff/riff-media.c:
27650         (gst_riff_create_video_caps_with_data),
27651         (gst_riff_create_video_template_caps):
27652           Add h264.
27653
27654 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27655
27656         * gst-libs/gst/audio/Makefile.am:
27657           Try to fix buildbot.
27658
27659 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27660
27661         * gst/tcp/gstmultifdsink.c:
27662           Clean up and uniformize debugging.
27663
27664 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27665
27666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27667
27668         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27669         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27670         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27671         (gst_mpeg_demux_change_state):
27672           Reset on ready. Fixes 160276.
27673
27674 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27675
27676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27677
27678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27679         (gst_ffmpegcsp_pad_link):
27680           Fix memleak (#154815).
27681
27682 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27683
27684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27685
27686         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27687         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27688         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27689         * ext/musicbrainz/gsttrm.h:
27690           Add support for using a proxy server when getting a trm id from
27691           the MusicBrainz database (#149613).
27692
27693 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27694
27695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27696
27697         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27698         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27699           Fix memleaks (#157233).
27700
27701 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27702
27703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27704
27705         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27706         * gst-libs/gst/resample/resample.h:
27707         * gst/audioscale/gstaudioscale.c:
27708           Fix memleak (#159215).
27709
27710 2004-12-16  Toni Willberg  <toniw@iki.fi>
27711
27712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27713
27714         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27715         * sys/oss/oss_probe.c: (main):
27716           Check for mono/stereo support (similar to samplerate probing),
27717           fixes #159433. Also add missing copyright header to oss_probe.c.
27718
27719 2004-12-15  David Schleef  <ds@schleef.org>
27720
27721         * configure.ac: add audioresample and cairo plugins.  Remove
27722         HAVE_MMX stuff, because it's not used.
27723         * ext/Makefile.am: same
27724         * ext/audioresample/Makefile.am: You are not ready for an
27725         audio resampling element based on audioresample.
27726         * ext/audioresample/gstaudioresample.c:
27727         * ext/audioresample/gstaudioresample.h:
27728         * ext/cairo/Makefile.am: You are not ready for overlay elements
27729         based on cairo.  Don't look too closely, these elements kinda
27730         suck right now.
27731         * ext/cairo/gstcairo.c: new
27732         * ext/cairo/gsttextoverlay.c: new
27733         * ext/cairo/gsttextoverlay.h: new
27734         * ext/cairo/gsttimeoverlay.c: new
27735         * ext/cairo/gsttimeoverlay.h: new
27736         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27737         problem with compilers that don't support variadic macros.
27738
27739 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27740
27741         Reviewed by:  David Schleef  <ds@schleef.org>
27742
27743         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27744         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27745         bit.  Also ran indent-gst.
27746         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27747         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27748         (gst_sunaudiosrc_setparams):
27749
27750 2004-12-14  David Schleef  <ds@schleef.org>
27751
27752         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27753         output rate to 16000.  Should fix #160235.
27754
27755 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27756
27757         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27758         Add typefinding for mpeg2 pes streams
27759
27760 2004-12-13  David Schleef  <ds@schleef.org>
27761
27762         * configure.ac:  Applied patch from bug #143659, making default
27763         sources and sinks OS-dependent (for Solaris), and added code
27764         for OS/X.
27765         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27766
27767 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27768
27769         * gst-libs/gst/riff/riff-media.c:
27770           forgot to add h2.64 to avidemux template caps
27771
27772 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27773
27774         * gst/wavenc/riff.h:
27775         * gst-libs/gst/riff/riff-media.c:
27776         * gst-libs/gst/riff/riff-ids.h:
27777         * gst/avi/gstavimux.c
27778         add 4CC code for VideoSoft h264 in AVI (VSSH)
27779           fixes bug #160655
27780         remove s323 from riff, it's quicktime specific :(
27781
27782 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27783
27784         * gst/asfdemux/README
27785         * gst/wavenc/riff.h
27786         * gst-libs/gst/riff/riff-ids.h
27787         * gst-libs/gst/riff/riff-media.c
27788         * gst/qtdemux/qtdemux.c:
27789           add new 4CC codes for h263 related codecs
27790           fixes partially bug #155163
27791
27792 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27793
27794         * configure.ac: Update polyaudio requirement to 0.7
27795         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27796
27797 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27798
27799         * gst/interleave/deinterleave.c:
27800         fix my name's spelling! :)
27801
27802 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27803
27804         * AUTHORS ChangeLog
27805         * gst/auparse/gstauparse.c
27806         * gst/interleave/deinterleave.c
27807         * gst/law/:
27808                 alaw-decode.c alaw-encode.c
27809                 mulaw-decode.c mulaw-encode.c
27810         * gst/oneton/gstoneton.c
27811         * sys/osxaudio/:
27812                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27813         * sys/osxvideo/:
27814                 cocoawindow.h cocoawindow.m
27815                 osxvideosink.h osxvideosink.m
27816
27817         put the same mail address for Zaheer Abbas Merali everywhere
27818
27819 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27820
27821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27822           Align by packetsize, and assert that we a packet available before
27823           playing. The first makes webstreams work (they often include
27824           trailing padding data in a packet), the second allows pausing a
27825           ASF stream in totem without getting demux errors afterwards.
27826
27827 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27828
27829         * ext/ogg/gstoggdemux.c: (get_relative):
27830           Check for non-NULL before accessing member (end-of-chain).
27831
27832 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27833
27834         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27835         (cdparanoia_set_property), (cdparanoia_get_property):
27836         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27837         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27838         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27839         (dvdreadsrc_init), (dvdreadsrc_set_property),
27840         (dvdreadsrc_get_property):
27841         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27842         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27843           Synchronize property names where not yet the case. Devices are
27844           now device=X, other versions are deprecated (but still exist).
27845           Also use g_free() unconditionally.
27846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27847         (setup_source), (gst_play_base_bin_get_property):
27848           Expose source.
27849
27850 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27851
27852         * configure.ac: move GCONF macro outside conditional for the am
27853           conditional. Fixes #160439
27854
27855 2004-12-08  David Schleef  <ds@schleef.org>
27856
27857         * tools/gst-visualise-m.m: Switch to elements that currently
27858         exist.
27859
27860 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27863           We love wrong commas.
27864
27865 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27866
27867         * gst/matroska/matroska-demux.c:
27868         (gst_matroska_demux_handle_src_query):
27869           Don't set DEFAULT, unsupported - makes length display incorrectly
27870           in some cases.
27871
27872 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27873
27874         * gst/monoscope/README: remove blurb about files being GPL
27875         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27876         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27877           monoscope is now effectively LGPL licensed
27878
27879 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27880
27881         * gst/monoscope/README: Update information to be more correct
27882         * gst/monoscope/convolve.c: Relicense to LGPL
27883         * gst/monoscope/convolve.h: Relicense to LGPL
27884
27885 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27886
27887         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27888           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27890           set default_duration for mpeg1 audio
27891
27892 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27893
27894         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27895         * ext/alsa/gstalsa.h:
27896           refactor big chunks of the core caps negotiation code to make it
27897           a lot faster, because people claim it's really slow
27898           (actually, just cache the getcaps when the device is opened)
27899
27900 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27901
27902         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27903         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27904         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27905         (gst_a52dec_change_state), (plugin_init):
27906         * ext/a52dec/gsta52dec.h:
27907           Do something useful with timestamps. Make chain-based (since
27908           there's really no reason to be loopbased).
27909         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27910           Update current_byte/frame correctly.
27911
27912 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27913
27914         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27915         (gst_ape_demux_stream_init):
27916           Forward tags, too.
27917
27918 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27921           Let's make sure we're done typefinding when detecting tags.
27922
27923 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27924
27925         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27926         (gst_ebml_read_init), (gst_ebml_read_use_event),
27927         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27928         (gst_ebml_read_seek), (gst_ebml_read_skip),
27929         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27930         (gst_ebml_read_master):
27931         * gst/matroska/ebml-read.h:
27932         * gst/matroska/matroska-demux.c:
27933         (gst_matroska_demux_parse_contents),
27934         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27935           Disgustingly evil hack for working around INTERRUPT events and
27936           their extremely annoying habit of being a pain in the ass. We
27937           simply peek a cluster before reading any of it.
27938
27939 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27940
27941         * ext/musepack/gstmusepackdec.cpp:
27942           There's also floating point libmusepacks.
27943
27944 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27945
27946         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27947         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27948           Set DURATION even if source buffer didn't. Also use increasing
27949           timestamps.
27950         * gst-libs/gst/riff/riff-media.c:
27951         (gst_riff_create_audio_caps_with_data):
27952           Block_align can have larger values than 8192.
27953
27954 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27955
27956         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27957         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27958         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27959         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27960           Fix caps.
27961
27962 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27963
27964         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27965           Fix logic bug.
27966
27967 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27968
27969         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27970           Yay, another one.
27971
27972 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27973
27974         * ext/esd/esdsink.c: (gst_esdsink_chain):
27975           Make error actually say something useful (fixes #156798).
27976         * gst-libs/gst/riff/riff-media.c:
27977         (gst_riff_create_video_caps_with_data),
27978         (gst_riff_create_video_template_caps):
27979           Add Intel Video 5.0 fourcc (IV50).
27980
27981 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27982
27983         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27984         detection on mono and stereo mp3 files.
27985
27986 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27987
27988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27989           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27990           the contained stream).
27991
27992 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27993
27994         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27995           Oops, remove debug.
27996
27997 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27998
27999         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28000
28001         * gst/law/alaw-decode.c: (alawdec_getcaps):
28002         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28003           Prevent warnings when negotiating caps (fixes #159338).
28004
28005 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28006
28007         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28008         (gst_ffmpegcsp_chain):
28009           Remove old leftover that shouldn't be there...
28010
28011 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28012
28013         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28014
28015         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28016           Don't forward DISCONT events (fixes #159684).
28017
28018 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28019
28020         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28021           Unlink manually since sometimes bin disposal (and therefore
28022           pad unlinking) is delayed, which will cause a new media file
28023           to not be able to start playing instantly.
28024
28025 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28026
28027         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28028           On mute of an unlinked stream, check for pad availability so
28029           we don't crash on unlinked pad.
28030
28031 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28032
28033         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28034         (gst_avi_demux_massage_index):
28035           Fix quite humiliating bug in omitting 0-sized index chunks but
28036           forgetting to count them for timestamps.
28037
28038 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28039
28040         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28041           Actually leave the loop if we failed to sync. Don't crash.
28042
28043 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28044
28045         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28046         (gst_dvd_demux_process_private):
28047         * gst/mpegstream/gstdvddemux.h:
28048           Fix crash (#159759). Doesn't work, though. :-(.
28049
28050 2004-11-28  Benjamin Otte  <otte@gnome.org>
28051
28052         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28053           more overwriting protection due to modifying channels one by one
28054           instead of all at once
28055
28056 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28057
28058         * gst/audioconvert/gstchannelmix.c:
28059         (gst_audio_convert_fill_normalize):
28060           Normalize using absolute values.
28061
28062 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28063
28064         * configure.ac:
28065         * ext/Makefile.am:
28066         * ext/directfb/Makefile.am:
28067         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28068         (gst_directfbvideosink_get_pixel_format),
28069         (gst_directfbvideosink_get_format_from_fourcc),
28070         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28071         (gst_directfbvideosink_sink_link),
28072         (gst_directfbvideosink_change_state),
28073         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28074         (gst_directfbvideosink_buffer_alloc),
28075         (gst_directfbvideosink_interface_supported),
28076         (gst_directfbvideosink_interface_init),
28077         (gst_directfbvideosink_navigation_send_event),
28078         (gst_directfbvideosink_navigation_init),
28079         (gst_directfbvideosink_set_property),
28080         (gst_directfbvideosink_get_property),
28081         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28082         (gst_directfbvideosink_base_init),
28083         (gst_directfbvideosink_class_init),
28084         (gst_directfbvideosink_get_type), (plugin_init):
28085         * ext/directfb/directfbvideosink.h: Adding a first version of
28086         directfbvideosink.
28087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28088         more.
28089
28090 2004-11-28  Benjamin Otte  <otte@gnome.org>
28091
28092         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28093           walk the samples backwards if out_channels > in_channels so we don't
28094           overwrite data
28095
28096 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28097
28098         * gst/audioconvert/Makefile.am:
28099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28100         (gst_audio_convert_link), (gst_audio_convert_change_state),
28101         (gst_audio_convert_channels):
28102         * gst/audioconvert/gstchannelmix.c:
28103         (gst_audio_convert_unset_matrix),
28104         (gst_audio_convert_fill_identical),
28105         (gst_audio_convert_fill_compatible),
28106         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28107         (gst_audio_convert_fill_others),
28108         (gst_audio_convert_fill_normalize),
28109         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28110         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28111         * gst/audioconvert/gstchannelmix.h:
28112           Implement a channel mixer.
28113
28114 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28115
28116         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28117         * ext/alsa/gstalsa.h:
28118         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28119         Make alsasink actually honor gst_element_set_clock and use that
28120         clock instead of its internal one.
28121
28122 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28123
28124         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28125         (gst_play_base_bin_change_state): nullify source and decoder when
28126         going from READY to NULL so that we don't try to do weird stuff with
28127         them when going from NULL to READY
28128         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28129         instead of g_object_unref
28130         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28131         it should be correct
28132         (gst_play_bin_change_state): don't call remove_sinks if we are
28133         currently disposing the object
28134
28135 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28136
28137         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28138           Don't forget bass if it's there. Else left channel is silent...
28139
28140 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28141
28142         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28143         (gst_a52dec_change_state):
28144           Don't do sample adjusting anymore, we use float audio now.
28145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28146           Don't fixate to non-existing properties.
28147
28148 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28149
28150         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28151         (gst_a52dec_change_state):
28152           Advertise that we can do surround sound.
28153
28154 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28155
28156         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28157           Add buffer-frames=0.
28158         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28159         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28160         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28161         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28162         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28163         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28164         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28165         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28166         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28167         * ext/dvdread/dvdreadsrc.h:
28168           Add seeking, querying for bytes, sectors, title, angle and
28169           chapter. Handle multiple chapters. Relicense to LGPL because
28170           Billy agreed on that (thanks Billy!).
28171
28172 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28173
28174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28175         call parent dispose method
28176
28177 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28178
28179         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28180         (gst_audio_clock_get_internal_time):
28181         Fix active <-> inactive transitions: ensure time value always
28182         grows and avoid abrupt value changes.
28183
28184 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28185
28186         * configure.ac:
28187         * gst/tta/Makefile.am:
28188         * gst/tta/crc32.h:
28189         * gst/tta/filters.h:
28190         * gst/tta/gsttta.c:
28191         * gst/tta/gstttadec.c:
28192         * gst/tta/gstttadec.h:
28193         * gst/tta/gstttaparse.c:
28194         * gst/tta/gstttaparse.h:
28195         * gst/tta/ttadec.h:
28196           added TTA parser and decoder
28197
28198 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28199
28200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28201         (probe_triggered), (check_queue), (buffer_underrun),
28202         (buffer_running), (buffer_overrun), (gen_source_element),
28203         (setup_source):
28204         * gst/playback/gstplaybasebin.h:
28205           Implement buffering. Needs some more work.
28206
28207 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28208
28209         * ext/theora/theoradec.c: (theora_dec_chain):
28210           Fix ilog mask range overflow.
28211
28212 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28213
28214         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28215           Don't omit the last (which in case of dmix is the only :) )
28216           channel count. Don't set channels if <= 2.
28217
28218 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28219
28220         * gst/playback/gstplaybin.c: (gen_video_element),
28221         (gen_audio_element): Removed 2 obsolete comments
28222
28223 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28224
28225         * ext/vorbis/oggvorbisenc.c
28226         * ext/vorbis/vorbisenc.c :
28227           change description fields of those plugins to differentiate them
28228           (pitivi show Encoders by description, they had the same one)
28229
28230 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28231
28232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28233
28234         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28235         (gst_play_bin_set_property), (gen_video_element),
28236         (gen_audio_element):
28237           Refcounting fixes for provided audio-/videosinks.
28238
28239 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28240
28241         * gst/playback/gstplaybin.c: (gen_video_element),
28242         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28243           Don't reference all sinks, but only the video- and audiosinks.
28244           The vis. element should be disposed when we're done with it.
28245           We don't have any reason to keep it around. This fixes warnings
28246           when reusing playbin for playing multiple audio files with
28247           vis. enabled. Also release audio device on pause - idea stolen
28248           from Rhythmbox.
28249
28250 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28253         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28254         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28255         * ext/alsa/gstalsaplugin.c: (plugin_init):
28256         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28257         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28258         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28259         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28260         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28261         (gst_faad_change_state), (plugin_init):
28262         * ext/faad/gstfaad.h:
28263         * ext/vorbis/vorbis.c: (plugin_init):
28264         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28265         * gst-libs/gst/audio/Makefile.am:
28266         * gst-libs/gst/audio/audio.c: (plugin_init):
28267         * gst-libs/gst/audio/multichannel.c:
28268         (gst_audio_check_channel_positions),
28269         (gst_audio_get_channel_positions),
28270         (gst_audio_set_channel_positions),
28271         (gst_audio_set_structure_channel_positions_list),
28272         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28273         (gst_audio_fixate_channel_positions):
28274         * gst-libs/gst/audio/multichannel.h:
28275         * gst-libs/gst/audio/testchannels.c: (main):
28276         * gst/audioconvert/gstaudioconvert.c:
28277         (gst_audio_convert_class_init), (gst_audio_convert_init),
28278         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28279         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28280         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28281         * gst/audioconvert/plugin.c: (plugin_init):
28282           Surround sound support.
28283
28284 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28285
28286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28287           Fix position for discont if we're close as well. Nitpicking, but
28288           saves a few milliseconds of extra waiting or skipping.
28289
28290 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28293           We sometimes need parsers for playback, so add those too.
28294
28295 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * configure.ac:
28298         * gst/apetag/Makefile.am:
28299         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28300         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28301         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28302         (gst_ape_demux_get_src_query_types),
28303         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28304         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28305         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28306         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28307         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28308         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28309         (gst_ape_demux_change_state):
28310         * gst/apetag/apedemux.h:
28311         * gst/apetag/apetag.c: (plugin_init):
28312         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28313         (plugin_init):
28314           APE v1/2 tag reader plus typefind function.
28315
28316 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * configure.ac:
28319         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28320         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28321           Remove hacks for older core. Require newer core version
28322           accordingly.
28323
28324 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28325
28326         * gst/cdxaparse/Makefile.am:
28327         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28328         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28329         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28330         * gst/cdxaparse/gstcdxaparse.h:
28331         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28332         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28333         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28334         (gst_cdxastrip_get_src_query_types),
28335         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28336         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28337         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28338         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28339         * gst/cdxaparse/gstcdxastrip.h:
28340           SVCD/VCD header stripping separated from CDXA image parsing.
28341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28342         (plugin_init):
28343           Add VCD/SVCD header typefinding for VCD/SVCD.
28344         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28345         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28346         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28347         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28348         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28349         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28350         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28351         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28352         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28353         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28354         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28355         * sys/vcd/vcdsrc.h:
28356           Fix up, add seeking, querying, URI interface. Works in totem now.
28357
28358 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28359
28360         * configure.ac:
28361           back to CVS
28362
28363 === release 0.8.6 ===
28364
28365 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28366
28367         * NEWS:
28368         * RELEASE:
28369         * configure.ac:
28370         * po/af.po:
28371         * po/az.po:
28372         * po/cs.po:
28373         * po/en_GB.po:
28374         * po/hu.po:
28375         * po/it.po:
28376         * po/nb.po:
28377         * po/nl.po:
28378         * po/or.po:
28379         * po/sq.po:
28380         * po/sr.po:
28381         * po/sv.po:
28382         * po/uk.po:
28383           releasing 0.8.6, "IOU Love"
28384
28385 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28386
28387         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28388
28389         * gst/playback/gstplaybasebin.c:
28390           Fix unplayable files error handling.  Fixes #158365
28391
28392 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28393
28394         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28395
28396         * gst/typefind/gsttypefindfunctions.c:
28397           Fix broken mp3 typefinding.  Fixes #158375
28398
28399 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28400
28401         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28402
28403         * ext/ogg/gstoggdemux.c:
28404           Fix sync on broken files.  Fixes #158976
28405
28406 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28407
28408         patch by: Edward Hervey <bilboed@bilboed.com>
28409
28410         * ext/libpng/gstpngenc.c:
28411           Copy over buffer properties.  Fixes #158832
28412
28413 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28414
28415         patch by: Tim-Philipp MĂ¼ller <t.i.m@zen.co.uk>
28416
28417         * ext/dvdread/dvdreadsrc.c:
28418           Fixes invalid reads (#158462)
28419
28420 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28421
28422         * sys/v4l/gstv4lsrc.c:
28423         * sys/v4l/gstv4lsrc.h:
28424         * sys/v4l/v4lsrc_calls.c:
28425           Probe less and cache it.  Fixes #159187.
28426
28427 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28428
28429         * gst/videorate/gstvideorate.c:
28430           Handle all video formats. Fixes #159186.
28431
28432 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28433         * gst/synaesthesia/gstsynaesthesia.c:
28434         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28435         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28436         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28437         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28438         (gst_synaesthesia_change_state), (plugin_init):
28439         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28440         Force 320x200 output, as that's the only thing the underlying
28441         synaesthesia implementation supports. Still needs to be made
28442         re-entrant.
28443
28444 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28445
28446         * configure.ac:
28447           Fix mpeg2enc configure check (similar to mplex check below).
28448
28449 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28450
28451         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28452
28453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28454           Fix for gcc-2.95 (fixes #158221).
28455
28456 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28457
28458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28459           Re-add clock distribution hack (until new core is released).
28460           Fixes #158125.
28461
28462 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28463         * configure.ac:
28464           fix mplex configure check segfaulting on some systems (bug #140994)
28465
28466 2004-11-13  Benjamin Otte  <otte@gnome.org>
28467
28468         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28469           add debugging
28470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28471           do a wait when we enter the loop func with no data available to
28472           write instead of getting into an 100% CPU loop by just returning and
28473           being called again by the scheduler
28474
28475 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28476
28477         * configure.ac:
28478         * ext/libvisual/visual.c: (gst_visual_get_type),
28479         (libvisual_log_handler), (gst_visual_getcaps),
28480         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28481         (plugin_init):
28482           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28483         * ext/smoothwave/Makefile.am:
28484         * ext/smoothwave/demo-osssrc.c: (main):
28485         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28486         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28487         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28488         (plugin_init):
28489         * ext/smoothwave/gstsmoothwave.h:
28490           Make gstsmoothwave a working element in the 20th century.
28491
28492         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28493           Fix incorrect link function
28494
28495 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28496
28497         * gst/volume/gstvolume.c:
28498           Allow buffer-frames=0.
28499
28500 2004-11-12 Iain <iaingnome@gmail.com>
28501
28502         * configure.ac: Check for polypaudio
28503
28504         * ext/Makefile.am: Build the polyp dir
28505
28506         * ext/polyp: The polypsink sources.
28507
28508 2004-10-30 Iain <iaingnome@gmail.com>
28509
28510         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28511         caps to reflect the new number of channels.
28512
28513 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28514
28515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28516           Fix for negotiation order problem. This would show when the
28517           ALSA loopfuction was called before any other function. ALSA
28518           wouldn't do anything because we're not negotiated yet, leading
28519           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28520
28521 2004-11-11  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28522
28523         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28524
28525         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28526           No warnings (#157986).
28527
28528 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28529
28530         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28531           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28532
28533 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28534
28535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28536           Signal no-more-pads (so it works in playbin).
28537
28538 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28539
28540         * ext/musepack/gstmusepackreader.cpp:
28541           Workaround for older core.
28542
28543 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28544
28545         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28546           Actually test for odd width/height rather than testing whether
28547           a temporary variable that was 0 before we subtracted 1 is now
28548           not equal to zero (which it always is).
28549
28550 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28551
28552         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28553         Fix compilation if HAVE_XVIDEO is not defined
28554
28555 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28556
28557         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28558         Fix compilation if HAVE_XVIDEO is not defined
28559
28560 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28561
28562         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28563         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28564         (gst_goom_change_state), (plugin_init):
28565         Use the bytestream adapter so goom doesn't depend on the input
28566         buffer size.
28567         Add a debug category
28568
28569 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28570
28571         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28572           Only set hardware parameters *after* negotiation. Before
28573           negotiation, it will set ANY and that seems to cause crashes
28574           (see e.g. #151288, #153227).
28575
28576 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28577
28578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28579           This seems to be antique leftover. It needs to pass error
28580           checking.
28581         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28582         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28583         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28584         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28585           Fix GstXOverlay implementation (#151059).
28586
28587 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28588
28589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28590           Don't assert (#157853).
28591
28592 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28593
28594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28595           Fix bytes/samples confustion.
28596         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28597           Fix for underrun (#144389).
28598
28599 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28600
28601         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28602           Disable halfway-seek for pending release (since it needs a new
28603           core release).
28604
28605 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28606
28607         * sys/v4l/gstv4lsrc.c:
28608         * sys/v4l/gstv4lsrc.h:
28609         * sys/v4l/v4lsrc_calls.c:
28610           add autoprobe-fps property so we can separate autoprobing parts
28611
28612 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28613
28614         * sys/v4l/gstv4lsrc.c:
28615         * sys/v4l/v4lsrc_calls.c:
28616         initialise fourcc to catch unset fourcc's, and debug
28617
28618 2004-11-09  Wim Taymans  <wim@fluendo.com>
28619
28620         * gst/playback/README:
28621         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28622         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28623         (gst_play_bin_dispose), (gst_play_bin_set_property),
28624         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28625         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28626         (gst_play_bin_get_formats), (gst_play_bin_convert),
28627         (gst_play_bin_get_query_types), (gst_play_bin_query):
28628         Cleanups and some more documentation.
28629
28630 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28631
28632         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28633         (gst_cacasink_init), (gst_cacasink_chain):
28634         * ext/libcaca/gstcacasink.h:
28635         Cacasink inherits from VideoSink, so let that store the clock.
28636
28637 2004-11-09  Wim Taymans  <wim@fluendo.com>
28638
28639         * gst/playback/README:
28640         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28641         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28642         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28643         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28644         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28645         (setup_sinks):
28646         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28647         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28648         * gst/playback/gststreaminfo.h:
28649         Updated README.
28650         Only switch groups if all streams have muted (EOSed).
28651         Send Tags in sync with the stream playback instead of in
28652         the playback/preroll phase.
28653         Some cleanups, free the fakesrc elements.
28654
28655 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28656
28657         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28658           buffer-frames property was missing
28659         * ext/arts/gst_arts.c:
28660           rate missing from sinkcaps
28661         * ext/audiofile/gstafparse.c:
28662         * ext/audiofile/gstafsink.c:
28663         * ext/audiofile/gstafsrc.c:
28664         * ext/swfdec/gstswfdec.c:
28665           int audio doesn't know buffer-frames
28666         * ext/cdparanoia/gstcdparanoia.c:
28667           int audio doesn't know chunksize either
28668         * ext/nas/nassink.c:
28669           it's endianness, not endianess
28670         * gst-libs/gst/audio/audio.h:
28671           make float standard pad template caps really describe float
28672         * gst/law/mulaw.c: (linear_factory):
28673           signed only, please
28674         * gst/mpegstream/gstdvddemux.c:
28675           widths of 20 are not valid
28676
28677 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28678
28679         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28680
28681         * po/LINGUAS:
28682         * po/it.po:
28683           Add Italian
28684
28685 2004-11-08  Wim Taymans  <wim@fluendo.com>
28686
28687         * gst/playback/README:
28688         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28689         * gst/playback/gstplaybasebin.c: (probe_triggered),
28690         (gst_play_base_bin_change_state):
28691         Updated README, added more comments for fixmes etc..
28692
28693 2004-11-08  Wim Taymans  <wim@fluendo.com>
28694
28695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28696         We can remove this hack now.
28697
28698 2004-11-08  Wim Taymans  <wim@fluendo.com>
28699
28700         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28701         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28702         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28703         Only mix AYUV for maximum quality.
28704
28705 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28706
28707         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28708         (gst_ogg_demux_push), (gst_ogg_pad_push):
28709           Let's act as if we're synchronized now! :).
28710         * ext/theora/theoradec.c: (theora_dec_chain):
28711           Add some debug.
28712
28713 2004-11-08  Wim Taymans  <wim@fluendo.com>
28714
28715         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28716         (gst_alpha_set_property), (gst_alpha_sink_link),
28717         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28718         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28719         (gst_alpha_init_params), (gst_alpha_chain):
28720         Implement alpha functions for AYUV too, this increases
28721         accuracy quite a bit.
28722
28723 2004-11-08  Wim Taymans  <wim@fluendo.com>
28724
28725         * gst/ffmpegcolorspace/avcodec.h:
28726         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28727         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28728         (gst_ffmpegcsp_avpicture_fill):
28729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28730         (gst_ffmpegcsp_caps_remove_format_info):
28731         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28732         (shrink12), (img_get_alpha_info), (deinterlace_line),
28733         (deinterlace_line_inplace):
28734         * gst/ffmpegcolorspace/imgconvert_template.h:
28735         Added AYUV colorspace and handle RGBA a bit more respectful.
28736
28737 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28738
28739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28740           Actually always send a discont (cornercase when resending the
28741           same serial-tagged chain twice).
28742
28743 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28744
28745         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28746         (gst_ximagesink_finalize):
28747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28748         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28749
28750 2004-11-08  Wim Taymans  <wim@fluendo.com>
28751
28752         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28753         Don't segfault on NULL data.
28754
28755 2004-11-08  Wim Taymans  <wim@fluendo.com>
28756
28757         * gst/playback/gstdecodebin.c: (unlinked):
28758         * gst/playback/gstplay-marshal.list:
28759         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28760         (gst_play_base_bin_init), (group_create), (get_active_group),
28761         (get_building_group), (group_destroy), (group_commit),
28762         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28763         (add_element_stream), (no_more_pads), (probe_triggered),
28764         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28765         (state_change), (setup_source), (gst_play_base_bin_get_property),
28766         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28767         (gst_play_base_bin_link_stream),
28768         (gst_play_base_bin_get_streaminfo):
28769         * gst/playback/gstplaybasebin.h:
28770         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28771         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28772         Add support for chained ogg files. Prepare for playlist
28773         support. This patch introduces the concept of pad groups, which
28774         together compose one playable media file.
28775
28776 2004-11-07  David Schleef  <ds@schleef.org>
28777
28778         * testsuite/gst-lint: Check for pad templates that aren't statically
28779         scoped.
28780
28781 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28782
28783         * configure.ac:
28784         * ext/Makefile.am:
28785         * ext/musepack/Makefile.am:
28786         * ext/musepack/gstmusepackdec.cpp:
28787         * ext/musepack/gstmusepackdec.h:
28788         * ext/musepack/gstmusepackreader.cpp:
28789         * ext/musepack/gstmusepackreader.h:
28790           Add musepack decoder.
28791         * ext/faad/gstfaad.c: (gst_faad_base_init):
28792           Make pad templates static.
28793         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28794         (plugin_init):
28795           Add musepack typefinder, make mp3 typefinding work halfway stream,
28796           which doesn't actually work yet because id3demux doesn't implement
28797           _get_length().
28798
28799 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28800
28801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28802         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28803           Fix interrupt event handling (#144436).
28804
28805 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28806
28807         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28808           Hide unused glory.
28809
28810 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28811
28812         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28813
28814         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28815           Fix weird caps (#157548).
28816
28817 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28818
28819         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28820
28821         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28822           Add missing NULL terminator (#157543).
28823
28824 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28825
28826         * gst/tcp/gsttcp.h:
28827         * gst/tcp/gsttcpclientsink.c:
28828         * gst/tcp/gsttcpclientsrc.c:
28829         * gst/tcp/gsttcpserversink.c:
28830         * gst/tcp/gsttcpserversrc.c:
28831           ports can go up to 65535.  Move common defines to gsttcp.h
28832
28833 2004-11-05  Wim Taymans  <wim@fluendo.com>
28834
28835         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28836         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28837         Added two more colorspaces.
28838
28839 2004-11-05  Wim Taymans  <wim@fluendo.com>
28840
28841         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28842         (gst_ffmpegcsp_avpicture_fill):
28843         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28844         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28845         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28846         More stride fixes.
28847
28848 2004-11-05  Wim Taymans  <wim@fluendo.com>
28849
28850         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28851         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28852         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28853         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28854         (gst_videomixer_loop):
28855         More stride fixes.
28856
28857 2004-11-05  Benjamin Otte  <otte@gnome.org>
28858
28859         * ext/mad/gstmad.c: (gst_mad_chain):
28860           don't overflow data buffer. Flush not needed sync data when syncing
28861           failed.
28862
28863 2004-11-04  Wim Taymans  <wim@fluendo.com>
28864
28865         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28866         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28867         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28868         (gst_alpha_init_params), (gst_alpha_chain),
28869         (gst_alpha_change_state):
28870         Updated the chroma keying algorithm with something more
28871         sophisticated.
28872
28873 2004-11-03  Wim Taymans  <wim@fluendo.com>
28874
28875         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28876         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28877         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28878         Fix stride issues. Does not completely work for odd
28879         heights.
28880
28881 2004-11-03  Wim Taymans  <wim@fluendo.com>
28882
28883         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28884         (gst_alpha_chroma_key), (gst_alpha_chain):
28885         Fix stride issues. Does not completely work for odd
28886         heights.
28887
28888 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28889
28890         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28891         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28892         leak fixes
28893
28894 2004-11-03  Wim Taymans  <wim@fluendo.com>
28895
28896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28897         (gst_ffmpegcsp_avpicture_fill):
28898         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28899         (avpicture_alloc):
28900         * gst/ffmpegcolorspace/imgconvert_template.h:
28901         Use correct _fill function to get correct strides.
28902
28903 2004-11-02  David Schleef  <ds@schleef.org>
28904
28905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28906         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28907         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28908         Change all g_print()s to debugging.  Add a bunch of consistency
28909         checks.
28910
28911 2004-11-02  Wim Taymans  <wim@fluendo.com>
28912
28913         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28914         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28915         (unlinked), (no_more_pads), (close_link):
28916         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28917         (unknown_type), (add_element_stream), (new_decoded_pad),
28918         (removed_decoded_pad), (setup_source):
28919         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28920         (gst_stream_info_class_init), (gst_stream_info_init),
28921         (gst_stream_info_new), (gst_stream_info_dispose),
28922         (stream_info_mute_pad), (gst_stream_info_set_property),
28923         (gst_stream_info_get_property):
28924         * gst/playback/gststreaminfo.h:
28925         Fix playback of multiple files.
28926         a slightly different approach to handling dynamic pad removals.
28927         This one only looks at pads that we have linked.
28928
28929 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28930
28931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28932         free" warning from libc.
28933
28934 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28937         (get_unconnected_element), (remove_starting_from), (pad_removed),
28938         (close_link):
28939           Implement support for dynamic pad changing. We listen to "live"
28940           pad removals (i.e. while playing) and re-setup autoplugging
28941           after that. Playbasebin/playbin need some more work for this
28942           to finally work, but decodebin supports (and replugs) chained
28943           ogg now.
28944
28945 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28946
28947         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28948         (gst_alsa_finalize):
28949         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28950         (gst_cdaudio_finalize):
28951         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28952         (cdparanoia_finalize):
28953         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28954         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28955         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28956         (dvdreadsrc_finalize):
28957         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28958         (gst_flacdec_finalize):
28959         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28960         (gst_flacenc_finalize):
28961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28962         (gst_gnomevfssink_finalize):
28963         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28964         (gst_gnomevfssrc_finalize):
28965         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28966         (gst_fameenc_finalize):
28967         * ext/nas/nassink.c: (gst_nassink_class_init),
28968         (gst_nassink_finalize):
28969         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28970         (gst_sdlvideosink_class_init):
28971         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28972         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28973         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28974         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28975         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28976         (gst_x_window_listener_dispose):
28977         * gst/audioscale/gstaudioscale.c:
28978         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28979         (play_on_demand_finalize):
28980         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28981         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28982         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28983         (cdplayer_finalize):
28984         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28985         (gst_glimagesink_class_init):
28986         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28987         (gst_osselement_finalize):
28988         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28989         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28990         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28991           Fixes a bunch of problems with finalize and dispose functions,
28992           either assumptions that dispose is only called once, or not calling
28993           the parent class dispose/finalize function
28994
28995 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28996
28997         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28998           added two api precondition guards
28999           use g_strdup with getenv to fix crash when using ENVVAR
29000
29001 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29002         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29003         (gst_esdsink_finalize):
29004         Use a finalize function, not dispose, and more importantly,
29005         call the parent class finalize function too
29006
29007 2004-11-01  Johan Dahlin  <johan@gnome.org>
29008
29009         * ext/ogg/gstoggdemux.c:
29010         * gst/tags/gstvorbistag.c:
29011         Plug leaks.
29012
29013 2004-10-31  Benjamin Otte  <otte@gnome.org>
29014
29015         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29016           lotsa memleaks today. But they're all small...
29017
29018 2004-10-31  Benjamin Otte  <otte@gnome.org>
29019
29020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29021           another memleak crushed
29022
29023 2004-10-31  Benjamin Otte  <otte@gnome.org>
29024
29025         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29026           fix memleak
29027
29028 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29029
29030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29031           Hack to prevent crash when going to READY inside signal handler
29032           while this function is active.
29033
29034 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29035
29036         * gst/ffmpegcolorspace/Makefile.am:
29037         * gst/ffmpegcolorspace/avcodec.h:
29038         * gst/ffmpegcolorspace/common.h:
29039         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29040         * gst/ffmpegcolorspace/dsputil.h:
29041         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29043         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29044         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29045         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29046         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29047         (gst_ffmpegcsp_avpicture_fill):
29048         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29050         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29051         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29052         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29053         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29054         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29055         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29056         * gst/ffmpegcolorspace/imgconvert.c:
29057         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29058         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29059         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29060         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29061         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29062         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29063         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29064         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29065         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29066         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29067         (grow21), (grow22), (grow41), (grow44), (conv411),
29068         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29069         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29070         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29071         (avpicture_free), (is_yuv_planar), (img_convert),
29072         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29073         (deinterlace_line_inplace), (deinterlace_bottom_field),
29074         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29075         * gst/ffmpegcolorspace/imgconvert_template.h:
29076         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29077         * gst/ffmpegcolorspace/mmx.h:
29078         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29079         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29080         (av_freep), (avcodec_get_context_defaults),
29081         (avcodec_alloc_context), (avcodec_init):
29082           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29083           handling plus update from ffmpeg CVS. Large clean-up.
29084
29085 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29086
29087         * gst/playback/Makefile.am:
29088           We need the marshallers for decodebin, too.
29089
29090 2004-10-30  David Schleef  <ds@schleef.org>
29091
29092         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29093           quicktime typefinding work with 64-bit offsets.
29094
29095 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29096
29097         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29098           Set EOS on the element when processing an EOS event.
29099         * ext/speex/gstspeexdec.h:
29100         * ext/speex/gstspeexenc.h:
29101           Only keep a const ptr to the mode
29102         * gst-libs/gst/riff/riff-media.c:
29103         (gst_riff_create_audio_caps_with_data),
29104         (gst_riff_create_audio_template_caps):
29105           Allow WMAV3, with up to 6 channels.
29106         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29107           Don't call gst_pad_set_event_function on a sink pad.
29108         * gst/mpegstream/gstdvddemux.c:
29109         (gst_dvd_demux_get_subpicture_stream),
29110         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29111           Copy the explicit caps that were set across to the cur_* pads,
29112           instead of trying to use a possibly non-existent negotiated caps.
29113           Reset the type of subpicture pads to UNKNOWN after calling
29114           init_stream, so that the caps get set.
29115
29116 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29117
29118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29119
29120         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29121           Don't touch buffer if it is of size 0 (fixes #151064).
29122
29123 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29124
29125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29126           Synchronized discont handling.
29127
29128 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29129
29130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29131         (gst_ogg_demux_push):
29132           Make seeking sort-of exact again (fixes #156387).
29133
29134 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29135
29136         * gst/playback/gstplaybasebin.c: (unknown_type),
29137         (add_element_stream), (new_decoded_pad),
29138         (gst_play_base_bin_change_state):
29139         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29140         (gst_stream_info_init), (gst_stream_info_new),
29141         (gst_stream_info_dispose), (gst_stream_info_get_property):
29142         * gst/playback/gststreaminfo.h:
29143           Make caps explicitely available. Makes testing for unsupported
29144           types possible. Improves error reporting.
29145
29146 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29147
29148         * gst/audioconvert/gstaudioconvert.c:
29149         (gst_audio_convert_buffer_to_default_format):
29150           Really don't touch read-only buffers (#156563).
29151
29152 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29153
29154         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29155
29156         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29157           Fix memleak (#155223).
29158
29159 2004-10-29  Wim Taymans  <wim@fluendo.com>
29160
29161         * gst/tcp/.cvsignore:
29162         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29163         (gst_multifdsink_class_init), (gst_multifdsink_init),
29164         (gst_multifdsink_add), (gst_multifdsink_remove),
29165         (gst_multifdsink_remove_client_link), (is_sync_frame),
29166         (gst_multifdsink_new_client),
29167         (gst_multifdsink_handle_client_write),
29168         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29169         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29170         (gst_multifdsink_get_property):
29171         * gst/tcp/gstmultifdsink.h:
29172         Added burst on connect sync_method, deprecated sync_clients,
29173         streamlined the sync code some more.
29174
29175 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29176
29177         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29178         (gst_play_base_bin_change_state):
29179           Improve error reporting.
29180
29181 2004-10-28  Wim Taymans  <wim@fluendo.com>
29182
29183         * gst/tcp/Makefile.am:
29184         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29185         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29186         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29187         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29188         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29189         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29190         (gst_fdset_wait):
29191         Added more locks around fdset structures. Fixed/reworked
29192         the poll array resizing code.
29193         Added stress test for fdset.
29194
29195 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29196
29197         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29198         fix build
29199
29200 2004-10-28  Benjamin Otte  <otte@gnome.org>
29201
29202         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29203           fix link function to always query channels and query width for
29204           floats
29205         * configure.ac:
29206           add equalizer dir
29207         * gst/equalizer/Makefile.am:
29208         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29209         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29210         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29211         (arg_to_scale), (setup_filter),
29212         (gst_iir_equalizer_compute_frequencies),
29213         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29214         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29215         (plugin_init):
29216           add an equalizer
29217
29218 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29219
29220         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29221
29222         * po/LINGUAS:
29223         * po/nb.po:
29224           Added Norwegian Bokmaal translation
29225
29226 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29227
29228         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29229           Don't break on options (fixes #156488).
29230
29231 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29232
29233         * configure.ac:
29234         * ext/cdaudio/Makefile.am:
29235         * sys/Makefile.am:
29236           fix build on older automake
29237
29238 2004-10-26  Wim Taymans  <wim@fluendo.com>
29239
29240         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29241         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29242         Allow a little margin when negotiating the framerate.
29243
29244 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29245
29246         * gst/level/gstlevel.c:
29247           synchonised naming of pads and pad-templates
29248
29249 2004-10-26  Wim Taymans  <wim@fluendo.com>
29250
29251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29252         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29253         (_find_streams_check), (gst_ogg_demux_push):
29254         Fix EOS again. Needs to be done in a better way. We should not
29255         remove the pad if there is no new chained stream.
29256
29257 2004-10-26 Iain <iaingnome@gmail.com>
29258
29259         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29260         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29261         of the caps.
29262         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29263         pad.
29264         (interleave_release_pad): Remove the pad.
29265         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29266         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29267         the set device.
29268         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29269         attrs
29270         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29271         (gst_xvimagesink_finalize): Free the par.
29272
29273 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29274
29275         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29276         (gst_avimux_stop_file):
29277           First calculate the rate, and only then use it. Hdr.rate is a
29278           multiple and not a derivative of hdr.scale. Scale is not the
29279           same as blockalign but is solely related to rate.
29280
29281 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29282
29283         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29284         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29285           Implement seeking.
29286
29287 2004-10-25  James Henstridge  <james@jamesh.id.au>
29288
29289         Reviewed by:  David Schleef  <ds@schleef.org>
29290
29291         * examples/gstplay/player.c: (got_stream_length), (main):
29292         * examples/seeking/cdplayer.c: (update_scale):
29293         * examples/seeking/seek.c: (format_value), (update_scale):
29294         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29295         (stop_seek):
29296         Build fixes on AMD64.
29297
29298 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29299
29300         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29301
29302         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29303         Fix for some v4l cards which hang in v4lsrc
29304
29305 2004-10-25  Wim Taymans  <wim@fluendo.com>
29306
29307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29308         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29309         Make sure to remove the pad when a new chain is
29310         encountered. Set some vars to NULL so we don't try
29311         to reference freed memory.
29312
29313 2004-10-25  Wim Taymans  <wim@fluendo.com>
29314
29315         * examples/seeking/Makefile.am:
29316         * examples/seeking/cdplayer.c: (update_scale):
29317         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29318         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29319         (format_value), (update_scale), (iterate), (start_seek),
29320         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29321         (print_usage), (main):
29322         Added some more examples, update others.
29323
29324 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29325
29326         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29327         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29328         * ext/theora/theoradec.c: (theora_dec_chain):
29329         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29330           Add codec-name metadata.
29331
29332 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29333
29334         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29337         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29338         * ext/alsa/gstalsamixertrack.h:
29339         * po/POTFILES.in:
29340           ALSA mixer track label internationalization (#154054).
29341
29342 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29343
29344         * ext/theora/theoradec.c: (theora_dec_chain):
29345           Export bitrate as metadata.
29346
29347 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29348
29349         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29350         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29351         * ext/alsa/gstalsamixertrack.h:
29352           Fix names, fix loop.
29353
29354 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29355
29356         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29357         (speex_dec_convert):
29358           sinkconvert function so oggdemux can get the file length (totem).
29359
29360 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29361
29362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29363
29364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29365           Don't push incomplete packets.
29366         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29367           Fix MPEG-4 audio typefinding.
29368
29369 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29370
29371         * sys/v4l/Makefile.am:
29372         * sys/v4l/gstv4l.c: (plugin_init):
29373         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29374         (gst_v4lelement_init), (gst_v4lelement_dispose),
29375         (gst_v4lelement_change_state):
29376         * sys/v4l/gstv4lelement.h:
29377         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29378         (gst_v4l_xoverlay_close), (idle_refresh),
29379         (gst_v4l_xoverlay_set_xwindow_id):
29380         * sys/v4l/gstv4lxoverlay.h:
29381         * sys/v4l/v4l-overlay_calls.c:
29382         * sys/v4l/v4l_calls.h:
29383         * sys/v4l2/Makefile.am:
29384         * sys/v4l2/gstv4l2.c: (plugin_init):
29385         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29386         (gst_v4l2element_init), (gst_v4l2element_dispose),
29387         (gst_v4l2element_change_state):
29388         * sys/v4l2/gstv4l2element.h:
29389         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29390         (gst_v4l2_xoverlay_close), (idle_refresh),
29391         (gst_v4l2_xoverlay_set_xwindow_id):
29392         * sys/v4l2/gstv4l2xoverlay.h:
29393         * sys/v4l2/v4l2-overlay_calls.c:
29394         * sys/v4l2/v4l2_calls.h:
29395           Remove client-side overlay handling, use the X-server v4l plugin
29396           for that. Nicer overlay, less code. Also make the plugin
29397           compileable without X (but then without overlay, obviously).
29398           Makes xwindowlistener obsolete, should we remove that?
29399
29400 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29401
29402         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29403         (gst_osssrc_src_query):
29404         * sys/oss/gstosssrc.h:
29405           OK, so people want offset in DEFAULT. This time, actually fix all
29406           cases.
29407         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29408           Add FPS properly.
29409
29410 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29411
29412         * gst/asfdemux/gstasfmux.c:
29413         * gst/avi/gstavimux.c:
29414           Framerate.
29415
29416 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29419           Fix properties (channel, norm, frequency).
29420
29421 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29422
29423         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29424           Flag typo.
29425         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29426           No warnings.
29427
29428 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29429
29430         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29431           Fix hang.
29432
29433 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29434
29435         * sys/v4l2/gstv4l2element.h:
29436           Yet Another Hack (tm) for kernel header borkedness.
29437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29438         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29439         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29440         (gst_v4l2src_change_state):
29441         * sys/v4l2/gstv4l2src.h:
29442         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29443         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29444           Fix caps, keep track of state, work.
29445
29446 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29447
29448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29449           Quiet.
29450
29451 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29452
29453         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29454           Don't mix bytes and samples.
29455
29456 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29457
29458         * ext/ogg/gstoggmux.c:
29459           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29460           and theora. Any is incorrect.
29461         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29462           Fix caps.
29463         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29464         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29465         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29466         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29467         * sys/v4l/gstv4lmjpegsrc.h:
29468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29469         (gst_v4lsrc_change_state):
29470         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29471         (gst_v4lmjpegsrc_capture_stop):
29472           Fix caps. Keep track of internal state. Work.
29473
29474 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * ext/Makefile.am:
29477           Fix the build fixes.
29478
29479 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29480
29481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29482         (gst_ogg_demux_src_event), (_find_chain_seek),
29483         (gst_ogg_pad_push):
29484           Check for pad availability before using it.
29485         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29486           Fix parsing of chained ogg. Needs more work on the decoder side.
29487
29488 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29489
29490         * gst/spectrum/Makefile.am:
29491         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29492         (idle_func):
29493           Fix demo and reenable it. Yes, I'm currently playing with audio
29494           analysis tools
29495
29496 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29497
29498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29499           We love it if files that start at zero work too...
29500
29501 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29504           Handle files with missing EOS headers.
29505
29506 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29507
29508         * gst/tcp/gsttcpserversink.c:
29509         (gst_tcpserversink_handle_server_read),
29510         (gst_tcpserversink_init_send):
29511         Zero some variables first (need for accept not to return EINVAL)
29512
29513 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29514
29515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29516         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29517         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29518         (theora_dec_chain):
29519         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29520         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29521           Seeking and querying finetune.
29522
29523 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29524
29525         * configure.ac:
29526         * ext/Makefile.am:
29527         * ext/raw1394/Makefile.am:
29528           fix the build
29529
29530 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29531
29532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29533           Wrong return.
29534         * gst/playback/Makefile.am:
29535         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29536         * gst/playback/gstplay-marshal.list:
29537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29538           Fix marshallers.
29539
29540 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29541
29542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29543           Silence.
29544
29545 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29546
29547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29548         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29549         (gst_ogg_pad_push):
29550           Yay for non-lineair granulepos in theora.
29551
29552 2004-10-18  Wim Taymans  <wim@fluendo.com>
29553
29554         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29555         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29556         * ext/dv/gstdvdec.h:
29557         Make sure we renegotiate aspect ratio when the camera switches.
29558
29559 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29560
29561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29562         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29563           Start at zero.
29564         * ext/theora/theoradec.c: (theora_dec_chain):
29565           Skip headers. Bad idea for chained ogg, but fixes seeking.
29566
29567 2004-10-18  Wim Taymans  <wim@fluendo.com>
29568
29569         * configure.ac:
29570         I swear, this is the last time I touch this.
29571
29572 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29573
29574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29575         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29576         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29577           Faster seeking.
29578         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29579           Time-to-default conversion.
29580         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29581           Don't error on unknown packets, just skip. We should probably
29582           read them if we want to support chained ogg.
29583
29584 2004-10-18  Wim Taymans  <wim@fluendo.com>
29585
29586         * configure.ac:
29587         Added cdaudio to wrong list.
29588
29589 2004-10-18  Wim Taymans  <wim@fluendo.com>
29590
29591         * configure.ac:
29592         Revive cdaudio.
29593
29594 2004-10-18  Wim Taymans  <wim@fluendo.com>
29595
29596         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29597         (gst_dvdec_video_link), (gst_dvdec_push):
29598         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29599         (gst_smokeenc_resync), (gst_smokeenc_chain):
29600         Fix mimetype on smoke encoder.
29601         Add aspect ratio to dvdec. Not sure if these
29602         values are correct though....
29603
29604 2004-10-18  Wim Taymans  <wim@fluendo.com>
29605
29606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29607         Fix vorbis property descriptions and ranges.
29608
29609 2004-10-18  Wim Taymans  <wim@fluendo.com>
29610
29611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29612         Really do nothing when no data is available.
29613         Go to the playing state when the stream is not seekable
29614         instead of failing.
29615
29616 2004-10-18  Wim Taymans  <wim@fluendo.com>
29617
29618         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29619         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29620         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29621         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29622         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29623         Added uri handler for cd://
29624         Port to new API.
29625
29626 2004-10-18  Wim Taymans  <wim@fluendo.com>
29627
29628         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29629         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29630         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29631         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29632         (remove_prerolls), (unknown_type), (add_element_stream),
29633         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29634         (gst_play_base_bin_remove_element),
29635         (gst_play_base_bin_link_stream):
29636         * gst/playback/gstplaybin.c: (gen_video_element),
29637         (gen_vis_element), (remove_sinks), (setup_sinks):
29638         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29639         (gst_stream_info_get_type), (gst_stream_info_class_init),
29640         (gst_stream_info_init), (gst_stream_info_new),
29641         (gst_stream_info_dispose), (stream_info_mute_pad),
29642         (gst_stream_info_set_property), (gst_stream_info_get_property):
29643         * gst/playback/gststreaminfo.h:
29644         Add sink padtemplate to decodebin.
29645         Added some more comments.
29646         Make queue size configurable in playbasebin.
29647         Added possibility to use elements as sinks (ex cdaudio).
29648
29649 2004-10-15  Wim Taymans  <wim@fluendo.com>
29650
29651         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29652         (gst_speexenc_chain):
29653         Fix speex timestamps so that it gets muxed properly.
29654
29655 2004-10-15  Wim Taymans  <wim@fluendo.com>
29656
29657         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29658         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29659         (gst_dv1394src_init), (gst_dv1394src_dispose),
29660         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29661         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29662         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29663         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29664         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29665         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29666         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29667         * ext/raw1394/gstdv1394src.h:
29668         Added conversion/query functions.
29669         Update buffer timestamps,
29670         Added signals.
29671         Added uri dv:// so it might play from the firewire in playbin.
29672         Fix a possible leak.
29673         Added debugging.
29674
29675 2004-10-15  Wim Taymans  <wim@fluendo.com>
29676
29677         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29678         (gst_dv1394src_init), (gst_dv1394src_set_property),
29679         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29680         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29681         * ext/raw1394/gstdv1394src.h:
29682         Added AV/C VTR control support needed for some cameras.
29683         Added automatic port detection.
29684         Added properties for selecting the channel.
29685         The configure.ac script is not yet updated to reflect the
29686         new libavc1394 and librom1394 dependencies.
29687
29688 2004-10-15  Wim Taymans  <wim@fluendo.com>
29689
29690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29691         (qtdemux_parse), (gst_qtdemux_handle_esds):
29692         An esds box is not a container.
29693         Fix parsing of mp4v boxes.
29694         Do not try to renegotiate fps for each frame. Need to
29695         find a better method. This should fix mp4 playback.
29696
29697 2004-10-14  David Schleef  <ds@schleef.org>
29698
29699         * configure.ac: update for swfdec-0.3 and liboil-0.2
29700         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29701         * ext/swfdec/gstswfdec.h: same
29702         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29703         * gst/videotestsrc/videotestsrc.c: same
29704
29705 2004-10-14  Wim Taymans  <wim@fluendo.com>
29706
29707         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29708         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29709         (is_sync_frame), (gst_multifdsink_new_client),
29710         (gst_multifdsink_handle_client_write),
29711         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29712         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29713         Turn warnings into info.
29714         Don't allow a state change in the streaming thread.
29715
29716 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29717
29718         * ext/vorbis/oggvorbisenc.c:
29719         * ext/vorbis/vorbisdec.c:
29720           fix template sample rate
29721
29722 2004-10-13  Wim Taymans  <wim@fluendo.com>
29723
29724         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29725         Decoding the header first fixes some problems in resyncing
29726         in more mp3s.
29727
29728 2004-10-12  Wim Taymans  <wim@fluendo.com>
29729
29730         * gst/playback/gstplaybin.c: (gen_video_element),
29731         (gen_vis_element), (remove_sinks), (setup_sinks):
29732         Added vis plugin support, need to configure the vis
29733         element to activate it.
29734
29735 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29738         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29739           Some debug.
29740         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29741         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29742         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29743         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29744         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29745         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29746         * gst/avi/gstavidemux.h:
29747           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29748           recovery (where, if part of the index is broken, we will still read
29749           the rest of the index and recover the broken part by stream
29750           scanning). More broken media support. EOS workarounds. General AVI
29751           braindamage headache recovery. Aspirin included.
29752
29753 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29754
29755         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29756         (cdparanoia_event), (cdparanoia_query):
29757           Get rid of hideous lead-in.
29758
29759 2004-10-11  Wim Taymans  <wim@fluendo.com>
29760
29761         * gst/playback/gstplaybasebin.c: (setup_source):
29762         Wrong var used to get g_list_next.
29763
29764 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29765
29766         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29767         (cdparanoia_get), (cdparanoia_open):
29768           Report discid as metadata, add duration.
29769
29770 2004-10-11  Wim Taymans  <wim@fluendo.com>
29771
29772         * gst/playback/gstplaybasebin.c: (setup_source):
29773         Cleanup the previous pipeline a little earlier for the
29774         case that a source element provides raw data.
29775
29776 2004-10-11  Benjamin Otte  <otte@gnome.org>
29777
29778         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29779           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29780           consuming the last 128 bytes, even though it was valid mp3 data.
29781
29782 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29783
29784         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29785         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29786         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29787         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29788
29789 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29790
29791         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29792         Fix for webcams that support only specific width or height
29793
29794 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29795
29796         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29797
29798         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29799           Fix wrong discont event setup (fixes #154967).
29800
29801 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29802
29803         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29804
29805         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29806           Error out on invalid data (fixes #154807).
29807
29808 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29809
29810         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29811
29812         * ext/dvdread/dvdreadsrc.c: (_read):
29813           Make titles > 0 work again (fixes #154834).
29814
29815 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29816
29817         * gst-libs/gst/riff/riff-media.c:
29818         (gst_riff_create_video_template_caps):
29819           WMV3 missing in template caps.
29820
29821 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29822
29823         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29824           OK, so the original code was too strict. It makes random AVI files
29825           hang for seconds upon opening, which is unacceptable and is far
29826           beyond the original goal of getting multiple chunks for one-chunk
29827           sounc stream files. So now do just that.
29828
29829 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29830
29831         * gst/playback/gstplaybasebin.c: (setup_source),
29832         (gst_play_base_bin_change_state):
29833           Actually clean up streaminfo if output fails. This would trigger
29834           if, for example, there was no CD in the drive. No preroll, so
29835           a streaminfo structure is created, but the subsequent state change
29836           of the thread fails.
29837         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29838           Don't change state if parent failed.
29839
29840 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29841
29842         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29843         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29844         (gen_video_element), (remove_sinks):
29845           Add small bits of code for screenshot handling.
29846
29847 2004-10-08  Wim Taymans  <wim@fluendo.com>
29848
29849         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29850         (gen_video_element), (gen_audio_element), (setup_sinks):
29851         Don't assume the user provided sinks are named "sink"...
29852
29853 2004-10-08  Wim Taymans  <wim@fluendo.com>
29854
29855         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29856         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29857         (gst_play_base_bin_link_stream):
29858         Do not try to autoplug sources that generate raw streams like
29859         cdparanoia.
29860         disconnect the preroll overrun signal when we don't need it anymore.
29861
29862 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29863
29864         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29865         Added reworked patch from #154903 from milosz derezynski (deadchip).
29866
29867 2004-10-08  Wim Taymans  <wim@fluendo.com>
29868
29869         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29870         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29871         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29872         (cdparanoia_convert), (cdparanoia_uri_get_type),
29873         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29874         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29875         * ext/cdparanoia/gstcdparanoia.h:
29876         This adds the cdda://<tracknum> uri.
29877
29878 2004-10-08  Wim Taymans  <wim@fluendo.com>
29879
29880         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29881         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29882         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29884         (unknown_type), (gst_play_base_bin_remove_element),
29885         (gst_play_base_bin_link_stream):
29886         * gst/playback/gstplaybasebin.h:
29887         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29888         (gst_play_bin_set_property), (gen_video_element),
29889         (gen_audio_element), (setup_sinks):
29890         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29891         (gst_stream_info_get_type), (gst_stream_info_class_init),
29892         (gst_stream_info_init), (gst_stream_info_new),
29893         (gst_stream_info_dispose), (stream_info_mute_pad),
29894         (gst_stream_info_set_property), (gst_stream_info_get_property):
29895         * gst/playback/gststreaminfo.h:
29896         Reuse the audio and video bins.
29897         Some internal cleanups in the stream selection code.
29898
29899 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29900
29901         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29902         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29903         * sys/ximage/ximagesink.h:
29904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29905         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29906         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29907         not coming from those elements. Moreover these elements should not keep
29908         the xid they have been given when in NULL state.
29909
29910 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29911
29912         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29913         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29914         * sys/ximage/ximagesink.h:
29915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29916         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29917         * sys/xvimage/xvimagesink.h:
29918           Actually only create a new toplevel window if we're not gonna
29919           embed it right after.
29920
29921 2004-10-07  Wim Taymans  <wim@fluendo.com>
29922
29923         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29924         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29925         * gst/playback/gstplaybin.c: (setup_sinks):
29926         Implement muting/unmuting of streams, mute streams that are not
29927         used.
29928
29929 2004-10-07  Wim Taymans  <wim@fluendo.com>
29930
29931         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29932         (plugin_init):
29933         Added lame audio/x-ac3 typefind function.
29934
29935 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29936
29937         * configure.ac:
29938           bump nano to cvs
29939
29940 === release 0.8.5 ===
29941
29942 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29943
29944         * NEWS:
29945         * RELEASE:
29946         * configure.ac:
29947           releasing 0.8.5, "Take You On"
29948
29949 2004-10-06  Wim Taymans  <wim@fluendo.com>
29950
29951         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29952         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29953         (no_more_pads), (close_link), (type_found):
29954         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29955         * gst/playback/gstplaybin.c: (gen_video_element):
29956         Do not signal the no_more_pads after the first pad when
29957         we are plugging a non dynamic element with multiple
29958         output pads (like swfdec, dvdec, ...).
29959
29960 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29961
29962         * configure.ac:
29963           bump for prerelease
29964
29965 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29966
29967         * gst/wavparse/gstwavparse.c:
29968           add ATRAC3 to STATIC CAPS to fix a warning
29969
29970         * gst/matroska/ebml-read.c:
29971         * gst-libs/gst/riff/riff-read.c:
29972           fix typos
29973
29974 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29975
29976         * gst-libs/gst/riff/riff-media.c:
29977           generate caps for ATRAC3 audio streams
29978
29979         * gst/realmedia/rmdemux.c:
29980           generate caps for ATRAC3 audio streams
29981
29982 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29983
29984         * gst/wavparse/Makefile.am
29985         * gst/wavparse/riff.h
29986         * gst/wavparse/wavparse.vcproj
29987           riff.h removal (unused and duplication with riff-ids.h)
29988
29989 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29990
29991         * gst/wavparse/gstwavparse.h
29992           remove duplicated defines for audio codec codes
29993
29994         * gst-libs/gst/riff/riff-ids.h
29995         * gst/wavenc/riff.h:
29996           add "4CC" code for ATRAC3 audio streams
29997           add "4CC" code for ITU_G721_ADPCM (unused for now)
29998
29999 2004-10-06  Wim Taymans  <wim@fluendo.com>
30000
30001         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30002         Actually _do_ negotiation. Pass gdouble as arg instead
30003         of guint64 for the framerate.
30004
30005 2004-10-06  Wim Taymans  <wim@fluendo.com>
30006
30007         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30008         (find_compatibles), (close_pad_link), (try_to_link_1),
30009         (no_more_pads), (close_link), (type_found):
30010         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30011         * gst/playback/gstplaybin.c: (gen_video_element),
30012         (gen_audio_element):
30013         Set state on newly added element to READY so that negotiation
30014         can happen ASAP.
30015         Addes some more debug info.
30016         Do not try to plug pads with multiple caps structures or ANY
30017         because it is too dangerous since we do not do dynamic
30018         replugging.
30019
30020 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30021
30022         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30023
30024         * po/LINGUAS:
30025         * po/or.po:
30026           add Oriya translation
30027
30028 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30029
30030         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30031           Prevent overwrite of size member. Makes audio sound crappy.
30032
30033 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30034
30035         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30036         Add rmvb to the list of known RealMedia extensions
30037
30038 2004-10-05  Wim Taymans  <wim@fluendo.com>
30039
30040         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30041         (mngdec_openstream), (mngdec_closestream),
30042         (mngdec_handle_sink_event), (mngdec_readdata),
30043         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30044         (mngdec_getcanvasline), (mngdec_refresh),
30045         (gst_mngdec_change_state):
30046         Set the framerate correctly.
30047
30048 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30049
30050         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30051           There was something wrong with the index massaging.
30052
30053 2004-10-04  Wim Taymans  <wim@fluendo.com>
30054
30055         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30056         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30057         (gst_smokedec_chain):
30058         * ext/jpeg/gstsmokedec.h:
30059         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30060         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30061         * ext/jpeg/gstsmokeenc.h:
30062         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30063         (smokecodec_decode_new), (smokecodec_info_free),
30064         (smokecodec_set_quality), (smokecodec_get_quality),
30065         (smokecodec_set_threshold), (smokecodec_get_threshold),
30066         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30067         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30068         (smokecodec_encode), (smokecodec_parse_id),
30069         (smokecodec_parse_header), (smokecodec_decode):
30070         * ext/jpeg/smokecodec.h:
30071         * ext/jpeg/smokeformat.h:
30072         Updated smoke, new bitstream, allows embedding in ogg.
30073
30074 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30075
30076         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30077           Fix seeking in some files. All this code is no longer needed (and
30078           actually breaks stuff) because we now synchronize the full index
30079           right when reading the header.
30080
30081 2004-10-04  Wim Taymans  <wim@fluendo.com>
30082
30083         * configure.ac:
30084         configure update for libmng.
30085
30086 2004-10-04  Wim Taymans  <wim@fluendo.com>
30087
30088         * ext/libmng/Makefile.am:
30089         * ext/libmng/gstmng.c: (plugin_init):
30090         * ext/libmng/gstmng.h:
30091         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30092         (gst_mngdec_base_init), (gst_mngdec_class_init),
30093         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30094         (gst_mngdec_loop), (gst_mngdec_get_property),
30095         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30096         (mngdec_closestream), (mngdec_handle_sink_event),
30097         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30098         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30099         (gst_mngdec_change_state):
30100         * ext/libmng/gstmngdec.h:
30101         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30102         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30103         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30104         (gst_mngenc_chain), (gst_mngenc_get_property),
30105         (gst_mngenc_set_property):
30106         * ext/libmng/gstmngenc.h:
30107         Added basic MNG decoder. Needs more work. The encoder does
30108         not work yet.
30109
30110 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30111
30112         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30113         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30114         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30115           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30116           no-more-pads.
30117
30118 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30119
30120         * configure.ac:
30121           you need at least 1.0.4 of speex
30122
30123 2004-10-04 Iain <iaingnome@gmail.com>
30124
30125         * ext/speex/gstspeexdec.h: Revert the includes changes.
30126
30127         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30128
30129 2004-09-30 Iain <iaingnome@gmail.com>
30130
30131         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30132         found during init or set as a property instead of hardcoding /dev/audio
30133
30134 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30135
30136         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30137         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30138         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30139         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30140         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30141         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30142         (gst_rmdemux_dump_data):
30143           Use debug category, fix EOS handling. filesrc ! rmdemux now
30144           works.
30145
30146 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30147
30148         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30149         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30150         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30151           Improve allocation, cutting and sorting of the index. How takes a
30152           few seconds instead of minutes.
30153
30154 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30155
30156         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30157           fixed compilation
30158
30159 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30160
30161         * gst-libs/gst/riff/riff-media.c:
30162         (gst_riff_create_video_caps_with_data),
30163         (gst_riff_create_video_template_caps):
30164           Add wing commander format mimetype/fourccs.
30165         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30166           Don't crash if some value is 0.
30167
30168 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30169
30170         * gst-libs/gst/riff/riff-media.c:
30171         (gst_riff_create_video_caps_with_data),
30172         (gst_riff_create_video_template_caps):
30173           Add DIB fourcc (raw, palettized 8-bit RGB).
30174         * gst-libs/gst/riff/riff-read.c:
30175         (gst_riff_read_strf_vids_with_data):
30176           Oops, fix strf_data reading bug.
30177         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30178           Use a non-NULL tag.
30179         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30180           Time for hacks. Sorry Dave. At least one quicktime movie (a
30181           trailer) that I've encountered contains multiple video tracks.
30182           One of those is the actual video track, the other are one-frame
30183           tracks (images). Unfortunately, the number of frames according
30184           to the trak header is 1 for each, so that doesn't help. So
30185           instead, I look at the duration and discard tracks with a
30186           duration shorter than 20% of the length of the stream. Better
30187           than nothing.
30188
30189 2004-10-01  Christian Schaller <christian@fluendo.com>
30190
30191         * ext/ivorbis/vorbis.c:
30192           Patch from Phil Blundell (Bug 152341)
30193
30194 2004-10-01  Wim Taymans  <wim@fluendo.com>
30195
30196         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30197         (speex_dec_get_formats), (speex_dec_convert),
30198         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30199         (speex_dec_chain), (gst_speexdec_get_property),
30200         (gst_speexdec_set_property):
30201         Small cleanups.
30202
30203 2004-10-01  Wim Taymans  <wim@fluendo.com>
30204
30205         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30206         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30207         (gst_wavparse_other), (gst_wavparse_loop),
30208         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30209         (gst_wavparse_srcpad_event):
30210         * gst/wavparse/gstwavparse.h:
30211         Added some more debugging info.
30212         Fix the case where the length of the file is 0.
30213         Make sure we seek to sample borders.
30214
30215 2004-10-01  Wim Taymans  <wim@fluendo.com>
30216
30217         * gst/playback/README:
30218         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30219         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30220         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30221         Add some debug info to decodebin, update README
30222
30223 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30224
30225         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30226           Don't use g_print(); use GST_DEBUG().
30227
30228 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30229
30230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30231         (gst_ogg_mux_queue_pads):
30232           Handle EOS properly.
30233
30234 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30235
30236         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30237
30238         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30239         (gst_faad_chain), (gst_faad_change_state):
30240         * ext/faad/gstfaad.h:
30241           Allow playback of raw (unframed) MPEG AAC files (#148993).
30242
30243 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30244
30245         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30246
30247         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30248           Throw error if we didn't recognize the stream. Fixes #152289.
30249
30250 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30251
30252         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30253           Fix negotiation.
30254
30255 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30256
30257         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30258
30259         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30260           Fix memleak.
30261
30262 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30263
30264         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30265
30266         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30267           Solve #152805.
30268         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30269           Solve 152806.
30270
30271 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30272
30273         * gst-libs/gst/riff/riff-media.c:
30274         (gst_riff_create_video_caps_with_data),
30275         (gst_riff_create_audio_caps_with_data):
30276           Add codec_data handling (like asfdemux used to do).
30277         * gst/asfdemux/gstasf.c: (plugin_init):
30278         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30279         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30280           Use riff-media for caps creation instead of our own (mostly
30281           broken) copy of its functions.
30282
30283 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30284
30285         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30286           Don't actually error out if we get another return value than
30287           -EINVAL. Opposite to what I first thought, drivers have random
30288           return values for this, although -EINVAL is the expected return
30289           value. Since this is not fatal, we shouldn't use
30290           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30291
30292 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30293
30294         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30295         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30296         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30297         (dvdreadsrc_get), (dvdreadsrc_open_file),
30298         (dvdreadsrc_change_state):
30299           Fix. Don't do one big huge loop around the whole DVD, that will
30300           cache all data and thus eat sizeof(dvd) (several GB) before we
30301           see something.
30302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30303           Actually NULL'ify event after using it.
30304         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30305         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30306         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30307         (gst_ebml_read_seek), (gst_ebml_read_skip):
30308           Handle events.
30309         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30310         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30311         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30312           Fix timing (this will probably break if I seek using menus, but
30313           I didn't get there yet). VOBs and normal DVDs should now work.
30314           Add a mpeg2-only pad with high rank so this get autoplugged for
30315           MPEG-2 movies.
30316         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30317         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30318         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30319         (gst_mpeg_demux_get_audio_stream),
30320         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30321         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30322           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30323           MPEG-1 but use dvddemux for MPEG-2.
30324         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30325         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30326         (gst_mpeg_parse_parse_packhead):
30327           Timing. Only add pad template if it exists. Add sink template from
30328           class and not from ourselves. This means we will always use the
30329           correct sink template even if it is not the one defined in this
30330           file.
30331
30332 2004-09-29  Wim Taymans  <wim@fluendo.com>
30333
30334         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30335         (gst_mpeg_demux_parse_pes):
30336         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30337         Fix playback of mpeg again, timestamps where screwed up by
30338         patch 1.61.
30339
30340 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30341
30342         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30343           Only return true if we actually filled something in. Prevents
30344           player applications from showing a random length for flac files.
30345         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30346         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30347         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30348         (gst_riff_read_strf_vids_with_data),
30349         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30350           OK, ok, so I implemented event handling. Apparently it's normal
30351           that we receive random events at random points without asking
30352           for it.
30353         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30354         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30355         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30356         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30357         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30358         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30359         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30360         * gst/avi/gstavidemux.h:
30361           Implement non-lineair chunk handling and subchunk processing.
30362           The first solves playback of AVI files where the audio and video
30363           data of individual buffers that we read are not synchronized.
30364           This should not happen according to the wonderful AVI specs, but
30365           of course it does happen in reality. It is also a prerequisite for
30366           the second. Subchunk processing allows us to cut chunks in small
30367           pieces and process each of these pieces separately. This is
30368           required because I've seen several AVI files with incredibly large
30369           audio chunks, even some files with only one audio chunk for the
30370           whole file. This allows for proper playback including seeking.
30371           This patch is supposed to fix all AVI A/V sync issues.
30372         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30373         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30374           Work.
30375         * gst/modplug/gstmodplug.cc:
30376           Proper return value setting for the query() function.
30377         * gst/playback/gstplaybasebin.c: (setup_source):
30378           Being in non-playing state (after, e.g., EOS) is not necessarily
30379           a bad thing. Allow for that. This fixes playback of short files.
30380           They don't actually playback fully now, because the clock already
30381           runs. This means that small files (<500kB) with a small length
30382           (<2sec) will still not or barely play. Other files, such as mod
30383           or flx, will work correctly, however.
30384
30385 2004-09-28  Wim Taymans  <wim@fluendo.com>
30386
30387         * ext/speex/gstspeex.c: (plugin_init):
30388         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30389         (gst_speex_dec_class_init), (speex_dec_get_formats),
30390         (speex_get_event_masks), (speex_get_query_types),
30391         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30392         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30393         (gst_speexdec_get_property), (gst_speexdec_set_property),
30394         (speex_dec_change_state):
30395         * ext/speex/gstspeexdec.h:
30396         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30397         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30398         (gst_speexenc_base_init), (gst_speexenc_class_init),
30399         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30400         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30401         (gst_speexenc_src_query), (gst_speexenc_init),
30402         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30403         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30404         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30405         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30406         (gst_speexenc_chain), (gst_speexenc_get_property),
30407         (gst_speexenc_set_property), (gst_speexenc_change_state):
30408         * ext/speex/gstspeexenc.h:
30409         Rewrote speex encoder, make sure it can be embedded in ogg.
30410         Implemented speex decoder.
30411
30412 2004-09-28  Christian Schaller <christian@fluendo.com>
30413
30414         * configure.ac:
30415         Remove kioslave plugin. Markey is brewing a new working one
30416         * ext/Makefile.am: Remove kioslave plugin
30417         * ext/kio: remove
30418         * gst-plugins.spec.in: remove kio plugin from spec
30419
30420 2004-09-27  Wim Taymans  <wim@fluendo.com>
30421
30422         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30423         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30424         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30425         (gst_multifdsink_new_client),
30426         (gst_multifdsink_handle_client_write),
30427         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30428         (gst_multifdsink_handle_clients):
30429         * gst/tcp/gstmultifdsink.h:
30430         Make syncing to keyframes actually work for new clients and lagging
30431         clients.
30432
30433 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30434
30435         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30436         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30437         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30438         * gst/debug/gstnavigationtest.h:
30439           make navigationtest display button-press and button-release events
30440
30441 2004-09-26 Iain <iaingnome@gmail.com>
30442
30443         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30444         the channels have received a new media event.
30445         (interleave_buffered_loop): Compresses a new media event on all
30446         channels into one.
30447
30448 2004-09-26 Iain <iaingnome@gmail.com>
30449
30450         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30451         call the sinkpad's default event handler and not the srcpads. He also
30452         says this is confusing :)
30453         (gst_wavenc_stop_file): Company says that seek events only go upstream
30454         we should send a discontinuous downstream instead.
30455
30456 2004-09-25  Christian Schaller <christian@fluendo.com>
30457
30458         * Update SPEC file to be usable in conjunction with Fedora Core,
30459           Fedora.us and freshrpms packages
30460         * Fix typo in multifilesrc test Makefile
30461
30462 2004-09-24  Wim Taymans  <wim@fluendo.com>
30463
30464         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30465         Only signal the no_more_pads signal when we have
30466         added the stream to our list.
30467
30468 2004-09-24  Wim Taymans  <wim@fluendo.com>
30469
30470         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30471         (new_decoded_pad):
30472         * gst/playback/gstplaybasebin.h:
30473         * gst/playback/gstplaybin.c: (setup_sinks):
30474         Don't try to preroll or decode more than one audio/video
30475         track.
30476
30477 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30478
30479         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30480           Throw error if we failed to find a suitable output. This should
30481           throw an error if we successfully set up a pipeline (e.g. because
30482           we recognized a media file) but found no decodable streams in it
30483           (e.g. because it contains only media stream types for which we
30484           have no decoders, or because it's not a media type).
30485
30486 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30487
30488         * ext/dirac/Makefile.am:
30489         * ext/dirac/gstdirac.cc:
30490         * ext/dirac/gstdiracdec.cc:
30491         * ext/dirac/gstdiracdec.h:
30492           Do something. Don't actually know if this works because I don't
30493           have a demuxer yet.
30494         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30495           Add channels=1 to caps returned from _getcaps().
30496         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30497         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30498         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30499         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30500         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30501         (gst_ogm_parse_change_state):
30502           Separate between audio/video so ogmaudioparse actually uses the
30503           audio pad templates. Both audio and video work now, including
30504           autoplugging. Also use sometimes-srcpad hack.
30505         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30506           Handle events better. Don't hang on infinite loops.
30507         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30508         (gst_avi_demux_init), (gst_avi_demux_reset),
30509         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30510         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30511         (gst_avi_demux_change_state):
30512         * gst/avi/gstavidemux.h:
30513           Improve A/V sync. Still not perfect.
30514         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30515         (gst_ebml_read_skip):
30516           Handle events better.
30517         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30518         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30519         (qtdemux_audio_caps):
30520           Add IMA4. Improve event handling. Save offset after a seek when
30521           the headers are at the end of the file so that we don't end up in
30522           an infinite loop.
30523         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30524           Add low-priority typefind support for files with no length.
30525
30526 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30527
30528         * testsuite/multifilesink/Makefile.am:
30529         fix typo
30530
30531 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30532
30533         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30535         mistakes from thaytan's patches.
30536
30537 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30538
30539         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30540           For completeness, XSync in the destroy function as xvimage does.
30541
30542 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30543
30544         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30545            Correct caps negotiation
30546         * gst/volume/gstvolume.c: (volume_chain_float),
30547         (volume_chain_int16):
30548            Modify debug output to be little more informative
30549         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30551         (gst_xvimagesink_xvimage_destroy):
30552           Add XSync calls after detaching from the shared memory segment to
30553           avoid a crash.
30554
30555 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30556
30557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30558         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30559         * ext/vorbis/vorbis.c: (plugin_init):
30560         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30561         (gst_vorbisenc_chain):
30562         * ext/vorbis/vorbisenc.h:
30563         remove explicit newmedia support from oggmux and vorbisenc
30564         add debug category to vorbisenc
30565         * gst/multifilesink/gstmultifilesink.c:
30566         (gst_multifilesink_class_init), (gst_multifilesink_init),
30567         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30568         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30569         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30570         (plugin_init):
30571         * gst/multifilesink/gstmultifilesink.h:
30572         add support for streamheader in multifilesink
30573
30574 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30575
30576         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30577         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30578         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30579           Prevent infinite loops. More correct error reporting.
30580         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30581           Error out if negotiation fails.
30582         * gst/playback/gstplaybasebin.c: (setup_source),
30583         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30584         (gst_play_base_bin_found_tag):
30585           Error/tag forwarding. Pre-roll fixes for source errors on state
30586           changes (e.g. "file does not exist") to prevent hangs.
30587
30588 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30589
30590         * testsuite/multifilesink/Makefile.am:
30591         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30592         (gst_newmedia_class_init), (gst_newmedia_init),
30593         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30594         (newfile_signal), (test_signal), (main):
30595         * testsuite/multifilesink/multifilesrc_test.c: (main):
30596         * testsuite/multifilesink/oggtheora_test.c:
30597         (gst_newmedia_base_init), (gst_newmedia_class_init),
30598         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30599         (test_format), (newfile_signal), (test_signal), (main):
30600         * testsuite/multifilesink/oggvorbis_test.c:
30601         (gst_newmedia_base_init), (gst_newmedia_class_init),
30602         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30603         (test_format), (newfile_signal), (test_signal), (main):
30604         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30605         (gst_newmedia_class_init), (gst_newmedia_init),
30606         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30607         (newfile_signal), (test_signal), (main):
30608         New media tests
30609
30610 2004-09-20  Christian Schaller <christian@fluendo.com>
30611
30612         * Fix mikmod license to LGPL as they have relicensed
30613         * Move Dirac and Effectv into LGPL section of README_license
30614
30615 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30616
30617         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30618         (gst_mad_change_state):
30619           Allow for mp3 rate/channels changes. However, only very
30620           conservatively. Reason that we *have* to enable this is smiply
30621           because the mad find_sync() function is not good enough, it will
30622           regularly sync on random data as valid frames and therefore make
30623           us provide random caps as *final* caps of the stream. The best fix
30624           I could think of is to simply require several of the same stream
30625           changes in a row before we change caps.
30626           The actual testcase that works now is #
30627         * ext/ogg/Makefile.am:
30628         * ext/ogg/gstogg.c: (plugin_init):
30629         * ext/ogg/gstogmparse.c:
30630           OGM support (video only for now; I need an audio sample file).
30631         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30632         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30633         (gst_asf_demux_add_video_stream):
30634           WMV extradata.
30635         * gst/playback/gstplaybasebin.c: (unknown_type):
30636           Don't error out on single unknown-types after all. It's wrong.
30637           If we found type of video and audio but not of a subtitle stream,
30638           it will still error out (which is unwanted). Will find a better fix
30639           later on.
30640         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30641         (ogmaudio_type_find), (plugin_init):
30642           OGM support.
30643
30644 2004-09-20  Johan Dahlin  <johan@gnome.org>
30645
30646         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30647         after setting caps.
30648
30649 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30650
30651         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30652         * gst/wavenc/gstwavenc.h:
30653         Added newmedia support to wavenc
30654
30655 2004-09-17  Wim Taymans  <wim@fluendo.com>
30656
30657         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30658         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30659         (gst_fdset_fd_can_write), (gst_fdset_wait):
30660         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30661         (gst_multifdsink_init), (gst_multifdsink_add),
30662         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30663         (gst_multifdsink_remove_client_link),
30664         (gst_multifdsink_client_queue_buffer),
30665         (gst_multifdsink_handle_client_write),
30666         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30667         (gst_multifdsink_close), (gst_multifdsink_change_state):
30668         * gst/tcp/gstmultifdsink.h:
30669         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30670         (gst_tcpserversink_removed):
30671         Small cleanups in fdset.c
30672         Use a hastable to map fd to the client structure for faster
30673         lookup in _remove and get_stats.
30674         Added virtual function to close the fds.
30675         Handle clients even when the select/poll call was unblocked because
30676         of a command.
30677         Implement syncing to keyframe in the recovery procedure.
30678
30679 2004-09-16 Iain <iaingnome@gmail.com>
30680
30681         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30682         try caps.
30683
30684 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30687           Caps are only set if the type of the stream is unknown, but this
30688           is initialized in ->init_stream(), so set to UNKNOWN after calling
30689           ->init_stream() so that capsnego starts.
30690
30691 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30694         (gst_avi_demux_stream_data):
30695           Just hardcode for raw audio then. AVI audio sucks.
30696
30697 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30698
30699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30700         * gst/matroska/matroska-mux.c: (audiosink_templ),
30701         (gst_matroska_mux_audio_pad_link):
30702         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30703         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30704
30705 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30706
30707         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30708         (gst_avi_demux_stream_data):
30709           Try to fix a/v sync issues.
30710
30711 2004-09-15  David Schleef  <ds@schleef.org>
30712
30713         * configure.ac: remove NASM check, since we don't use it.  Update
30714         dirac check to 0.4
30715         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30717         Initialized variables.
30718         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30719         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30720         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30721         SVQ3 format
30722
30723 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30724
30725         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30726         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30727         * gst/avi/gstavidemux.h:
30728           Fix for compressed audio (mp3) timestamp generation. How did this
30729           ever work?
30730
30731 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30732
30733         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30734           Volume is a double not a float.
30735
30736 2004-09-15  Wim Taymans  <wim@fluendo.com>
30737
30738         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30739         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30740         Don't close the fd in multifdsink as we didn't open it in the
30741         first place. Some cleanups.
30742
30743 2004-09-15  Wim Taymans  <wim@fluendo.com>
30744
30745         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30747         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30748         Fix the case where the muxer would mark pages as delta
30749         frames when they are not (vorbis only ogg).
30750
30751 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30752
30753         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30754         (gst_play_base_bin_change_state):
30755           Handle the case where we failed to setup a clear pipeline. This
30756           will throw an error (or EOS, another nice case) and if you don't
30757           catch that, the app will wait for the signal forever (and thus
30758           hang).
30759
30760 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30761
30762         * ext/gnomevfs/gstgnomevfssink.c:
30763         (gst_gnomevfssink_uri_get_protocols):
30764         * ext/gnomevfs/gstgnomevfssrc.c:
30765         (gst_gnomevfssrc_uri_get_protocols):
30766         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30767         * ext/gnomevfs/gstgnomevfsuri.h:
30768           Use _uri_new() instead of _open(), so it doesn't take as long and
30769           Christophe's computer won't hang.
30770         * gst/playback/gstplaybasebin.c: (unknown_type):
30771           Throw error on unknown media type, so apps actually display it.
30772
30773 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30774
30775         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30776           this script to work on Solaris since bash shell handles echo
30777           differenly than bash.
30778
30779 2004-09-17  Wim Taymans  <wim@fluendo.com>
30780
30781         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30782         (setup_source), (gst_play_base_bin_set_property),
30783         (gst_play_base_bin_add_element):
30784         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30785         Some more work on making sure seeking pauses the pipeline and
30786         that changing the uri actually does something.
30787
30788 2004-09-17  Wim Taymans  <wim@fluendo.com>
30789
30790         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30791         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30792         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30793         (gst_tcpserversink_close):
30794         Be a bit more paranoid when freeing memory.
30795
30796 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30797
30798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30799         (qtdemux_parse_trak):
30800           Don't crash by dividing by zero (see sample movie in #126922).
30801
30802 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30803
30804         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30805           Don't touch non-existing data (fixes crash on file in #140147).
30806
30807 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30808
30809         * gst/playback/gstplaybasebin.c:
30810         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30811           Handle double disposals, and proper change of URIs.
30812
30813 2004-09-13  Martin Eikermann <meiker@upb.de>
30814
30815         * gst/mpegstream/gstmpegparse.c:
30816           fix synchronistation for streams recorded from digital PCR
30817           fixes bug #119376
30818
30819 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30820
30821         * ext/gnomevfs/Makefile.am:
30822         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30823         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30824         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30825         (gst_gnomevfssink_uri_get_type),
30826         (gst_gnomevfssink_uri_get_protocols),
30827         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30828         (gst_gnomevfssink_uri_handler_init),
30829         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30830         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30831         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30832         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30833         (gst_gnomevfssrc_uri_get_type),
30834         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30835         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30836         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30837         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30838         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30839         * ext/gnomevfs/gstgnomevfsuri.h:
30840           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30841           of fake URIs to see which this version of Gnome-VFS likes, and
30842           uses that for the Gst-URI interface. Makes playbin support http://
30843           streams. Also fix up some stupid behaviour in gnomevfssrc.
30844
30845 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30846
30847         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30848         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30849         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30850         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30851           Update mixer (to sync with other sessions) if we try to obtain
30852           a new value. This makes alsamixer work accross applications.
30853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30854           Only call sync functions if we're running, else alsalib asserts.
30855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30856           Sometimes fails to compile. Possibly a gcc bug.
30857         * gst/playback/gstplaybin.c: (gen_video_element),
30858         (gen_audio_element):
30859           Add a reference to an application-provided object, because we lose
30860           this same reference if we add it to the bin. If we don't do this,
30861           we can only use this object once and thus crash if we go from
30862           ready to playing, back to ready and back to playing again.
30863           Also add an audioscale element because several cheap soundcards -
30864           like mine - don't support all samplerates.
30865         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30866         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30867           Fix wrong order or PAR calls. Makes automatically obtained PAR
30868           from the X server atually being used.
30869
30870 2004-09-12  David Schleef  <ds@schleef.org>
30871
30872         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30873         #151887, #152102, #152247.
30874         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30875         * examples/seeking/cdparanoia.c: same
30876         * examples/seeking/cdplayer.c: same
30877         * examples/seeking/seek.c: same
30878         * examples/seeking/spider_seek.c: same
30879         * examples/seeking/vorbisfile.c: same
30880         * examples/stats/mp2ogg.c: same
30881         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30882         (gst_esdsink_dispose): Dispose of element properly.
30883         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30884         fixes.
30885         * ext/nas/nassink.c: (gst_nassink_class_init),
30886         (gst_nassink_dispose): Dispose of element correctly.
30887         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30888         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30889         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30890         Fix 64-bit warning.
30891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30892         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30893         Fix 64-bit warning.
30894
30895 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30896
30897         * configure.ac : change speex detection as 1.1.6 now uses
30898           .pc/pkg-config and they changed their headers location.
30899
30900 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30901
30902         * gst/matroska/matroska-mux.h:
30903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30904         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30905         (gst_matroska_mux_write_data):
30906           Write multiple blocks/frames per cluster.
30907                 Write meta-seek information (seek heads).
30908
30909 2004-09-09  Scott Wheeler <wheeler@kde.org>
30910
30911         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30912         (gst_play_bin_set_property), (gst_play_bin_get_property),
30913         (gen_audio_element), (gen_audio_element):
30914           Add a volume element / property to the pipeline.
30915
30916 2004-09-07  Wim Taymans  <wim@fluendo.com>
30917
30918         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30919         Copy timestamps from the master pad to the output buffers.
30920
30921 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30922
30923         * ext/raw1394/gstdv1394src.c:
30924           throw errors when applicable
30925
30926 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30927
30928         * gst/matroska/ebml-ids.h:
30929         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30930         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30932           automatically convert unix time <-> ebml time when reading/writing
30933           a date, use gst_ebml_write_uint to write CUETIME,
30934           not gst_ebml_write_date.
30935         * gst/matroska/matroska-ids.h:
30936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30937         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30938         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30939         (gst_matroska_mux_write_data):
30940           Write track and segment UIDs, write muxing date, write
30941           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30942           Create cues for audio only files.
30943
30944 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30945
30946         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30947         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30948           Re-commit ALSA switches.
30949         * gst/adder/gstadder.c: (gst_adder_loop):
30950           64-bit fix (#151416).
30951         * gst/debug/progressreport.c: (gst_progressreport_report):
30952           64-bit fix (#151419).
30953         * gst/matroska/matroska-demux.c:
30954         (gst_matroska_demux_parse_contents):
30955           64-bit fix (#151420).
30956         * gst/playback/test3.c: (update_scale):
30957           64-bit fix (#151421).
30958
30959 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30960
30961         * configure.ac:
30962           bump nano to cvs
30963
30964 === release 0.8.4 ===
30965
30966 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30967
30968         * configure.ac: releasing 0.8.4, "Alias"
30969
30970 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30971
30972         * ext/theora/Makefile.am:
30973           fix makefile.  Fixes #151462.
30974
30975 2004-08-30  Wim Taymans  <wim@fluendo.com>
30976
30977         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30978         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30979         (gst_multifdsink_remove_client_link),
30980         (gst_multifdsink_client_queue_buffer),
30981         (gst_multifdsink_handle_client_write):
30982         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30983         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30984         Fix some memory leaks.
30985
30986 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30987
30988         Patch by: David Schleef
30989
30990         * configure.ac:
30991         * sys/Makefile.am:
30992           rename our detection macro for V4L2.  Fixes #151236.
30993
30994 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30995
30996         Patch by: David Schleef
30997
30998         * configure.ac:
30999           check to define LAMEPRESET.  Fixes #151232.
31000
31001 2004-08-27  David Schleef  <ds@schleef.org>
31002
31003         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31004         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31005         (gst_glimagesink_fixate):  Move local variable declarations to
31006         make gcc-2.95 happy.
31007
31008 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31009
31010         * configure.ac:
31011           bump nano for prerelease
31012
31013 2004-08-27  David Schleef  <ds@schleef.org>
31014
31015         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31016         * sys/sunaudio/gstsunaudiosrc.c:
31017         * sys/sunaudio/gstsunaudiosrc.h:
31018
31019 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31020
31021         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31022         handle EOS correctly
31023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31024         * gst/matroska/matroska-mux.h:
31025         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31026         VFW compatibility mode
31027
31028 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31029
31030         patch by: Zaheer Abbas Merali
31031
31032         * ext/ogg/gstoggmux.c:
31033         * ext/vorbis/vorbisenc.c:
31034         * ext/vorbis/vorbisenc.h:
31035           handle NEWMEDIA
31036
31037 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31038
31039         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31040         fix byte order reversion on little endian machines.
31041         * gst/matroska/matroska-mux.c: (audiosink_templ),
31042         (gst_matroska_mux_audio_pad_link):
31043         add TTA codec to the list of supported codecs.
31044         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31045         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31046         (gst_matroska_mux_write_data):
31047         * gst/matroska/matroska-mux.h:
31048         write segment duration correctly, write muxing app string, fixes bugs
31049         #140897 and #140898.
31050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31051         wait for all pads to be negotiated before starting to mux.
31052
31053 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31054
31055         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31056         * ext/lame/gstlame.h:
31057         Added new media support to lame
31058
31059 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31060
31061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31062         send vorbis headers at the beginning of a stream, fixes bug #141554.
31063         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31064         bug #148950.
31065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31066         (gst_matroska_demux_plugin_init):
31067         * gst/matroska/matroska-ids.h:
31068         enable demuxing of TTA audio streams, fixes bug #148951.
31069         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31070         enable typefinding for TTA audio files, fixes bug #148711.
31071         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31072         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31073         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31074
31075 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31076
31077         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31078         (gst_riff_read_element_data), (gst_riff_read_seek),
31079         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31080         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31081         <teuf@gnome.org>
31082
31083 2004-08-23 Iain <iaingnome@gmail.com>
31084
31085         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31086         tags. They appear to be handled differently to normal.
31087         (tag_list_to_id3_tag_foreach): Ditto.
31088
31089 2004-08-22  Wim Taymans  <wim@fluendo.com>
31090
31091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31092         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31093         Make sure we never send -1 granulepos.
31094
31095 2004-08-20  Wim Taymans  <wim@fluendo.com>
31096
31097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31098         (gst_ogg_mux_loop):
31099         I will accept bitchslappings with non sharp objects.
31100
31101 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31102
31103         * configure.ac:
31104         Clean up the test for lame presets
31105
31106 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31107
31108         * configure.ac:
31109         * ext/lame/Makefile.am:
31110         * ext/lame/gstlame.c: (gst_lame_class_init),
31111         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31112         Only enable lame presets if version of lame has presets in API
31113
31114 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31115         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31116         * gst/udp/gstudpsrc.h:
31117           Don't call gst_pad_push in a get function. Fixes #150449
31118
31119 2004-08-18  Wim Taymans  <wim@fluendo.com>
31120
31121         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31122         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31123         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31124         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31125         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31126         (gst_fdset_wait):
31127         * gst/tcp/gstfdset.h:
31128         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31129         (gst_multifdsink_client_queue_buffer),
31130         (gst_multifdsink_handle_client_write):
31131         * gst/tcp/gstmultifdsink.h:
31132         Some extra checks in gstfdset.
31133         Only use send() when the fd is a socket. Don't try to
31134         read from write only fds.
31135
31136 2004-08-18  Wim Taymans  <wim@fluendo.com>
31137
31138         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31139         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31140         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31141         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31142         (gst_fdset_wait):
31143         Add more locking and bounds checking.
31144
31145 2004-08-18  Wim Taymans  <wim@fluendo.com>
31146
31147         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31148         Realloc test fdset in the lock and right before starting
31149         the poll call. Bump the limit to 4096.
31150
31151 2004-08-17  David Schleef  <ds@schleef.org>
31152
31153         * sys/sunaudio/Makefile.am:
31154         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31155         of rates and channels.  Make debugging less obnoxious.
31156
31157         Patch from Balamurali Viswanathan implementing a mixer for
31158         Sun audio.  (bug #144091):
31159         * sys/sunaudio/gstsunelement.c:
31160         * sys/sunaudio/gstsunelement.h:
31161         * sys/sunaudio/gstsunmixer.c:
31162         * sys/sunaudio/gstsunmixer.h:
31163
31164 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31165
31166         * gst/audioscale/gstaudioscale.c:
31167         * gst/audioscale/gstaudioscale.h:
31168         made audioscale resample from any sample rate to any sample rate
31169
31170 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31171
31172         * ext/libpng/gstpngdec.c:
31173           error out on unsupported types
31174
31175 2004-08-17  Iain <iaingnome@gmail.com>
31176
31177         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31178         mid_side and loose_mid_side properties if its a stereo stream.
31179
31180 2004-08-17  Wim Taymans  <wim@fluendo.com>
31181
31182         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31183         (theora_get_formats), (theora_dec_src_convert),
31184         (theora_dec_sink_convert), (theora_dec_src_query),
31185         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31186         Add a debug line.
31187
31188 2004-08-17  Wim Taymans  <wim@fluendo.com>
31189
31190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31191         (gst_ogg_pad_push):
31192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31193         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31194         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31195         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31196         Mark delta units in the muxer.
31197         Try to decode the packet after an out-of-sync error from
31198         libogg.
31199
31200 2004-08-17  Wim Taymans  <wim@fluendo.com>
31201
31202         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31203         (gst_multifdsink_init), (gst_multifdsink_add),
31204         (gst_multifdsink_client_queue_buffer),
31205         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31206         * gst/tcp/gstmultifdsink.h:
31207         Added option to send a keyframe to clients as the first buffer.
31208         Make timeout property writable.
31209
31210 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31211
31212         patch by: Wim Taymans
31213
31214         * gst/tcp/gstfdset.c:
31215         * gst/tcp/gstmultifdsink.c:
31216           fix index comparison, should include 0
31217
31218 2004-08-16  Wim Taymans  <wim@fluendo.com>
31219
31220         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31221         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31222         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31223         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31224         (gst_fdset_wait):
31225           copy when reallocing for poll so the select arguments don't get
31226           changed during the call
31227
31228 2004-08-16  Wim Taymans  <wim@fluendo.com>
31229
31230         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31231         (gst_theora_enc_class_init), (theora_enc_sink_link),
31232         (theora_buffer_from_packet), (theora_enc_chain):
31233         Fix bug where buffers were not marked as keyframes
31234         correctly.
31235
31236 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31237
31238         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31239         (gst_lame_preset_get_type), (gst_lame_class_init):
31240         describe the enum values for vbr mode and presets more verbosely
31241
31242 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31243
31244         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31245         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31246         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31247         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31248         * ext/lame/gstlame.h:
31249         add preset property to lame so it can use lame presets
31250
31251 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31252
31253         * ext/lame/gstlame.c: (gst_lame_get_property):
31254         whoops forgot break, thanks teuf
31255
31256 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31257
31258         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31259         (gst_lame_class_init), (gst_lame_src_getcaps),
31260         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31261         (gst_lame_get_property), (gst_lame_setup):
31262         * ext/lame/gstlame.h:
31263         fix lame's broken vbr stuff, allow it to resample if need be, and also
31264         make xing header optional
31265
31266 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31267
31268         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31269         added getcaps function so samplerate doesnt get fixated to silly values
31270
31271 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31272
31273         * ext/lame/gstlame.c: (gst_lame_src_link):
31274         revert previous fix
31275
31276 2004-08-12  Johan Dahlin  <johan@gnome.org>
31277
31278         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31279         checks. Doesn't matter what state we are in. Interfaces are a
31280         compile time thing, not runtime. It also broke the python bindings.
31281
31282 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31283
31284         * ext/lame/gstlame.c: (gst_lame_src_link):
31285         made source pad link function check if sinkpad is ok..fixes the problem
31286         where core fixates the output rate of lame stupidly
31287
31288 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31289
31290         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31291         * sys/v4l/v4l_calls.c:
31292         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31293           fix fixate function to handle nonsimple caps.
31294           remove bogus check in _link
31295           cleanups
31296
31297 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31298
31299         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31300         set default compression ratio parameter to 0.0 so bitrate parameter
31301         works :)
31302
31303 2004-08-11  David Schleef  <ds@schleef.org>
31304
31305         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31306
31307 2004-08-11  David Schleef  <ds@schleef.org>
31308
31309         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31310         before.
31311
31312 2004-08-11  David Schleef  <ds@schleef.org>
31313
31314         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31315
31316 2004-08-11  David Schleef  <ds@schleef.org>
31317
31318         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31319           license field
31320         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31321         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31322           LGPL.
31323         * gst/auparse/gstauparse.c: Fix plugin license field.
31324         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31325         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31326         * gst/rtp/gstrtp.c: Fix plugin license field.
31327
31328 2004-08-11  Wim Taymans  <wim@fluendo.com>
31329
31330         * gst/tcp/Makefile.am:
31331         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31332         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31333         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31334         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31335         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31336         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31337         (gst_fdset_fd_can_write), (gst_fdset_wait):
31338         * gst/tcp/gstfdset.h:
31339         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31340         (gst_multifdsink_class_init), (gst_multifdsink_init),
31341         (gst_multifdsink_add), (gst_multifdsink_remove),
31342         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31343         (gst_multifdsink_remove_client_link),
31344         (gst_multifdsink_handle_client_read),
31345         (gst_multifdsink_client_queue_data),
31346         (gst_multifdsink_client_queue_caps),
31347         (gst_multifdsink_client_queue_buffer),
31348         (gst_multifdsink_handle_client_write),
31349         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31350         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31351         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31352         (gst_multifdsink_close):
31353         * gst/tcp/gstmultifdsink.h:
31354         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31355         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31356         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31357         (gst_tcpserversink_close):
31358         * gst/tcp/gsttcpserversink.h:
31359         Abstracted away the select call, implemented poll (yes we ran into
31360         the 1024 limit in production).
31361
31362 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31363
31364         * gst/tcp/gsttcp.c:
31365         * gst/tcp/gsttcpplugin.c:
31366           improve debuggging, remove assert
31367
31368 2004-08-10  Wim Taymans  <wim@fluendo.com>
31369
31370         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31371         (gst_client_status_get_type), (gst_multifdsink_class_init),
31372         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31373         (gst_multifdsink_handle_client_read),
31374         (gst_multifdsink_handle_client_write),
31375         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31376         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31377         (gst_multifdsink_get_property):
31378         * gst/tcp/gstmultifdsink.h:
31379         * gst/tcp/gsttcp-marshal.list:
31380         Starting to prepare for specifying buffer time in other units
31381         than buffers. Expose remove reason in signal.
31382
31383 2004-08-10  Wim Taymans  <wim@fluendo.com>
31384
31385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31386         (gst_multifdsink_remove), (gst_multifdsink_clear),
31387         (gst_multifdsink_remove_client_link),
31388         (gst_multifdsink_handle_client_read),
31389         (gst_multifdsink_client_queue_data),
31390         (gst_multifdsink_client_queue_buffer),
31391         (gst_multifdsink_handle_client_write),
31392         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31393         (gst_multifdsink_chain), (gst_multifdsink_close):
31394         * gst/tcp/gstmultifdsink.h:
31395         Added more debugging info. Changed the way clients are
31396         removed from the lists. Fixed a bug where a bad file descriptor
31397         could cause many clients to be removed.
31398
31399 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31400
31401         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31402           allow all pixel-aspect-ratios, not just 1:1
31403
31404 2004-08-09  David Schleef  <ds@schleef.org>
31405
31406         * sys/glsink/ARB_multitexture.h:  Remove old files.
31407         * sys/glsink/EXT_paletted_texture.h:
31408         * sys/glsink/NV_register_combiners.h:
31409         * sys/glsink/gstgl_nvimage.c:
31410         * sys/glsink/gstgl_pdrimage.c:
31411         * sys/glsink/gstgl_rgbimage.c:
31412         * sys/glsink/gstglsink.c:
31413         * sys/glsink/gstglsink.h:
31414         * sys/glsink/gstglxwindow.c:
31415         * sys/glsink/regcomb_yuvrgb.c:
31416
31417 2004-08-09  David Schleef  <ds@schleef.org>
31418
31419         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31420         GL sink plugin.  (Bug #147302)
31421
31422         * configure.ac: Test for OpenGL
31423         * sys/Makefile.am: Use test for OpenGL
31424         * sys/glsink/Makefile.am:
31425         * sys/glsink/glimagesink.c: rewrite
31426         * sys/glsink/glimagesink.h: rewrite
31427
31428 2004-08-09  David Schleef  <ds@schleef.org>
31429
31430         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31431         sane framerates.
31432         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31434         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31435
31436 2004-08-09  Wim Taymans  <wim@fluendo.com>
31437
31438         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31439         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31440         (gst_multifdsink_client_remove),
31441         (gst_multifdsink_handle_client_read),
31442         (gst_multifdsink_handle_client_write),
31443         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31444         Do a bit more logging, make the client_read code more robust.
31445
31446 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31447
31448         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31449         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31450         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31451         (gst_jpegdec_init), (gst_jpegdec_chain):
31452         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31453         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31454           cleanups, debugging fixes and memleak plugging
31455
31456 2004-08-09  Wim Taymans  <wim@fluendo.com>
31457
31458         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31459         (theora_get_formats), (theora_dec_src_convert),
31460         (theora_dec_sink_convert), (theora_dec_src_query),
31461         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31462         (theora_dec_change_state):
31463         Don't crash on missing header packets.
31464
31465 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31466
31467         * po/LINGUAS:
31468         * po/sq.po:
31469           Added Albanian translation (Laurent Dhima)
31470         * po/cs.po:
31471           updated
31472
31473 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31474
31475         * ext/lame/gstlame.c:
31476           fix/add debugging
31477
31478 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31479
31480         * sys/ximage/ximagesink.c:
31481         * sys/xvimage/xvimagesink.c:
31482           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31483
31484 2004-08-06  Wim Taymans  <wim@fluendo.com>
31485
31486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31487         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31488         (gst_multifdsink_client_remove),
31489         (gst_multifdsink_handle_client_read),
31490         (gst_multifdsink_handle_client_write),
31491         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31492         Make sure we don't try to read more from a client that what
31493         ioctl says us or we deadlock.
31494
31495 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31496
31497         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31498         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31499         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31500           decouple running_time and n_frames so it can handle changing
31501           framerate while running
31502
31503 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31504
31505         * po/nl.po:
31506         * po/sv.po:
31507           updated translations
31508
31509 2004-08-04  Benjamin Otte  <otte@gnome.org>
31510
31511         * gst/videotestsrc/gstvideotestsrc.c:
31512         (gst_videotestsrc_get_capslist), (generate_capslist),
31513         (plugin_init):
31514           generate the list of supported caps at startup and reuse it instead
31515           of always generating it
31516
31517 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31518
31519         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31520           whoops, last checkin broke normal build
31521
31522 2004-08-03  Benjamin Otte  <otte@gnome.org>
31523
31524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31525         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31526         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31527         (gst_alsa_mixer_get_option):
31528         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31529         (dvdnavsrc_print_event):
31530         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31532         (gst_ogg_mux_pad_unlink):
31533         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31534         (gst_multipart_mux_pad_unlink):
31535         * gst/videofilter/gstvideobalance.c:
31536         (gst_videobalance_colorbalance_set_value):
31537         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31538         (gst_videomixer_pad_unlink):
31539         * po/uk.po:
31540         * sys/oss/gstossmixer.c:
31541         * sys/v4l/gstv4lcolorbalance.c:
31542         * sys/v4l/gstv4ltuner.c:
31543         * sys/v4l/v4lsrc_calls.c:
31544         * sys/v4l2/gstv4l2colorbalance.c:
31545         * sys/v4l2/gstv4l2tuner.c:
31546           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31547
31548 2004-08-03  Benjamin Otte  <otte@gnome.org>
31549
31550         * examples/dynparams/filter.c: (ui_control_create):
31551         * examples/gstplay/player.c: (print_tag):
31552         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31553         * ext/gdk_pixbuf/gstgdkanimation.c:
31554         (gst_gdk_animation_iter_may_advance):
31555         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31556         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31557         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31558         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31559         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31560         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31561         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31562         * gst/sine/demo-dparams.c: (main):
31563         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31564         * testsuite/alsa/formats.c: (create_pipeline):
31565         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31566           fixes for G_DISABLE_ASSERT and friends
31567         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31568         (mp3_type_frame_length_from_header), (mp3_type_find),
31569         (plugin_init):
31570           require mp3 typefinding to have at least MIN_HEADERS valid headers
31571           add typefinding for AAC adts files
31572
31573 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31574
31575         * sys/ximage/ximagesink.c:
31576         (gst_ximagesink_calculate_pixel_aspect_ratio):
31577         * sys/xvimage/xvimagesink.c:
31578         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31579         Make sure we calculate pixel-aspect-ratio using floating point maths
31580
31581 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31582
31583         * po/uk.po:
31584           updated translation
31585
31586 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31587
31588         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31590           add debugging for display PAR calculation
31591
31592 2004-08-02  David Schleef  <ds@schleef.org>
31593
31594         * configure.ac: Fix mikmod CFLAGS.
31595
31596 2004-07-27  Benjamin Otte  <otte@gnome.org>
31597
31598         * gst/audioscale/gstaudioscale.c:
31599         - fix templates to only support S16, it's the only format that works
31600         - make caps nego code use try_set_caps_nonfixed and fixation instead
31601         of try_set_caps twice, which is not nice for autopluggers
31602         - change rank to secondary, so autopluggers can pick it up after
31603         audioconvert
31604
31605 2004-08-02  Iain <iain@prettypeople.org>
31606
31607         * gst/interleave/interleave.c (interleave_init),
31608         (interleave_request_new_pad),
31609         (interleave_pad_removed),
31610         (interleave_buffered_loop): Use the real pad count, not the artificial
31611         one.
31612
31613 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31614
31615         * configure.ac: bump nano back to development
31616
31617 === release 0.8.3 ===
31618
31619 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31620
31621         * configure.ac: releasing 0.8.3, "Water"
31622
31623 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31624
31625         * sys/xvimage/xvimagesink.c:
31626         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31627         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31628         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31629         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31630         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31631         * sys/xvimage/xvimagesink.h:
31632           apply similar PAR fixes as to ximagesink
31633
31634 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31635
31636         patch from: Benjamin Otte
31637
31638         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31639           add link function to lame.  Fixes #148986.
31640
31641 2004-08-02  Johan Dahlin  <johan@gnome.org>
31642
31643         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31644         fix debugging log
31645
31646 2004-07-30  David Schleef  <ds@schleef.org>
31647
31648         * gst/videomixer/Makefile.am: Fix things that should have been
31649         fixed in the last checkin.
31650
31651 2004-07-30  David Schleef  <ds@schleef.org>
31652
31653         * gst/multipart/Makefile.am: Fix things that should have been
31654         fixed in the last checkin.
31655
31656 2004-07-30  David Schleef  <ds@schleef.org>
31657
31658         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31659
31660 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31661
31662         * configure.ac:
31663           bump nano for prerelease
31664         * po/af.po:
31665         * po/az.po:
31666         * po/cs.po:
31667         * po/en_GB.po:
31668         * po/hu.po:
31669         * po/nl.po:
31670         * po/sr.po:
31671         * po/sv.po:
31672         * po/uk.po:
31673           updates
31674
31675 2004-07-30  Wim Taymans  <wim@fluendo.com>
31676
31677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31678         (gst_multifdsink_add), (gst_multifdsink_remove),
31679         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31680         (gst_multifdsink_client_remove),
31681         (gst_multifdsink_handle_client_write),
31682         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31683         * gst/tcp/gstmultifdsink.h:
31684         Recover from a select with a bad file descriptor by removing
31685         the client.
31686
31687 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31688
31689         * configure.ac:
31690           fix requirement of core
31691         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31692         (gst_play_pipeline_setup):
31693           don't use colorspace element.  do use hermescolorspace element.
31694           make macro to get a colorspace element.
31695           mark strings for translation.
31696         * po/POTFILES.in:
31697           add play.c
31698         * po/af.po:
31699         * po/az.po:
31700         * po/cs.po:
31701         * po/en_GB.po:
31702         * po/hu.po:
31703         * po/nl.po:
31704         * po/sr.po:
31705         * po/sv.po:
31706         * po/uk.po:
31707           update translations
31708
31709 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31710
31711         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31712         fix default for newmedia flag
31713
31714 2004-07-30  Wim Taymans  <wim@fluendo.com>
31715
31716         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31717         (gst_theora_dec_init), (theora_get_formats),
31718         (theora_dec_src_convert), (theora_dec_sink_convert),
31719         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31720         (theora_dec_chain), (theora_dec_set_property),
31721         (theora_dec_get_property):
31722         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31723         (gst_theora_enc_class_init), (gst_theora_enc_init),
31724         (theora_enc_sink_link), (theora_enc_chain),
31725         (theora_enc_set_property), (theora_enc_get_property):
31726         Added cropping option to theora decoder.
31727         Added border option to theora encoder.
31728
31729 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31730
31731         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31732         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31733         (gst_pngenc_set_property):
31734         * ext/libpng/gstpngenc.h:
31735         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
31736
31737 2004-07-30  Wim Taymans  <wim@fluendo.com>
31738
31739         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31740         (theora_enc_sink_link), (theora_enc_chain),
31741         (theora_enc_set_property), (theora_enc_get_property):
31742         Fix encoding of non-multiple-of-16 video.
31743
31744 2004-07-29  David Schleef  <ds@schleef.org>
31745
31746         * configure.ac: make test for audiofile more strict
31747
31748 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31749
31750         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31751           give different names to typefind functions
31752
31753 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31754
31755         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31756         (gst_ximagesink_calculate_pixel_aspect_ratio),
31757         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31758         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31759         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31760         (gst_ximagesink_get_property), (gst_ximagesink_init):
31761         * sys/ximage/ximagesink.h:
31762           allocate PAR's dynamically.
31763           use autodetected PAR if no object-set PAR is given.
31764           add workaround for directfb's X not setting physical size.
31765           fix to xvimagesink will follow tomorrow.
31766
31767 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31768
31769         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31770         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31771         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31772         (gst_shout2send_class_init), (gst_shout2send_init),
31773         (set_shout_metadata), (gst_shout2send_set_metadata),
31774         (gst_shout2send_chain), (gst_shout2send_set_property),
31775         (gst_shout2send_get_property), (gst_shout2send_connect),
31776         (gst_shout2send_change_state):
31777         * ext/shout2/gstshout2.h:
31778         - fix for sending mp3 audio to icecast2 server, if pad link function not
31779         called before PAUSED state
31780         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31781         - added tagging support for mp3 audio broadcasted
31782         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31783         debug info
31784
31785 2004-07-28  Wim Taymans  <wim@fluendo.com>
31786
31787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31788         (gst_ogg_demux_push):
31789         Return query failure when we don't know the length of
31790         an ogg stream insteda of returning TRUE with a bogus value.
31791
31792 2004-07-28  Wim Taymans  <wim@fluendo.com>
31793
31794         * ext/theora/theoradec.c: (theora_get_formats),
31795         (theora_dec_src_convert), (theora_dec_sink_convert),
31796         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31797         (theora_dec_chain):
31798         Don't screw up the 1 Chroma for 1 luma sample situation when we
31799         have an odd offset/width by adding a black border in those cases.
31800
31801 2004-07-28  Wim Taymans  <wim@fluendo.com>
31802
31803         * ext/theora/theoradec.c: (theora_get_formats),
31804         (theora_dec_src_convert), (theora_dec_sink_convert),
31805         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31806         (theora_dec_chain):
31807         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31808         Added first attempt at cropping of the image as required by the
31809         theora spec. We need more properties in the caps (offset_x,
31810         offset_y,stride) to implement this correctly.
31811
31812 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31813
31814         * ext/dvdnav/README:
31815           Update the README to use dvddemux
31816         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31817           Ensure getcaps returns a subset of the template caps
31818         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31819         (gst_mpeg2subt_init):
31820           Ensure getcaps returns a subset of the template caps
31821         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31822         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31823         (gst_dvd_demux_get_subpicture_stream),
31824         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31825         * gst/mpegstream/gstdvddemux.h:
31826           Set the explicit caps on the current_video pad before pushing
31827           anything
31828         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31829         (gst_mpeg_demux_get_audio_stream):
31830           Free caps used to gst_pad_set_explicit_caps, which takes a const
31831           GstCaps *
31832
31833 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31834
31835         * configure.ac: update GStreamer requirement to 0.8.4 because of
31836           GstFraction.
31837
31838 2004-07-28  Wim Taymans  <wim@fluendo.com>
31839
31840         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31841         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31842         Add the pad to the element after setting up the caps. This
31843         makes it a lot easier to autoplug.
31844
31845 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31846
31847         * gst/median/gstmedian.c:
31848         * gst/mpeg2subt/gstmpeg2subt.c:
31849         * gst/mpegaudioparse/gstmpegaudioparse.c:
31850         * gst/mpegstream/gstdvddemux.c:
31851         * gst/mpegstream/gstmpegdemux.c:
31852         * gst/mpegstream/gstmpegpacketize.c:
31853         * gst/rtjpeg/gstrtjpeg.c:
31854         * gst/rtjpeg/gstrtjpegdec.c:
31855         * gst/rtjpeg/gstrtjpegenc.c:
31856         * gst/sine/gstsinesrc.c:
31857         * gst/smooth/gstsmooth.c:
31858         * gst/smpte/gstsmpte.c:
31859         * gst/smpte/gstsmpte.h:
31860         * gst/stereo/gststereo.c:
31861         * gst/videofilter/gstgamma.c:
31862         * gst/videofilter/gstvideobalance.c:
31863         * gst/videofilter/gstvideofilter.c:
31864         * gst/videofilter/gstvideoflip.c:
31865         * gst/videoscale/gstvideoscale.c:
31866         * gst/videoscale/videoscale.c:
31867         * gst/videotestsrc/gstvideotestsrc.c:
31868         * gst/videotestsrc/videotestsrc.c:
31869         * gst/wavenc/gstwavenc.c:
31870         * gst/wavparse/gstwavparse.c:
31871           fix local includes and 64 bits constants
31872
31873 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31874
31875         * win32/gst.sln:
31876         * gst-libs/gst/*/*.vcproj:
31877         * gst/*/*.vcproj:
31878           more working plugins
31879
31880 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31881
31882         * testsuite/alsa/Makefile.am:
31883         * testsuite/alsa/srcstate.c:
31884         add test for alsasrc changing state
31885
31886 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31887
31888         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31889         (gst_silence_get):
31890         * gst/silence/gstsilence.h:
31891         fix silence generation for 16bit raw audio
31892
31893 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31894
31895         * gst/matroska/matroska-demux.c:
31896         (gst_matroska_demux_parse_metadata),
31897         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31898         * gst/mpegaudio/common.c:
31899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31900         (gst_videoscale_getcaps), (gst_videoscale_link),
31901         (gst_videoscale_src_fixate), (gst_videoscale_init),
31902         (gst_videoscale_finalize):
31903         * gst/videoscale/gstvideoscale.h:
31904         * gst/videotestsrc/gstvideotestsrc.c:
31905         (gst_videotestsrc_get_capslist):
31906         * gst/wavenc/gstwavenc.c:
31907         * sys/oss/gstossmixer.c: (fill_labels):
31908         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31909         (gst_ximagesink_handle_xevents),
31910         (gst_ximagesink_calculate_pixel_aspect_ratio),
31911         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31912         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31913         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31914         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31915         (gst_ximagesink_init), (gst_ximagesink_class_init):
31916         * sys/ximage/ximagesink.h:
31917         * sys/xvimage/xvimagesink.c:
31918         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31919         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31920         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31921         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31922         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31923         * sys/xvimage/xvimagesink.h:
31924           first batch of pixel aspect ratio commits.
31925
31926 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31927
31928         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31929         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31930         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31931           handle stride, needs work if we want to move stride handling
31932           upstream, but works correctly for our purposes.
31933
31934 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31935
31936         * gst/videoscale/README:
31937           add testing examples
31938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31939         (gst_videoscale_chain):
31940         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31941         (gst_videoscale_get_size):
31942           add get_size function that handles stride like videotestsrc.
31943           fixes conversion for YUV formats for as much as I can test them.
31944
31945 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31946
31947         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31948         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31950         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31951         (gst_xvimagesink_xvimage_put):
31952           further cleanups, logging, error handling and synchronizing
31953
31954 2004-07-27  Wim Taymans  <wim@fluendo.com>
31955
31956         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31957         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31958         (gst_videomixer_pad_set_property),
31959         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31960         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31961         (gst_videomixer_class_init), (gst_videomixer_init),
31962         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31963         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31964         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31965         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31966         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31967         (gst_videomixer_loop), (plugin_init):
31968         Be a nicer negotiation citizen and provide a getcaps function on
31969         the srcpad. This also fixes a crash when resizing.
31970
31971 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31972
31973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31974         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31975
31976 2004-07-27  Wim Taymans  <wim@fluendo.com>
31977
31978         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31979         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31980         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31981         (gst_pngenc_set_property):
31982         * ext/libpng/gstpngenc.h:
31983         Added snapshot property to pngenc.
31984         removed g_print from pngdec
31985
31986 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31987
31988         * gst/ac3parse/ac3parse.vcproj
31989         * gst/adder/adder.vcproj
31990         * gst/alpha/alpha.vcproj
31991         * gst/alpha/alphacolor.vcproj
31992         * gst/asfdemux/asf.vcproj
31993         * gst/audioconvert/audioconvert.vcproj
31994         * gst/audiorate/audiorate.vcproj
31995         * gst/audioscale/audioscale.vcproj
31996         * gst/auparse/auparse.vcproj
31997         * gst/avi/avi.vcproj
31998         * gst/cdxaparse/cdxaparse.vcproj
31999         * gst/chart/chart.vcproj
32000         * gst/colorspace/colorspace.vcproj
32001         * gst/cutter/cutter.vcproj
32002         * gst/debug/debug.vcproj
32003         * gst/debug/efence.vcproj
32004         * gst/debug/navigationtest.vcproj
32005         * gst/deinterlace/deinterlace.vcproj
32006         * gst/effectv/effectv.vcproj
32007         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32008         * gst/filter/filter.vcproj
32009         * gst/flx/flxdec.vcproj
32010         * gst/goom/goom.vcproj
32011         * gst/interleave/interleave.vcproj
32012         * gst/law/alaw.vcproj
32013         * gst/law/mulaw.vcproj
32014         * gst/matroska/matroska.vcproj
32015         * gst/median/median.vcproj
32016         * gst/mixmatrix/mixmatrix.vcproj
32017         * gst/mpeg1sys/mpeg1systemencode.vcproj
32018         * gst/mpeg1videoparse/mp1videoparse.vcproj
32019         * gst/mpeg2sub/mpeg2subt.vcproj
32020         * gst/mpegaudio/mpegaudio.vcproj
32021         * gst/mpegaudioparse/mpegaudioparse.vcproj
32022         * gst/mpegstream/mpegstream.vcproj
32023         * gst/multifilesink/multifilesink.vcproj
32024         * gst/multipart/multipart.vcproj
32025         * gst/oneton/oneton.vcproj
32026         * gst/overlay/overlay.vcproj
32027         * gst/passthrough/passthrough.vcproj
32028         * gst/qtdemux/qtdemux.vcproj
32029         * gst/realmedia/rmdemux.vcproj
32030         * gst/rtjpeg/rtjpeg.vcproj
32031         * gst/rtp/rtp.vcproj
32032         * gst/silence/silence.vcproj
32033         * gst/sine/sinesrc.vcproj
32034         * gst/smooth/smooth.vcproj
32035         * gst/smpte/smpte.vcproj
32036         * gst/spectrum/spectrum.vcproj
32037         * gst/speed/speed.vcproj
32038         * gst/stereo/stereo.vcproj
32039         * gst/switch/switch.vcproj
32040         * gst/tags/tagedit.vcproj
32041         * gst/tcp/tcp.vcproj
32042         * gst/typefind/typefindfunctions.vcproj
32043         * gst/udp/udp.vcproj
32044         * gst/videobox/videobox.vcproj
32045         * gst/videocrop/videocrop.vcproj
32046         * gst/videodrop/videodrop.vcproj
32047         * gst/videofilter/gamma.vcproj
32048         * gst/videofilter/videobalance.vcproj
32049         * gst/videofilter/videofilter.vcproj
32050         * gst/videofilter/videoflip.vcproj
32051         * gst/videoflip/videoflip.vcproj
32052         * gst/videomixer/videomixer.vcproj
32053         * gst/videorate/videorate.vcproj
32054         * gst/videoscale/videoscale.vcproj
32055         * gst/videotestsrc/videotestsrc.vcproj
32056         * gst/virtualdub/virtualdub.vcproj
32057         * gst/volenv/volenv.vcproj
32058         * gst/volume/volume.vcproj
32059         * gst/wavenc/wavenc.vcproj
32060         * gst/wavparse/wavparse.vcproj
32061         * gst/y4m/y4menc.vcproj
32062         * gst-libs/gst/audio/audio.vcproj
32063         * gst-libs/gst/audio/audiofilter.vcproj
32064         * gst-libs/gst/colorbalance/colorbalance.vcproj
32065         * gst-libs/gst/idct/idtc.vcproj
32066         * gst-libs/gst/media-info/media-info.vcproj
32067         * gst-libs/gst/mixer/mixer.vcproj
32068         * gst-libs/gst/navigation/navigation.vcproj
32069         * gst-libs/gst/play/play.vcproj
32070         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32071         * gst-libs/gst/resample/resample.vcproj
32072         * gst-libs/gst/riff/riff.vcproj
32073         * gst-libs/gst/tuner/tuner.vcproj
32074         * gst-libs/gst/video/video.vcproj
32075         * gst-libs/gst/xoverlay/xoverlay.vcproj
32076           avoid problems with math.h, fix release dependancy
32077           rename GStreamer-0.8.lib to libgstreamer.lib
32078
32079 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32080
32081         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32083         the atom is not available we have to unlock the mutex. Fixes #148023
32084
32085 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32086
32087         * gst-libs/gst/media-info/media-info.h:
32088           issue for a vararg macro with MSVC
32089
32090 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32091
32092         * gst/effectv/effectv.vcproj
32093         * gst-libs/gst/idct/idct.vcproj:
32094         * gst-libs/gst/media-info/media-info.vcproj:
32095         * gst-libs/gst/navigation/navigation.vcproj:
32096         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32097         * gst-libs/gst/video/video.vcproj:
32098         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32099           fixes for build problems
32100
32101 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32102
32103         * gst-libs/gst/audio/audio.def:
32104         * gst-libs/gst/audio/riff.def:
32105           add some definitions needed by plugins
32106
32107 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32108
32109         * gst/asfdemux/gstasfmux.c
32110           Fix some 64 bits constants to be glib friendly
32111
32112 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32113
32114         * gst/ac3parse/gstac3parse.c
32115         * gst/audioscale/gstaudioscale.c
32116         * gst/auparse/gstauparse.c
32117         * gst/colorspace/gstcolorspace.c
32118         * gst/colorspace/yuv2rgb.h
32119           local include fixes
32120
32121 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32122
32123         * win32/gst.sln
32124           add more plugins to the build
32125
32126 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32127
32128         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32129         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32130
32131 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32132
32133         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32134         (gst_level_set_property), (gst_level_get_property),
32135         (gst_level_base_init), (gst_level_class_init):
32136           add debugging categories.  cleanups.
32137
32138 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32139
32140         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32141         (gst_videoscale_planar411), (gst_videoscale_planar400),
32142         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32143         (gst_videoscale_scale_nearest_str1),
32144         (gst_videoscale_scale_nearest_str2),
32145         (gst_videoscale_scale_nearest_str4),
32146         (gst_videoscale_scale_nearest_16bit),
32147         (gst_videoscale_scale_nearest_24bit):
32148           fixed stride issues
32149           tested with 320x240 -> 321, 322, 324 x240
32150           tested with YV12, I420, YUY2, UYVY
32151           fixed packed422rev (don't think it could have worked before)
32152           by testing with UYVY
32153
32154 2004-07-26  Benjamin Otte  <otte@gnome.org>
32155
32156         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32157         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32158         (plugin_init):
32159           add debugging category, add error checks like checking return values
32160           of setup calls, make sure it still works after
32161           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32162
32163 2004-07-26  Wim Taymans  <wim@fluendo.com>
32164
32165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32166         (gst_mpeg_demux_get_audio_stream),
32167         (gst_mpeg_demux_process_private):
32168         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32169         Check for error codes from the negotiation functions. Make sure
32170         we really set the pad caps when a new pad is created.
32171
32172 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32173
32174         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32175         (gst_ffmpeg_caps_to_pix_fmt):
32176         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32178         (gst_ffmpegcolorspace_pad_link):
32179           don't make function do two things at the same time without reason.
32180
32181 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32182
32183         * gst/ac3parse/ac3parse.vcproj
32184         * gst/adder/adder.vcproj
32185         * gst/alpha/alpha.vcproj
32186         * gst/alpha/alphacolor.vcproj
32187         * gst/asfdemux/asf.vcproj
32188         * gst/audioconvert/audioconvert.vcproj
32189         * gst/audiorate/audiorate.vcproj
32190         * gst/audioscale/audioscale.vcproj
32191         * gst/auparse/auparse.vcproj
32192         * gst/avi/avi.vcproj
32193         * gst/cdxaparse/cdxaparse.vcproj
32194         * gst/chart/chart.vcproj
32195         * gst/colorspace/colorspace.vcproj
32196         * gst/cutter/cutter.vcproj
32197         * gst/debug/debug.vcproj
32198         * gst/debug/efence.vcproj
32199         * gst/debug/navigationtest.vcproj
32200         * gst/deinterlace/deinterlace.vcproj
32201         * gst/effectv/effectv.vcproj
32202         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32203         * gst/filter/filter.vcproj
32204         * gst/flx/flxdec.vcproj
32205         * gst/goom/goom.vcproj
32206         * gst/interleave/interleave.vcproj
32207         * gst/law/alaw.vcproj
32208         * gst/law/mulaw.vcproj
32209         * gst/matroska/matroska.vcproj
32210         * gst/median/median.vcproj
32211         * gst/mixmatrix/mixmatrix.vcproj
32212         * gst/mpeg1sys/mpeg1systemencode.vcproj
32213         * gst/mpeg1videoparse/mp1videoparse.vcproj
32214         * gst/mpeg2sub/mpeg2subt.vcproj
32215         * gst/mpegaudio/mpegaudio.vcproj
32216         * gst/mpegaudioparse/mpegaudioparse.vcproj
32217         * gst/mpegstream/mpegstream.vcproj
32218         * gst/multifilesink/multifilesink.vcproj
32219         * gst/multipart/multipart.vcproj
32220         * gst/oneton/oneton.vcproj
32221         * gst/overlay/overlay.vcproj
32222         * gst/passthrough/passthrough.vcproj
32223         * gst/qtdemux/qtdemux.vcproj
32224         * gst/realmedia/rmdemux.vcproj
32225         * gst/rtjpeg/rtjpeg.vcproj
32226         * gst/rtp/rtp.vcproj
32227         * gst/silence/silence.vcproj
32228         * gst/sine/sinesrc.vcproj
32229         * gst/smooth/smooth.vcproj
32230         * gst/smpte/smpte.vcproj
32231         * gst/spectrum/spectrum.vcproj
32232         * gst/speed/speed.vcproj
32233         * gst/stereo/stereo.vcproj
32234         * gst/switch/switch.vcproj
32235         * gst/tags/tagedit.vcproj
32236         * gst/tcp/tcp.vcproj
32237         * gst/typefind/typefindfunctions.vcproj
32238         * gst/udp/udp.vcproj
32239         * gst/videobox/videobox.vcproj
32240         * gst/videocrop/videocrop.vcproj
32241         * gst/videodrop/videodrop.vcproj
32242         * gst/videofilter/gamma.vcproj
32243         * gst/videofilter/videobalance.vcproj
32244         * gst/videofilter/videofilter.vcproj
32245         * gst/videofilter/videoflip.vcproj
32246         * gst/videoflip/videoflip.vcproj
32247         * gst/videomixer/videomixer.vcproj
32248         * gst/videorate/videorate.vcproj
32249         * gst/videoscale/videoscale.vcproj
32250         * gst/videotestsrc/videotestsrc.vcproj
32251         * gst/virtualdub/virtualdub.vcproj
32252         * gst/volenv/volenv.vcproj
32253         * gst/volume/volume.vcproj
32254         * gst/wavenc/wavenc.vcproj
32255         * gst/wavparse/wavparse.vcproj
32256         * gst/y4m/y4menc.vcproj
32257           more plugins supported under windows
32258
32259 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32260
32261         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32262         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32263         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32265         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32266           Add debugging statements.  Use the sizes as returned by the
32267           *CreateImage calls.
32268
32269 2004-07-26  Johan Dahlin  <johan@gnome.org>
32270
32271         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32272         the pad is negotiated.
32273
32274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32275
32276 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32277
32278         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32279         * gst-libs/gst/idct/idct.vcproj:
32280         * gst-libs/gst/media-info/media-info.vcproj:
32281         * gst-libs/gst/mixer/mixer.vcproj:
32282         * gst-libs/gst/navigation/navigation.vcproj:
32283         * gst-libs/gst/play/play.vcproj:
32284         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32285         * gst-libs/gst/resample/resample.vcproj:
32286         * gst-libs/gst/tuner/tuner.vcproj:
32287         * gst-libs/gst/video/video.vcproj:
32288         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32289           more plugins supported under windows
32290
32291 2004-07-25 Iain <iain@prettypeople.org>
32292
32293         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32294         pad now rather than when the pad is created because state changes wipe
32295         explicit caps (fixes #148043).
32296
32297 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32298
32299         reviewed by Benjamin Otte  <otte@gnome.org>
32300
32301         * ext/mad/gstmad.c:
32302           fix mad plugin crashing on Sun (fixes #148289)
32303
32304 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32305
32306         * gst/avi/avi.def:
32307         * gst/avi/avi.vcproj:
32308         * gst/matroska/matroska.def:
32309         * gst/matroska/matroska.vcproj:
32310           remove unused .def files
32311
32312 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32313
32314         * gst-libs/gst/audio/gstaudiofilter.c:
32315           Clean the local include
32316
32317 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32318
32319         * win32/gst.sln:
32320         * gst-libs/gst/audio/audio.def:
32321         * gst-libs/gst/audio/audio.vcproj:
32322         * gst-libs/gst/audio/audiofilter.vcproj:
32323         * gst-libs/gst/audio/riff.def:
32324         * gst-libs/gst/audio/riff.vcproj:
32325         * gst-libs/gst/gst-libs.def:
32326         * gst-libs/gst/gst-libs.vcproj:
32327         * gst/avi/avi.vcproj:
32328         * gst/avi/avi.vcproj:
32329           Copy the files where needed after building, cleaner projects
32330
32331 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32332
32333         * gst/matroska/ebml-write.c:
32334           Fix some 64 bits constants to be glib friendly
32335
32336 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32337
32338         * win32/gst.sln:
32339         * gst-libs/gst/gst-libs.def:
32340         * gst-libs/gst/gst-libs.vcproj:
32341         * gst/matroska/matroska.def:
32342         * gst/matroska/matroska.vcproj:
32343           Add the preliminary canvas to build plugins on Win32
32344
32345 2004-07-23  Benjamin Otte  <otte@gnome.org>
32346
32347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32348           don't enfore negotiation from source side, it breaks
32349           sinesrc ! audioconvert ! osssink
32350
32351 2004-07-22  David Schleef  <ds@schleef.org>
32352
32353         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32354         for ELF files, since they can easily be recognized as audio/mpeg.
32355         (bug #147441)
32356
32357 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32358
32359         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32360         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32361         (gst_videoscale_scale_nearest_24bit),
32362         (gst_videoscale_scale_nearest_16bit):
32363           fix 16bit and 24bit for stride (24bit might need testing)
32364           don't pretend we do more than one algorithm
32365
32366 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32367
32368         * configure.ac:
32369         * gst/Makefile.am:
32370         * gst/multifilesink/Makefile.am:
32371         * gst/multifilesink/gstmultifilesink.c:
32372         (gst_multifilesink_get_formats),
32373         (gst_multifilesink_get_query_types), (_do_init),
32374         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32375         (gst_multifilesink_init), (gst_multifilesink_dispose),
32376         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32377         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32378         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32379         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32380         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32381         (gst_multifilesink_uri_get_type),
32382         (gst_multifilesink_uri_get_protocols),
32383         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32384         (gst_multifilesink_uri_handler_init), (plugin_init):
32385         * gst/multifilesink/gstmultifilesink.h:
32386         * testsuite/Makefile.am:
32387         * testsuite/multifilesink/Makefile.am:
32388         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32389         (gst_newmedia_class_init), (gst_newmedia_init),
32390         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32391         (newfile_signal), (test_signal), (main):
32392         multifilesink plugin for creating new files every time a new media
32393         discontinuity event occurs
32394
32395 2004-07-22  Wim Taymans  <wim@fluendo.com>
32396
32397         * gst/alpha/Makefile.am:
32398         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32399         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32400         (gst_alpha_color_init), (gst_alpha_color_set_property),
32401         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32402         (transform), (gst_alpha_color_chain),
32403         (gst_alpha_color_change_state), (plugin_init):
32404         Stupid plugin to to RGBA to AYUV conversion because none of
32405         the colorspace plugins can handle that yet.
32406
32407 2004-07-22  Wim Taymans  <wim@fluendo.com>
32408
32409         * examples/seeking/seek.c: (update_scale), (main):
32410         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32411         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32412         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32413         (gst_decode_bin_init), (gst_decode_bin_dispose),
32414         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32415         (no_more_pads), (close_link), (type_found),
32416         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32417         (plugin_init):
32418         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32419         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32420         (gst_play_base_bin_dispose), (queue_overrun),
32421         (gen_preroll_element), (remove_prerolls), (unknown_type),
32422         (no_more_pads), (new_stream), (setup_source),
32423         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32424         (play_base_eos), (gst_play_base_bin_change_state),
32425         (gst_play_base_bin_add_element),
32426         (gst_play_base_bin_remove_element),
32427         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32428         (gst_play_base_bin_unlink_stream),
32429         (gst_play_base_bin_get_streaminfo):
32430         * gst/playback/gstplaybin.c: (gen_video_element),
32431         (gen_audio_element):
32432         * gst/playback/gststreaminfo.h:
32433         More playback updates, attempt to fix things after the state change
32434         breakage.
32435
32436 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32437
32438         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32439         (gst_videoscale_scale_nearest_16bit):
32440           comment algorithm
32441
32442 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32443
32444         * gst/videotestsrc/gstvideotestsrc.c:
32445         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32446         (gst_videotestsrc_init), (gst_videotestsrc_get),
32447         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32448         (gst_videotestsrc_get_property):
32449         * gst/videotestsrc/gstvideotestsrc.h:
32450         * gst/videotestsrc/videotestsrc.c:
32451         * gst/videotestsrc/videotestsrc.h:
32452           cleanup and commenting
32453
32454 2004-07-21  Wim Taymans  <wim@fluendo.com>
32455
32456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32457         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32458         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32459         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32460         (_find_chain_get_unknown_part), (_find_streams_check),
32461         (gst_ogg_demux_push), (gst_ogg_pad_push):
32462         * ext/theora/theoradec.c: (theora_get_formats),
32463         (theora_dec_src_convert), (theora_dec_sink_convert),
32464         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32465         (theora_dec_chain):
32466         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32467         (vorbis_dec_convert), (vorbis_dec_src_query),
32468         (vorbis_dec_src_event), (vorbis_dec_event):
32469         More seeking fixes, oggdemux now supports seeking to time and
32470         uses the downstream element to convert granulepos to time.
32471         Seeking in theora-only ogg files now works.
32472
32473 2004-07-21  Wim Taymans  <wim@fluendo.com>
32474
32475         * ext/theora/theoradec.c: (gst_theora_dec_init),
32476         (theora_get_formats), (theora_get_event_masks),
32477         (theora_get_query_types), (theora_dec_src_convert),
32478         (theora_dec_sink_convert), (theora_dec_src_query),
32479         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32480         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32481         (vorbis_get_event_masks), (vorbis_get_query_types),
32482         (gst_vorbis_dec_init), (vorbis_dec_convert),
32483         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32484         Added query/convert/formats functions to vorbis and theora decoders
32485         so that the outside world can use them too. Fixed seeking on an
32486         ogg/theora/vorbis file by disabling the seeking seeking on the
32487         theora srcpad.
32488
32489 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32490
32491         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32492         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32493         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32494         images creation for both elements. We don't create the image on caps
32495         nego or renego, we just destroy the internal one if present if it does
32496         not match the needs. The chain function takes care of creating a new
32497         image when needed.
32498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32499         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32500         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32501         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32502         the image format information. The buffer pool checks for the context
32503         image format and discard images with different formats.
32504         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32505
32506 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32507
32508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32509         (gst_ffmpegcolorspace_chain):
32510           no point in doing any chaining if the pad we want to push from
32511           isn't usable.
32512
32513 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32514
32515         * gst-libs/gst/riff/riff-media.c:
32516         (gst_riff_create_audio_caps_with_data):
32517           Fix double end-to-native symbol conversion (#148021).
32518
32519 2004-07-20  David Schleef  <ds@schleef.org>
32520
32521         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32522         Don't use an Atom that doesn't exist.
32523
32524 2004-07-20  Wim Taymans  <wim@fluendo.com>
32525
32526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32527         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32528         (gst_multifdsink_client_remove),
32529         (gst_multifdsink_handle_client_write),
32530         (gst_multifdsink_queue_buffer):
32531         * gst/tcp/gstmultifdsink.h:
32532         More multifdsink stats. Avoid deadlock by releasing locks
32533         before sending out a signal.
32534
32535 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32536
32537         * po/LINGUAS:
32538         * po/hu.po:
32539           added Hungarian translation (Laszlo Dvornik)
32540
32541 2004-07-20  Wim Taymans  <wim@fluendo.com>
32542
32543         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32544         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32545         (gst_multifdsink_handle_client_write),
32546         (gst_multifdsink_queue_buffer):
32547         * gst/tcp/gsttcp-marshal.list:
32548         Fixed the stupid marshal definition.
32549
32550 2004-07-20  Wim Taymans  <wim@fluendo.com>
32551
32552         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32553         (gst_multifdsink_init), (gst_multifdsink_add),
32554         (gst_multifdsink_client_remove),
32555         (gst_multifdsink_handle_client_write),
32556         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32557         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32558         (gst_multifdsink_init_send):
32559         * gst/tcp/gstmultifdsink.h:
32560         Added more stats, added timeout for a client, fixed some typos
32561         and added some comments.
32562
32563 2004-07-20  Wim Taymans  <wim@fluendo.com>
32564
32565         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32566         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32567         (gst_multifdsink_client_remove),
32568         (gst_multifdsink_handle_client_write):
32569         * gst/tcp/gstmultifdsink.h:
32570         * gst/tcp/gsttcp-marshal.list:
32571         Added get_stats method that returns a GValueArray of
32572         stats values.
32573
32574 2004-07-19  Benjamin Otte  <otte@gnome.org>
32575
32576         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32577           make sure longname, description and author are valid UTF-8
32578
32579 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32580
32581         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32582         (gst_ximagesink_set_property):
32583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32584         (gst_xvimagesink_set_property):
32585           make sure SYNCHRONOUS is respected after getting the X context
32586
32587 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32588
32589         * gst/matroska/matroska-demux.c:
32590         (gst_matroska_demux_handle_src_event),
32591         (gst_matroska_demux_parse_blockgroup):
32592         * gst/matroska/matroska-ids.h:
32593           add BlockReference tag and ignore it to clear out log.
32594           ignore NAVIGATION events to clear out log.
32595
32596 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32597
32598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32599         (gst_matroska_demux_add_stream):
32600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32601           add debug categories
32602
32603 2004-07-16  Wim Taymans  <wim@fluendo.com>
32604
32605         * ext/libpng/Makefile.am:
32606         * ext/libpng/gstpng.c: (plugin_init):
32607         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32608         (gst_pngdec_get_type), (gst_pngdec_base_init),
32609         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32610         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32611         * ext/libpng/gstpngdec.h:
32612         Added png decoder.
32613
32614 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32615
32616         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32617         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32618         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32619         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32620         (gst_ximagesink_buffer_alloc):
32621         * sys/ximage/ximagesink.h:
32622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32623         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32624         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32625         (gst_xvimagesink_buffer_alloc):
32626         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32627         again. Using internal data pointer of the x(v)image to store image's
32628         data to be coherent with the buffer alloc mechanism. Investigated the
32629         image destruction code to be sure that everything gets freed correctly.
32630
32631 2004-07-16  Wim Taymans  <wim@fluendo.com>
32632
32633         * gst-libs/gst/riff/riff-read.c:
32634         (gst_riff_read_strf_vids_with_data),
32635         (gst_riff_read_strf_auds_with_data):
32636         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32637         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32638         Make sure we don't create 0 sized subbuffers in riff-read.
32639         Signal the no more pads signal after reading the avi header.
32640
32641 2004-07-16  Wim Taymans  <wim@fluendo.com>
32642
32643         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32644         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32645         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32646         (gst_decode_bin_init), (gst_decode_bin_dispose),
32647         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32648         (no_more_pads), (close_link), (type_found),
32649         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32650         (gst_decode_bin_change_state), (plugin_init):
32651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32652         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32653         (gst_play_base_bin_dispose), (queue_overrun),
32654         (gen_preroll_element), (remove_prerolls), (unknown_type),
32655         (no_more_pads), (new_stream), (setup_source),
32656         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32657         (play_base_eos), (gst_play_base_bin_change_state),
32658         (gst_play_base_bin_add_element),
32659         (gst_play_base_bin_remove_element),
32660         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32661         (gst_play_base_bin_unlink_stream),
32662         (gst_play_base_bin_get_streaminfo):
32663         * gst/playback/gstplaybasebin.h:
32664         Better error recovery. Added configurable preroll queue size. Faster
32665         detection of no-more-pads.
32666
32667 2004-07-16  Wim Taymans  <wim@fluendo.com>
32668
32669         * gst-libs/gst/video/video.h:
32670         Added 32 bits RGBA. Not sure if we should use another mime-type
32671         for alpha rgb. Currently the presence of the alpha_mask property
32672         signals an alpha channel.
32673
32674 2004-07-16  Wim Taymans  <wim@fluendo.com>
32675
32676         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32678         FPS seems to be 0.0 to MAX everywhere else.
32679
32680 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32681
32682         * gst-libs/gst/riff/riff-media.c:
32683         (gst_riff_create_video_caps_with_data):
32684           mp42/mp43 (no caps) exist too.
32685         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32686           Set pixel_width/height; we've got them in-caps.
32687         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32688         * gst/wavparse/gstwavparse.c: (plugin_init):
32689           Both are valid primary.
32690         * sys/oss/gstossmixer.c:
32691           Remove i18n hack and enable translations.
32692
32693 2004-07-15  Benjamin Otte  <otte@gnome.org>
32694
32695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32696         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32697           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32698
32699 2004-07-15  Benjamin Otte  <otte@gnome.org>
32700
32701         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32702         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32703         (gst_alsa_close_audio):
32704           disable some of the debugging code for now. Writing debugging to a
32705           buffer is broken in current alsalib releases.
32706
32707 2004-07-12  Benjamin Otte  <otte@gnome.org>
32708
32709         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32710           use bufferpools
32711
32712 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32713
32714         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32715         (theora_dec_src_query), (theora_dec_event):
32716         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32717           add debugging categories.  Remove \n's.
32718
32719 2004-07-13  Johan Dahlin  <johan@gnome.org>
32720
32721         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32722         (gst_play_bin_get_property): Impl.
32723
32724 2004-07-13  Wim Taymans  <wim@fluendo.com>
32725
32726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32727         When trying to find the stream length, seek back N pages
32728         instead of just one, where N is the number of streams in
32729         the current chain.
32730
32731 2004-07-13  Wim Taymans  <wim@fluendo.com>
32732
32733         * gst-libs/gst/riff/riff-media.c:
32734         (gst_riff_create_audio_caps_with_data),
32735         (gst_riff_create_audio_caps),
32736         (gst_riff_create_audio_template_caps):
32737         * gst-libs/gst/riff/riff-media.h:
32738         * gst-libs/gst/riff/riff-read.c:
32739         (gst_riff_read_strf_vids_with_data),
32740         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32741         * gst-libs/gst/riff/riff-read.h:
32742         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32743         (gst_avi_demux_add_stream):
32744         Set codec_data on caps for avidemuxer.
32745
32746 2004-07-12  David Schleef  <ds@schleef.org>
32747
32748         * configure.ac: Fix test for Objective C
32749
32750 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32751         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32752         (gst_gdk_pixbuf_chain):
32753           Add svg and pcx to template caps, and ensure that getcaps returns a
32754           subset of the template caps.
32755           Copy each row manually for output, as gdkpixbuf may pad the
32756           rowstride to a 32-bit word boundary.
32757
32758 2004-07-12  Wim Taymans  <wim@fluendo.com>
32759
32760         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32761         (gst_riff_create_video_template_caps):
32762         Fix the template caps to include some more media types.
32763
32764 2004-07-12  Wim Taymans  <wim@fluendo.com>
32765
32766         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32767         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32768         (compare_ranks), (print_feature), (gst_decode_bin_init),
32769         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32770         (try_to_link_1), (new_pad), (close_link), (type_found),
32771         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32772         (gst_decode_bin_change_state), (plugin_init):
32773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32774         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32775         (gst_play_base_bin_dispose), (queue_overrun),
32776         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32777         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32778         (gst_play_base_bin_get_property), (play_base_eos),
32779         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32780         (gst_play_base_bin_remove_element),
32781         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32782         (gst_play_base_bin_unlink_stream),
32783         (gst_play_base_bin_get_streaminfo):
32784         * gst/playback/gstplaybasebin.h:
32785         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32786         (gst_play_bin_class_init), (gst_play_bin_init),
32787         (gst_play_bin_dispose), (gst_play_bin_set_property),
32788         (gst_play_bin_get_property), (gen_video_element),
32789         (gen_audio_element), (remove_sinks), (setup_sinks),
32790         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32791         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32792         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32793         (gst_play_bin_query), (plugin_init):
32794         * gst/playback/test4.c: (main):
32795         More fixes on reusing of the element.
32796
32797 2004-07-11  Benjamin Otte  <otte@gnome.org>
32798
32799         * ext/mad/gstmad.c: (normal_seek):
32800           allow seeking for other methods than just SET
32801
32802 2004-07-11  Andy Wingo  <wingo@pobox.com>
32803
32804         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32805         float, "any" caps -> buffer_frames=[0,MAX].
32806
32807         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32808         doesn't intersect our caps with the template any more. Do it
32809         ourselves.
32810         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32811
32812 2004-07-09  Wim Taymans  <wim@fluendo.com>
32813
32814         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32815         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32816         (compare_ranks), (print_feature), (gst_decode_bin_init),
32817         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32818         (try_to_link_1), (new_pad), (close_link), (type_found),
32819         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32820         (gst_decode_bin_change_state), (plugin_init):
32821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32822         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32823         (gst_play_base_bin_dispose), (queue_overrun),
32824         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32825         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32826         (gst_play_base_bin_get_property), (play_base_eos),
32827         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32828         (gst_play_base_bin_remove_element),
32829         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32830         (gst_play_base_bin_unlink_stream),
32831         (gst_play_base_bin_get_streaminfo):
32832         * gst/playback/gstplaybasebin.h:
32833         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32834         (gst_play_bin_class_init), (gst_play_bin_init),
32835         (gst_play_bin_dispose), (gst_play_bin_set_property),
32836         (gst_play_bin_get_property), (gen_video_element),
32837         (gen_audio_element), (remove_sinks), (setup_sinks),
32838         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32839         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32840         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32841         (gst_play_bin_query), (plugin_init):
32842         * gst/playback/test4.c: (main):
32843         Work on object reuse and seeking.
32844
32845 2004-07-09  Wim Taymans  <wim@fluendo.com>
32846
32847         * examples/seeking/seek.c: (iterate):
32848         Don't consume all CPU in the idle loop.
32849
32850 2004-07-09  Wim Taymans  <wim@fluendo.com>
32851
32852         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32853         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32854         Add pad to element *after* setting the pad functions so that
32855         the scheduler can use the correct ones.
32856
32857 2004-07-09  Wim Taymans  <wim@fluendo.com>
32858
32859         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32860         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32861         Sync to keyframe after seek
32862
32863 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32864
32865         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32867         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32868         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32869         * ext/libvisual/visual.c: (gst_visual_change_state):
32870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32871         * ext/theora/theoradec.c: (theora_dec_change_state):
32872         * ext/theora/theoraenc.c: (theora_enc_change_state):
32873         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32874         * gst-libs/gst/navigation/navigation.c:
32875         * gst/adder/gstadder.c: (gst_adder_change_state):
32876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32877         (gst_audio_convert_get_buffer):
32878         * gst/multipart/multipartdemux.c:
32879         (gst_multipart_demux_change_state):
32880         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32882         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32883         * gst/videoscale/gstvideoscale.c:
32884         (gst_videoscale_handle_src_event):
32885         * gst/volume/gstvolume.c: (volume_chain_int16):
32886           don't assert in state change, this should be done by the base
32887           GstElement class.
32888           various debugging fixes.
32889
32890 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32891
32892         * configure.ac:
32893         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32894         (gst_play_dispose), (gst_play_set_location),
32895         (gst_play_set_data_src), (gst_play_set_video_sink),
32896         (gst_play_set_audio_sink), (gst_play_set_visualization),
32897         (gst_play_connect_visualization), (gst_play_get_sink_element),
32898         (gst_play_get_all_by_interface):
32899         * gst-libs/gst/play/play.h:
32900           add new method to get elements implementing an interface.
32901           add various error logging
32902
32903 2004-07-08  Wim Taymans  <wim@fluendo.com>
32904
32905         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32906         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32907         (make_playerbin_pipeline), (query_durations_elems),
32908         (query_durations_pads), (query_positions_elems),
32909         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32910         (main):
32911         Added playbin seeking example.
32912
32913 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32914
32915         * gst-libs/gst/play/play.c: (gst_play_set_location),
32916         (gst_play_set_data_src), (gst_play_set_video_sink),
32917         (gst_play_set_audio_sink), (gst_play_set_visualization),
32918         (gst_play_connect_visualization), (gst_play_get_framerate):
32919           use a macro to look up elements from hash table
32920
32921 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32922
32923         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32924         (gst_play_get_length_callback), (gst_play_set_location),
32925         (gst_play_seek_to_time), (gst_play_set_data_src),
32926         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32927         (gst_play_set_visualization), (gst_play_connect_visualization),
32928         (gst_play_get_sink_element):
32929         - add debugging info
32930         - fix looking up sink elements by iterating over complete caps
32931         - put everything except for source and autoplugger in a complete bin
32932
32933 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32934
32935         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32937         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32938         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32939         * ext/alsa/gstalsasink.h:
32940         - add debugging info
32941         - clean up schizophrenia of data/buffer/event
32942         - fix double event unref error
32943
32944 2004-07-08  Wim Taymans  <wim@fluendo.com>
32945
32946         * gst/playback/Makefile.am:
32947         Add headers to noinst
32948
32949 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32950
32951         * tools/gst-launch-ext-m.m:
32952         * tools/gst-launch-ext.1.in:
32953           convert to the third millenium
32954
32955 2004-07-07  David Schleef  <ds@schleef.org>
32956
32957         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32958
32959 2004-07-07  Wim Taymans  <wim@fluendo.com>
32960
32961         * gst/playback/Makefile.am:
32962         * gst/playback/README:
32963         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32964         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32965         (compare_ranks), (print_feature), (gst_decode_bin_init),
32966         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32967         (try_to_link_1), (new_pad), (close_link), (type_found),
32968         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32969         (plugin_init):
32970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32971         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32972         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32973         (gen_preroll_element), (no_more_pads), (new_stream),
32974         (setup_source), (gst_play_base_bin_set_property),
32975         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32976         (gst_play_base_bin_add_element),
32977         (gst_play_base_bin_remove_element),
32978         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32979         (gst_play_base_bin_unlink_stream),
32980         (gst_play_base_bin_get_streaminfo):
32981         * gst/playback/gstplaybasebin.h:
32982         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32983         (gst_play_bin_class_init), (gst_play_bin_init),
32984         (gst_play_bin_dispose), (gst_play_bin_set_property),
32985         (gst_play_bin_get_property), (gen_video_element),
32986         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32987         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32988         (gst_play_bin_get_formats), (gst_play_bin_convert),
32989         (gst_play_bin_get_query_types), (gst_play_bin_query),
32990         (plugin_init):
32991         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32992         (gst_stream_info_get_type), (gst_stream_info_class_init),
32993         (gst_stream_info_init), (gst_stream_info_new),
32994         (gst_stream_info_dispose), (gst_stream_info_set_property),
32995         (gst_stream_info_get_property):
32996         * gst/playback/gststreaminfo.h:
32997         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32998         (main):
32999         * gst/playback/test2.c: (main):
33000         * gst/playback/test3.c: (update_scale), (main):
33001         More playbin fixes. Added README. Do better element filtering.
33002         Added base class to preroll media. Added test apps.
33003
33004 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33005
33006         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33007         * ext/mpeg2dec/gstmpeg2dec.h:
33008           various debugging improvements.  Reset stream to next picture
33009           instead of sequence header, otherwise seeks cannot work.
33010
33011 2004-07-07  Wim Taymans  <wim@fluendo.com>
33012
33013         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33014         (gst_video_box_class_init), (gst_video_box_set_property),
33015         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33016         Use pad_alloc where possible.
33017
33018 2004-07-07  Wim Taymans  <wim@fluendo.com>
33019
33020         * sys/oss/gstosselement.c: (gst_osselement_reset),
33021         (gst_osselement_parse_caps):
33022         * sys/oss/gstosselement.h:
33023         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33024         Fix offset on osssrc.
33025
33026 2004-07-07  Wim Taymans  <wim@fluendo.com>
33027
33028         * ext/theora/theora.c: (plugin_init):
33029         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33030         (theora_dec_src_query), (theora_dec_chain):
33031         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33032         (theora_enc_sink_link), (theora_buffer_from_packet),
33033         (theora_push_packet), (theora_enc_chain):
33034         Fix theora granulepos calculation.
33035         Fix overflow in duration/position calculation.
33036         Bump rank to PRIMARY for theoradec.
33037         Use granulepos of last packet to calculate position.
33038         Set keyframe flag on buffers when needed.
33039
33040 2004-07-06  David Schleef  <ds@schleef.org>
33041
33042         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33043         serious?  (Fixed, obviously.)
33044
33045 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33046
33047         * po/LINGUAS:
33048         * po/cs.po:
33049           added Czech translation (Miloslav Trmac)
33050
33051 2004-07-05  Wim Taymans  <wim@fluendo.com>
33052
33053         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33054         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33055         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33056         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33057         (close_link), (type_found), (gst_decode_bin_set_property),
33058         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33059         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33060         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33061         (gst_decode_bin_query), (plugin_init):
33062         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33063         (gst_play_bin_class_init), (gst_play_bin_init),
33064         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33065         (get_video_element), (new_pad), (setup_source),
33066         (gst_play_bin_set_property), (gst_play_bin_get_property),
33067         (gst_play_bin_change_state), (gst_play_bin_add_element),
33068         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33069         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33070         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33071         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33072         * gst/playback/test.c: (main):
33073         More fixes, cleaned up playbin, make it use decodebin. Added
33074         threaded property to playbin.
33075
33076 2004-07-05  Wim Taymans  <wim@fluendo.com>
33077
33078         * configure.ac:
33079         * gst/playback/Makefile.am:
33080         * gst/playback/decodetest.c: (main):
33081         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33082         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33083         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33084         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33085         (close_link), (type_found), (gst_decode_bin_set_property),
33086         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33087         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33088         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33089         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33090         (plugin_init):
33091         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33092         (gst_play_bin_class_init), (gst_play_bin_init),
33093         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33094         (collect_sink_pads), (find_compatibles), (close_pad_link),
33095         (try_to_link_1), (new_pad), (close_link), (type_found),
33096         (setup_source), (gst_play_bin_set_property),
33097         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33098         (compare_ranks), (gst_play_bin_collect_factories),
33099         (gst_play_bin_change_state), (gst_play_bin_add_element),
33100         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33101         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33102         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33103         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33104         * gst/playback/test.c: (main):
33105         Added some playback helper elements and some test apps, very alpha
33106         still.
33107
33108 2004-07-04  Benjamin Otte  <otte@gnome.org>
33109
33110         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33111           only restart audio when we indeed have an xrun to fix repeated
33112           xruns. Fix suggested by Giuliano Pochini.
33113
33114 2004-07-03  David Schleef  <ds@schleef.org>
33115
33116         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33117         call to gst_debug_log() if debugging is disabled (bug #145118)
33118
33119 2004-07-03  Benjamin Otte  <otte@gnome.org>
33120
33121         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33122           use our own functions for restarting the alsa device.
33123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33124           I should apply patches myself - use MIN for the third argument, not
33125           the second, this fixes seeking
33126
33127 2004-07-02  David Schleef  <ds@schleef.org>
33128
33129         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33130         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33131         do with the logic.
33132
33133 2004-07-02  David Schleef  <ds@schleef.org>
33134
33135         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33136         output buffers.  Fix logic mistake.  (bug #144866)
33137
33138 2004-07-02  David Schleef  <ds@schleef.org>
33139
33140         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33141         on X.  (bug #144753)
33142
33143 2004-07-02  David Schleef  <ds@schleef.org>
33144
33145         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33146         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33147         (bug #144624)
33148         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33149         (gst_osselement_rate_probe_check): Add another workaround for
33150         buggy drivers (bug #145336)
33151
33152 2004-07-02  David Schleef  <ds@schleef.org>
33153
33154         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33155         Most systems don't have MSG_NOSIGNAL.
33156
33157 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33158
33159         * Makefile.am:
33160         * gst-libs/gst/colorbalance/Makefile.am:
33161         * gst-libs/gst/mixer/Makefile.am:
33162         * gst-libs/gst/play/Makefile.am:
33163         * gst-libs/gst/tuner/Makefile.am:
33164           (hopefully) fix both install and dist and make error message useful.
33165           needs testing across automakes.
33166
33167 2004-07-02  Benjamin Otte  <otte@gnome.org>
33168
33169         * ext/ogg/gstogg.c: (plugin_init):
33170           we require bytestream now
33171         * ext/ogg/gstoggdemux.c:
33172           huge diff to implement chain setup in a fast and generic way. This
33173           improves tag reading and startup of huge files (read: Theora videos)
33174           quite a bit. It probably contains bugs, too, so please test.
33175           Seeking is not improved to the fast method.
33176
33177 2004-06-29  Wim Taymans  <wim@fluendo.com>
33178
33179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33180         * ext/ogg/gstoggmux.c:
33181         Fix memleak in oggdemux when running unconnected pads.
33182         doc update in mux, start working on keyframe mode.
33183
33184 2004-06-29  Benjamin Otte  <otte@gnome.org>
33185
33186         * sys/oss/gstosssink.c:
33187         * sys/oss/gstosssrc.c:
33188           advertise correct template caps - we indeed do non-native endianness
33189           and 8bit audio has no endianness
33190         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33192           avoid (wrong) duplications in getcaps function and return
33193           template caps
33194
33195 2004-06-29  Wim Taymans  <wim@fluendo.com>
33196
33197         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33198         (gst_multifdsink_class_init), (gst_multifdsink_add),
33199         (gst_multifdsink_remove), (gst_multifdsink_clear),
33200         (gst_multifdsink_client_remove),
33201         (gst_multifdsink_handle_client_read),
33202         (gst_multifdsink_client_queue_data),
33203         (gst_multifdsink_client_queue_caps),
33204         (gst_multifdsink_client_queue_buffer),
33205         (gst_multifdsink_handle_client_write),
33206         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33207         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33208         (gst_multifdsink_init_send), (gst_multifdsink_close):
33209         Fix wrong GList iteration that could crash the server when
33210         more then 2 clients disconnect at the same time. Read all the
33211         pending commands in one batch to recover from command storms under
33212         very heavy load.
33213
33214 2004-06-28  Wim Taymans  <wim@fluendo.com>
33215
33216         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33217         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33218         (gst_videomixer_pad_set_property),
33219         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33220         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33221         (gst_videomixer_class_init), (gst_videomixer_init),
33222         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33223         (pad_zorder_compare), (gst_videomixer_sort_pads),
33224         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33225         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33226         (gst_videomixer_update_queues), (gst_videomixer_loop),
33227         (plugin_init):
33228         Avoid divide by zero, choose masterpad as the pad with the highest
33229         framerate.
33230
33231 2004-06-27  Julien Moutte  <julien@moutte.net>
33232
33233         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33234         (gst_ximagesink_xwindow_new):
33235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33236         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33237         function directly. We might want to call it from somewhere else one day.
33238
33239 2004-06-27  Julien Moutte  <julien@moutte.net>
33240
33241         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33242         (gst_ximagesink_xwindow_new):
33243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33244         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33245         window decorations.
33246
33247 2004-06-27  Wim Taymans  <wim@fluendo.com>
33248
33249         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33250         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33251         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33252         (gst_dvdec_set_property), (gst_dvdec_get_property):
33253         * ext/dv/gstdvdec.h:
33254         Implement drop_factor property to lower the framerate with
33255         a factor.
33256
33257 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33258
33259         * gst-libs/gst/colorbalance/Makefile.am:
33260         * gst-libs/gst/mixer/Makefile.am:
33261         * gst-libs/gst/play/Makefile.am:
33262         * gst-libs/gst/tuner/Makefile.am:
33263           unbreak Company's fix that didn't install the -enum.h files
33264
33265 2004-06-27  Wim Taymans  <wim@fluendo.com>
33266
33267         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33268         (gst_dvdec_change_state):
33269         * ext/dv/gstdvdec.h:
33270         Fix timestamp, duration and offset of the buffers.
33271
33272 2004-06-27  Wim Taymans  <wim@fluendo.com>
33273
33274         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33275         (gst_multifdsink_class_init), (gst_multifdsink_add),
33276         (gst_multifdsink_remove), (gst_multifdsink_clear),
33277         (gst_multifdsink_client_remove),
33278         (gst_multifdsink_handle_client_read),
33279         (gst_multifdsink_client_queue_data),
33280         (gst_multifdsink_client_queue_caps),
33281         (gst_multifdsink_client_queue_buffer),
33282         (gst_multifdsink_handle_client_write),
33283         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33284         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33285         (gst_multifdsink_init_send), (gst_multifdsink_close):
33286         * gst/tcp/gstmultifdsink.h:
33287         * gst/tcp/gsttcpserversink.c:
33288         (gst_tcpserversink_handle_server_read),
33289         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33290         More multifdsink fixes, more recovery policy fixes.
33291         Removed stupid g_print
33292
33293 2004-06-26  Wim Taymans  <wim@fluendo.com>
33294
33295         * gst/tcp/Makefile.am:
33296         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33297         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33298         (gst_multifdsink_class_init), (gst_multifdsink_init),
33299         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33300         (gst_multifdsink_handle_client_read),
33301         (gst_multifdsink_client_queue_data),
33302         (gst_multifdsink_client_queue_caps),
33303         (gst_multifdsink_client_queue_buffer),
33304         (gst_multifdsink_handle_client_write),
33305         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33306         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33307         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33308         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33309         (gst_multifdsink_close), (gst_multifdsink_change_state):
33310         * gst/tcp/gstmultifdsink.h:
33311         * gst/tcp/gsttcpplugin.c: (plugin_init):
33312         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33313         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33314         (gst_tcpserversink_handle_server_read),
33315         (gst_tcpserversink_handle_select),
33316         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33317         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33318         * gst/tcp/gsttcpserversink.h:
33319         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33320         one of the locks, added recovery policy to multifdsink.
33321
33322 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33323
33324         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33325           fix decision for when getting frames with same timestamp
33326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33327         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33328         (gst_v4lsrc_get_property):
33329         * sys/v4l/gstv4lsrc.h:
33330           add latency offset property
33331
33332 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33333
33334         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33335         (plugin_init):
33336           fix debugging. add category.
33337
33338 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33339
33340         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33341           fix wrong offsets
33342
33343 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33344
33345         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33346         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33347         (gst_alsa_src_change_state):
33348           return a time that is in sync with the element's processing
33349
33350 2004-06-25  Wim Taymans  <wim@fluendo.com>
33351
33352         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33353         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33354         (gst_tcpserversink_client_remove),
33355         (gst_tcpserversink_handle_client_read),
33356         (gst_tcpserversink_client_queue_data),
33357         (gst_tcpserversink_client_queue_caps),
33358         (gst_tcpserversink_client_queue_buffer),
33359         (gst_tcpserversink_handle_client_write),
33360         (gst_tcpserversink_queue_buffer),
33361         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33362         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33363         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33364         (gst_tcpserversink_close):
33365         * gst/tcp/gsttcpserversink.h:
33366         Serversink rewrite. Really do non blocking writes to clients and
33367         maintain an internal queue to handle slower clients while not
33368         disturbing fast clients.
33369
33370 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33371
33372         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33373           better debug, don't override OFFSET and OFFSET_END
33374
33375 2004-06-25  Iain <iain@prettypeople.org>
33376
33377         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33378         name=source for the wavparse pipeline.
33379
33380 2004-06-24  Johan Dahlin  <johan@gnome.org>
33381
33382         * ext/theora/theoraenc.c (theora_enc_chain): Call
33383         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33384         streamheader caps are set correctly.
33385
33386 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33387
33388         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33389         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33390           respect minimum bitrate; same could be done for max bitrate
33391
33392 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33393
33394         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33395         (gst_vorbisenc_setup):
33396           fix sample rate range
33397
33398 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33399
33400         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33401         (gst_oggvorbisenc_setup):
33402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33403         (gst_vorbisenc_setup):
33404           resolve ambiguities in code and description
33405
33406 2004-06-24  Wim Taymans  <wim@fluendo.com>
33407
33408         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33409         * ext/alsa/gstalsa.h:
33410         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33411         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33412         Use alsa trigger_tstamp to get the timestamp of the first
33413         sample in the buffer for more precise sync. Some cleanups.
33414
33415 2004-06-24  Wim Taymans  <wim@fluendo.com>
33416
33417         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33418         (gst_audiorate_init), (gst_audiorate_chain),
33419         (gst_audiorate_set_property), (gst_audiorate_get_property):
33420         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33421         (gst_videorate_chain):
33422         Added some logging, fixed an overflow bug in videorate.
33423
33424 2004-06-24  Benjamin Otte  <otte@gnome.org>
33425
33426         * ext/kio/Makefile.am:
33427           fix for builddir != srcdir and distcheck
33428
33429 2004-06-24  Benjamin Otte  <otte@gnome.org>
33430
33431         * gst-libs/gst/colorbalance/Makefile.am:
33432         * gst-libs/gst/mixer/Makefile.am:
33433         * gst-libs/gst/play/Makefile.am:
33434         * gst-libs/gst/tuner/Makefile.am:
33435         * gst/tcp/Makefile.am:
33436         * sys/dxr3/Makefile.am:
33437           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33438           tarball.
33439           Also add all *.list files that were missing.
33440         * Makefile.am:
33441           add a distcheck hook to ensure the above doesn't happen again.
33442
33443 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33444
33445         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33446
33447 2004-06-23  Colin Walters  <walters@redhat.com>
33448
33449         * m4/Makefile.am: Distribute gst-fionread.m4.
33450
33451 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33452
33453         * configure.ac: back to dev
33454
33455 2004-06-23  Wim Taymans  <wim@fluendo.com>
33456
33457         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33458         (gst_alsa_xrun_recovery):
33459         * ext/alsa/gstalsa.h:
33460         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33461         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33462         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33463         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33464         (gst_alsa_src_loop):
33465         Add clock to alsasrc. Take new capture timestamp when
33466         restarting after an overrun. Split up some functions between
33467         alsasrc and alsasink.
33468
33469 === release 0.8.2 ===
33470
33471 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33472
33473         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33474         (gst_alsa_change_state), (gst_alsa_update_avail),
33475         (gst_alsa_xrun_recovery):
33476         * ext/alsa/gstalsa.h:
33477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33478           merge back changes from release
33479
33480 2004-06-23  Wim Taymans  <wim@fluendo.com>
33481
33482         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33483         (gst_audiorate_init), (gst_audiorate_chain),
33484         (gst_audiorate_set_property), (gst_audiorate_get_property):
33485         Implement sample dropping and notify
33486
33487 2004-06-22  Wim Taymans  <wim@fluendo.com>
33488
33489         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33490         (theora_enc_sink_link), (theora_buffer_from_packet),
33491         (theora_push_packet), (theora_enc_chain):
33492         Some cleanups, make sure the timestamps are correct.
33493
33494 2004-06-22  Wim Taymans  <wim@fluendo.com>
33495
33496         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33497         (gst_alsa_change_state), (gst_alsa_update_avail),
33498         (gst_alsa_xrun_recovery):
33499         * ext/alsa/gstalsa.h:
33500         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33501         Cleanups, take queued samples into account when reporting
33502         the time.
33503
33504 2004-06-22  Wim Taymans  <wim@fluendo.com>
33505
33506         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33507         (gst_videorate_init):
33508         Initialize the property as well.
33509
33510 2004-06-22  Wim Taymans  <wim@fluendo.com>
33511
33512         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33513         (gst_videorate_init), (gst_videorate_chain),
33514         (gst_videorate_set_property), (gst_videorate_get_property):
33515         Add property to make videorate silent.
33516         Add property to prefer new frames over old ones.
33517
33518 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33519
33520         * sys/osxvideo/Makefile.am:
33521         Workaround so that the osxvideo .so file gets linked with the
33522         Cocoa, OpenGL and QuickTime frameworks
33523
33524 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33525
33526         * sys/osxaudio/Makefile.am:
33527         Workaround so that the osxaudio .so file gets linked with the
33528         CoreAudio framework
33529
33530 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33531
33532         * configure.ac:
33533         Whoops, my fault...fixed build issues
33534
33535 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33536
33537         * configure.ac:
33538         Add objective-c support if running in Darwin/Mac OS X
33539         * sys/Makefile.am:
33540         * sys/osxvideo:
33541         * sys/osxvideo/Makefile.am:
33542         * sys/osxvideo/osxvideosink.h:
33543         * sys/osxvideo/osxvideosink.m:
33544         * sys/osxvideo/cocoawindow.h:
33545         * sys/osxvideo/cocoawindow.m:
33546         Add osxvideosink, a cocoa-based osx video sink
33547
33548
33549 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33550         * ext/dvdnav/gst-dvd:
33551         Grab the gconf key from the right spot
33552         * gst/debug/gstnavseek.c: (gst_navseek_init),
33553         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33554         (gst_navseek_chain):
33555         * gst/debug/gstnavseek.h:
33556           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33557           and loop parameters of a segment seek.
33558         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33559         (gst_videotestsrc_get_event_masks),
33560         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33561         * gst/videotestsrc/gstvideotestsrc.h:
33562           Add seeking support to videotestsrc
33563           Initialise the timestamp_offset variable.
33564
33565 2004-06-18  Wim Taymans  <wim@fluendo.com>
33566
33567         * ext/sidplay/gstsiddec.cc:
33568         Fix negotiation and set correct end offset.
33569
33570 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33571
33572         * configure.ac: branch and prerelease
33573
33574 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33575
33576         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33577         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33578         (gst_tcpclientsrc_init_receive):
33579         * gst/tcp/gsttcpclientsrc.h:
33580           read caps when connecting to server for GDP so we set them correctly
33581
33582 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33583
33584         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33585           notify drops and duplicates
33586         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33587           no good reason to limit ourselves to 100x100
33588
33589 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33590
33591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33592         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33593         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33594         (gst_v4lsrc_get_property):
33595         * sys/v4l/gstv4lsrc.h:
33596         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33597         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33598         (gst_v4l_set_audio):
33599         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33600         (gst_v4lsrc_try_capture):
33601         * sys/v4l/v4lsrc_calls.h:
33602           change try_palette to more general try_capture
33603           add autoprobe option so we can turn off autoprobing
33604           various fixes
33605
33606 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33607
33608         * configure.ac:
33609           add videorate
33610         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33611         (gst_ximagesink_class_init):
33612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33613         (gst_xvimagesink_class_init):
33614           run them as finalize, not dispose, since dispose can be invoked
33615           multiple times
33616
33617 2004-06-17  Wim Taymans  <wim@fluendo.com>
33618
33619         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33620         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33621         * ext/alsa/gstalsa.h:
33622         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33623         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33624         (gst_alsa_src_change_state):
33625         * ext/alsa/gstalsasrc.h:
33626         Make the xrun code timestamp and offset the buffers correctly.
33627         moved the clock to the base class, use alsa methods to get time.
33628         Do correct timestamping on outgoing buffers.
33629
33630 2004-06-17  Wim Taymans  <wim@fluendo.com>
33631
33632         * gst/audiorate/Makefile.am:
33633         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33634         (gst_audiorate_base_init), (gst_audiorate_class_init),
33635         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33636         (gst_audiorate_set_property), (gst_audiorate_get_property),
33637         (gst_audiorate_change_state), (plugin_init):
33638         Added an audiorate converter that fills in gaps.
33639
33640 2004-06-17  Johan Dahlin  <johan@gnome.org>
33641
33642         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33643
33644 2004-06-16  Wim Taymans  <wim@fluendo.com>
33645
33646         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33648         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33649         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33650         (gst_v4lsrc_get_property):
33651         * sys/v4l/gstv4lsrc.h:
33652         Added a copy mode to v4lsrc where it will output a copied version
33653         of its internal hardware buffer.
33654         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33655         can't | them.
33656
33657 2004-06-16  Wim Taymans  <wim@fluendo.com>
33658
33659         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33660         Timestamp fixes.
33661
33662 2004-06-16  Wim Taymans  <wim@fluendo.com>
33663
33664         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33665         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33666         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33667         (gst_v4lsrc_get_property):
33668         * sys/v4l/gstv4lsrc.h:
33669         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33670         Added a sync mode enum property to control v4lsrc timestamp method
33671         Removed the use-fixed-fps property and moved functionality in
33672         the enum.
33673         Don't error on an error value from v4l-conf, it might not always
33674         be a real error.
33675
33676 2004-06-16  Wim Taymans  <wim@fluendo.com>
33677
33678         * gst/videorate/Makefile.am:
33679         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33680         (gst_videorate_base_init), (gst_videorate_class_init),
33681         (gst_videorate_getcaps), (gst_videorate_link),
33682         (gst_videorate_init), (gst_videorate_chain),
33683         (gst_videorate_set_property), (gst_videorate_get_property),
33684         (gst_videorate_change_state), (plugin_init):
33685         Added a video timestamp corrector.
33686
33687 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33688
33689         fixed a potential leak with previous commit
33690
33691         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33692
33693 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33694
33695         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33696         Added missing refcount, fixes bug #144425
33697         Cheers Tim for finding the bug
33698
33699 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33700
33701         * sys/v4l/gstv4l.c: (plugin_init):
33702         * sys/v4l/gstv4lcolorbalance.c:
33703         * sys/v4l/gstv4lcolorbalance.h:
33704         * sys/v4l/gstv4lelement.c:
33705         * sys/v4l/gstv4lelement.h:
33706         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33707         * sys/v4l/gstv4lmjpegsink.h:
33708         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33709         * sys/v4l/gstv4lmjpegsrc.h:
33710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33711         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33712         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33713         * sys/v4l/gstv4lsrc.h:
33714         * sys/v4l/gstv4ltuner.c:
33715         * sys/v4l/gstv4ltuner.h:
33716         * sys/v4l/gstv4lxoverlay.c:
33717         * sys/v4l/gstv4lxoverlay.h:
33718         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33719         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33720         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33721         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33722         (gst_v4l_set_audio):
33723         * sys/v4l/v4l_calls.h:
33724         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33725         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33726         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33727         (gst_v4lmjpegsink_playback_init),
33728         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33729         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33730         (gst_v4lmjpegsink_playback_stop),
33731         (gst_v4lmjpegsink_playback_deinit):
33732         * sys/v4l/v4lmjpegsink_calls.h:
33733         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33734         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33735         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33736         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33737         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33738         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33739         * sys/v4l/v4lmjpegsrc_calls.h:
33740         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33741         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33742         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33743         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33744         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33745         (gst_v4lsrc_try_palette):
33746         * sys/v4l/v4lsrc_calls.h:
33747           bunch of paranoia cleanups
33748
33749 2004-06-14  David Schleef  <ds@schleef.org>
33750
33751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33752         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33753         Send discont events and change timestamps appropriately when
33754         we get a seek event.  (bug #144240)
33755         * ext/cdparanoia/gstcdparanoia.h:
33756
33757 2004-06-14  Benjamin Otte  <otte@gnome.org>
33758
33759         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33760           snd_pcm_hw_params_set_rate  since the latter fails for no good
33761           reason on some setups.
33762
33763 2004-06-14  David Schleef  <ds@schleef.org>
33764
33765         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33766         standard.  Thank you for playing.
33767
33768 2004-06-14  Wim Taymans  <wim@fluendo.com>
33769
33770         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33771         Patch 1.3 broke the ordering of the colorspace info and
33772         made the plugin basically work by coincidence, reordered
33773         the info.
33774
33775 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33776
33777         * ext/lame/gstlame.c:
33778         * ext/mad/gstmad.c:
33779           sync caps.  Make sure mad can only output a list of rates, not
33780           a full range.  In the future, have three caps lists for each of the
33781           mpeg versions.  Change mpegversion to a double as well.
33782
33783 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33784
33785         * gst/volume/.cvsignore:
33786         * gst/volume/Makefile.am:
33787         * gst/volume/demo.c: (value_changed_callback), (idler),
33788         (setup_gui), (main):
33789           added small demo app
33790
33791 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33792         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33793         * ext/esd/esdsink.h:
33794         Close the esd connection on pause, because esd will just wait -
33795         blocking all other esd clients indefinitely.
33796
33797 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33798
33799         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33800           previous commit with GST_DEBUG
33801
33802 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33803
33804         * configure.ac:
33805           add a header check for a dvdread header in dvdnav.  Fixes #133002
33806
33807 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33808
33809         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33810         * gst/tcp/gsttcpclientsink.h:
33811         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33812         * gst/tcp/gsttcpclientsrc.h:
33813         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33814         (gst_tcpserversink_handle_server_read),
33815         (gst_tcpserversink_init_send):
33816         * gst/tcp/gsttcpserversink.h:
33817         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33818         * gst/tcp/gsttcpserversrc.h:
33819         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33820         version of IP)
33821
33822 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33823
33824         * configure.ac:
33825         Added ogg library so that OSX detects libtheora properly
33826
33827 2004-06-11  Wim Taymans  <wim@fluendo.com>
33828
33829         * ext/theora/theoradec.c: (theora_dec_chain),
33830         (theora_dec_change_state):
33831         Don't try to decode frames before we received a keyframe.
33832
33833 2004-06-11  Wim Taymans  <wim@fluendo.com>
33834
33835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33836         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33837         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33838         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33839         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33840         Added property to set the maximum delay of a page.
33841
33842 2004-06-10  Wim Taymans  <wim@fluendo.com>
33843
33844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33845         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33846         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33847         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33848         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33849         Added max-delay property to control the maximum amount
33850         of data to put in one page.
33851
33852 2004-06-10  Wim Taymans  <wim@fluendo.com>
33853
33854         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33855         (gst_theora_enc_init), (theora_enc_sink_link),
33856         (theora_buffer_from_packet), (theora_enc_set_property),
33857         (theora_enc_get_property):
33858         Set duration on encoded buffer, added some more properties
33859
33860 2004-06-10  Wim Taymans  <wim@fluendo.com>
33861
33862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33863         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33864         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33865         * ext/theora/theoraenc.c: (theora_enc_chain):
33866         Fix refcounting bugs
33867
33868 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33869
33870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33871         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33872         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33873         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33874         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33875         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33876         (gst_asf_demux_change_state):
33877         * gst/asfdemux/gstasfdemux.h:
33878           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33879           feels like. I think we should set a new requirement for demuxers
33880           from now on to implement sane loop functions, data loops, query
33881           and seek functions before first commit into CVS. And this commit
33882           fixes all of the above.
33883
33884 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33885
33886         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33887           vorbis comments are properly encoded in UTF-8 before adding them
33888           to a GstTagList
33889
33890 2004-06-09  Benjamin Otte  <otte@gnome.org>
33891
33892         * ext/alsa/gstalsa.c: (add_channels):
33893           handle min <= max correctly
33894         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33895         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33896           add fixation functions so we fixate correctly. No preferring of alaw
33897           anymore because it's the first structure.
33898         * ext/alsa/gstalsa.h:
33899         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33900         (gst_alsa_hw_params_dump):
33901           add functions to ease debugging in alsalib
33902         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33903         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33904         (gst_alsa_start_audio):
33905           only specify hw params if we really setup a format (fixes #134007 -
33906           or at least works around it)
33907
33908 2004-06-09  Wim Taymans  <wim@fluendo.com>
33909
33910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33911         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33912         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33913         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33914         (gst_ogg_mux_loop):
33915         Use stream caps to setup the initial pages in the ogg stream.
33916         Correctly set the streamheader caps on the srcpad.
33917
33918 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33919
33920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33921         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33922         (gst_v4lsrc_getcaps):
33923         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33924         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33925           add querying of fps lists for webcams.  Negotiating to a framerate
33926           now works.
33927
33928 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33929
33930         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33931         (theora_push_buffer), (theora_push_packet),
33932         (theora_set_header_on_caps), (theora_enc_chain):
33933           mark buffers and put on streamheader, raw theora streaming
33934           now works too, whee
33935
33936 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33937
33938         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33939         (gst_tcp_gdp_read_caps):
33940           do a looping read for caps and GDP headers too
33941
33942 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33943
33944         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33945         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33946           return EOS instead of NULL in _get
33947
33948 2004-06-08  Wim Taymans  <wim@fluendo.com>
33949
33950         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33951         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33952         (gst_tcp_gdp_write_caps):
33953         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33954         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33955         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33956         Memory leak fixes
33957
33958 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33959
33960         * ext/vorbis/Makefile.am:
33961         * ext/vorbis/vorbis.c: (plugin_init):
33962         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33963         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33964         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33965         (vorbis_parse_change_state):
33966         * ext/vorbis/vorbisparse.h:
33967           adding a vorbisparse element that marks the buffers, streaming
33968           raw vorbis using GDP now works, whee
33969
33970 2004-06-08  Wim Taymans  <wim@fluendo.com>
33971
33972         * ext/jpeg/Makefile.am:
33973         * ext/jpeg/README:
33974         * ext/jpeg/gstjpeg.c: (plugin_init):
33975         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33976         (gst_smokedec_base_init), (gst_smokedec_class_init),
33977         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33978         * ext/jpeg/gstsmokedec.h:
33979         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33980         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33981         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33982         (gst_smokeenc_resync), (gst_smokeenc_chain),
33983         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33984         * ext/jpeg/gstsmokeenc.h:
33985         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33986         (smokecodec_flush_destination), (smokecodec_term_destination),
33987         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33988         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33989         (smokecodec_term_source), (smokecodec_encode_new),
33990         (smokecodec_decode_new), (smokecodec_info_free),
33991         (smokecodec_set_quality), (smokecodec_get_quality),
33992         (smokecodec_set_threshold), (smokecodec_get_threshold),
33993         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33994         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33995         (smokecodec_parse_header), (smokecodec_decode):
33996         * ext/jpeg/smokecodec.h:
33997         Added a new simple jpeg based codec
33998
33999 2004-06-08  Wim Taymans  <wim@fluendo.com>
34000
34001         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34002         (gst_multipart_mux_loop):
34003         Fix memory leak
34004
34005 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34006
34007         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34008         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34009         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34010         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34011         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34012         * gst/tcp/gsttcpserversink.h:
34013           take streamheader into account
34014
34015 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34016
34017         * gst/level/Makefile.am:
34018         * gst/level/gstlevel.c: (gst_level_class_init):
34019           clean up marshal generation
34020
34021 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34022
34023         * gst/tcp/Makefile.am:
34024         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34025         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34026         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34027         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34028         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34029         (gst_tcpclientsrc_get_property):
34030         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34031         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34032         (gst_tcpserversink_handle_client_read),
34033         (gst_tcpserversink_handle_client_write),
34034         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34035         * gst/tcp/gsttcpserversink.h:
34036           add signals client-added and client-removed
34037         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34038         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34039         (gst_tcpserversrc_get_property):
34040         uniformized, change default protocol to NONE
34041         * gst/tcp/gsttcp-marshal.list: added
34042 2004-06-07  Benjamin Otte  <otte@gnome.org>
34043
34044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34045           handle discont events if they happen before caps nego
34046
34047 2004-06-07  Wim Taymans  <wim@fluendo.com>
34048
34049         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34050         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34051         (gst_multipart_demux_plugin_init):
34052         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34053         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34054         (gst_multipart_mux_change_state):
34055         Small updates, fix a memleak
34056
34057 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34058
34059         * configure.ac: OSS portability
34060         * ext/arts/gst_arts.c: idem
34061         * sys/oss/gstosselement.c: idem
34062         * sys/oss/gstossmixer.c: idem
34063         * sys/oss/gstosssink.c: idem
34064         * sys/oss/gstosssrc.c: idem
34065         * sys/oss/oss_probe.c: idem
34066           - check for soundcard.h in different places for some BSD
34067
34068 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34069
34070         * AUTHORS:
34071         Add me to the authors file
34072         * configure.ac:
34073         Increase the libdv requirement to >= version 0.100
34074         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34075         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34076         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34077         * ext/dv/gstdvdec.h:
34078         Add support for the new_media flag when sending DISCONT events
34079         Make the querying work when video pad is not linked
34080
34081 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34082
34083         reviewed by Benjamin Otte  <otte@gnome.org>
34084
34085         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34086           create a NULL-initialized array of pads, so we don't think they
34087           exist already. (fixes #143130)
34088
34089 2004-06-07  Benjamin Otte  <otte@gnome.org>
34090
34091         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34092         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34093         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34094           don't use // coments
34095
34096 2004-06-07  Benjamin Otte  <otte@gnome.org>
34097
34098         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34099           cast to GstClockTime to get higher granularity
34100         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34101           use gst_element_set_time_delay to get the exact time
34102         * ext/mad/gstmad.c: (gst_mad_chain):
34103           use the negotiated rate instead of the current frame's rate which
34104           might be wrong because of bit errors. This avoids emitting totally
34105           bogus timestamps and screwing sync.
34106         (fixes #143454)
34107
34108 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34109
34110         reviewed by Benjamin Otte  <otte@gnome.org>
34111
34112         * gst/adder/gstadder.c: (gst_adder_loop):
34113           properly error out when no negotiation has happened yet. (fixes
34114           #143032)
34115
34116 2004-06-06  Benjamin Otte  <otte@gnome.org>
34117
34118         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34119           forward correctly transformed offset in discont events. Based on
34120           patch by Arwed v. Merkatz. (fixes #142851)
34121
34122 2004-06-06  David Schleef  <ds@schleef.org>
34123
34124         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34125         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34126         problems on several systems.
34127
34128 2004-06-06  Benjamin Otte  <otte@gnome.org>
34129
34130         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34131           use explicit caps on the srcpad
34132         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34133           properly error out if caps couldn't be set (fixes #142764)
34134
34135 2004-06-06  Benjamin Otte  <otte@gnome.org>
34136
34137         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34138         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34139         (gst_alsa_start_audio):
34140           - don't call set_periods_integer anymore, it breaks the
34141           configuration randomly
34142           - call snd_pcm_hw_params_set_access directly instead of using masks
34143           - don't fail if the sw_params can't be set, just use the default
34144           params and hope it works. Alsalib has weird issues when you touch
34145           sw_params and does no proper error reporting about what failed.
34146         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34147         (gst_alsa_close_audio):
34148           make our alsa debugging go via gst debugging and not conditionally
34149           defined
34150         * ext/alsa/gstalsa.h:
34151           add ALSA_DEBUG_FLUSH macro
34152         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34153         (plugin_init):
34154           wrap alsa errors to be printed via the gst debugging system and not
34155           spammed to stderr
34156
34157 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34158
34159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34160         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34161         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34162         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34163         (qtdemux_parse_trak):
34164         * gst/qtdemux/qtdemux.h:
34165           Bitch. Also known as seeking, querying & co.
34166         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34167         (gst_osssink_change_state):
34168         * sys/oss/gstosssink.h:
34169           Resyncing is for weenies, this hack is no longer needed and was
34170           broken anyway (since it - unintendedly - always leaves resync to
34171           TRUE).
34172
34173 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34174
34175         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34176         * gst/tcp/gsttcpclientsrc.h: idem
34177           - define MSG_NOSIGNAL if not done
34178           - include unistd.h for off_t
34179           (fixes #143749)
34180
34181 2004-06-05  Benjamin Otte  <otte@gnome.org>
34182
34183         * configure.ac:
34184         * ext/kio/Makefile.am:
34185           check for qt's moc preprocessor explicitly and use it
34186
34187 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34188
34189         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34190           don't get a signal for EPIPE on socket writes
34191           (somebody check if this works on other platforms)
34192
34193 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34194
34195         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34196         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34197           check error condition on available samples correctly
34198
34199 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34200
34201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34202           avoid a segfault
34203         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34204         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34205         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34206         (gst_tcpserversrc_gdp_read_header):
34207          use ssize_t over size_t since the former is signed and thus the
34208          check for error codes can work
34209
34210 2004-06-02  Wim Taymans  <wim@fluendo.com>
34211
34212         reviewed by: Johan
34213
34214         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34215         (gst_multipart_mux_loop):
34216         Oops
34217
34218 2004-06-02  Wim Taymans  <wim@fluendo.com>
34219
34220         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34221         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34222         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34223         (gst_multipart_mux_change_state):
34224         Added configurable boundary specifier, added the value as a
34225         caps field as well.
34226
34227 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34228
34229         * gst/tcp/gsttcp.c:
34230         * gst/tcp/gsttcpclientsrc.c:
34231         * gst/tcp/gsttcpclientsrc.h:
34232         * gst/tcp/gsttcpserversrc.c:
34233           - portability fix, to compile on OSX
34234             (fixes #143146)
34235
34236         * sys/osxaudio/gstosxaudioelement.c:
34237         * sys/osxaudio/gstosxaudiosink.c:
34238         * sys/osxaudio/gstosxaudiosrc.c:
34239           - compilation warnings on OSX
34240             (fixes #143153)
34241
34242 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34243
34244         * ext/vorbis/vorbisdec.c : sign warning fixes
34245
34246         * gst-libs/gst/mixer/mixertrack.c :
34247           do no use defines which are glib 2.4 specific
34248
34249 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34250
34251         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34252           buffer since libflac doesn't expect it (reports a sync error when
34253           it encounters that)
34254
34255
34256 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34257
34258         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34259         * gst-libs/gst/mixer/mixertrack.c:
34260         (gst_mixer_track_get_property), (get_mixer_track_init),
34261         (get_mixer_track_get_property): Added property accessors
34262         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34263         * gst-libs/gst/mixer/mixeroptions.c:
34264         (gst_mixer_options_get_values): Added
34265         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34266         * gst-libs/gst/mixer/mixer.c: Fixed comment
34267
34268
34269 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34270
34271         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34272           improve error messages on open
34273
34274
34275 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34276
34277         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34278           check if v4l-conf is in path
34279
34280 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34281
34282         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34283           change assert to a more readable error message
34284
34285 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34286
34287         * gst-libs/gst/tuner/tunerchannel.h:
34288           - add a freq_multiplicator field to make the conversion
34289             between internal frequency unit and Hz
34290         * sys/v4l/gstv4lelement.c:
34291         * sys/v4l2/gstv4l2element.c:
34292           - change default video device to /dev/video0
34293         * sys/v4l/v4l_calls.c:
34294         * sys/v4l2/v4l2_calls.c:
34295           - we only expose frequency to the user in Hz instead of
34296             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34297
34298 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34299         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34300           Initialise b_o_s and e_o_s variables
34301         * gst-libs/gst/riff/riff-media.c:
34302         (gst_riff_create_video_caps_with_data):
34303           Add some unusual fourcc's from mplayer avi's
34304         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34305           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34306           autoplugging.
34307
34308 2004-05-28  Wim Taymans  <wim@fluendo.com>
34309
34310         * configure.ac:
34311         * gst/alpha/Makefile.am:
34312         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34313         (gst_alpha_get_type), (gst_alpha_base_init),
34314         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34315         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34316         (gst_alpha_chroma_key), (gst_alpha_chain),
34317         (gst_alpha_change_state), (plugin_init):
34318         A plugin to add an alpha channel to I420 video. Can optionally do
34319         chroma keying.
34320         * gst/multipart/Makefile.am:
34321         * gst/multipart/multipart.c: (plugin_init):
34322         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34323         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34324         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34325         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34326         (gst_multipart_demux_change_state),
34327         (gst_multipart_demux_plugin_init):
34328         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34329         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34330         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34331         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34332         (gst_multipart_mux_pad_unlink),
34333         (gst_multipart_mux_request_new_pad),
34334         (gst_multipart_mux_handle_src_event),
34335         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34336         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34337         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34338         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34339         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34340         send multipart jpeg images to a browser.
34341         * gst/videobox/Makefile.am:
34342         * gst/videobox/README:
34343         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34344         (gst_video_box_get_type), (gst_video_box_base_init),
34345         (gst_video_box_class_init), (gst_video_box_init),
34346         (gst_video_box_set_property), (gst_video_box_get_property),
34347         (gst_video_box_sink_link), (gst_video_box_i420),
34348         (gst_video_box_ayuv), (gst_video_box_chain),
34349         (gst_video_box_change_state), (plugin_init):
34350         Crops or adds borders around an image. can do alpha channel
34351         borders as well.
34352         * gst/videomixer/Makefile.am:
34353         * gst/videomixer/README:
34354         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34355         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34356         (gst_videomixer_pad_get_sink_event_masks),
34357         (gst_videomixer_pad_get_property),
34358         (gst_videomixer_pad_set_property),
34359         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34360         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34361         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34362         (gst_videomixer_base_init), (gst_videomixer_class_init),
34363         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34364         (gst_videomixer_handle_src_event),
34365         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34366         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34367         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34368         (gst_videomixer_loop), (gst_videomixer_get_property),
34369         (gst_videomixer_set_property), (gst_videomixer_change_state),
34370         (plugin_init):
34371         Generic video mixer plugin, can handle multiple inputs all with
34372         different framerates and video sizes. Is fully alpha channel
34373         aware.
34374
34375 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34376
34377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34378           Select first track as master track. Not sure how else to handle
34379           that...
34380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34381           Discard discont events. Should fix #142962.
34382
34383 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34384
34385         * ext/alsa/Makefile.am:
34386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34387         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34388         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34389         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34390         (gst_alsa_mixer_get_option):
34391         * ext/alsa/gstalsamixer.h:
34392         * ext/alsa/gstalsamixeroptions.c:
34393         (gst_alsa_mixer_options_get_type),
34394         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34395         (gst_alsa_mixer_options_new):
34396         * ext/alsa/gstalsamixeroptions.h:
34397         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34398         * ext/alsa/gstalsamixertrack.h:
34399           Add enumerations (as GstMixerOptions). Make correct distinction
34400           between input/output tracks. Add capture/playback private flag.
34401           Use flag to decide on whether to set capture or playback volumes
34402           or switches. Use playback and record switches.
34403         * gst-libs/gst/mixer/Makefile.am:
34404         * gst-libs/gst/mixer/mixer-marshal.list:
34405         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34406         (gst_mixer_set_option), (gst_mixer_get_option),
34407         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34408         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34409         * gst-libs/gst/mixer/mixer.h:
34410         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34411         (gst_mixer_options_class_init), (gst_mixer_options_init),
34412         (gst_mixer_options_dispose):
34413         * gst-libs/gst/mixer/mixeroptions.h:
34414           Add GstMixerOptions.
34415         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34416           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34417           broken device detection on computers with multiple OSS sound
34418           cards.
34419
34420 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34421
34422         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34423           fixate nicely even when the peer is not negotiating
34424
34425 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34426
34427         * gst/audioconvert/gstaudioconvert.c:
34428         (gst_audio_convert_parse_caps):
34429           make sure we don't allow depth > width
34430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34431           fixate endianness to G_BYTE_ORDER as default
34432         * gst/audioscale/gstaudioscale.c:
34433           we don't handle another endianness as host-endianness
34434
34435 2004-05-25  David Schleef  <ds@schleef.org>
34436
34437         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34438
34439 2004-05-24  Benjamin Otte  <otte@gnome.org>
34440
34441         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34442         (gst_oggvorbisenc_setup):
34443           properly fail when we can't setup the vorbis encoder due to
34444           unsupported settings
34445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34446         (gst_vorbisenc_setup):
34447           same
34448         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34449           fix case where warnings occured when one pad was unlinked while the
34450           other's link function was called
34451
34452 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34453
34454         * gst/tcp/Makefile.am:
34455           use GST_ENABLE_NEW
34456
34457 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34458
34459         * gst-libs/gst/resample/private.h:
34460           don't use optimizations that are #if 0'ed
34461
34462 2004-05-24  Wim Taymans  <wim@fluendo.com>
34463
34464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34465         Fix potential division by zero error and hopefully get
34466         the position query right to get correct timestamps on avi
34467         audio.
34468
34469 2004-05-24  Wim Taymans  <wim@fluendo.com>
34470
34471         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34472         (gst_videoscale_scale_nearest_str2),
34473         (gst_videoscale_scale_nearest_str4),
34474         (gst_videoscale_scale_nearest_32bit),
34475         (gst_videoscale_scale_nearest_24bit),
34476         (gst_videoscale_scale_nearest_16bit):
34477         Fix the scaling algorithm and avoid a buffer overflow.
34478         removed the while loop in the scaling function as it
34479         was used for point sampling only.
34480
34481 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34482
34483         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34484         (gst_id3_tag_class_init), (gst_id3_tag_init),
34485         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34486         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34487         (gst_id3_tag_send_tag_event):
34488           lots of fixes to make id3mux work and id3demux work correctly
34489
34490 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34491
34492         * ext/Makefile.am:
34493           add rules to build shout2send (was removed by accident
34494           when this module was no more marked experimental/broken)
34495
34496 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34497
34498         * ext/shout2/gstshout2.c:
34499         * ext/shout2/gstshout2.h:
34500           adding a "connection problem" signal to shout2send
34501           (fixes #142954)
34502
34503 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34504
34505         * ext/kio/kioreceiver.cpp:
34506         * ext/kio/kioreceiver.h:
34507           fix sign comparison issues
34508
34509 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34510
34511         * gst/cdxaparse/gstcdxaparse.c:
34512         * gst/cdxaparse/gstcdxaparse.h:
34513           some renaming
34514           add some checks/sanity
34515           prepare for seek addition
34516
34517         * sys/sunaudio/gstsunaudio.c:
34518           remove exported dupe init function
34519
34520 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34521
34522         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34523         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34524           Fix format conversion and position querying.
34525         * gst/debug/progressreport.c: (gst_progressreport_report):
34526           Don't output a bogus total value that we didn't query.
34527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34528           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34529           only a blank window after xine has been used.
34530
34531 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34532
34533         * m4/as-arts.m4:
34534           sync with upstream version to fix test on FC2
34535           readd with -ko to preserve Id header
34536
34537 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34538
34539         * configure.ac:
34540           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34541         * gst/tcp/gsttcpclientsrc.c: idem
34542         * gst/tcp/gsttcpserversink.c: idem
34543         * gst/tcp/gsttcpserversrc.c: idem
34544         * m4/gst-fionread.m4: idem
34545
34546         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34547
34548         * configure.ac: enable speex plugin for speex 1.1.5+
34549         * ext/speex/gstspeexenc.c: fix cast warning
34550
34551         * ext/esd/README: fix typo
34552
34553 2004-05-20  David Schleef  <ds@schleef.org>
34554
34555         * configure.ac: Minor cosmetic change to convince the buildbot to
34556         reautogen.
34557         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34558         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34559         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34560         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34561         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34562         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34563         More hacking.  Plays audio now.
34564
34565 2004-05-20  David Schleef  <ds@schleef.org>
34566
34567         * configure.ac:
34568         * sys/Makefile.am:
34569
34570 2004-05-20  David Schleef  <ds@schleef.org>
34571
34572         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34573         * sys/osxaudio/gstosxaudio.c:
34574         * sys/osxaudio/gstosxaudioelement.c:
34575         * sys/osxaudio/gstosxaudioelement.h:
34576         * sys/osxaudio/gstosxaudiosink.c:
34577         * sys/osxaudio/gstosxaudiosink.h:
34578         * sys/osxaudio/gstosxaudiosrc.c:
34579         * sys/osxaudio/gstosxaudiosrc.h:
34580
34581 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34582
34583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34584         (gst_vorbisenc_chain):
34585           put the codec headers on the caps as streamheader as well as
34586           pushing them out
34587
34588 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34589
34590         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34591         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34592         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34593         split up push_packet into two functions
34594
34595 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34596
34597         * gst/tcp/.cvsignore:
34598           ignore enums
34599         * gst/tcp/Makefile.am:
34600         * gst/tcp/README:
34601         * gst/tcp/gsttcp.c:
34602         * gst/tcp/gsttcp.h:
34603         * gst/tcp/gsttcpclientsink.c:
34604         * gst/tcp/gsttcpclientsink.h:
34605         * gst/tcp/gsttcpclientsrc.c:
34606         * gst/tcp/gsttcpclientsrc.h:
34607         * gst/tcp/gsttcpplugin.c:
34608         * gst/tcp/gsttcpserversink.c:
34609         * gst/tcp/gsttcpserversink.h:
34610         * gst/tcp/gsttcpserversrc.c:
34611         * gst/tcp/gsttcpserversrc.h:
34612           add new tcp elements
34613
34614 2004-05-19  Wim Taymans  <wim@fluendo.com>
34615
34616         * gst/law/mulaw-conversion.c: (mulaw_encode):
34617         Fix overflow bug in ulaw encoding.
34618
34619 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34620
34621         * ext/mad/gstmad.c: (gst_mad_handle_event):
34622           don't unref the event twice
34623
34624 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34625
34626         * configure.ac:
34627           remove -Wno-sign-compare
34628
34629 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34630
34631         * configure.ac:
34632           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34633           if you want to work against glib 2.2 and 2.4
34634
34635 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34636
34637         * gst/tcp/Makefile.am:
34638         * gst/tcp/gsttcp.c:
34639         * gst/tcp/gsttcp.h:
34640         * gst/tcp/gsttcpsink.h:
34641         * gst/tcp/gsttcpsrc.h:
34642           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34643
34644 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34645
34646         * gst/debug/tests.c: (md5_get_value):
34647           fix segfault on gst-inspect
34648
34649 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34650
34651         * gst/debug/testplugin.c:
34652         * gst/debug/tests.c:
34653         * gst/debug/tests.h:
34654           add new extensible and configurable testing element. Current tests
34655           include buffer count, stream length, timestamp/duration matching and
34656           md5.
34657         * gst/debug/Makefile.am:
34658         * gst/debug/gstdebug.c: (plugin_init):
34659           add infrastructure for new element
34660
34661 2004-05-19  Johan Dahlin  <johan@gnome.org>
34662
34663         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34664         ending of the array. Fixes gst-inspect segfault on ppc.
34665
34666 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34667
34668         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34669
34670         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34671
34672 2004-05-18  David Schleef  <ds@schleef.org>
34673
34674         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34675         warnings (bugs, actually) noticed by gcc but not forte.
34676
34677 2004-05-18  David Schleef  <ds@schleef.org>
34678
34679         * sys/sunaudio/Makefile.am:
34680         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34681
34682 2004-05-18  David Schleef  <ds@schleef.org>
34683
34684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34685         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34686         to allow qtdemux to use non-seekable streams. (bug #142272)
34687
34688 2004-05-18  David Schleef  <ds@schleef.org>
34689
34690         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34691         (gst_resample_sinc_ft_float): Remove use of static temporary
34692         buffer.  This code was obviously not supposed to last long, but
34693         it's stuck in our ABI, so it required a little hack to make it
34694         ABI-compatible.  Fixes #142585.
34695         * gst-libs/gst/resample/resample.h: same.
34696
34697 2004-05-18  David Schleef  <ds@schleef.org>
34698
34699         * configure.ac: Add sunaudio
34700         * examples/Makefile.am: make gstplay depend on gconf
34701         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34702         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34703         (convert_table_lookup), (img_convert): remove c99-isms
34704         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34705           unsigned, to fix a warning on Solaris
34706         * gst/mpeg1sys/systems.c: bcopy->memcpy
34707         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34708         * sys/Makefile.am: Add sunaudio
34709
34710 2004-05-18  Wim Taymans  <wim@fluendo.com>
34711
34712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34713         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34714         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34715         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34716         (gst_ogg_mux_loop):
34717         Fix an ugly memleak where the muxer didn't flush enough ogg
34718         pages. This also resulted in badly muxed ogg files.
34719
34720 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34721
34722         * gst/asfdemux/asfheaders.c :
34723         * gst/asfdemux/asfheaders.h :
34724         * gst/asfdemux/gstasfdemux.c :
34725           - fix ASF_OBJ_PADDING guid
34726           - add 3 new object guids (language list, metadata,
34727             extended stream properties)
34728           - add a function to parse extended header objects
34729
34730 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34731
34732         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34733           remove leftover debugging g_print
34734
34735 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34736
34737         * ext/mad/gstmad.c: (gst_mad_handle_event):
34738           Fix for when the first format in a discont event is not a
34739           byte-based one. Should fix #137710.
34740
34741 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34742
34743         * m4/a52.m4 : fix compilation with -Wall -Werror
34744         * m4/libfame.m4 : idem
34745         * m4/libmikmod.m4 : idem
34746
34747 2004-05-17  Benjamin Otte  <otte@gnome.org>
34748
34749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34750           signal the new tags before giving up the reference
34751
34752 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34753
34754         * ext/shout2/gstshout2.c:
34755           use application/ogg instead of application/x-ogg (patch by Patrick
34756           Guimond, fixes #142432)
34757         * sys/oss/gstosselement.c: (gst_osselement_reset),
34758         (gst_osselement_sync_parms):
34759           don't set fragment size unless specified (fixes #142493)
34760
34761 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34762
34763         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34764           fixes #142664
34765
34766 2004-05-17  Benjamin Otte  <otte@gnome.org>
34767
34768         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34769           compute offsets correctly for internal buffers so timestamps are set
34770           correctly when we can't seek. Also handle cases where there are no
34771           offsets. (based on a patch by David Moore, fixes #142507)
34772
34773 2004-05-17  Benjamin Otte  <otte@gnome.org>
34774
34775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34776           use correct variable when determining amount of data to skip so we
34777           don't skip into the void and segfault
34778
34779 2004-05-16  Benjamin Otte  <otte@gnome.org>
34780
34781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34782           Hi, I'm a memleak
34783
34784 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34785
34786         * gst/asfdemux/gstasfdemux.c:
34787           - fix a mem leak and always propagate tags
34788           - add WMV3 to known video codecs (but no decoder yet)
34789           - replace "surplus data" at end of audio header for what
34790             it is : codec specific data
34791           - fix a typo
34792
34793 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34794
34795         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34796
34797         * gst-libs/gst/audio/audioclock.c:
34798           Fix wrong return type (#142205).
34799
34800 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34801
34802         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34803           Ignore CRCs by default (fixes #142566).
34804
34805 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34806
34807         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34808         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34809         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34810         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34811         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34812         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34813           Fix for cases where we fail to attach to a mixer.
34814
34815 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34816
34817         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34818           Don't touch events after not owning them anymore.
34819         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34820         (gst_wavparse_fmt), (gst_wavparse_other),
34821         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34822         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34823         (gst_wavparse_srcpad_event):
34824         * gst/wavparse/gstwavparse.h:
34825           Add seeking, fix querying.
34826
34827 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34828
34829         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34830           - process comments even if they don't end with \0\0
34831             g_convert would ignore them if present and works well without them
34832
34833 2004-05-16  Benjamin Otte  <otte@gnome.org>
34834
34835         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34836           simplify caps
34837
34838 2004-05-16  Benjamin Otte  <otte@gnome.org>
34839
34840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34841           don't write to memory we might not write to - g_convert does that
34842           for us anyway (fixes #142613)
34843         (gst_asf_demux_audio_caps):
34844           comment out gst_util_dump_mem
34845
34846 2004-05-16  Benjamin Otte  <otte@gnome.org>
34847
34848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34849           compute correct expected timestamps after seek (broken since
34850           last commit)
34851         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34852           rename element and debugging category to gdkpixbufscale
34853
34854 2004-05-16  Benjamin Otte  <otte@gnome.org>
34855
34856         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34857           add error checking to snd_pcm_delay and remove duplicate call to
34858           snd_pcm_delay that caused issues (see inline code comments)
34859         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34860           make more readable and fix return value when snd_pcm_delay fails
34861         (fixes #142586)
34862
34863 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34864         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34865         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34866         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34867         (gst_pixbufscale_link), (gst_pixbufscale_init),
34868         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34869         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34870         (gst_pixbufscale_get_property), (pixbufscale_init):
34871         * ext/gdk_pixbuf/pixbufscale.h:
34872         Add these files I forgot earlier
34873
34874 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34875         * ext/gdk_pixbuf/Makefile.am:
34876         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34877         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34878         Add new pixbufscale element to scale RGB video
34879         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34880         and HYPER interpolation correctly.
34881         * ext/theora/theoraenc.c: (theora_enc_chain),
34882         Discard buffer and return if explicit caps could not be set
34883         (theora_enc_get_property):
34884         Make _get return kbps for the bitrate consistent with
34885         the _set function.
34886
34887
34888 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34889
34890         * ext/libvisual/visual.c: (gst_visual_chain):
34891           add missing visual_audio_analyze
34892
34893 2004-05-14  David Schleef  <ds@schleef.org>
34894
34895         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34896         is killed while we're playing.
34897         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34898         gst_element_no_more_pads().
34899
34900 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34901
34902         * gst-libs/gst/riff/riff-read.c :
34903           - fix INFO tag extraction in RIFF/AVI files
34904             because gst_event_unref (event) also freed taglist
34905           - avoid a mem leak
34906
34907 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34908
34909         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34910         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34911
34912         * gst/auparse/gstauparse.c :
34913           - add code (commented for now) to support audio/x-adpcm on src pad
34914             (we have no decoder for those layout yet)
34915
34916         * gst/cdxaparse/gstcdxaparse.c :
34917         * gst/cdxaparse/gstcdxaparse.h :
34918           - partial rewrite using RiffRead (ripped iain's wavparse code)
34919
34920         * gst/rtp/gstrtpL16enc.c : typo
34921         * gst/rtp/gstrtpgsmenc.c : typo
34922
34923 2004-05-13  Benjamin Otte  <otte@gnome.org>
34924
34925         * configure.ac:
34926           check for exact version of libvisual, it's not supposed to be
34927           API/ABI stable yet
34928
34929 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34930
34931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34932           signal no-more-pads
34933
34934 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34935
34936         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34937         Report which format was used for GST_FORMAT_DEFAULT
34938         * gst/debug/Makefile.am:
34939         * gst/debug/gstdebug.c: (plugin_init):
34940         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34941         (gst_progressreport_class_init), (gst_progressreport_init),
34942         (gst_progressreport_report), (gst_progressreport_set_property),
34943         (gst_progressreport_get_property), (gst_progressreport_chain),
34944         (gst_progressreport_plugin_init):
34945         Add progressreport element for testing.
34946
34947 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34948
34949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34950         * sys/v4l/gstv4lsrc.h:
34951         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34952         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34953         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34954         (gst_v4lsrc_grab_frame):
34955           add more debugging
34956           send a discont at start
34957
34958 2004-05-12  Colin Walters  <walters@redhat.com>
34959
34960         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34961         inflooping if we can't find a chunk.  Or in other words, don't blow
34962         chunks if we don't have a chunk to blow.
34963
34964 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34965         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34966         Remove old debug output
34967         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34968         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34969         (gst_dvdec_set_property), (gst_dvdec_get_property):
34970         Change the quality setting to an enum, so it works from gst-launch
34971         Don't renegotiate a non-linked pad. Allows audio only decoding.
34972         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34973         (gst_deinterlace_link), (gst_deinterlace_init):
34974         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34975         (gst_videodrop_link):
34976         Some caps negotiation fixes
34977
34978 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34979
34980         * ext/tarkin/gsttarkin.c :
34981           - Change RANK from NONE to PRIMARY
34982         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34983           - Change RANK from NONE to MARGINAL
34984         * ext/divx/gstdivxenc.c :
34985           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34986
34987 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34988
34989         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34990         (gst_vorbisenc_push_packet):
34991           copy a function that was added between 1.0 and 1.0.1 until we
34992           depend on worthwhile features of post-1.0
34993
34994 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34995
34996         * configure.ac:
34997           enable shout2 by default
34998         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34999         (gst_shout2send_base_init), (gst_shout2send_init),
35000         (gst_shout2send_connect), (gst_shout2send_change_state):
35001         * ext/shout2/gstshout2.h:
35002           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35003           #142262)
35004         * ext/theora/theora.c: (plugin_init):
35005           don't set rank on encoders
35006
35007 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35008
35009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35010           Use codec_data property instead of flag1 and flag2 for wma
35011
35012 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35013
35014         * gst/cdxaparse/gstcdxaparse.c :
35015           - Add mpegversion to CAPS to make it link
35016           - Rank is as GST_RANK_SECONDARY instead of NONE
35017         * gst/auparse/gstauparse.c :
35018           - Document all audio encoding we can encounter from Solaris 9
35019             headers and libsndfile information.
35020           - Increase max. rate from 48000 to 192000 (to match other elements)
35021           - Don't try to play junk data between header and samples
35022
35023 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35024
35025         * ext/libvisual/visual.c: (gst_visual_getcaps):
35026           use the right caps depending on endianness (I hope)
35027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35028           use GST_RANK_NONE for all non-decoding elements or spider gets
35029           mighty confused
35030
35031 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35032
35033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35034           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35035
35036 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35037
35038         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35039         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35040         (gst_switch_loop), (gst_switch_get_type):
35041           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35042           HEADERS. Had to be said.
35043
35044 2004-05-10  David Schleef  <ds@schleef.org>
35045
35046         * configure.ac: Add prototype Dirac support.
35047         * ext/Makefile.am:
35048         * ext/dirac/Makefile.am:
35049         * ext/dirac/gstdirac.cc:
35050         * ext/dirac/gstdiracdec.cc:
35051
35052 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35053
35054         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35055         (gst_auparse_init), (gst_auparse_chain),
35056         (gst_auparse_change_state):
35057           Hack around spider. Remove me some day please.
35058
35059 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35060
35061         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35062           Fix for some uninitialized variables in previous patch, also
35063           makes it work. Fixes #142286 while we're at it.
35064
35065 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35066
35067         * gst/auparse/gstauparse.c:
35068                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35069                 only unsupported formats are ADPCM/CCITT G.72x
35070                 reviewed by Ronald
35071         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35072
35073 2004-05-10  Wim Taymans  <wim@fluendo.com>
35074
35075         * ext/vorbis/Makefile.am:
35076         * ext/vorbis/README:
35077         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35078         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35079         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35080         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35081         (gst_oggvorbisenc_convert_sink),
35082         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35083         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35084         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35085         (get_constraints_string), (update_start_message),
35086         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35087         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35088         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35089         * ext/vorbis/oggvorbisenc.h:
35090         * ext/vorbis/vorbis.c: (plugin_init):
35091         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35092         (raw_caps_factory), (gst_vorbisenc_class_init),
35093         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35094         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35095         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35096         * ext/vorbis/vorbisenc.h:
35097         Added a raw vorbis encoder to be used with the oggmuxer.
35098         We still need the old encoder for some gnome applications,
35099         read the README to find out how that works.
35100         The raw encoder is called "rawvorbisenc" until 0.9.
35101
35102 2004-05-10  Wim Taymans  <wim@fluendo.com>
35103
35104         * ext/ogg/gstogg.c: (plugin_init):
35105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35106         (gst_ogg_print):
35107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35108         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35109         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35110         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35111         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35112         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35113         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35114         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35115         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35116         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35117         Added an ogg muxer.
35118         Small typo fixes in the demuxer.
35119
35120 2004-05-10  Wim Taymans  <wim@fluendo.com>
35121
35122         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35123         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35124         (theora_enc_change_state), (theora_enc_set_property),
35125         (theora_enc_get_property):
35126         Mark the last packet with an EOS flag which is not really needed
35127         in gstreamer.
35128         Do some better video framerate initialisation.
35129         Update the buffer timestamp.
35130
35131 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35132
35133         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35134         Return the result of the parent state change call
35135
35136 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35137
35138         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35139         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35140         * gst/law/alaw-encode.c : (idem)
35141         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35142         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35143         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35144
35145 2004-05-09  Benjamin Otte  <otte@gnome.org>
35146
35147         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35148           don't use a fixed buffer size when writing variable length data to
35149           it. Fixes memory corruption and makes alsasrc work
35150
35151 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35152
35153         * ext/gnomevfs/gstgnomevfssink.c:
35154         (_gst_boolean_allow_overwrite_accumulator),
35155         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35156           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35157           RUN_LAST, and don't use that to set the accumulator value because
35158           then it's always FALSE.
35159
35160 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35161
35162         * gst-libs/gst/riff/riff-media.c:
35163         (gst_riff_create_video_caps_with_data),
35164         (gst_riff_create_audio_caps),
35165         (gst_riff_create_audio_template_caps):
35166         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35167           Fix for unaligned RIFF files (i.e. where all the chunks together
35168           in a LIST chunk are not of the same size as the size given in
35169           the LIST chunk header). Fixes several odd WAVE files. Also fix
35170           ADPCM (block_align property) in audio, so that wavparse based
35171           on this works now as it used to stand-alone.
35172
35173 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35174
35175         reviewed by Benjamin Otte  <otte@gnome.org>
35176
35177         * ext/a52dec/gsta52dec.c:
35178         * ext/divx/gstdivxdec.c:
35179         * ext/divx/gstdivxenc.c:
35180         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35181         * ext/faac/gstfaac.c: (gst_faac_base_init):
35182         * ext/faad/gstfaad.c: (gst_faad_base_init):
35183         * ext/ivorbis/vorbisfile.c:
35184         * ext/lame/gstlame.c:
35185         * ext/libfame/gstlibfame.c:
35186         * ext/mpeg2enc/gstmpeg2enc.cc:
35187         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35188         * ext/sidplay/gstsiddec.cc:
35189         * ext/speex/gstspeexdec.c:
35190         * ext/speex/gstspeexenc.c:
35191         * ext/xvid/gstxviddec.c:
35192         * ext/xvid/gstxvidenc.c:
35193           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35194           (fixes #142193)
35195
35196 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35197
35198         * ext/alsa/gstalsa.c: (device_list),
35199         (gst_alsa_class_probe_devices):
35200         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35201           Fix alsa oddness in mixer after the combination of using mixer
35202           in source/sink elements and using hw:x,y instead of just hw:x.
35203
35204 2004-05-09  Benjamin Otte  <otte@gnome.org>
35205
35206         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35207         (gst_wavparse_create_sourcepad):
35208           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35209           sourcepads
35210
35211 2004-05-09  Benjamin Otte  <otte@gnome.org>
35212
35213         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35214           allow discont events before caps nego
35215
35216 2004-05-08  Benjamin Otte  <otte@gnome.org>
35217
35218         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35219           don't leak events
35220
35221 2004-05-08  Benjamin Otte  <otte@gnome.org>
35222
35223         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35224         (gst_level_change_state), (gst_level_init):
35225         * gst/level/gstlevel.h:
35226           figure out if we're initialized directly instead of keeping a
35227           variable that's wrong in 90% of cases
35228           don't initialize pads and then leak them and use a new unitialized
35229           pad. (fixes #142084)
35230           these were bugs so n00bish I didn't find them for an hour :/
35231
35232 2004-05-08 Iain <iain@prettypeople.org>
35233
35234         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35235         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35236         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35237         return the length that was read.
35238         (gst_riff_read_strf_auds): Allow fmt tags as well.
35239
35240 2004-05-07  David Schleef  <ds@schleef.org>
35241
35242         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35243         signed char assumption in faad.h.
35244
35245 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35246
35247         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35248           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35249
35250 2004-05-07  Colin Walters  <walters@redhat.com>
35251
35252         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35253         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35254         function.
35255         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35256         Add dispose function.
35257
35258 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35259         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35260           Fix caps nego and pad templates. RGB mode caps should
35261           work now.
35262         * ext/dvdnav/gst-dvd:
35263           Move mpeg2dec inside the thread because otherwise the
35264           queue rejects cap changes mid-stream
35265         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35266         (gst_mpeg2dec_flush_decoder):
35267           For mpeg2dec > 0.4.0, call the flush function instead of
35268           manually extracting all in-flight frames.
35269         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35270         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35271           Change mime type video/dv go video/x-dv to match the
35272           rest of gst-plugins
35273
35274 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35275
35276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35278         (gst_alsa_sink_class_init):
35279         * ext/alsa/gstalsasink.h:
35280         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35281         (gst_alsa_src_class_init):
35282         * ext/alsa/gstalsasrc.h:
35283           Make alsasink/src a subclass of alsamixer so that mixer stuff
35284           shows up in gst-rec. Needs some finetuning.
35285
35286 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35287
35288         * ext/lame/gstlame.c: (gst_lame_chain):
35289           simplify
35290         * ext/mad/gstmad.c: (gst_mad_handle_event):
35291           fix event leak
35292         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35293           be able to detect mp3 files < 4096 bytes
35294
35295 2004-05-06  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_set_property), (theora_enc_get_property):
35300         Also encode the first frame, cleanup some code.
35301
35302 2004-05-06  Wim Taymans  <wim@fluendo.com>
35303
35304         * ext/mpeg2enc/gstmpeg2enc.cc:
35305         Forward events first before deciding that negotiation was
35306         not performed.
35307
35308 2004-05-06  Wim Taymans  <wim@fluendo.com>
35309
35310         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35311         First process the events before deciding that negotiation
35312         was not performed.
35313
35314 2004-05-06  Wim Taymans  <wim@fluendo.com>
35315
35316         * ext/theora/Makefile.am:
35317         * ext/theora/theora.c: (plugin_init):
35318         * ext/theora/theoradec.c: (theora_dec_change_state):
35319         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35320         (gst_theora_enc_class_init), (gst_theora_enc_init),
35321         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35322         (theora_enc_chain), (theora_enc_change_state),
35323         (theora_enc_set_property), (theora_enc_get_property):
35324         Added a theora encoder, grouped the encoder and decoder into the
35325         same plugin.
35326
35327 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35328
35329         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35330         (gst_jpegenc_chain):
35331         fix DURATION on outgoing buffers
35332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35333         debug using time formats
35334         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35336         (gst_xvimagesink_sink_link):
35337         windows with width/height 0 generate X errors, so don't allow them
35338
35339 2004-05-05  Wim Taymans  <wim@fluendo.com>
35340
35341         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35342         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35343         (gst_mpeg2dec_negotiate_format):
35344         * ext/mpeg2dec/gstmpeg2dec.h:
35345           removed the static pad template so that we can add the
35346           more accurate framerate value to the caps.
35347
35348
35349 2004-05-04  Benjamin Otte  <otte@gnome.org>
35350
35351         * configure.ac:
35352           check for kdemacros.h, too (should fix #141821)
35353         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35354           don't crash if no header was sent, but nicely error out (fixes part
35355           of #141554)
35356
35357 2004-05-04  Wim Taymans  <wim@fluendo.com>
35358
35359         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35360         parent dispose function to avoid segfault on destroy.
35361
35362 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35363
35364         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35365         (plugin_init):
35366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35367         (gst_xvimagesink_sink_link):
35368         clean up debugging caps
35369         also recreate xvimage when format has changed
35370
35371 2004-05-04  Benjamin Otte  <otte@gnome.org>
35372
35373         * ext/libvisual/Makefile.am:
35374         * ext/libvisual/visual.c: (gst_visual_class_init),
35375         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35376         (gst_visual_srclink), (gst_visual_chain),
35377         (gst_visual_change_state), (plugin_init):
35378           use a GstAdapter to correctly adapt buffer sizes - allows using a
35379           framerate
35380
35381 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35382
35383         * sys/v4l/gstv4lelement.h:
35384         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35386         (gst_v4lsrc_buffer_free):
35387         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35389         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35390         (gst_v4lsrc_requeue_frame):
35391         move some debugging categories around
35392         query for fps index and set accordingly if found
35393
35394 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35395
35396         * ext/lame/gstlame.c:
35397         correct defaults that lame_init puts out of range
35398
35399 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35400
35401         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35402         (gst_divxenc_class_init):
35403         fix range since -1 is the default
35404         * gst/mpeg1sys/gstmpeg1systemencode.c:
35405         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35406         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35407         (gst_rtjpegdec_chain):
35408         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35409         (gst_rtjpegenc_chain):
35410         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35411         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35412         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35413         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35414         * sys/v4l/gstv4lsrc.c:
35415         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35416         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35417         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35418         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35419         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35420           remove gst_info calls
35421
35422 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35423
35424         * Makefile.am:
35425         * po/af.po:
35426         * po/az.po:
35427         * po/en_GB.po:
35428         * po/nl.po:
35429         * po/sr.po:
35430         * po/sv.po:
35431           Updated translations
35432
35433 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35434
35435         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35436           refactor/comment code
35437
35438 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35439
35440         * gst/asfdemux/Makefile.am:
35441         * gst/asfdemux/asfheaders.c:
35442         * gst/asfdemux/asfheaders.h:
35443         * gst/asfdemux/gstasf.c: (plugin_init):
35444         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35445         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35446         (gst_asf_demux_setup_pad):
35447         * gst/asfdemux/gstasfdemux.h:
35448         * gst/asfdemux/gstasfmux.c:
35449         * gst/asfdemux/gstasfmux.h:
35450           Add tagging support to demuxer, split out registration in its own
35451           file instead of in demux (hacky), and prevent having some tables
35452           in our memory multiple times (in asfheaders.h).
35453
35454 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35455
35456         * gst/matroska/matroska-demux.c:
35457         (gst_matroska_demux_parse_metadata):
35458         * gst/matroska/matroska-ids.h:
35459           Basic tag reading support.
35460
35461 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35462
35463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35464           Really detect ac-3 audio.
35465         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35466           really detect matroska files (off-by-1).
35467
35468 2004-04-30  David Schleef  <ds@schleef.org>
35469
35470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35471         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35472         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35473         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35474         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35475         hackage -- parse a lot more atoms, extract a few tags.  One might even
35476         mistake this for tag support.  Maybe it is.
35477         * gst/qtdemux/qtdemux.h:
35478
35479 2004-04-30  Colin Walters  <walters@verbum.org>
35480
35481         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35482
35483 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35484
35485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35486         (gst_ffmpegcolorspace_getcaps):
35487           remove broken nego fix
35488
35489 2004-04-30  Benjamin Otte  <otte@gnome.org>
35490
35491         * configure.ac:
35492         * ext/Makefile.am:
35493         * ext/libvisual/Makefile.am:
35494         * ext/libvisual/visual.c:
35495           add initial support for libvisual (http://libvisual.sourceforge.net)
35496           libvisual is still quite alpha, so expect crashes in there :)
35497
35498 2004-04-29  David Schleef  <ds@schleef.org>
35499
35500         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35501         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35502         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35503         code; you will no longer respect me.
35504
35505 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35506
35507         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35508         * ext/alsa/gstalsa.h :
35509         change alsa pcm device discovery to find more than 1 device
35510         per card. code review by Ronald.
35511
35512 2004-04-29  David Schleef  <ds@schleef.org>
35513
35514         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35515         Add a check for a driver bug on FreeBSD.  (bug #140565)
35516
35517 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35518
35519         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35520         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35521         (gst_jpegenc_getcaps):
35522           move format setting to inner loop
35523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35524         (gst_ffmpegcolorspace_getcaps):
35525           use GST_PAD_CAPS if available so that we use already negotiated
35526           caps
35527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35528         (qtdemux_parse_moov), (qtdemux_parse):
35529           extra debugging
35530         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35531         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35532           move hardcoded path to DEFINE
35533
35534 2004-04-28  David Schleef  <ds@schleef.org>
35535
35536         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35537         (bug #140064)
35538
35539 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35540
35541         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35542           Don't probe for playback device if we're a source element. Fixes
35543           #139658.
35544
35545 2004-04-29  Benjamin Otte  <otte@gnome.org>
35546
35547         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35548         (gst_id3_tag_chain):
35549           rewrite buffer offset
35550
35551 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35552
35553         * configure.ac:
35554         * ext/Makefile.am:
35555         * ext/dts/Makefile.am:
35556         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35557         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35558         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35559         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35560         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35561         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35562         (plugin_init):
35563         * ext/dts/gstdtsdec.h:
35564           New DTS decoder.
35565         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35566         (gst_faad_srcconnect):
35567           Add ESDS atom handling (.m4a).
35568
35569 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35570
35571         * ext/divx/gstdivxdec.c: (plugin_init):
35572           Remove comment that makes no sense.
35573         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35574           Fix for obvious typo that resulted in warnings during gst-register.
35575         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35576         (gst_xviddec_sink_link):
35577           Fix caps negotiation a bit better.
35578         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35579           We call this 'codec_data', not 'esds'.
35580
35581 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35582
35583         * gst/monoscope/gstmonoscope.c:
35584           make sure we only provide 256x128
35585         * gst/monoscope/monoscope.c: (monoscope_init):
35586           assert size of 256x128
35587
35588 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35589
35590         * Makefile.am:
35591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35592         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35593           fixate to max width and height of device
35594
35595 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35596
35597         * Makefile.am:
35598         * sys/v4l/gstv4l.c:
35599         * sys/v4l/gstv4lsrc.c:
35600         * sys/v4l/v4l_calls.c:
35601         * sys/v4l/v4lsrc_calls.c:
35602           fix for qc-usb driver which fakes having more than one buffer
35603           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35604           buffer_free override
35605           add debugging
35606
35607 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35608
35609         * Makefile.am:
35610         * gst/videotestsrc/gstvideotestsrc.c:
35611         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35612         (gst_videotestsrc_init), (gst_videotestsrc_get),
35613         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35614         * gst/videotestsrc/gstvideotestsrc.h:
35615           add num-buffers property
35616
35617         2004-04-26  Benjamin Otte  <otte@gnome.org>
35618
35619         * ext/mad/gstid3tag.c: (plugin_init):
35620           set id3mux rank to NONE so it doesn't confuse spider
35621           require audio/mpeg,mpegversion=1 in id3mux
35622
35623 2004-04-26  Benjamin Otte  <otte@gnome.org>
35624
35625         * configure.ac:
35626           detect faad correctly as non-working if it's indeed non-working
35627
35628 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35629
35630         * Makefile.am:
35631         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35632         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35633         fix _getcaps so it only negotiates to its supported format
35634
35635 2004-04-25  Benjamin Otte  <otte@gnome.org>
35636
35637         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35638           fix memleak
35639
35640 2004-04-23  Benjamin Otte  <otte@gnome.org>
35641
35642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35643           audio/x-raw-int with height rules! not. Now it's depth.
35644
35645 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35646
35647         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35648         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35649         (gst_wavparse_loop):
35650           Missing variable initialization. Add handling of DVI ADPCM. Fix
35651           mis-parsing of LIST chunks. This works around a bug where we mis-
35652           parse non-aligning LIST chunks (so LIST chunks where the contents
35653           don't align with the actual LIST size). The correct fix is to use
35654           rifflib, I'm not going to fix wavparse - too much work. All this
35655           fixes #104878.
35656
35657 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35658
35659         reviewed by Benjamin Otte  <otte@gnome.org>
35660
35661         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35662           fix shoutcast not working (fixes #140844)
35663
35664 2004-04-22  Benjamin Otte  <otte@gnome.org>
35665
35666         * ext/hermes/gsthermescolorspace.c:
35667         (gst_hermes_colorspace_caps_remove_format_info):
35668         * gst/colorspace/gstcolorspace.c:
35669         (gst_colorspace_caps_remove_format_info):
35670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35671         (gst_ffmpegcolorspace_caps_remove_format_info):
35672           s/gst_caps_simplify/gst_caps_do_simplify/
35673
35674 2004-04-22  Benjamin Otte  <otte@gnome.org>
35675
35676         * gst-libs/gst/riff/riff-media.c:
35677         (gst_riff_create_video_caps_with_data):
35678           mpegversion is an int
35679         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35680           don't try to create pad templates with NULL caps, use any caps
35681           instead.
35682
35683 2004-04-20  David Schleef  <ds@schleef.org>
35684
35685         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35686         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35687         (bug #140384)
35688
35689 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35690
35691         reviewed by David Schleef
35692
35693         * ext/mad/gstid3tag.c: Add stdlib.h
35694         * gst/rtp/gstrtpgsmenc.c: same
35695         * gst/tags/gstid3tag.c: same
35696         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35697         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35698         GST_DISABLE_LOADSAVE use.
35699         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35700         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35701         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35702         atol(3)).
35703         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35704         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35705         strtoul(3)).
35706         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35707         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35708         $(ID3_CFLAGS).
35709         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35710         $(LIBFAME_CFLAGS).
35711
35712 2004-04-20  David Schleef  <ds@schleef.org>
35713
35714         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35715         last checkin.  Same idea.
35716
35717 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35718
35719         reviewed by David Schleef
35720
35721         * configure.ac: bump required gstreamer version to 0.8.1.1
35722         because of following changes [--ds]
35723
35724         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35725         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35726         (gst_riff_read_header):  Use GST_READ_UINT*
35727         macros to access possibly unaligned memory.
35728
35729         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35730         (mp3_type_find):  Use GST_READ_UINT*
35731         macros to access possibly unaligned memory.
35732         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35733         (speex_type_find): Likewise
35734
35735         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35736
35737         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35738         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35739         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35740         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35741         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35742         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35743         macros to access possibly unaligned memory.
35744
35745         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35746         Likewise.
35747
35748         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35749         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35750
35751         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35752         Likewise.
35753
35754         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35755         (gst_mpeg2subt_chain_subtitle): Likewise.
35756
35757         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35758         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35759         Likewise.
35760
35761         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35762         Likewise.
35763
35764         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35765         Likewise.
35766
35767         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35768         Likewise.
35769
35770 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35771
35772         * configure.ac:
35773           update required version of GStreamer because of GST_TIME_FORMAT
35774
35775 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35776
35777         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35778           remove leftover g_print
35779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35780           don't try setting only a subset of the caps. We don't want to kill
35781           autoplugging on purpose
35782
35783 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35784
35785         * sys/ximage/ximagesink.c: (plugin_init):
35786         * sys/xvimage/xvimagesink.c: (plugin_init):
35787           add debugging categories
35788
35789 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35790
35791         * po/en_GB.po:
35792         * po/LINGUAS:
35793           Adding en_GB translation (Gareth Owen)
35794
35795 2004-04-20  David Schleef  <ds@schleef.org>
35796
35797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35798         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35799         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35800         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35801         A number of new features and hacks to extract the esds atom and
35802         put it into the caps.  (bug #137724)
35803
35804 2004-04-19  David Schleef  <ds@schleef.org>
35805
35806         * gconf/Makefile.am: Fix for non-GNU make
35807         * gst-libs/gst/Makefile.am: Change directory order to handle
35808         GstPlay linking with gstinterfaces
35809         * gst-libs/gst/audio/make_filter: make use of tr portable
35810         * gst-libs/gst/play/Makefile.am: Add intended \
35811         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35812         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35813         function prototype instead of void *.
35814         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35815         macro.
35816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35817         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35818         * gst/videofilter/make_filter: make use of tr portable
35819         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35820
35821 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35822
35823         * po/LINGUAS:
35824         * po/uk.po:
35825           Added Ukrainian translation (Maxim V. Dziumanenko)
35826
35827 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35828
35829         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35830         (gst_gsmdec_link), (gst_gsmdec_chain):
35831           Fix capsnego, simplify chain function slightly.
35832         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35833           Add GSM.
35834
35835 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35836
35837         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35838         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35839         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35840           Hack to make wavparse work with spider (always -> sometimes pad).
35841           Fixes #135862 && #140411.
35842
35843 2004-04-18  Benjamin Otte  <otte@gnome.org>
35844
35845         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35846         (gst_osselement_rate_probe_check),
35847         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35848           get rid of \n in debug output
35849
35850 2004-04-17  Iain <iain@prettypeople.org>
35851
35852         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35853         not just EOS.
35854
35855 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35856
35857         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35858         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35859         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35860         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35861         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35862         (gst_id3_tag_change_state), (plugin_init):
35863           deprecate id3tag element and replace with id3demux/id3mux.
35864           great side effect: this ugly file is now even uglier, yay!
35865         * ext/mad/gstmad.h:
35866           remove non-available function
35867           update for new get_type
35868
35869 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35870
35871         * configure.ac:
35872           require mpeg2dec >= 0.4.0
35873
35874 2004-04-17  Benjamin Otte  <otte@gnome.org>
35875
35876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35877         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35878         (gst_xvimagesink_set_xwindow_id):
35879           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35880           assorted cleanup fixes.
35881
35882 2004-04-16  David Schleef  <ds@schleef.org>
35883
35884         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35885         * sys/xvimage/xvimagesink.h: same
35886
35887 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35888
35889         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35890           Fix GST_ELEMENT_ERROR with (NULL)
35891
35892 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35893
35894         * gst-libs/gst/riff/riff-media.c:
35895         (gst_riff_create_video_caps_with_data):
35896           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35897
35898 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35899
35900         * gst-libs/gst/riff/riff-media.c:
35901         (gst_riff_create_video_caps_with_data),
35902         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35903         (gst_riff_create_video_template_caps),
35904         (gst_riff_create_audio_template_caps):
35905         * gst-libs/gst/riff/riff-media.h:
35906         * gst-libs/gst/riff/riff-read.c:
35907         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35908         * gst-libs/gst/riff/riff-read.h:
35909         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35910           Add MS RLE support. I added some functions to read out strf chunks
35911           into strf chunks and the data behind it. This is usually color
35912           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35913           caps creation. Lastly, add ADPCM (similar to wavparse - which
35914           should eventually be rifflib based).
35915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35916         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35917         * gst/matroska/matroska-demux.h:
35918           Remove placeholders for some prehistoric tagging system. Didn't add
35919           support for any tag system really anyway.
35920         * gst/qtdemux/qtdemux.c:
35921           Add support for audio/x-m4a (MPEG-4) through spider.
35922         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35923         (gst_wavparse_loop):
35924           ADPCM support (#135862). Increase max. buffer size because we
35925           cannot split buffers for ADPCM (screws references) and I've seen
35926           files with 2048 byte chunks. 4096 seems safe for now.
35927
35928 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35929
35930         * configure.ac: bump nano to 1
35931
35932 === release 0.8.1 ===
35933
35934 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35935
35936         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35937
35938 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35939
35940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35941           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35942           Fixes #140058
35943
35944 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35945
35946         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35947           lower rank of dvddemux so that it's not used for mpeg playback.
35948
35949 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35950
35951         * configure.ac:
35952           save libs correctly when checking mad
35953
35954 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35955
35956         * ext/mad/gstid3tag.c: (plugin_init):
35957           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35958
35959 2004-04-13  David Schleef  <ds@schleef.org>
35960
35961         * common/m4/gst-feature.m4: Call -config scripts with
35962         --plugin-libs if it is supported.
35963         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35964         JPEG images are image/jpeg.
35965         * gst/debug/Makefile.am:
35966         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35967         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35968         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35969         (gst_negotiation_plugin_init): Add a property that acts like
35970         filter caps.
35971         * testsuite/gst-lint:  Move license checking to be a standard
35972         test.
35973
35974 2004-04-13  David Schleef  <ds@schleef.org>
35975
35976         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35977         patch from Sebastien Cote (bug #139958)
35978
35979 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35980
35981         * examples/gstplay/Makefile.am:
35982         * examples/gstplay/player.c: (main):
35983           make the commandline player example use gconf settings
35984
35985 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35986
35987         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35988         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35989         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35990           init/end library during state transition, not object
35991           creation/disposal.  get rid of custom dispose handler.
35992
35993
35994 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35995
35996         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35997         be a symlink
35998
35999 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36000
36001         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36002           Handle JUNK chunks inside data section. Prevents warnings.
36003
36004 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36005
36006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36007         (gst_riff_create_video_template_caps):
36008           Add MS video v1.
36009         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36010         (gst_avi_demux_stream_data):
36011           Add support for "rec-list" chunks.
36012
36013 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36014
36015         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36016           Fix another codecname mismatch.
36017
36018 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36019
36020         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36021           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36022           so that MJPEG plays back.
36023
36024 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36025
36026         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36027         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36028         * gst/mpeg1videoparse/gstmp1videoparse.h:
36029           Fix for some slight mis-cuts in buffer parsing, and for some
36030           potential overflows or faults-causers. Adds disconts. Also fixes
36031           #139105 while we're at it.
36032
36033 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36034
36035         * configure.ac:
36036         * sys/v4l2/gstv4l2element.h:
36037           Workaround for missing struct v4l2_buffer declaration in Suse 9
36038           and Mandrake 10 linux/videodev2.h header file (#135919).
36039
36040 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36041
36042         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36043           Bail out if no filename was given.
36044
36045 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36046
36047         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36048         (gst_v4l2_fourcc_from_structure):
36049           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36050           Y41B somewhere).
36051
36052 2004-04-09  Benjamin Otte  <otte@gnome.org>
36053
36054         * ext/gnomevfs/gstgnomevfssink.c:
36055         (_gst_boolean_allow_overwrite_accumulator),
36056         (gst_gnomevfssink_class_init):
36057           fix erase signal - if any handler returns false the file will not be
36058           overwritten. If no handler is connected, the file will not be
36059           overwritten either.
36060           renamed signal to "allow-overwrite"
36061         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36062           free string when adding it to ID3 failed
36063         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36064           unref event when done
36065         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36066           free caps
36067         * gst/typefind/gsttypefindfunctions.c:
36068         (mpeg_video_stream_type_find):
36069           fix invalid read
36070
36071 2004-04-08  David Schleef  <ds@schleef.org>
36072
36073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36074         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36075
36076 2004-04-08  David Schleef  <ds@schleef.org>
36077
36078         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36079         we don't support (bug #139532)
36080
36081 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36082
36083         * ext/mad/gstmad.c: (gst_mad_handle_event),
36084         (gst_mad_check_caps_reset), (gst_mad_chain),
36085         (gst_mad_change_state):
36086           only set explicit caps if they haven't been set before for
36087           this stream.  MPEG-audio sample rate/channels aren't allowed
36088           to change in-stream.
36089           Fixes #139382
36090
36091 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36092
36093         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36094         (_gst_boolean_did_something_accumulator),
36095         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36096         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36097         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36098         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36099         (gst_gnomevfssink_change_state):
36100           Fix erase signal. Don't erase by default. Remove handoff signal.
36101           Remove erase property. Don't segfault. General cleanup.
36102
36103 2004-04-07  Benjamin Otte  <otte@gnome.org>
36104
36105         * gst-libs/gst/gconf/test-gconf.c: (main):
36106           add missing gst_init
36107
36108 2004-04-07  Benjamin Otte  <otte@gnome.org>
36109
36110         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36111           free the mutexes, too
36112
36113 2004-04-07  Benjamin Otte  <otte@gnome.org>
36114
36115         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36116           actually free the URI string
36117         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36118           compute offset correctly when passing discont events
36119         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36120           don't leak discont events
36121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36122           add some missing breaks so caps aren't copied randomly
36123         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36124           if we realloc memory, we better use it
36125
36126 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36127
36128         * ext/mad/gstmad.c: (normal_seek):
36129           fix GST_FORMAT_TIME usage
36130
36131 2004-04-05  David Schleef  <ds@schleef.org>
36132
36133         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36134         a deprecated function (hack!)
36135
36136 2004-04-05  Benjamin Otte  <otte@gnome.org>
36137
36138         * ext/esd/esdmon.c: (gst_esdmon_get):
36139           fix nonterminated vararg and memleak
36140
36141 2004-04-05  Benjamin Otte  <otte@gnome.org>
36142
36143         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36144         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36145         (gst_ladspa_set_property), (gst_ladspa_get_property),
36146         (gst_ladspa_instantiate), (gst_ladspa_activate),
36147         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36148           clean up debugging
36149
36150 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36151
36152         reviewed by Benjamin Otte  <otte@gnome.org>
36153
36154         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36155           check for broken LADSPA parameters (fixes #138635)
36156
36157 2004-04-05  Benjamin Otte  <otte@gnome.org>
36158
36159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36160           advertise buffer-frames correctly on sinkpads
36161
36162 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36163
36164         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36165         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36166         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36167         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36168         (gst_mad_check_caps_reset), (gst_mad_chain):
36169         add more debugging, only reset caps when we're not in error state
36170
36171 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36172
36173         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36174
36175 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36176
36177         reviewed by Benjamin Otte  <otte@gnome.org>
36178
36179         * configure.ac:
36180           fix == in test(1) operator
36181
36182 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36183
36184         reviewed by Benjamin Otte  <otte@gnome.org>
36185
36186         * configure.ac:
36187           fix --export-symblos-regex to a working regex.
36188
36189 2004-04-04  Benjamin Otte  <otte@gnome.org>
36190
36191         * sys/oss/.cvsignore:
36192           add for oss_probe
36193
36194 2004-04-03  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36195
36196         reviewed by Benjamin Otte  <otte@gnome.org>
36197
36198         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36199           add missing 'new_media' argument (fixes #138168)
36200         * gst/matroska/matroska-demux.c:
36201         (gst_matroska_demux_handle_seek_event):
36202           add vararg terminator (fixes #138169)
36203
36204 2004-04-02  David Schleef  <ds@schleef.org>
36205
36206         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36207         disted (bug #138914)
36208
36209 2004-04-01  Benjamin Otte  <otte@gnome.org>
36210
36211         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36212         (gst_alsa_close_audio):
36213           handle case better where a soundcard can't pause
36214         * ext/ogg/gstoggdemux.c:
36215           don't crash when we get events but don't have pads yet
36216
36217 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36218
36219         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36220           throw an error if we couldn't probe any caps.
36221
36222 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36223
36224         * ext/dvdnav/gst-dvd:
36225         Add a really simple sample DVD player
36226
36227 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36228
36229         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36230         (gst_a52dec_push), (gst_a52dec_handle_event),
36231         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36232         (gst_a52dec_change_state):
36233         * ext/a52dec/gsta52dec.h:
36234           Use a debug category, Output timestamps correctly
36235           Emit tag info, Handle events, tell liba52dec about cpu
36236           capabilities so it can use MMX etc.
36237         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36238           Fix a crasher accessing invalid memory
36239         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36240         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36241         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36242         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36243         (dvdnavsrc_query):
36244           Some support for byte-format seeking.
36245           Small fixes for still frames and menu button overlays
36246         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36247         (gst_mpeg2dec_alloc_buffer):
36248           Use a debug category. Adjust the report level of several items to
36249           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36250           so it doesn't lose the GstBuffer pointer
36251         * gst/debug/Makefile.am:
36252         * gst/debug/gstdebug.c: (plugin_init):
36253         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36254         (gst_navseek_base_init), (gst_navseek_class_init),
36255         (gst_navseek_init), (gst_navseek_seek),
36256         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36257         (gst_navseek_get_property), (gst_navseek_chain),
36258         (gst_navseek_plugin_init):
36259         * gst/debug/gstnavseek.h:
36260           Add the navseek debug element for seeking back and forth in a
36261           video stream using arrow keys.
36262         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36263         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36264         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36265         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36266         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36267         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36268         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36269         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36270         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36271         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36272         * gst/mpeg2sub/gstmpeg2subt.h:
36273           Pretty much a complete rewrite. Now a loopbased element. May still
36274           require work to properly synchronise subtitle buffers.
36275         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36276         (gst_dvd_demux_send_subbuffer):
36277         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36278           Don't attempt to create subbuffers of size 0
36279           Reduce a couple of error outputs to warnings.
36280         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36281         (gst_y4mencode_chain):
36282         Output the y4m frame header correctly.
36283
36284 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36285
36286         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36287           throw errors instead of allowing SIGFPE
36288
36289 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36290
36291         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36292         (gst_gconf_render_bin_from_key):
36293           leak plugging and style fixing
36294
36295 2004-03-31  David Schleef  <ds@schleef.org>
36296
36297         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36298         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36299         (bug #138225)
36300         * gst/debug/Makefile.am:
36301         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36302         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36303         plugin.
36304         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36305         (gst_negotiation_base_init), (gst_negotiation_class_init),
36306         (gst_negotiation_init), (gst_negotiation_getcaps),
36307         (gst_negotiation_pad_link), (gst_negotiation_chain),
36308         (gst_negotiation_set_property), (gst_negotiation_get_property),
36309         (gst_negotiation_plugin_init):  New element to talk about random
36310         negotiation things happening in a pipeline.
36311
36312 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36313
36314         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36315           fix integer addition with help of Stefan Kost
36316
36317 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36318
36319         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36320
36321 2004-03-30  David Schleef  <ds@schleef.org>
36322
36323         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36324         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36325         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36326         (bug #137504)
36327         * ext/mpeg2dec/gstmpeg2dec.h:
36328
36329 2004-03-30  David Schleef  <ds@schleef.org>
36330
36331         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36332
36333 2004-03-30  David Schleef  <ds@schleef.org>
36334
36335         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36336         Michael Petullo) to handle .mov
36337
36338 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36339
36340         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36341         (gst_osselement_rate_check_rate):
36342           probe caps correctly for sound cards that only support one format
36343
36344 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36345
36346         * ext/kio/kiosrc.cpp: (process_events):
36347           update handling event processing if inside KDE - untested
36348
36349 2004-03-29  David Schleef  <ds@schleef.org>
36350
36351         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36352         by 2 to not interfere with other colorspaces.
36353         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36354         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36355         one to not interfere with ffmpeg_colorspace.
36356
36357 2004-03-29  David Schleef  <ds@schleef.org>
36358
36359         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36360         aren't in the caps.
36361         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36362         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36363
36364 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36365
36366         * gst-libs/gst/riff/riff-media.c:
36367           fail on error, don't try to set stuff on NULL caps
36368
36369 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36370
36371         * configure.ac:
36372         * ext/Makefile.am:
36373         * ext/kio/Makefile.am:
36374         * ext/kio/kioreceiver.cpp:
36375         * ext/kio/kioreceiver.h:
36376         * ext/kio/kiosrc.cpp:
36377         * ext/kio/kiosrc.h:
36378           add experimental kiosrc plugin
36379         * ext/alsa/gstalsaplugin.c: (plugin_init):
36380           initialize debugging category only when we're sure registering the
36381           plugins worked.
36382
36383 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36384
36385         * examples/gstplay/player.c: (main):
36386         * gst-libs/gst/play/play.c: (gst_play_class_init),
36387         (gst_play_set_location), (gst_play_set_data_src),
36388         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36389         (gst_play_set_visualization), (gst_play_connect_visualization):
36390           check return values of element_set_state and return FALSE where
36391           failed
36392
36393 2004-03-29  Benjamin Otte  <otte@gnome.org>
36394
36395         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36396           try harder to check if an event is really a discont
36397
36398 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36399
36400         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36401         * po/az.po:
36402
36403 2004-03-28  Benjamin Otte  <otte@gnome.org>
36404
36405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36406         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36407         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36408           get rid of non-standard "..." ranges in case statements.
36409
36410 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36411
36412         * gst/mpegstream/gstmpegdemux.c:
36413         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36414         specific functionality split to the new dvddemux element.
36415         * gst/mpegstream/gstdvddemux.c:
36416         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36417         streams, derived from mpegdemux.
36418         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36419         up. SCR based timestamp rewriting can be turned off (will probably
36420         completely disappear soon).
36421         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36422         hacking. General cleanup. All printf statements replaced by
36423         debugging messages. Almost complete libdvdnav support.
36424         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36425         by events. New properties for audio and subpicture languages.
36426         (dvdnavsrc_update_highlight): Now uses events.
36427         (dvdnavsrc_user_op): Cleaned up.
36428         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36429         based). Lots of cleanup, and propper support for most libdvdnav
36430         events.
36431         (dvdnavsrc_make_dvd_event): New function.
36432         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36433         (dvdnavsrc_make_clut_change_event): New function.
36434
36435 2004-03-26  Benjamin Otte  <otte@gnome.org>
36436
36437         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36438           fix bug where typefinding would claim it's theora whenever less then
36439           7 bytes of data were available
36440
36441 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36442
36443         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36444         (gst_alawdec_base_init), (gst_alawdec_class_init),
36445         (gst_alawdec_init), (gst_alawdec_chain):
36446         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36447         (gst_alawenc_base_init), (gst_alawenc_class_init),
36448         (gst_alawenc_init), (gst_alawenc_chain):
36449         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36450         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36451         (gst_mulawdec_init), (gst_mulawdec_chain):
36452         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36453         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36454         (gst_mulawenc_init), (gst_mulawenc_chain):
36455           Fix capsnego in all four, remove the unused property functions and
36456           simplify the chain functions slightly. I guess we could use macros
36457           or something similar for those, since the code is so similar, but
36458           I'm currently too lazy...
36459
36460 2004-03-24  David Schleef  <ds@schleef.org>
36461
36462         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36463         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36464         (gst_osselement_get_format_structure),
36465         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36466         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36467         (gst_osselement_rate_int_compare): Add code to handle rate probing
36468         (bug #120883)
36469         * sys/oss/gstosselement.h: same
36470         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36471         Use rate probing provided by osselement.
36472         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36473
36474 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36475
36476         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36477         (gst_xvidenc_get_property):
36478           ulong/int mess-up.
36479
36480 2004-03-24  David Schleef  <ds@schleef.org>
36481
36482         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36483         (gst_speexdec_init):
36484         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36485         (gst_speexenc_init):  Create the pad template correctly (from
36486         the static pad template, not a NULL pointer.)
36487
36488 2004-03-25  Benjamin Otte  <otte@gnome.org>
36489
36490         * gst/debug/Makefile.am:
36491         * gst/debug/breakmydata.c:
36492           add element that quasi-randomly changes bytes in the stream.
36493           Intended use is robustness checking of demuxers and decoders in
36494           media tests.
36495
36496 2004-03-24  Benjamin Otte  <otte@gnome.org>
36497
36498         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36499         (gst_alsa_probe_hw_params):
36500         * ext/alsa/gstalsa.h:
36501           debugging output fixes
36502
36503 2004-03-24  Benjamin Otte  <otte@gnome.org>
36504
36505         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36506           don't g_return_if_fail if element is PLAYING, fail silently as every
36507           other element.
36508         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36509           only fix needed for cast lvalue issues in gst-plugins
36510         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36511           add proxy_getcaps
36512
36513 2004-03-24  Benjamin Otte  <otte@gnome.org>
36514
36515         * gst/level/gstlevel.c: (gst_level_init):
36516           add proxying getcaps function, so level doesn't advertise impossible
36517           caps
36518
36519 2004-03-24  David Schleef  <ds@schleef.org>
36520
36521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36522         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36523         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36524         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36525         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36526         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36527         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36528         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36529         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36530         messages.  Divide the chunk size by the compression ratio
36531         (needed for MACE audio)
36532
36533 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36534
36535         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36536           Fix buffer overflow read error.
36537
36538 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36539
36540         * ext/alsa/gstalsa.h:
36541           Remove unused entry.
36542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36543           Add cinepak.
36544         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36545         (gst_videodrop_link), (gst_videodrop_chain):
36546           Fix, sort of. Was horribly broken with new capsnego. Bah...
36547
36548 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36549
36550         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36551         (plugin_init):
36552         Add a monkeysaudio typefind function
36553
36554 2004-03-23  Johan Dahlin  <johan@gnome.org>
36555
36556         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36557         (gst_play_video_fixate): Check so the structure has the field
36558         before trying to fixate them, this makes it possible to have
36559         fakesinks for video and audio output without printing errors on
36560         the output console.
36561
36562 2004-03-22  David Schleef  <ds@schleef.org>
36563
36564         * sys/oss/Makefile.am:
36565         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36566         (check_rate), (add_rate):  Rate probing test app.
36567
36568 2004-03-21  Benjamin Otte  <otte@gnome.org>
36569
36570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36571         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36572           add a fixation function that pretty much does the right thing (fixes
36573           #137556)
36574
36575 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36576
36577         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36578
36579 2004-03-20  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36580
36581         reviewed by: Benjamin Otte  <otte@gnome.org>
36582
36583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36584           terminate gst_event_new_discontinuous correctly (fixes parts of
36585           #137711)
36586
36587 2004-03-19  David Schleef  <ds@schleef.org>
36588
36589         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36590         since it doesn't depend on X, and it's part of our ABI.
36591
36592 2004-03-19  Iain <iain@prettypeople.org>
36593
36594         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36595         is_int in the structure, not the local variable.
36596
36597 2004-03-19  David Schleef  <ds@schleef.org>
36598
36599         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36600         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36601         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36602         Improvements in caps negotiation.
36603
36604 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36605
36606         * po/LINGUAS:
36607         * po/af.po:
36608           adding Afrikaans (Petri Jooste)
36609
36610 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36611
36612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36613         (gst_ffmpegcolorspace_chain):
36614         throw error instead of g_critical (#137588)
36615
36616 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36617
36618         * Makefile.am:
36619         * configure.ac:
36620           dist common and m4 correctly
36621         * po/sv.po:
36622
36623 2004-03-17  David Schleef  <ds@schleef.org>
36624
36625         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36626         (bug #137348)
36627
36628 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36629
36630         * po/LINGUAS:
36631         * po/sv.po:
36632           adding Swedish translation (Christian Rose)
36633
36634 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36635
36636         * Makefile.am: use release.mak
36637
36638 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36639
36640         * common/ChangeLog:
36641         * common/gst-autogen.sh:
36642           add some explanation about the version detection
36643         * configure.ac:
36644           fix X check
36645
36646 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36647
36648         * configure.ac: bump nano to 1
36649
36650 === release 0.8.0 ===
36651
36652 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36653
36654         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36655
36656 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36657
36658         * configure.ac:
36659           update libtool version
36660         * gst-libs/gst/media-info/Makefile.am:
36661           actually use libtool version
36662
36663 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36664
36665         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36666
36667 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36668
36669         * configure.ac:
36670         * gst-plugins.spec.in:
36671         * pkgconfig/Makefile.am:
36672         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36673         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36674         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36675         * pkgconfig/gstreamer-libs.pc.in:
36676         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36677         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36678         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36679         * pkgconfig/gstreamer-plugins.pc.in:
36680           remove @VERSION@ from some of the pc files since core and plugins
36681           are decoupled.
36682           created gstreamer-plugins.pc as it's a better name, but keeping
36683           -libs around for now to get fixes upstream done first.
36684
36685 2004-03-15  Julien MOUTTE <julien@moutte.net>
36686
36687         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36688         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36689         * gst-libs/gst/play/play.h:
36690
36691 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36692
36693         * *.c, *.cc: don't mix tabs and spaces
36694
36695 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36696
36697         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36698           use the new ffmpegcolorspace
36699         * gst-plugins.spec.in:
36700           package new colorspace and media-info
36701         * configure.ac:
36702         * pkgconfig/Makefile.am:
36703           fix some more disting issues
36704         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36705         * pkgconfig/gstreamer-media-info.pc.in:
36706           generate media-info pc files
36707
36708 2004-03-15  Johan Dahlin  <johan@gnome.org>
36709
36710         * *.h: Revert indenting
36711
36712 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36713
36714         * configure.ac:
36715           adding ffmpegcolorspace element
36716         * gst/ffmpegcolorspace/Makefile.am:
36717         * gst/ffmpegcolorspace/avcodec.h:
36718         * gst/ffmpegcolorspace/common.h:
36719         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36720         * gst/ffmpegcolorspace/dsputil.h:
36721         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36722         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36723         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36724         (gst_ffmpeg_caps_to_pix_fmt):
36725         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36727         (gst_ffmpegcolorspace_caps_remove_format_info),
36728         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36729         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36730         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36731         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36732         (gst_ffmpegcolorspace_set_property),
36733         (gst_ffmpegcolorspace_get_property),
36734         (gst_ffmpegcolorspace_register):
36735         * gst/ffmpegcolorspace/imgconvert.c:
36736         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36737         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36738         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36739         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36740         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36741         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36742         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36743         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36744         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36745         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36746         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36747         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36748         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36749         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36750         (img_get_alpha_info), (deinterlace_line),
36751         (deinterlace_line_inplace), (deinterlace_bottom_field),
36752         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36753         * gst/ffmpegcolorspace/imgconvert_template.h:
36754         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36755         * gst/ffmpegcolorspace/mmx.h:
36756         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36757           adding ffmpegcolorspace element supplied by Ronald after cleaning
36758           up and pulling in the right bits of upstream source.
36759           I'm sure a better C/compiler wizard could do some cleaning up (for
36760           example use GLIB's malloc stuff), but as a first pass this
36761           works very well
36762
36763 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36764
36765         * ext/alsa/gstalsa.h:
36766           I assume Ronald forgot to commit the change to have cardname
36767           as a struct member.  Expect some public spanking at the next
36768           opportunity.
36769
36770 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36771
36772         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36773         (gst_alsa_open_audio), (gst_alsa_close_audio):
36774         * ext/alsa/gstalsa.c:
36775           Don't open the device if we're a mixer (= padless).
36776         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36777         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36778         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36779           Open mixer during state change rather than during object
36780           initialization. Also, get a device name. Currently in a somewhat
36781           hackish fashion, but I didn't really find something better.
36782
36783 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36784
36785         * *.c, *.h: run gst-indent
36786
36787 2004-03-14  Benjamin Otte  <otte@gnome.org>
36788
36789         * gst/modplug/gstmodplug.cc:
36790         * gst/modplug/gstmodplug.h:
36791           set correct timestamps on outgoing buffers
36792
36793 2004-03-14  Benjamin Otte  <otte@gnome.org>
36794
36795         * gst/modplug/gstmodplug.cc:
36796           handle events - don't do crap when a discont arrives that's not
36797           necessary
36798           This allows correct loading and playback of mods in Rhythmbox
36799
36800 2004-03-14  Benjamin Otte  <otte@gnome.org>
36801
36802         * configure.ac:
36803         * gst-libs/gst/gconf/Makefile.am:
36804         * pkgconfig/Makefile.am:
36805           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36806           they get rebuilt properly
36807         * configure.ac:
36808           when checking for vorbis, try pkgconfig first.
36809         * gst/modplug/gstmodplug.cc:
36810           add fixate function
36811
36812 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36813
36814         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36815           Fix for obvious mistake, where we first shift the offset and then
36816           read a samplesize element assuming the old offset. Note that this
36817           part still has something weird, i.e. my movies containing those
36818           don't actually play well, but at least there's something that looks
36819           like sound now.
36820
36821 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36822         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36823         (plugin_init):
36824         Add a typefind function for speex format
36825
36826 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36827
36828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36829         (gst_asf_demux_setup_pad):
36830           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36831           instead of 0. Reason is simple: some elements have a fps range
36832           of 1-max instead of 0-max. So now ASF video actually works.
36833
36834 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36835
36836         * po/LINGUAS:
36837         * po/sr.po:
36838           adding serbian as a language
36839
36840 2004-03-13  Benjamin Otte  <otte@gnome.org>
36841
36842         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36843           return taglist correctly from _get function, don't gst_pad_push it.
36844           (fixes #137042)
36845
36846 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36847         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36848
36849 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36850
36851         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36852         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36853         (gst_alsa_mixer_track_new):
36854         * ext/alsa/gstalsamixertrack.h:
36855           Fix ancient leftovers... MixerTrack is a GObject.
36856
36857 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36858
36859         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36860         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36861           Don't block during probing...
36862
36863 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36864
36865         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36866         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36867         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36868         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36869         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36870         (gst_alsa_open_audio), (gst_alsa_close_audio):
36871         * ext/alsa/gstalsa.h:
36872           Add propertyprobe interface implementation, add some device-name
36873           property, all this so that it looks good in gnome-volume-control.
36874
36875 2004-03-12  David Schleef  <ds@schleef.org>
36876
36877         * configure.ac: the Hermes library controls hermescolorspace, not
36878         colorspace.
36879         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36880         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36881         not /* */
36882         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36883         * ext/sdl/sdlvideosink.h: ditto.
36884         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36885
36886 2004-03-12  Benjamin Otte  <otte@gnome.org>
36887
36888         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36889         (gst_x_overlay_got_xwindow_id):
36890         * gst-libs/gst/xoverlay/xoverlay.h:
36891           replace XID with unsigned long to get rid of the xlibs dependency in
36892           XOverlay (fixes #137004)
36893
36894 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36895         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36896         (gst_agingtv_setup):
36897         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36898         (gst_dicetv_base_init), (gst_dicetv_class_init),
36899         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36900         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36901         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36902         (gst_edgetv_setup), (gst_edgetv_rgb32):
36903         * gst/effectv/gsteffectv.c:
36904         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36905         (gst_quarktv_set_property):
36906         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36907         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36908         (gst_revtv_setup), (gst_revtv_rgb32):
36909         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36910         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36911         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36912         (gst_shagadelictv_rgb32):
36913         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36914         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36915         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36916         * gst/effectv/gstwarp.c:
36917         Port everything that can be ported to videofilter and fix up the caps.
36918         Can someone with a big-endian machine please check these?
36919
36920 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36921
36922         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36923         (gst_osssink_chain), (gst_osssink_change_state):
36924           Latest fixes for A/V sync, audio playback and such. This is about
36925           all... MPEG playback issues are mostly related to the async build-
36926           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36927
36928 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36929
36930         patch from: Stephane Loeuillet
36931
36932         * configure.ac:
36933           use pkg-config for some libraries, falling back to the old .m4 way
36934           (fixes #131270)
36935         * m4/libdv.m4:
36936           removed
36937
36938 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36939
36940         * configure.ac:
36941         * tools/Makefile.am:
36942         * tools/Makefile.in:
36943         * tools/gst-launch-ext-m.m:
36944         * tools/gst-launch-ext.1.in:
36945         * tools/gst-visualise-m.m:
36946         * tools/gst-visualise.1:
36947         * tools/gst-visualise.1.in:
36948           reorganizing generation of script tools
36949
36950 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36951
36952         * ext/divx/gstdivxdec.c:
36953           Downgrade priority. We prefer ffdec_mpeg4.
36954         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36955         (gst_faad_chain), (gst_faad_change_state):
36956           Fix capsnego. Doesn't work for some sounds because we don't have
36957           a 5:1 to stereo element.
36958         * ext/xvid/gstxvid.c: (plugin_init):
36959           Add priority.
36960         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36961         (gst_osssink_change_state):
36962           Add discont handling.
36963
36964 2004-03-09  Colin Walters  <walters@verbum.org>
36965
36966         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36967         conversion.
36968
36969 2004-03-09  Benjamin Otte  <otte@gnome.org>
36970
36971         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36972           the signals take 2 arguments
36973
36974 2004-03-09  David Schleef  <ds@schleef.org>
36975
36976         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36977         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36978         * ext/alsa/gstalsa.h:
36979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36980
36981 2004-03-09  Benjamin Otte  <otte@gnome.org>
36982
36983         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36984         (gst_mikmod_change_state):
36985         * ext/mikmod/gstmikmod.h:
36986           make mikmod's loop function not loop infinitely and call
36987           gst_element_yield anymore
36988         * gst/modplug/gstmodplug.cc:
36989           fix pad negotiation (fixes #136590)
36990
36991 2004-03-09  David Schleef  <ds@schleef.org>
36992
36993         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36994         doesn't conflict with the internal colorspace plugin.
36995         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36996         satisfy the crappy-ass shell shipped by a certain vendor.
36997         * gst/videofilter/make_filter: same (bug #135299)
36998
36999 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37000
37001         * configure.ac: bump nano to 1
37002
37003 === release 0.7.6 ===
37004
37005 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37006
37007         * configure.in: releasing 0.7.6, "There"
37008
37009 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37010
37011         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37012         * pkgconfig/gstreamer-play.pc.in:
37013           synchronize the two
37014
37015 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37016
37017         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37018         (cdparanoia_open), (cdparanoia_event):
37019           fix/add error handling
37020         * po/POTFILES.in:
37021           add cdparanoia source
37022         * tools/Makefile.am:
37023           make scripts executable
37024
37025 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37026
37027         * configure.ac:
37028         * ext/vorbis/Makefile.am:
37029         * sys/Makefile.am:
37030           remove id3types, vorbisfile and xvideosink from the build (#133783)
37031
37032 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37033
37034         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37035           Fix metadata read crash (#136537).
37036
37037 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37038
37039         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37040         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37041           adding mime types, fixing the one-stop function
37042
37043 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37044
37045         * ext/nas/nassink.c and /ext/nas/nassink.h:
37046         More NAS love from Arwed von Merkatz
37047         So lets all sing 'Can you feel the NAS tonight'
37048
37049 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37050
37051         * tools/gst-launch-ext.in:
37052         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37053
37054 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37055
37056         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37057         (gst_mpeg2dec_init):
37058         remove the user_data pad for now, because it is being used in
37059         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37060         If someone knows how to fix this properly, please do.
37061
37062 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37063
37064         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37065         (gst_osssink_get_time):
37066         add a warning, IMO this won't get triggered anymore, remove later
37067
37068 2004-03-07  David Schleef  <ds@schleef.org>
37069
37070         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37071         format (bug #136470)
37072
37073 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37074
37075         * gst-libs/Makefile.am:
37076         * gst-libs/gst/media-info/Makefile.am:
37077         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37078         (error_callback), (gst_media_info_error_create),
37079         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37080         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37081         * gst-libs/gst/media-info/media-info-priv.h:
37082         * gst-libs/gst/media-info/media-info-test.c: (main):
37083         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37084         (gst_media_info_class_init), (gst_media_info_instance_init),
37085         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37086         (gst_media_info_read_idler), (gst_media_info_read):
37087         * gst-libs/gst/media-info/media-info.h:
37088         fixed, should work now
37089
37090 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37091
37092         * ext/nas/nassink.c:
37093         A bunch of NAS fixes from Arwed von Merkatz
37094
37095 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37096
37097         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37098         (qtdemux_parse_trak):
37099           Fix crash (j might be greater than n_samples, in which case we're
37100           writing outside the allocated space for the array) and memleak.
37101
37102 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37103
37104         * sys/oss/gstosssink.c: (gst_osssink_chain):
37105           And another caller that couldn't handle delay < 0 (unsigned
37106           integer overflow). Video now continues playing on an audio
37107           buffer underrun, and the clock continues working. Audio still
37108           stalls.
37109
37110 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37111
37112         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37113         (gst_osssink_get_time):
37114           get_delay() may return values lower than 0. In those cases, we
37115           should not actually cast to *unsigned* int64, that will break
37116           stuff horribly. In my case, it screwed up A/V sync in movies
37117           in totem rather badly.
37118
37119 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37120
37121         * ext/faac/gstfaac.c: (gst_faac_chain):
37122         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37123         * ext/libpng/gstpngenc.c: (user_write_data):
37124         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37125         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37126         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37127         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37128         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37129         of any buffer), should fix some leaks. I hope I didn't unref buffers
37130         that shouldn't be...
37131
37132 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37133
37134         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37135         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37136         (error_callback), (gmi_reset), (gmi_seek_to_track),
37137         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37138         (gmip_find_type_post), (gmip_find_stream_post),
37139         (gmip_find_track_streaminfo_post):
37140         * gst-libs/gst/media-info/media-info-priv.h:
37141         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37142         (info_print), (main):
37143         * gst-libs/gst/media-info/media-info.c:
37144         (gst_media_info_error_create), (gst_media_info_error_element),
37145         (gst_media_info_instance_init), (gst_media_info_get_property),
37146         (gst_media_info_new), (gst_media_info_set_source),
37147         (gst_media_info_read_idler), (gst_media_info_read):
37148         * gst-libs/gst/media-info/media-info.h:
37149           first pass at making this work again.  This seems to work on
37150           tagged ogg/vorbis and mp3 files.
37151
37152 2004-03-06  Benjamin Otte  <otte@gnome.org>
37153
37154         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37155           fix huge leak: gst_buffer_merge doesn't unref the first argument
37156           itself.
37157
37158 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37159
37160         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37161           report layer/mode/emphasis
37162
37163 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37164
37165         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37166
37167 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37168
37169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37170           signal serial
37171
37172 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37173
37174         * ext/vorbis/vorbis.c: (plugin_init):
37175         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37176         (gst_vorbis_dec_init), (vorbis_dec_event):
37177         add debug category
37178         make vorbisdec handle _BYTE and _TIME queries
37179
37180 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37181
37182         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37183           from the xing header
37184
37185 2004-03-06  Benjamin Otte  <otte@gnome.org>
37186
37187         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37188         (gst_audio_convert_link), (gst_audio_convert_change_state),
37189         (gst_audio_convert_buffer_from_default_format):
37190           do conversions from/to float correctly, fix some caps nego errors,
37191           export correct supported caps in template and getcaps, use correct
37192           caps in try_set_caps functions
37193
37194 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37195
37196         For some reason, I only committed a ChangeLog entry yesterday and
37197         not the corresponding code...
37198         * ext/mad/gstmad.c: Fix detection of Xing headers
37199         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37200
37201 2004-03-06  Benjamin Otte  <otte@gnome.org>
37202
37203         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37204         (gst_ogg_demux_src_query):
37205           make sure to handle the case where there's no current chain
37206           gracefully.
37207
37208 2004-03-05  David Schleef  <ds@schleef.org>
37209
37210         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37211         Add fixate function. (bug #131128)
37212         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37213         (gst_sdlvideosink_fixate):  Add fixate function.
37214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37215         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37216         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37217         Fix missing break that was causing ulaw to be interpreted as
37218         raw int.
37219
37220 2004-03-05  David Schleef  <ds@schleef.org>
37221
37222         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37223         Fix code that ignores return value of gst_buffer_merge().
37224         (bug #114560)
37225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37226         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37227         * testsuite/gst-lint:  Check for above.
37228
37229 2004-03-05  David Schleef  <ds@schleef.org>
37230
37231         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37232         caps and throw an element error.  (bug #136334)
37233
37234 2004-03-05  David Schleef  <ds@schleef.org>
37235
37236         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37237         (gst_faad_chain): Fix negotiation.
37238         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37239         key and button events.
37240         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37241         dung heap of code.
37242         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37243         depends on gconf
37244         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37245         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37246         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37247         function to encourage better negotiation, particularly between
37248         audioconvert and osssink.
37249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37250         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37251         more important.
37252         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37253         typefinding.
37254         * gst/vbidec/vbiscreen.c:  Add glib header
37255         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37256
37257 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37258
37259         * ext/mad/gstmad.c: Fix detection of Xing headers
37260         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37261
37262 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37263
37264         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37265         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37266           debug updates
37267
37268 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37269
37270         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37271         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37272         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37273         files, and report the parsed length as a GST_TAG_DURATION tag.
37274         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37275
37276 2004-03-05  Benjamin Otte  <otte@gnome.org>
37277
37278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37279           convert channels correctly. convert correctly to unsigned.
37280
37281 2004-03-05  Julien MOUTTE <julien@moutte.net>
37282
37283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37284         we have a window before clearing it.
37285
37286 2004-03-05  Julien MOUTTE <julien@moutte.net>
37287
37288         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37289         have a window before clearing it.
37290
37291 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37292
37293         * gconf/gstreamer.schemas.in:
37294         * gst-libs/gst/gconf/Makefile.am:
37295           version installation path the same way as for 0.6
37296         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37297         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37298         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37299           remove comment that was fixed
37300
37301 2004-03-05  David Schleef  <ds@schleef.org>
37302
37303         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37304         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37305         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37306         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37307         Add prototype code for handling seeking and querying.
37308
37309 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37310
37311         * examples/gstplay/player.c: (main):
37312           Initialize variables to NULL. Prevents a segfault because the
37313           (uninitialized) variable is not NULL, resulting in a crash on
37314           trying to reach error->message.
37315
37316 2004-03-05  Benjamin Otte  <otte@gnome.org>
37317
37318         * gst/audioconvert/gstaudioconvert.c:
37319         (gst_audio_convert_buffer_to_default_format):
37320         make float=>int conversion work correctly even in cornercases.
37321
37322 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37323
37324         * debian/README.Debian:
37325         * debian/build-deps:
37326         * debian/changelog:
37327         * debian/control:
37328         * debian/control.in:
37329         * debian/copyright:
37330         * debian/gstreamer-a52dec.files:
37331         * debian/gstreamer-aa.files:
37332         * debian/gstreamer-alsa.files:
37333         * debian/gstreamer-alsa.manpages:
37334         * debian/gstreamer-arts.files:
37335         * debian/gstreamer-artsd.files:
37336         * debian/gstreamer-audiofile.files:
37337         * debian/gstreamer-avifile.files:
37338         * debian/gstreamer-cdparanoia.files:
37339         * debian/gstreamer-colorspace.files:
37340         * debian/gstreamer-doc.files:
37341         * debian/gstreamer-dv.files:
37342         * debian/gstreamer-dvd.files:
37343         * debian/gstreamer-esd.files:
37344         * debian/gstreamer-festival.files:
37345         * debian/gstreamer-flac.files:
37346         * debian/gstreamer-gconf.conffiles:
37347         * debian/gstreamer-gconf.files:
37348         * debian/gstreamer-gconf.postinst:
37349         * debian/gstreamer-gnomevfs.files:
37350         * debian/gstreamer-gsm.files:
37351         * debian/gstreamer-http.files:
37352         * debian/gstreamer-jack.files:
37353         * debian/gstreamer-jpeg.files:
37354         * debian/gstreamer-mad.files:
37355         * debian/gstreamer-mikmod.files:
37356         * debian/gstreamer-misc.files:
37357         * debian/gstreamer-mpeg2dec.files:
37358         * debian/gstreamer-oss.files:
37359         * debian/gstreamer-plugin-apps.files:
37360         * debian/gstreamer-plugin-apps.manpages:
37361         * debian/gstreamer-plugin-libs-dev.files:
37362         * debian/gstreamer-plugin-libs.files:
37363         * debian/gstreamer-plugin-template.postinst:
37364         * debian/gstreamer-plugin-template.postrm:
37365         * debian/gstreamer-sdl.files:
37366         * debian/gstreamer-sid.files:
37367         * debian/gstreamer-vorbis.files:
37368         * debian/gstreamer-x.files:
37369         * debian/mk.control:
37370         * debian/rules:
37371         Debian package info not maintained here.
37372
37373 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37374
37375         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37376         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37377         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37378         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37379         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37380         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37381         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37382         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37383         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37384         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37385         * gst-libs/gst/colorbalance/colorbalance.c:
37386         (gst_color_balance_class_init):
37387         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37388         (gst_color_balance_channel_class_init):
37389         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37390         * gst-libs/gst/play/play.c: (gst_play_class_init):
37391         * gst-libs/gst/propertyprobe/propertyprobe.c:
37392         (gst_property_probe_iface_init):
37393         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37394         * gst-libs/gst/tuner/tunerchannel.c:
37395         (gst_tuner_channel_class_init):
37396         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37397         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37398         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37399         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37400         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37401         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37402         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37405           fix signals to use - instead of _
37406         * ext/libcaca/gstcacasink.h:
37407         * ext/sdl/sdlvideosink.h:
37408           fix header rename
37409
37410 2004-03-04  David Schleef  <ds@schleef.org>
37411
37412         * testsuite/gst-lint:  Add a check for bad signal names.
37413
37414 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37415
37416         reviewed by David Schleef
37417
37418         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37419         modified the alpha channel and caused a warning. (bug #136192)
37420
37421 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37422
37423         * gst-plugins.spec.in:
37424         Change names of plugins to actually be correct. Try to keep things
37425         alphabetical to avoid getting beat up by Thomas
37426
37427 2004-03-03  Julien MOUTTE <julien@moutte.net>
37428
37429         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37430         Using ximagesink as a default if no gconf key found. We should
37431         probably consider using alsasink instead of osssink for the audio
37432         part.
37433
37434 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37435
37436         * configure.ac:
37437           fix --with-plugins, don't think it ever worked before
37438         * gst-plugins.spec.in:
37439           even more updates
37440
37441 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37442
37443         * ext/sdl/sdlvideosink.h:
37444         * sys/ximage/ximagesink.h:
37445         * sys/xvideo/xvideosink.h:
37446         * sys/xvimage/xvimagesink.h:
37447           Fix for move of gstvideosink.h -> videosink.h.
37448
37449 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37450
37451         * gst-libs/gst/xwindowlistener/Makefile.am:
37452           this is a plugin library, not a library
37453
37454 2004-03-01  David Schleef  <ds@schleef.org>
37455
37456         * AUTHORS:  Added some names.  Add yourself if you're still
37457         missing.
37458
37459 2004-03-01  David Schleef  <ds@schleef.org>
37460
37461         * MAINTAINERS: Add
37462
37463 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37464
37465         * gst-plugins.spec.in: clean up spec file
37466
37467 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37468
37469         * gst-libs/gst/video/Makefile.am:
37470         * gst-libs/gst/video/gstvideosink.c:
37471         * gst-libs/gst/video/gstvideosink.h:
37472           rename gstvideosink.h to videosink.h to match other headers
37473         * gst/mixmatrix/Makefile.am:
37474           fix plugin filename
37475         * gst/tags/Makefile.am: fix plugin filename
37476
37477 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37478
37479         * gst/tags/Makefile.am: fix plugin filename
37480
37481 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37482
37483         * examples/gstplay/player.c: (got_time_tick), (main):
37484           add error handler
37485           display time_tick more readably
37486         * gst/mixmatrix/Makefile.am:
37487           fix plugin file name
37488
37489 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37490
37491         * sys/oss/gstosselement.c: (gst_osselement_probe),
37492         (device_combination_append), (gst_osselement_class_probe_devices):
37493         * sys/oss/gstosselement.h:
37494           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37495           on my system using alsa oss emulation, fixes bug #135597
37496
37497 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37498
37499         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37500         (gst_videodrop_chain), (gst_videodrop_change_state):
37501         * gst/videodrop/gstvideodrop.h:
37502           Work based on timestamp of input data, not based on the expected
37503           framerate from the input. The consequence is that this element now
37504           not only scales framerates, but also functions as a framerate
37505           corrector or framerate stabilizer/constantizer.
37506
37507 2004-02-27  David Schleef  <ds@schleef.org>
37508
37509         patches from jmmv@menta.net (Julio M. Merino Vidal)
37510
37511         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37512         GST_ELEMENT_ERROR call (bug #135634)
37513         * gst/interleave/interleave.c: (interleave_buffered_loop),
37514         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37515         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37516         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37517         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37518         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37519         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37520         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37521         Fix GST_ELEMENT_ERROR call.
37522         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37523         GST_ELEMENT_ERROR call.
37524
37525 2004-02-27  Benjamin Otte  <otte@gnome.org>
37526
37527         * gst-libs/gst/audio/audio.h:
37528           add macro to make sure header isn't included twice
37529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37530           don't use gst_buffer_free
37531         * gst/playondemand/filter.func:
37532           don't use gst_data_free. Free data only once.
37533
37534 2004-02-26  David Schleef  <ds@schleef.org>
37535
37536         * gst-libs/gst/colorbalance/Makefile.am:
37537         * gst-libs/gst/mixer/Makefile.am:
37538         * gst-libs/gst/tuner/Makefile.am:
37539         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37540         should not be disted, -marshal.h files should not be installed,
37541         and -enum.h files _should_ be installed.  Fix to make this the
37542         case.
37543
37544 === release 0.7.5 ===
37545
37546 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37547
37548         * configure.ac: release 0.7.5, "Under The Sea"
37549
37550 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37551
37552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37553         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37554         * gst/videoscale/gstvideoscale.c:
37555         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37556           assorted debug/warning fixes
37557
37558 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37559
37560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37561         (gst_videoscale_init), (gst_videoscale_chain),
37562         (gst_videoscale_set_property), (plugin_init):
37563         * gst/videoscale/gstvideoscale.h:
37564         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37565         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37566         (gst_videoscale_planar400), (gst_videoscale_packed422),
37567         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37568         (gst_videoscale_24bit), (gst_videoscale_16bit),
37569         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37570         (gst_videoscale_scale_plane_slow),
37571         (gst_videoscale_scale_point_sample),
37572         (gst_videoscale_scale_nearest),
37573         (gst_videoscale_scale_nearest_str2),
37574         (gst_videoscale_scale_nearest_str4),
37575         (gst_videoscale_scale_nearest_32bit),
37576         (gst_videoscale_scale_nearest_24bit),
37577         (gst_videoscale_scale_nearest_16bit):
37578         add debugging category and use it properly
37579         fix use of GST_PTR_FORMAT
37580
37581 2004-02-25  Andy Wingo  <wingo@pobox.com>
37582
37583         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37584         push only when channel->buffer is NULL. Prevents segfaults doing
37585         the state change after a nonlocal exit, like a scheme exception.
37586
37587         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37588         Handle the case where the intersected caps is empty.
37589
37590 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37591
37592         * gst/law/mulaw-decode.c: (mulawdec_link):
37593         * gst/law/mulaw.c: (plugin_init):
37594           fix mulawdec so it actually works again
37595
37596 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37597
37598         reviewed by: David Schleef  <ds@schleef.org>
37599
37600         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37601         (gst_gamma_init), (gst_gamma_set_property),
37602         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37603         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37604         for RGB, with separate r g and b correction factors. (#131167)
37605
37606 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37607
37608         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37609           only signal tags for bitrate if they're > 0 (#134894)
37610
37611 2004-02-24  David Schleef  <ds@schleef.org>
37612
37613         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37614         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37615         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37616         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37617         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37618         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37619         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37620         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37621         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37622         category.  Attempt to fix timestamp calculation.
37623
37624 2004-02-24  Johan Dahlin  <johan@gnome.org>
37625
37626         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37627
37628 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37629
37630         * configure.ac:
37631         * gconf/Makefile.am:
37632         * gconf/gstreamer.schemas:
37633         * gst-libs/gst/gconf/Makefile.am:
37634         * gst-libs/gst/gconf/gconf.c:
37635           version gconf schemas and install locations
37636
37637 2004-02-23  Benjamin Otte  <otte@gnome.org>
37638
37639         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37640         (gst_xine_input_subclass_init):
37641           call parent dispose.
37642           change pad template for CD reader correctly
37643         * ext/xine/Makefile.am:
37644         * ext/xine/gstxine.h:
37645         * ext/xine/xine.c: (plugin_init):
37646         * ext/xine/xineaudiosink.c:
37647           wrap audio sinks, too
37648         * gst-libs/gst/resample/private.h:
37649         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37650         (gst_resample_reinit), (gst_resample_scale),
37651         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37652         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37653         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37654         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37655         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37656         * gst-libs/gst/resample/resample.h:
37657         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37658         (gst_audioscale_class_init), (gst_audioscale_link),
37659         (gst_audioscale_get_buffer), (gst_audioscale_init),
37660         (gst_audioscale_chain), (gst_audioscale_set_property),
37661         (gst_audioscale_get_property):
37662         * gst/audioscale/gstaudioscale.h:
37663           s/resample_*/gst_resample_*/i to not clobber namespaces
37664
37665 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37666
37667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37668         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37669         (gst_riff_create_video_template_caps),
37670         (gst_riff_create_audio_template_caps),
37671         (gst_riff_create_iavs_template_caps):
37672         * gst-libs/gst/riff/riff-media.h:
37673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37674         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37675         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37676         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37678         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37679         (gst_matroska_demux_plugin_init): First batch implementing audio and
37680         video codec tags in demuxers.
37681
37682 2004-02-22  Benjamin Otte  <otte@gnome.org>
37683
37684         * ext/xine/Makefile.am:
37685         * ext/xine/gstxine.h:
37686         * ext/xine/xine.c: (plugin_init):
37687         * ext/xine/xineinput.c:
37688           add input plugin wrapper. Playback from files, http, mms and cdda
37689           works.
37690         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37691           remove leftover G_GNUC_UNUSED
37692         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37693         (gst_asf_demux_identify_guid):
37694           improve debugging output
37695
37696 2004-02-22  Benjamin Otte  <otte@gnome.org>
37697
37698         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37699
37700         * autogen.sh:
37701           replace test -e with test -x for mkinstalldirs to be more portable.
37702           (fixes #134816)
37703
37704 2004-02-22  Benjamin Otte  <otte@gnome.org>
37705
37706         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37707
37708         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37709           set rank to PRIMARY
37710         * gst/volume/gstvolume.c: (plugin_init):
37711           set rank to NONE
37712         fixes #134960
37713
37714 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37715
37716         reviewed by Benjamin Otte  <otte@gnome.org>
37717
37718         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37719           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37720
37721 2004-02-22  Benjamin Otte  <otte@gnome.org>
37722
37723         * configure.ac:
37724           export [_]*{gst,Gst,GST}.* symbols from plugins
37725
37726 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37727
37728         reviewed by: Benjamin Otte  <otte@gnome.org>
37729
37730         * ext/lame/gstlame.c: (add_one_tag):
37731         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37733         (gst_vorbisenc_metadata_set1):
37734         * gst/tags/gstid3tag.c:
37735         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37736           apply fixes from bugs #135042 (lame can't write tags) and #133817
37737           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37738
37739 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37740
37741         * configure.ac: Export only gst_plugin_desc from plugins.
37742          Note that this change only makes any effect with Linux using libtool
37743          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37744          fine. And don't try to have several versions of libtool in different
37745          directories.
37746
37747 2004-02-20  Andy Wingo  <wingo@pobox.com>
37748
37749         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37750         interleave respectively.
37751
37752         * gst/interleave/deinterleave.c: New plugin: deinterleave
37753         (replaces on oneton).
37754         * gst/interleave/interleave.c: New plugin: interleave.
37755         * gst/interleave/plugin.h: Support file.
37756         * gst/interleave/plugin.c: Support file.
37757
37758         * configure.ac: Remove intfloat and oneton, add interleave.
37759
37760         * ext/sndfile/gstsf.c: Handle events better.
37761
37762         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37763         and float2int operation. int2float has scheduling problems as
37764         noted in in2float_chain.
37765
37766 2004-02-20  Benjamin Otte  <otte@gnome.org>
37767
37768         * ext/xine/Makefile.am:
37769         * ext/xine/gstxine.h:
37770         * ext/xine/xine.c:
37771         * ext/xine/xineaudiodec.c:
37772         * ext/xine/xinecaps.c:
37773           add first version of xine plugin wrapper. Currently only wraps the
37774           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37775         * configure.ac:
37776         * ext/Makefile.am:
37777           add xine plugin wrapper, disabled by default. Use --enable-xine to
37778           build. Note that it'll segfault on gst-register if you don't remove
37779           the goom and tvtime post plugins from xine.
37780         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37781         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37782           add extradata parsing for QDM2.
37783           change around debugging prints.
37784
37785 2004-02-19  Benjamin Otte  <otte@gnome.org>
37786
37787         * ext/lame/gstlame.c: (gst_lame_chain):
37788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37789           use gst_tag_list_insert when you want to insert tags
37790
37791 2004-02-18  David Schleef  <ds@schleef.org>
37792
37793         * configure.ac:  Move massink to gst-rotten
37794         * ext/Makefile.am:
37795         * ext/mas/Makefile.am:
37796         * ext/mas/massink.c:
37797         * ext/mas/massink.h:
37798
37799 2004-02-18  David Schleef  <ds@schleef.org>
37800
37801         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37802         typefinding, since it seems to be worse than nothing.
37803         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37804         atom to recognize .mp4 and .m4a files as video/quicktime.
37805
37806 2004-02-18  David Schleef  <ds@schleef.org>
37807
37808         * gst/sine/demo-dparams.c: (quit_live),
37809         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37810         Use double dparams, not float.
37811         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37812         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37813         sync'd elements don't really work correctly.
37814         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37815         (volume_update_volume), (volume_get_property):  Change dparam
37816         to double.
37817
37818 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37819
37820         * sys/ximage/ximagesink.c:
37821         (gst_ximagesink_xwindow_update_geometry),
37822         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37823         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37824         (gst_ximagesink_init): Rework the way software video scaling works. So
37825         now we check on each chain call if the video frames are feeling the
37826         window. If not we try to renegotiate caps. On failure we memorize that
37827         and we won't try again for that PLAYING sessions.
37828         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37829         failure.
37830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37831         synchronous flag.
37832
37833 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37834
37835         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37836           break up _link so we can give a better debug message for errors
37837
37838 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37839
37840         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37841           set up debug category
37842
37843 2004-02-18  Julien MOUTTE <julien@moutte.net>
37844
37845         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37846         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37847         the way renegotiation work. The event handling function is not taking
37848         care of external windows and renegotiate method check for pad flags
37849         NEGOTIATING. Should fix : #133209
37850
37851 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37852
37853         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37854         pad is negotiating before trying renegotiation.
37855
37856 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37857
37858         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37859           pass on all possible mime types as typefind hints
37860
37861 2004-02-17  Julien MOUTTE <julien@moutte.net>
37862
37863         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37865         possible SHM leak if we crash. All other apps using XShm are doing
37866         that.
37867
37868 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37869
37870         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37871         (gst_ximagesink_expose): Renegotiate size on expose.
37872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37873         size on expose.
37874
37875 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37876
37877         * testsuite/alsa/sinesrc.c:
37878           cosmetic fix to fix compile issue with gcc 2.95.4
37879
37880 2004-02-16  Julien MOUTTE <julien@moutte.net>
37881
37882         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37883         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37884         failed opening the audio device.
37885         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37886         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37887         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37888         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37889         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37890         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37891         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37892         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37893         Removing some useless g_return_if_fail like wingo suggested.
37894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37895         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37896         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37897         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37898         (gst_xvimagesink_update_colorbalance),
37899         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37900         (gst_xvimagesink_xcontext_clear),
37901         (gst_xvimagesink_get_fourcc_from_caps),
37902         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37903         (gst_xvimagesink_set_xwindow_id),
37904         (gst_xvimagesink_colorbalance_list_channels),
37905         (gst_xvimagesink_colorbalance_set_value),
37906         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37907         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37908
37909 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37910
37911         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37912           throw error when not negotiated instead of asserting
37913
37914 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37915
37916         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37917         correct data refcounting.
37918
37919 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37920
37921         * gst/switch/gstswitch.c: (gst_switch_change_state),
37922         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37923         change, mostly the EOS flag.
37924
37925 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37926
37927         * examples/gstplay/player.c: (got_eos), (main): Adding some
37928         output for debugging.
37929         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37930         timeouts if we go to any state different from PLAYING.
37931         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37932         more EOS bugs in riff lib.
37933
37934 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37935
37936         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37937         visualization until i find a way to fix switch correctly.
37938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37939         EOS arrives.
37940         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37941         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37942         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37943         Reworked switch to get a more correct behaviour with events and refing
37944         of data stored in sinkpads.
37945         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37946         we don't pull from a pad in EOS.
37947
37948 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37949
37950         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37951           remove v1 tag even if we can't read it (makes sure we don't detect
37952           it again)
37953
37954 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37955
37956         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37957         (gst_alsa_xrun_recovery):
37958         * ext/alsa/gstalsa.h:
37959           try xrun recovery when wait failed. Make xrun recovery function
37960           return TRUE/FALSE to indicate success. (might fix #134354)
37961
37962 2004-02-13  David Schleef  <ds@schleef.org>
37963
37964         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37965         (dynparm_value_changed), (main): Convert from float to double.
37966         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37967
37968 2004-02-13  David Schleef  <ds@schleef.org>
37969
37970         * gst/silence/gstsilence.c: (gst_silence_class_init),
37971         (gst_silence_set_clock), (gst_silence_get),
37972         (gst_silence_set_property), (gst_silence_get_property):
37973         * gst/silence/gstsilence.h: Add sync property.
37974         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37975         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37976         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37977         * gst/sine/gstsinesrc.h: Add sync property.
37978
37979 2004-02-13  David Schleef  <ds@schleef.org>
37980
37981         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37982         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37983
37984 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37985
37986         * configure.ac:
37987         * ext/Makefile.am:
37988         * gst-libs/ext/Makefile.am:
37989           move ffmpeg plugin to gst-ffmpeg module
37990
37991 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37992
37993         * configure.ac: use GST_ARCH to detect architecture
37994
37995 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37996
37997         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37998
37999 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38000
38001         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38002           classify LADSPA plugins based on number of src/sink pads
38003           (#133663, Stefan Kost)
38004         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38005           fix dparams registration
38006           (#133528, Stefan Kost)
38007         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38008           fix use of isprint and use g_ascii_isprint instead
38009           (#133316, Stefan Kost)
38010
38011 2004-02-11  David Schleef  <ds@schleef.org>
38012
38013         Convert a few inner loops to use liboil.  This is currently
38014         optional, and is only enabled if liboil is present (duh!).
38015         * configure.ac: Check for liboil-0.1
38016         * gst/intfloat/Makefile.am:
38017         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38018         (gst_int2float_chain_gint16):
38019         * gst/videofilter/Makefile.am:
38020         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38021         (tablelookup_u8), (gst_videobalance_planar411):
38022         * gst/videotestsrc/Makefile.am:
38023         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38024         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38025         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38026         (paint_hline_RGB565), (paint_hline_xRGB1555):
38027
38028 2004-02-11  David Schleef  <ds@schleef.org>
38029
38030         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38031         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38032         (gst_colorspace_getcaps), (gst_colorspace_link),
38033         (gst_colorspace_base_init), (gst_colorspace_init),
38034         (gst_colorspace_chain), (gst_colorspace_change_state),
38035         (plugin_init): Merge Ronald's patch (bug #117897) and update
38036         for new caps and negotiation.  Seems to work, although it
38037         shows off bugs in lcs.
38038
38039 2004-02-11  David Schleef  <ds@schleef.org>
38040
38041         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38042         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38043
38044 2004-02-11  David Schleef  <ds@schleef.org>
38045
38046         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38047         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38048         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38049         Add server and port properties
38050
38051 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38052
38053         * m4/a52.m4:
38054         * m4/aalib.m4:
38055         * m4/as-ffmpeg.m4:
38056         * m4/as-liblame.m4:
38057         * m4/as-slurp-ffmpeg.m4:
38058         * m4/check-libheader.m4:
38059         * m4/esd.m4:
38060         * m4/freetype2.m4:
38061         * m4/gconf-2.m4:
38062         * m4/glib.m4:
38063         * m4/gst-alsa.m4:
38064         * m4/gst-artsc.m4:
38065         * m4/gst-ivorbis.m4:
38066         * m4/gst-matroska.m4:
38067         * m4/gst-sdl.m4:
38068         * m4/gst-shout2.m4:
38069         * m4/gst-sid.m4:
38070         * m4/gtk.m4:
38071         * m4/libdv.m4:
38072         * m4/libfame.m4:
38073         * m4/libmikmod.m4:
38074         * m4/ogg.m4:
38075         * m4/vorbis.m4:
38076           fix underquotedness of macros (#133800)
38077         * m4/as-avifile.m4:
38078         * m4/xmms.m4:
38079           removed because no longer used
38080
38081 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38082
38083         * configure.ac:
38084           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38085           by autopoint (fixes #132996)
38086
38087 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38088
38089         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38090         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38091         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38092         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38093           fix memleaks
38094
38095 2004-02-11  David Schleef  <ds@schleef.org>
38096
38097         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38098         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38099         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38100         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38102         (gst_jpegenc_class_init), (gst_jpegenc_init),
38103         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38104         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38105         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38106         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38107
38108 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38109
38110         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38111         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38112         * ext/mikmod/gstmikmod.h:
38113           fix caps negotiation in mikmod
38114         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38115           output debug information
38116
38117 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38118
38119         * gst-libs/gst/colorbalance/Makefile.am:
38120         * gst-libs/gst/navigation/Makefile.am:
38121         * gst-libs/gst/xoverlay/Makefile.am:
38122           remove unused GST_OPT_CFLAGS from Makefiles
38123           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38124
38125 2004-02-07  David Schleef  <ds@schleef.org>
38126
38127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38128         push events to pads that haven't been created (#133508)
38129
38130 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38131
38132         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38133         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38134         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38135         (gst_dvdec_loop), (gst_dvdec_change_state):
38136         Second attempt at committing a working dvdec element.
38137
38138 2004-02-06  David Schleef  <ds@schleef.org>
38139
38140         Build fixes for OS X: (see #129600)
38141         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38142         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38143         (gst_riff_read_strf_iavs):
38144         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38145         (gst_avi_demux_stream_odml):
38146         * gst/playondemand/Makefile.am:
38147         * gst/rtp/rtp-packet.c:
38148
38149 2004-02-05  David Schleef  <ds@schleef.org>
38150
38151         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38152         last change, because it Just Doesn't Compile.
38153
38154 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38155
38156         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38157           skip undecodable id3v2 tag instead of keeping it
38158
38159 2004-02-05  David Schleef  <ds@schleef.org>
38160
38161         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38162         Unref leaked buffer.  (Noticed by Ronald)
38163
38164 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38165
38166         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38167         Sync requires with other checks.  >= vs =.
38168
38169 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38170
38171         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38172         (gst_dvdec_video_link), (gst_dvdec_loop):
38173         * ext/dv/gstdvdec.h:
38174           rework the caps negotiation so that dvdec works again instead
38175           of just segfaulting.
38176
38177 === release 0.7.4 ===
38178
38179 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38180
38181         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38182         * configure.ac: changed for release
38183
38184 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38185
38186         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38187         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38188         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38189         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38190           reworked patch by David Lehn to fix libdir and includedir for
38191           uninstalled libraries
38192           removed play and gconf from gstreamer-libs since they have their
38193           own pkgconfig files
38194
38195 2004-02-04  David Schleef  <ds@schleef.org>
38196
38197         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38198         memleak.
38199
38200 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38201
38202         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38203           use correct GST_TAG_ENCODER tag
38204
38205 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38206
38207         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38208           be sure to stop the clock when going to paused
38209         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38210           reset number of transmitted when going to ready.
38211         fixes #132935
38212
38213 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38214
38215         reviewed by Benjamin Otte
38216
38217         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38218           extract track count (fixes #133410)
38219
38220 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38221
38222         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38223           that should be !=, not == (fixes #132519)
38224
38225 2004-02-04  David Schleef  <ds@schleef.org>
38226
38227         Make sure set_explicit_caps() is called before adding pad.
38228         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38229         * gst/id3/gstid3types.c: (gst_id3types_loop):
38230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38231         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38232
38233 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38234
38235         * configure.ac:
38236           bump nano to 2, first prerelease
38237           put back AM_PROG_LIBTOOL
38238
38239 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38240
38241         * testsuite/alsa/Makefile.am:
38242           these are user test apps, not automatic testsuite tests
38243
38244 2004-02-04  David Schleef  <ds@schleef.org>
38245
38246         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38247         * gst/mpeg1videoparse/gstmp1videoparse.c:
38248         (mp1videoparse_parse_seq):
38249         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38250         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38251         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38252         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38253         (gst_xvideosink_getcaps):
38254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38255         * testsuite/gst-lint: more tests
38256
38257 2004-02-04  David Schleef  <ds@schleef.org>
38258
38259         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38260         with the code that they would expand to.
38261         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38262         (gst_flacdec_get_src_query_types),
38263         (gst_flacdec_get_src_event_masks):
38264         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38265         (gst_gnomevfssrc_get_query_types),
38266         (gst_gnomevfssrc_get_event_mask):
38267
38268 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38269
38270         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38271         (gst_sinesrc_dispose):
38272           fix memleak by properly disposing sinesrc
38273
38274 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38275
38276         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38277         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38278         an overlay to redraw the image because it has been exposed.
38279         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38280         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38281         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38282         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38283         interface
38284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38285         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38286         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38287         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38288         interface
38289
38290 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38291
38292         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38293           more memleak fixage
38294
38295 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38296
38297         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38298         * gst/typefind/gsttypefindfunctions.c:
38299           fix memleaks shown by gst-typefind
38300
38301 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38302
38303         * common/glib-gen.mak:
38304           add hack rule to touch .Plo files
38305         * gst-libs/gst/colorbalance/Makefile.am:
38306         * gst-libs/gst/mixer/Makefile.am:
38307         * gst-libs/gst/play/Makefile.am:
38308         * gst-libs/gst/tuner/Makefile.am:
38309           remove glib_root variable
38310
38311 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38312
38313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38314           set explicit caps before adding the element, so the autopluggers can
38315           plug correctly.
38316         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38317         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38318         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38319         (dv_type_find):
38320           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38321           argument.
38322
38323 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38324
38325         * gst-libs/gst/colorbalance/Makefile.am:
38326         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38327         * gst-libs/gst/colorbalance/colorbalance.c:
38328         * gst-libs/gst/colorbalance/colorbalance.h:
38329         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38330         * gst-libs/gst/mixer/Makefile.am:
38331         * gst-libs/gst/mixer/mixer-marshal.list:
38332         * gst-libs/gst/mixer/mixer.c:
38333         * gst-libs/gst/mixer/mixer.h:
38334         * gst-libs/gst/mixer/mixermarshal.list:
38335         * gst-libs/gst/play/Makefile.am:
38336         * gst-libs/gst/play/play.h:
38337         * gst-libs/gst/tuner/Makefile.am:
38338         * gst-libs/gst/tuner/tuner-marshal.list:
38339         * gst-libs/gst/tuner/tuner.c:
38340         * gst-libs/gst/tuner/tuner.h:
38341         * gst-libs/gst/tuner/tunermarshal.list:
38342           use new glib-gen.mak snippet to clean up Makefile.am
38343           fix various bugs in Makefile.am's
38344
38345 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38346
38347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38348           handle chain parsing correctly in the multichain case
38349         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38350         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38351         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38352         (theora_dec_chain):
38353           handle events and queries correctly
38354
38355 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38356
38357         * .cvsignore:
38358         Ignore generated file _stdint.h.
38359
38360 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38361
38362         * gst-libs/gst/colorbalance/Makefile.am:
38363         * gst-libs/gst/colorbalance/colorbalance.h:
38364         * gst-libs/gst/mixer/Makefile.am:
38365         * gst-libs/gst/mixer/mixer.h:
38366         * gst-libs/gst/play/Makefile.am:
38367         * gst-libs/gst/play/play.h:
38368         * gst-libs/gst/tuner/Makefile.am:
38369         * gst-libs/gst/tuner/tuner.h:
38370         Generate enum type code with glib-mkenums.
38371         * gst-libs/gst/colorbalance/.cvsignore:
38372         * gst-libs/gst/mixer/.cvsignore:
38373         * gst-libs/gst/play/.cvsignore:
38374         * gst-libs/gst/tuner/.cvsignore:
38375         Ignore generated files.
38376
38377 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38378
38379         * gst-libs/gst/audio/.cvsignore:
38380         Ignore generated file.
38381         * gst-libs/gst/audio/Makefile.am:
38382         Do not install example filter.
38383
38384 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38385
38386         * examples/switch/.cvsignore:
38387         Ignore generated file.
38388
38389 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38390
38391         * common/m4/ax_create_stdint_h.m4:
38392         * configure.ac:
38393           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38394           _stdint.h.
38395         * Makefile.am:
38396           remove generated _stdint.h in DISTCLEANFILES
38397         * ext/a52dec/gsta52dec.c:
38398           include _stdint.h for a52dec. (should fix #133064)
38399
38400 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38401
38402         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38403         (gst_tag_to_vorbis_comments):
38404         Add replaygain support to vorbistag
38405
38406 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38407         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38408         (gst_ffmpeg_caps_to_extradata):
38409           Fix SVQ3 caps flag properties
38410           Use glib macro for bytes swap
38411
38412 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38413
38414         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38415         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38416         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38417         * ext/sndfile/gstsf.c: (plugin_init):
38418         * gst/avi/gstavi.c: (plugin_init):
38419         * sys/dxr3/dxr3init.c: (plugin_init):
38420         * sys/oss/gstossaudio.c: (plugin_init):
38421         * sys/v4l/gstv4l.c: (plugin_init):
38422         * sys/v4l2/gstv4l2.c: (plugin_init):
38423           remove textdomain calls
38424         * po/nl.po:
38425           update Dutch translation
38426
38427 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38428
38429         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38430         (gst_play_set_audio_sink): Moving volume in the audio thread for
38431         instantaneous volume change. Maybe i will add another volume in front
38432         of visualization later, not sure yet though.
38433
38434 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38435
38436         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38437         (gst_ximagesink_handle_xevents): Better X events handling, only take
38438         the latest events for configure and motion.
38439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38440
38441 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38442
38443         reviewed by: David Schleef  <ds@schleef.org>
38444
38445         Fix memory leaks:
38446         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38447         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38448
38449 2004-02-02  David Schleef  <ds@schleef.org>
38450
38451         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38452         of lines.
38453         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38454         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38455         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38456         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38457         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38458         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38459         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38460         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38461         (gst_float2_2_int_link):
38462         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38463         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38464         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38465         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38466         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38467         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38468         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38470         * testsuite/gst-lint: Add tests for bzero and ;;
38471
38472 2004-02-02  David Schleef  <ds@schleef.org>
38473
38474         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38475
38476 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38477
38478         * ext/aalib/gstaasink.c: (gst_aasink_open):
38479         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38481         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38482         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38483         (gst_afsink_close_file):
38484         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38485         (gst_afsrc_close_file):
38486         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38487         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38488         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38489         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38490         * ext/esd/esdmon.c: (gst_esdmon_get):
38491         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38492         * ext/faac/gstfaac.c: (gst_faac_chain):
38493         * ext/faad/gstfaad.c: (gst_faad_chain):
38494         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38495         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38496         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38497         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38498         (gst_flacdec_loop):
38499         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38500         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38501         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38502         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38503         (gst_gnomevfssink_close_file):
38504         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38505         (gst_gnomevfssrc_open_file):
38506         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38507         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38508         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38509         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38510         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38511         * ext/mad/gstmad.c: (gst_mad_chain):
38512         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38513         * ext/mpeg2dec/gstmpeg2dec.c:
38514         * ext/mpeg2enc/gstmpeg2enc.cc:
38515         * ext/mplex/gstmplex.cc:
38516         * ext/mplex/gstmplexibitstream.cc:
38517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38518         (gst_ogg_demux_push):
38519         * ext/raw1394/gstdv1394src.c:
38520         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38521         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38522         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38523         (gst_sf_loop):
38524         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38525         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38526         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38527         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38529         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38530         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38531         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38532         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38533         (gst_riff_read_element_data), (gst_riff_read_seek),
38534         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38535         * gst/adder/gstadder.c: (gst_adder_loop):
38536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38537         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38538         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38539         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38540         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38541         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38542         * gst/goom/gstgoom.c: (gst_goom_chain):
38543         * gst/id3/gstid3types.c: (gst_id3types_loop):
38544         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38545         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38546         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38547         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38548         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38549         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38550         (gst_ebml_read_float), (gst_ebml_read_header):
38551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38552         (gst_matroska_demux_parse_blockgroup):
38553         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38554         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38555         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38556         * gst/silence/gstsilence.c: (gst_silence_get):
38557         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38558         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38559         * gst/speed/gstspeed.c: (speed_loop):
38560         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38561         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38562         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38563         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38564         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38565         (gst_wavparse_loop):
38566         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38567         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38568         (dxr3audiosink_close):
38569         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38570         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38571         (dxr3videosink_close), (dxr3videosink_write_data):
38572         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38573         * sys/oss/gstosssink.c: (gst_osssink_chain):
38574         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38575         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38576         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38578         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38579         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38580         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38581         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38582         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38583         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38584         (gst_v4l_set_audio):
38585         * sys/v4l/v4l_calls.h:
38586         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38587         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38588         (gst_v4lmjpegsink_playback_init),
38589         (gst_v4lmjpegsink_playback_start):
38590         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38591         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38592         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38593         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38594         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38595         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38596         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38597         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38598         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38599         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38600         (gst_v4l2_get_output), (gst_v4l2_set_output),
38601         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38602         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38603         (gst_v4l2_set_attribute):
38604         * sys/v4l2/v4l2_calls.h:
38605         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38606         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38607         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38608         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38609         (gst_v4l2src_capture_stop):
38610         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38611         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38612         (gst_ximagesink_chain):
38613         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38614         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38615         (gst_xvideosink_xwindow_new):
38616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38617         (gst_xvimagesink_chain):
38618
38619 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38620
38621         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38622         (gst_volume_get_volume), (volume_class_init), (volume_init),
38623         (volume_chain_int16), (volume_update_volume):
38624         * gst/volume/gstvolume.h:
38625           make code more readable by removing magic numbers
38626           make mixer interface export 0-100 range
38627           make it internally map to 0.0-1.0 range so users don't distort
38628           output by putting the sliders at full volume
38629
38630 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38631
38632         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38633         (gst_play_state_change), (gst_play_seek_to_time):
38634         block the tick callback for 0.5 secs after doing a seek
38635
38636 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38637
38638         * gst-libs/gst/play/play.c: (gst_play_new):
38639           check for GError
38640
38641 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38642
38643         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38644         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38645         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38646         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38648         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38649
38650 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38651
38652         * configure.ac:
38653         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38654           check for a function added in vorbis 1.1
38655
38656 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38657
38658         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38659         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38660           really start/stop clock only on PLAYING <=> PAUSED
38661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38662           remove \n from debugging lines
38663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38664           make it work when seeking does not
38665         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38666           reset on DISCONT
38667
38668 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38669
38670         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38671           start clock on PAUSED=>PLAYING, not later
38672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38673           extract correct time for different discont formats
38674         (gst_alsa_sink_get_time):
38675           don't segfault when no format is negotiated yet, just return 0
38676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38677         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38678         (gst_ogg_pad_push):
38679           handle flush and discont events correctly
38680         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38681           handle discont events correctly
38682
38683 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38684
38685         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38686         (gst_play_error_create), (gst_play_error_plugin),
38687         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38688         * gst-libs/gst/play/play.h:
38689           add error handling during creation
38690         * examples/gstplay/player.c: (main):
38691           use new gst_play_new
38692
38693
38694 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38695
38696         * ext/theora/theoradec.c: (theora_dec_chain):
38697           make comments work
38698         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38699         (vorbis_dec_src_event), (vorbis_dec_chain):
38700           add encoder tag, fix tag reading to be more error tolerant, change
38701           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38702           gst_pad_event_default.
38703         * gst/tags/gstvorbistag.c:
38704         (gst_tag_list_from_vorbiscomment_buffer):
38705           undefine function specific define at end of function
38706
38707 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38708
38709         * ext/flac/gstflac.c: (plugin_init):
38710         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38711         * ext/flac/gstflacdec.h:
38712         * ext/flac/gstflacenc.h:
38713           Fix typos
38714
38715 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38716
38717         * examples/gstplay/player.c: s/gstplay.h/play.h/
38718
38719 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38720
38721         * gst-libs/gst/play/Makefile.am:
38722         * gst-libs/gst/play/gstplay.c:
38723         * gst-libs/gst/play/gstplay.h:
38724         * gst-libs/gst/play/play.c:
38725           more surgery, operation complete
38726
38727 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38728
38729         * gst-libs/gst/play/play.old.c:
38730         * gst-libs/gst/play/play.old.h:
38731           after CVS surgery by moving, remove
38732         * gst-libs/gst/play/playpipelines.c:
38733           remove
38734
38735         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38736           add negotiation error
38737
38738 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38739
38740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38741         (gst_ogg_demux_push):
38742           add some seeking debug info
38743           send a flush when seeking
38744
38745 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38746
38747         * configure.ac:
38748           use AC_C_INLINE
38749         * configure.ac:
38750         * ext/Makefile.am:
38751         * ext/theora/Makefile.am:
38752         * ext/theora/theoradec.c:
38753           add theora video decoder. Does just do simple decoding for now and
38754           has been tested against Theora cvs only. It only works when theora
38755           is compiled with --enable-static.
38756         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38757           always reset packetno on DISCONT
38758
38759 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38760
38761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38762           Fix audio.
38763
38764 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38765
38766         * gst/mpegaudioparse/gstmpegaudioparse.c:
38767         (mp3_type_frame_length_from_header):
38768           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38769
38770 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38771
38772         * ext/esd/esdsink.c: (gst_esdsink_init):
38773           Since we have static pad template caps, we don't need to negotiate;
38774           either the core errors out or we know the format.
38775
38776 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38777
38778         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38779         (gst_riff_read_seek):
38780         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38781         (gst_ebml_read_seek):
38782           Fix event handling.
38783
38784 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38785
38786         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38787           removee video/x-theora from vp3 decoder, it doesn't handle raw
38788           theora streams
38789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38790           fix bug with finalizing element that never went to PAUSED
38791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38792           length and position queries were swapped
38793         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38794         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38795         (vorbis_dec_src_event):
38796           implement querying time and bytes
38797
38798 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38799
38800         * just about every source file:
38801           gst_element_error -> GST_ELEMENT_ERROR
38802
38803 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38804
38805         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38806         emiting FLUSH and even before DISCONT.
38807         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38808         get the best instant seeking as possible yay!
38809
38810 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38811
38812         * gst/mpeg1videoparse/gstmp1videoparse.c:
38813         (gst_mp1videoparse_real_chain):
38814           Committed wrong version last week... Grr... Didn't notice until now.
38815
38816 2004-01-29  Julien MOUTTE <julien@moutte.net>
38817
38818         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38820         have_xwindow_id signal in xwindow_create.
38821
38822 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38823
38824         * ext/ogg/gstoggdemux.c:
38825           lots of changes - mainly support for chained bitstreams, seeking,
38826           querying and bugfixes of course
38827         * ext/vorbis/Makefile.am:
38828         * ext/vorbis/vorbisdec.c:
38829         * ext/vorbis/vorbisdec.h:
38830           add vorbisdec raw vorbis decoder
38831         * ext/vorbis/vorbis.c: (plugin_init):
38832           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38833         * gst/intfloat/Makefile.am:
38834         * gst/intfloat/float22int.c:
38835         * gst/intfloat/float22int.h:
38836         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38837           add float2intnew plugin. It converts multichannel interleaved float to
38838           multichannel interleaved int. The name should probably be changed.
38839         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38840         (plugin_init):
38841           add typefinding for raw theora video so oggdemux can detect it.
38842
38843 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38844
38845         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38846         sink element first.
38847         * gst/videoscale/gstvideoscale.c:
38848         (gst_videoscale_handle_src_event): Fixing src event handler.
38849
38850 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38851
38852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38853         (gst_v4lsrc_open), (gst_v4lsrc_close),
38854         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38855         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38856         * sys/v4l/gstv4lsrc.h:
38857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38858         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38859           Implement resizing... Hack. But that's why v4l is b0rked...
38860
38861 2004-01-28  Julien MOUTTE <julien@moutte.net>
38862
38863         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38864         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38865         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38866         (gst_ximagesink_xwindow_destroy):
38867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38868         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38869         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38870         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38871         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38872         correctly cleaning the image created to check xshm calls on succes,
38873         added a lot of XSync calls in X11 functions, and fixed a segfault when
38874         no image format was defined before negotiation happened.
38875
38876 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38877
38878         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38879           use gst_element_get_time to get correct time
38880
38881 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38882
38883         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38884         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38885         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38887         (gst_xvimagesink_check_xshm_calls),
38888         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38889         X plugins are now able to detect that XShm calls will fail even if the
38890         server claims that it has XShm support (remote displays most of the
38891         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38892         so that we use non XShm functions. This feature is almost useless for
38893         xvimagesink as Xv is not supported on remote displays anyway, but
38894         it might happen than even on the local display XShm calls fail.
38895
38896 2004-01-27  David Schleef  <ds@schleef.org>
38897
38898         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38899         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38900         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38901         changed esdsink to only use 44100,16,2, since esd sucks at rate
38902         conversion and esdsink has had difficulty negotiating.
38903
38904 2004-01-27  Julien MOUTTE <julien@moutte.net>
38905
38906         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38907         (gst_play_seek_to_time): Fixing the way to get current position.
38908
38909 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38910
38911         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38912           use gst_element_get_time to get correct time
38913
38914 2004-01-27  Julien MOUTTE <julien@moutte.net>
38915
38916         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38917         fix ever... Inverting 2 lines of code make spider autoplug correctly
38918         tagged mp3 !
38919
38920 2004-01-27  David Schleef  <ds@schleef.org>
38921
38922         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38923         Use gst_pad_try_set_caps_nonfixed().
38924
38925 2004-01-27  David Schleef  <ds@schleef.org>
38926
38927         * gst/ac3parse/gstac3parse.c: update to checklist 5
38928         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38929         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38930         * gst/audioscale/gstaudioscale.c: same
38931         * gst/auparse/gstauparse.c: same
38932         * gst/avi/gstavidemux.c: same
38933
38934 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38935
38936         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38937           stop processing after EOS
38938
38939 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38940
38941         * gst/asfdemux/asfheaders.h:
38942         * gst/asfdemux/gstasfdemux.c:
38943         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38944         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38945         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38946           lot's of fixes to make data extraction simpler and get the code
38947           architecture and compiler independant. Add debugging category
38948         * gst/goom/gstgoom.c: (gst_goom_change_state):
38949           reset channel count on PAUSED=>READY, not READY=>PAUSED
38950
38951 2004-01-26  Colin Walters  <walters@verbum.org>
38952
38953         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38954         code to pull a bigger buffer in iradio mode.  This as a side effect
38955         makes typefinding work.
38956
38957 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38958
38959         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38960         Fix SVQ3 decoding on PPC
38961
38962 2004-01-26  Julien MOUTTE <julien@moutte.net>
38963
38964         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38965         that one managed to stay there... Fixed.
38966
38967 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38968
38969         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38970         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38971         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38972         (qtdemux_video_caps):
38973         * gst/qtdemux/qtdemux.h:
38974         Add SVQ3 specific flags to qtdemux and ffmpeg
38975
38976 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38977
38978         * gst-libs/gst/audio/audio.h:
38979           remove buffer-frames from audio caps
38980         * gst/audioconvert/gstaudioconvert.c:
38981           fix plugin to really work.
38982
38983 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38984
38985         * gst-libs/gst/mixer/mixer.c:
38986         * gst-libs/gst/propertyprobe/propertyprobe.c:
38987         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38988         (gst_tuner_find_channel_by_name):
38989         * gst-libs/gst/tuner/tuner.h:
38990           Add gtk-doc style comments. Also fix a function name.
38991
38992 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38993
38994         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38995         (gst_divxdec_negotiate):
38996           Fix for new capsnego - also fixes gst-player with divxdec.
38997
38998 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38999
39000         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39001         (gst_play_identity_handoff), (gst_play_set_location),
39002         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39003         try in visualization implementation. Still have an issue with switch
39004         blocking when pulling from video_queue and only audio comes out of
39005         spider.
39006         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39007         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39008         release method. And check if the pad is usable before pulling.
39009
39010 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39011
39012         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39013         (gst_videobalance_init),
39014         (gst_videobalance_colorbalance_list_channels),
39015         (gst_videobalance_colorbalance_set_value),
39016         (gst_videobalance_colorbalance_get_value),
39017         (gst_videobalance_update_properties),
39018         (gst_videobalance_update_tables_planar411),
39019         (gst_videobalance_planar411):
39020         * gst/videofilter/gstvideobalance.h:
39021           Implement lookup-tables. +/- 10x faster.
39022
39023 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39024
39025         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39026         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39027           The index reading was broken. The rest worked fine, but the whole
39028           goal of my rewrite was to make avidemux readable, and this was
39029           not at all readable. Please use typed variables.
39030
39031 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39032
39033         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39034           Additional pad usability check.
39035         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39036         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39037         (gst_mp1videoparse_real_chain):
39038           Fix MPEG video stream parsing. The original plugin had several
39039           issues, including not timestamping streams where the source was
39040           not timestamped (this happens with PTS values in mpeg system
39041           streams, but MPEG video is also a valid stream on its own so
39042           that needs timestamps too). We use the display time code for that
39043           for now. Also, if one incoming buffer contains multiple valid
39044           frames, we push them all on correctly now, including proper EOS
39045           handling. Lastly, several potential segfaults were fixed, and we
39046           properly sync on new sequence/gop headers to include them in next,
39047           not previous frames (since they're header for the next frame, not
39048           the previous). Also see #119206.
39049         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39050         (bpf_from_header):
39051           Move caps setting so we only do it after finding several valid
39052           MPEG-1 fraes sequentially, not right after the first one (which
39053           might be coincidental).
39054         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39055         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39056         (plugin_init):
39057           Add unsynced MPEG video stream typefinding, and change some
39058           probability values so we detect streams rightly. The idea is as
39059           follows: I can have an unsynced system stream which contains
39060           video. In the current code, I would randomly get a type for either
39061           system or video stream type found, because the probabilities are
39062           being calculated rather randomly. I now use fixed values, so we
39063           always prefer system stream if that was found (and that is how it
39064           should be). If no system stream was found, we can still identity                the stream as video-only.
39065
39066 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39067
39068         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39069         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39070           don't write to buffer. Extract data without the need of
39071           __attribute__ ((packed))
39072
39073 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39074
39075         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39076         (mpeg1_sys_type_find):
39077           Fix MPEG-1 stream typefinding.
39078
39079 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39080
39081         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39082           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39083
39084 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39085
39086         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39087         * ext/esd/gstesd.c: (plugin_init):
39088           private debugging, better error reporting
39089
39090 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39091
39092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39093         (gst_riff_read_init), (gst_riff_read_change_state):
39094         * gst-libs/gst/riff/riff-read.h:
39095           Remove stuff fromold metadata system.
39096
39097 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39098
39099         * ext/ogg/gstoggdemux.c:
39100           Fix wrong file comment.
39101         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39102         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39103           Add metadata reading properly.
39104
39105 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39106
39107         * ext/Makefile.am:
39108           Fix nas DIST_SUBDIRS
39109           Uraeus:
39110           Fix bug where make distcheck doesn't get run on adding stuff to
39111           the build.
39112
39113 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39114
39115         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39116         * ext/divx/gstdivxdec.h:
39117           Fix divx3 ("msmpeg4") playback using divxdec.
39118
39119 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39120
39121         * gst/typefind/gsttypefindfunctions.c:
39122         (mp3_type_frame_length_from_header): fix bug in length computation
39123         (mp3_type_find): improve debugging output
39124
39125 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39126
39127         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39128         (gst_play_set_location), (gst_play_seek_to_time),
39129         (gst_play_set_audio_sink), (gst_play_set_visualization),
39130         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39131         the pipeline from scratch. Visualization is back and switch went out as
39132         i realized it was not possible to use the way i wanted.
39133         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39134         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39135         clearing in state change from READY to NULL. So that one can clean the
39136         X ressources keeping the element.
39137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39138         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39139         (gst_xvimagesink_colorbalance_set_value),
39140         (gst_xvimagesink_colorbalance_get_value),
39141         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39142         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39143         change from READY to NULL and fixed some stupid bugs in colorbalance
39144         get/set values. Also added the following feature : when nobody tries to
39145         set some values to the colorbalance levels before the xcontext is
39146         grabbed, then when creating channels list from Xv attributes we set the
39147         internal values to the Xv defaults. This way we handle buggy Xv drivers
39148         that set default hue values far from the middle of the range (Thanks
39149         to Jon Trowbridge for pointing that issue).
39150         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39151         colorbalance levels have been set before xcontext is grabbed.
39152
39153 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39154
39155         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39156           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39157           it might block operations (which is bad for a mixer).
39158
39159 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39160
39161         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39162         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39163         (gmip_find_type_pre):
39164         * gst-libs/gst/media-info/media-info-priv.h:
39165         * gst-libs/gst/media-info/media-info.c:
39166         (gst_media_info_instance_init), (gst_media_info_read_idler):
39167         add fakesink to get caps on decoder src pad again
39168         fix callback prototype to match new have_type signal signature
39169
39170 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39171
39172         * gst/adder/gstadder.c: (gst_adder_link):
39173           fix non-compile and cut-n-paste code
39174
39175 2004-01-21  David Schleef  <ds@schleef.org>
39176
39177         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39178         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39179         (gst_swfdec_init), (gst_swfdec_change_state):
39180         * ext/swfdec/gstswfdec.h:
39181         Fix negotiation.
39182         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39183         (gst_adder_request_new_pad): Fix negotiation.
39184         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39185         Add a fixate function.
39186         * gst/intfloat/gstfloat2int.c:
39187         * gst/intfloat/gstfloat2int.h:
39188         * gst/intfloat/gstint2float.c:
39189         * gst/intfloat/gstint2float.h:
39190         Completely rewrite the negotiation.  Doesn't quite work yet,
39191         due to some buffer-frames problem.
39192
39193 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39194
39195         * ext/gnomevfs/gstgnomevfssrc.c:
39196         * sys/v4l2/v4l2_calls.h:
39197           fix includes for distcheck
39198
39199 2004-01-21  Christian Schaller <uraeus@gnome.org>
39200
39201         * ext/nas/
39202         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39203         based on earlier patch from Laurent Vivier
39204
39205 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39206
39207         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39208         Fix wma caps property
39209         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39210         Fix typo (flags1 and flags2)
39211
39212 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39213
39214         * gst-libs/gst/media-info/media-info-priv.c:
39215         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39216         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39217         (gmip_find_stream), (gmip_find_track_metadata),
39218         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39219         (gmip_find_track_format):
39220         * gst-libs/gst/media-info/media-info-priv.h:
39221         * gst-libs/gst/media-info/media-info-test.c: (main):
39222         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39223         (gst_media_info_read_idler), (gst_media_info_read):
39224         * gst-libs/gst/media-info/media-info.h:
39225           register debugging category and use it for debugging
39226
39227 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39228
39229         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39230         (gst_vorbisfile_new_link):
39231           signal streaminfo through tags
39232
39233 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39234
39235         * ext/mplex/gstmplex.cc:
39236         * ext/mplex/gstmplexibitstream.cc:
39237           g++ doesn't like NULL in our i18n/error macros, should be
39238           either (NULL) or ("").
39239
39240 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39241
39242         * sys/dxr3/dxr3audiosink.c:
39243         * sys/dxr3/dxr3init.c:
39244         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39245         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39246           Fix more error error error errors (missing includes here).
39247
39248 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39249
39250         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39251           fix thomas' error errors.
39252
39253 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39254
39255         * ext/mpeg2enc/gstmpeg2enc.cc:
39256           fix error errors.
39257
39258 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39259
39260         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39261         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39262           Fix for new error system.
39263
39264 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39265
39266         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39267           fix for new error reporting
39268
39269 2004-01-20  David Schleef  <ds@schleef.org>
39270
39271         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39272         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39273         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39274         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39275         and neither is 100+, most likely.
39276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39277         (gst_xvimagesink_getcaps): same
39278
39279 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39280
39281         * configure.ac:
39282           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39283           clashes with ffmpeg.
39284
39285 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39286
39287         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39288         (gst_switch_init): Fixed switch element : proxying link and setting
39289         caps from src to sink on request.
39290
39291 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39292
39293         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39294         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39295         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39296         fix element_error
39297
39298 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39299
39300         * sys/v4l/v4l_calls.h:
39301         * sys/v4l2/v4l2_calls.h:
39302           element_error fixes
39303
39304 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39305
39306         * gst-libs/gst/gst-i18n-plugin.h:
39307           add locale.h
39308           remove config.h inclusion
39309
39310 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39311
39312         * autogen.sh:
39313           adding autopoint invocation
39314         * Makefile.am:
39315         * configure.ac:
39316         * gst-libs/gst/gettext.h:
39317           adding gettext bits
39318         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39319         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39320         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39321         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39322         (gst_gnomevfssink_close_file):
39323         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39324         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39325         * gst-libs/gst/gst-i18n-plugin.h:
39326         * gst/avi/gstavi.c: (plugin_init):
39327         * sys/dxr3/dxr3init.c: (plugin_init):
39328         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39329         * sys/oss/gstossaudio.c: (plugin_init):
39330         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39331         * sys/v4l/gstv4l.c: (plugin_init):
39332         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39333         * sys/v4l2/gstv4l2.c: (plugin_init):
39334         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39335         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39336         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39337         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39338         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39339         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39340           make sure locale and translation domain are set
39341           fix translated strings
39342         * po/.cvsignore:
39343         * po/LINGUAS:
39344         * po/Makevars:
39345         * po/POTFILES.in:
39346         * po/nl.po:
39347           put translation files into place
39348         * sys/xvideo/imagetest.c: (main):
39349         * ext/dv/demo-play.c: (main):
39350           fix unnecessary translations
39351
39352 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39353
39354         * ext/sndfile/gstsf.c:
39355         * gst/avi/gstavimux.c:
39356         * ext/audiofile/gstafsink.c:
39357         * ext/audiofile/gstafsrc.c:
39358         * ext/gnomevfs/gstgnomevfssink.c:
39359         * ext/gnomevfs/gstgnomevfssrc.c:
39360         * sys/oss/gstosselement.c:
39361         * sys/v4l/v4l_calls.h:
39362           fix i18n include
39363
39364 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39365
39366         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39367         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39368         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39369         (gst_v4l2_get_output), (gst_v4l2_set_output),
39370         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39371         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39372         (gst_v4l2_set_attribute):
39373         update to new error handling
39374
39375 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39376
39377         * ext/sidplay/gstsiddec.cc:
39378         * gst/modplug/gstmodplug.cc:
39379           parenthese NULL because C++ seems angry about it
39380
39381 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39382
39383         * gst-libs/gst/gst-i18n-plugin.h:
39384           add skeleton i18n stuff, but needs to be further implemented
39385
39386 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39387
39388         * examples/gstplay/player.c: (main):
39389         * ext/aalib/gstaasink.c: (gst_aasink_open):
39390         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39392         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39393         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39394         (gst_afsink_close_file):
39395         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39396         (gst_afsrc_close_file):
39397         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39398         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39399         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39400         * ext/esd/esdmon.c: (gst_esdmon_get):
39401         * ext/esd/esdsink.c: (gst_esdsink_chain):
39402         * ext/faac/gstfaac.c: (gst_faac_chain):
39403         * ext/faad/gstfaad.c: (gst_faad_chain):
39404         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39405         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39406         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39407         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39408         (gst_flacdec_loop):
39409         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39410         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39411         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39412         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39413         (gst_gnomevfssink_close_file):
39414         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39415         (gst_gnomevfssrc_open_file):
39416         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39417         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39418         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39419         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39420         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39421         * ext/mad/gstmad.c: (gst_mad_chain):
39422         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39423         * ext/mpeg2dec/gstmpeg2dec.c:
39424         * ext/mpeg2enc/gstmpeg2enc.cc:
39425         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39426         * ext/mplex/gstmplex.cc:
39427         * ext/mplex/gstmplexibitstream.cc:
39428         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39429         (gst_ogg_demux_push), (gst_ogg_pad_push):
39430         * ext/raw1394/gstdv1394src.c:
39431         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39432         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39433         * ext/sidplay/gstsiddec.cc:
39434         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39435         (gst_sf_loop):
39436         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39437         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39438         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39440         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39441         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39442         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39443         * gst-libs/gst/Makefile.am:
39444         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39445         (gst_riff_read_element_data), (gst_riff_read_seek),
39446         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39447         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39448         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39449         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39450         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39451         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39452         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39453         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39454         * gst/goom/gstgoom.c: (gst_goom_chain):
39455         * gst/id3/gstid3types.c: (gst_id3types_loop):
39456         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39457         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39458         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39459         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39460         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39461         (gst_ebml_read_float), (gst_ebml_read_header):
39462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39463         (gst_matroska_demux_parse_blockgroup):
39464         * gst/modplug/gstmodplug.cc:
39465         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39466         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39467         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39468         * gst/silence/gstsilence.c: (gst_silence_get):
39469         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39470         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39471         * gst/speed/gstspeed.c: (speed_loop):
39472         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39473         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39474         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39475         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39476         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39477         (gst_wavparse_loop):
39478         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39479         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39480         (dxr3audiosink_close):
39481         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39482         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39483         (dxr3videosink_close), (dxr3videosink_write_data):
39484         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39485         * sys/oss/gstosselement.h:
39486         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39487         (gst_osssink_chain):
39488         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39489         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39490         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39491         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39492         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39493         (gst_v4l_enable_overlay):
39494         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39495         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39496         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39497         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39498         (gst_v4l_set_audio):
39499         * sys/v4l/v4l_calls.h:
39500         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39501         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39502         (gst_v4lmjpegsink_playback_init),
39503         (gst_v4lmjpegsink_playback_start):
39504         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39505         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39506         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39507         (gst_v4lmjpegsrc_requeue_frame):
39508         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39509         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39510         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39511         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39512         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39513         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39514         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39515         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39516         (gst_v4l2src_capture_stop):
39517         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39518         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39519         (gst_ximagesink_chain):
39520         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39521         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39522         (gst_xvideosink_xwindow_new):
39523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39524         (gst_xvimagesink_chain):
39525         use new error signal, function and categories
39526
39527 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39528
39529         * configure.ac:
39530         * ext/Makefile.am:
39531         * ext/musicbrainz/gsttrm.c:
39532         * ext/musicbrainz/gsttrm.h:
39533         * ext/musicbrainz/Makefile.am:
39534         Add a trm plugin
39535
39536 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39537
39538         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39539         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39540         synchronous property for debugging.
39541         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39543         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39544         smaller block, fixing indent.
39545
39546 2004-01-16  David Schleef  <ds@schleef.org>
39547
39548         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39549         property affects the video stream.
39550         * sys/xvimage/xvimagesink.c:
39551         * sys/xvimage/xvimagesink.h:
39552         Add synchronous property for debugging.  Should probably be
39553         disabled in non-CVS builds.  Make sure that the Xv attribute
39554         exists before we set it (crash!).  Fix a silly float bug that
39555         caused colorbalance to just not work.
39556
39557 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39558
39559         * tools/gst-launch-ext.in - update for new plugins
39560
39561 2004-01-16  David Schleef  <ds@schleef.org>
39562
39563         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39564         already-freed caps.
39565
39566 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39567
39568         * Update spec for new colorspace plugin and libcaca plugin
39569         * Fix compilation of libcaca plugin (clock -> id)
39570
39571 2004-01-16  Julien MOUTTE <julien@moutte.net>
39572
39573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39574         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39575         (gst_xvimagesink_set_xwindow_id),
39576         (gst_xvimagesink_colorbalance_set_value),
39577         (gst_xvimagesink_colorbalance_get_value),
39578         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39579         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39580         correct colorbalance properties. They can now be set when the element
39581         is still in NULL state. The values will be committed to the Xv Port
39582         when xcontext is initialized.
39583         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39584         brightness int values in the GstXvImagesink structure.
39585
39586 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39587
39588         * gst-libs/gst/Makefile.am:
39589           restructure so having local patches works easier.
39590
39591 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39592
39593         * ext/mpeg2enc/Makefile.am:
39594         * ext/mpeg2enc/gstmpeg2enc.cc:
39595         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39596           Bugfix with respect to EOS handling.
39597
39598 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39599
39600         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39601           Link with right caps (else, it segfaults).
39602         * ext/mplex/gstmplexjob.cc:
39603           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39604
39605 2004-01-15  David Schleef  <ds@schleef.org>
39606
39607         * gst-libs/gst/audio/Makefile.am:
39608         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39609         from the template.
39610         * gst-libs/gst/audio/gstaudiofilter.c:
39611         * gst-libs/gst/audio/gstaudiofilter.h:
39612         Add bytes_per_sample and size and n_samples calculation.
39613         * gst-libs/gst/audio/gstaudiofilterexample.c:
39614         Remove, now autogenerated.
39615         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39616         Moved from gstaudiofilterexample, object name changed, code added
39617         so that it actually works.
39618         * gst-libs/gst/audio/make_filter:
39619         Script to build an audiofilter subclass from the template.
39620         * gst/colorspace/Makefile.am:
39621         * gst/colorspace/yuv2yuv.c:
39622         Remove file, since it's GPL, and we don't use it.
39623
39624 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39625
39626         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39628         them use the buffer free function to test how the buffer was allocated.
39629
39630 2004-01-15  David Schleef  <ds@schleef.org>
39631
39632         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39633         that handles osssink fallback.
39634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39635         (gst_audio_convert_getcaps):
39636         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39637         Add audio/x-qdm2 for QDM2 audio.
39638         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39639         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39640         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39641         Decrease minimum size to 16x16.
39642         * gst/wavparse/gstwavparse.c:
39643         Convert disabled pad template caps to new caps.
39644         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39646         (gst_xvimagesink_chain): Throw element error when display cannot
39647         be opened.  Increase minimum framerate to 1.0.  Check the data
39648         free function on a buffer to make sure it is the type we expect
39649         before manipulating it.
39650
39651 2004-01-15  Julien MOUTTE <julien@moutte.net>
39652
39653         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39654         (gst_videobalance_colorbalance_set_value): Implement passthru if
39655         settings are in the middle.
39656         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39657
39658 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39659
39660         * gst/videofilter/Makefile.am:
39661         * gst/volume/Makefile.am:
39662           Since we use videofilter symbols, link to it.
39663
39664 2004-01-15  Julien MOUTTE <julien@moutte.net>
39665
39666         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39667         mixer interface type to HARDWARE.
39668         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39669         type to SOFTWARE.
39670         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39671         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39672         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39673         (gst_volume_interface_init), (gst_volume_list_tracks),
39674         (gst_volume_set_volume), (gst_volume_get_volume),
39675         (gst_volume_set_mute), (gst_volume_mixer_init),
39676         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39677         (volume_init): Implementing mixer interface.
39678         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39679         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39680         (gst_osselement_change_state): Removing some trailing commas in
39681         structures.
39682         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39683         interface type to HARDWARE.
39684         * sys/v4l/gstv4lcolorbalance.c:
39685         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39686         type to HARDWARE.
39687         * sys/v4l2/gstv4l2colorbalance.c:
39688         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39689         interface type to HARDWARE.
39690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39691         same code than ximagesink for event handling.
39692
39693 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39694
39695         * ext/snapshot/Makefile.am:
39696         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39697         (gst_snapshot_chain):
39698         * ext/snapshot/gstsnapshot.h:
39699           This has to be a joke... Snapshot should be connected to a tee,
39700           colorspace element before it and EOS after that, where the other
39701           src of the tee receives normal data.
39702           The current way is *wrong*.
39703
39704 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39705
39706         * ext/hermes/gsthermescolorspace.c:
39707           Fix another compile error. Same as below.
39708
39709 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39710
39711         * gst/colorspace/gstcolorspace.c:
39712         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39713         (gst_colorspace_i420_to_yv12):
39714           Fix compiling... Didn't test if it actually works.
39715
39716 2004-01-15  David Schleef  <ds@schleef.org>
39717
39718         * configure.ac:
39719         * gst/colorspace/Makefile.am:
39720         * gst/colorspace/gstcolorspace.c:
39721         * gst/colorspace/gstcolorspace.h:
39722         * gst/colorspace/yuv2rgb.c:
39723         * gst/colorspace/yuv2rgb.h:
39724         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39725         code and GPL code.  Fix for new caps negotiation.  Rewrite
39726         much of the format handling code, and some of the conversion
39727         code.  Basically, rewrote almost everything.  This element
39728         handles I420, YV12 to RGB conversions.
39729         * ext/hermes/Makefile.am:
39730         * ext/hermes/gsthermescolorspace.c:
39731         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39732         Remove non-Hermes related code.  This element handles lots of
39733         RGB to RGB conversions, but no YUV.
39734         * ext/hermes/gstcolorspace.c:
39735         * ext/hermes/gstcolorspace.h:
39736         * ext/hermes/rgb2yuv.c:
39737         * ext/hermes/yuv2rgb.c:
39738         * ext/hermes/yuv2rgb.h:
39739         * ext/hermes/yuv2rgb_mmx16.s:
39740         * ext/hermes/yuv2yuv.c:
39741         * ext/hermes/yuv2yuv.h:
39742         Remove old code.
39743
39744 2004-01-14  Colin Walters  <walters@verbum.org>
39745
39746         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39747         they've already been.
39748
39749 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39750
39751         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39752           assume tag mode when pad is not connected
39753
39754 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39755
39756         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39757           Don't update the time of the clock
39758         (gst_alsa_sink_loop):
39759           sync to the clock given to alsasink, not the own clock
39760         * sys/oss/gstosssink.c: (gst_osssink_chain):
39761           sync to the clock
39762         (gst_osssink_change_state):
39763           activate the clock
39764         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39766           remove bogus code that made DISCONT events unhandled
39767         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39768           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39769           #131502)
39770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39771         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39772         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39773           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39774           2nd warning in bug #131502)
39775
39776 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39777
39778         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39779         (gst_videobalance_colorbalance_set_value),
39780         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39781         for colorbalance interface implementation.
39782         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39783         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39784         (gst_ximagesink_dispose), (gst_ximagesink_init),
39785         (gst_ximagesink_class_init): Adding DISPLAY property.
39786         * sys/ximage/ximagesink.h: Adding display_name to store display.
39787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39788         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39789         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39790         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39791         properties (they still need polishing though for gst-launch use : no
39792         xcontext yet, i ll do that tomorrow).
39793         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39794
39795 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39796
39797         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39798         (gst_play_set_location), (gst_play_set_visualization): Preparing
39799         switch integration, adding videobalance in the pipeline.
39800
39801 2004-01-14  Julien MOUTTE <julien@moutte.net>
39802
39803         * gst-libs/gst/colorbalance/colorbalance.c:
39804         (gst_color_balance_class_init): Adding a default type.
39805         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39806         the type.
39807         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39808         (gst_videobalance_dispose), (gst_videobalance_class_init),
39809         (gst_videobalance_init), (gst_videobalance_interface_supported),
39810         (gst_videobalance_interface_init),
39811         (gst_videobalance_colorbalance_list_channels),
39812         (gst_videobalance_colorbalance_set_value),
39813         (gst_videobalance_colorbalance_get_value),
39814         (gst_videobalance_colorbalance_init): Implementing colorbalance
39815         interface.
39816         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39817         list.
39818         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39819         bug which was triggering a BadAccess X error when setting an overlay
39820         before pad was really negotiated.
39821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39822         Using the colorbalance type macro.
39823
39824 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39825
39826         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39827         (gst_flacenc_chain):
39828           handle tags correctly
39829         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39830           extract ID3v1 tags correctly
39831
39832 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39833
39834         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39835         (plugin_init):
39836           Improve matroska typefinding for odd-typed headers...
39837
39838 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39839
39840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39841           Fix for using incremental number on padnames.
39842
39843 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39844
39845         * ext/divx/gstdivxdec.c:
39846         * ext/divx/gstdivxenc.c:
39847           Set category to divx4linux instead of divx (too generic).
39848         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39849         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39850         (gst_wavparse_loop), (gst_wavparse_change_state):
39851         * gst/wavparse/gstwavparse.h:
39852           fix parsing of WAV files with non-standard fmt-tag size and fix
39853           skipping of unrecognized chunks... Someone please fix this thing
39854           to use rifflib so all this is automated.
39855         * sys/v4l/Makefile.am:
39856         * sys/v4l2/Makefile.am:
39857           Add X_CFLAGS because we depend on X (for overlay).
39858
39859 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39860
39861         * ext/mpeg2dec/gstmpeg2dec.c:
39862           Don't issue a timestamp unless we tagged the frame
39863           with a PTS.
39864
39865 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39866
39867         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39868           Query the audio element to get the time, not the clock. We're
39869           interested in the element's time here.
39870
39871 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39872
39873         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39874         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39875         * ext/esd/esdsink.c: (gst_esdsink_chain):
39876         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39877         * ext/mas/massink.c: (gst_massink_chain):
39878         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39880         (gst_matroska_demux_parse_metadata):
39881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39882         (gst_mpeg_parse_release_locks):
39883         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39884         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39885         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39886         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39887         (gst_osssink_change_state):
39888         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39889         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39890         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39891         (gst_xvideosink_release_locks):
39892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39893           use element time.
39894         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39895         (gst_alsa_clock_stop):
39896         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39897         (gst_audio_clock_get_internal_time):
39898           simplify for use with new clocking code.
39899         * testsuite/alsa/Makefile.am:
39900         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39901           fix testsuite for new caps system
39902
39903 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39904
39905         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39906         * ext/flac/gstflacenc.c: (add_one_tag):
39907           length is already host endian, no need to convert. Fixes playback of
39908           tagged files on PPC. (bug #128384)
39909
39910 2004-01-13  Julien MOUTTE <julien@moutte.net>
39911
39912         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39913         colorbalance interface stating if it is hardware based or software
39914         based.
39915         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39916         Removing a trailing comma.
39917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39918         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39919         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39920         the documentation seems to be wrong on the -1000 to 1000 interval.
39921
39922 2004-01-12  David Schleef  <ds@schleef.org>
39923
39924         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39925         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39926         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39927         Fix negotiation.  Add a bufferalloc function for the sink pad,
39928         and generally clean up some of the code.
39929
39930 2004-01-12  Julien MOUTTE <julien@moutte.net>
39931
39932         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39933         (gst_color_balance_channel_dispose): Adding safety check in dispose
39934         method.
39935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39936         (gst_xvimagesink_xcontext_clear),
39937         (gst_xvimagesink_interface_supported),
39938         (gst_xvimagesink_colorbalance_list_channels),
39939         (gst_xvimagesink_colorbalance_set_value),
39940         (gst_xvimagesink_colorbalance_get_value),
39941         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39942         Adding colorbalance interface support to set XV parameters such as
39943         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39944         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39945         interface.
39946
39947 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39948
39949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39950         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39951         (gst_audio_convert_init), (gst_audio_convert_set_property),
39952         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39953         (gst_audio_convert_link),
39954         (gst_audio_convert_buffer_to_default_format),
39955         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39956           - implement _getcaps and use it
39957           - improve linking
39958           - remove float caps since no float conversion is actually done
39959           - remove properties and arguments that were to be used for rate
39960             conversion
39961
39962 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39963
39964         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39965         (gst_audio_structure_set_int):
39966         * gst-libs/gst/audio/audio.h:
39967           add helper functions for _getcaps matching the standard audio
39968           templates
39969
39970 2004-01-12  David Schleef  <ds@schleef.org>
39971
39972         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39973         Test that pad is negotiated before getting its caps.
39974
39975 2004-01-12  Julien MOUTTE <julien@moutte.net>
39976
39977         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39978         analyzing the pads of an element the bin is mostly in READY state so
39979         no caps were negotiated. This helper function needs to work with
39980         _get_caps directly then. I was not freeing them though, added that to
39981         fix the mem leak.
39982
39983 2004-01-12  Julien MOUTTE <julien@moutte.net>
39984
39985         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39987         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39988         than the free_func.
39989
39990 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39991
39992         * sys/oss/gstossaudio.c: (plugin_init):
39993         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39994         * sys/oss/gstosselement.h:
39995           make an oss debugging category
39996           make failure more descriptive
39997
39998 2004-01-11  David Schleef  <ds@schleef.org>
39999
40000         * ext/ffmpeg/gstffmpeg.c:
40001         * ext/ffmpeg/gstffmpegcodecmap.c:
40002         * ext/ffmpeg/gstffmpegdec.c:
40003         * ext/ffmpeg/gstffmpegenc.c:
40004         * ext/ffmpeg/gstffmpegprotocol.c:
40005         * ext/gdk_pixbuf/gstgdkanimation.c:
40006         * ext/jpeg/gstjpeg.c:
40007         * ext/libpng/gstpng.c:
40008         * ext/mpeg2dec/perftest.c:
40009         * ext/speex/gstspeex.c:
40010         * gst-libs/gst/resample/dtos.c:
40011         * gst/intfloat/gstintfloatconvert.c:
40012         * gst/oneton/gstoneton.c:
40013         * gst/rtjpeg/RTjpeg.c:
40014         * gst/rtp/gstrtp.c:
40015         * sys/dxr3/dxr3init.c:
40016         * sys/glsink/gstgl_nvimage.c:
40017         * sys/glsink/gstgl_pdrimage.c:
40018         * sys/glsink/gstglsink.c:
40019         * testsuite/gst-lint:
40020         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40021
40022 2004-01-11  David Schleef  <ds@schleef.org>
40023
40024         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40025         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40026         * ext/gdk_pixbuf/gstgdkanimation.c:
40027         (gst_gdk_animation_iter_create_pixbuf):
40028         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40029         (gst_gdk_pixbuf_chain):
40030         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40031         * ext/jack/gstjack.c: (gst_jack_change_state):
40032         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40033         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40034         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40035         * gst/videofilter/gstvideofilter.c:
40036         (gst_videofilter_set_output_size):
40037         Remove all usage of gst_pad_get_caps(), and replace it with
40038         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40039
40040 2004-01-11  David Schleef  <ds@schleef.org>
40041
40042         * configure.ac:
40043         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40044         * ext/divx/gstdivxdec.c:
40045         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40046         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40047         handle images that span multiple buffers.  Now work with both
40048         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40049         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40050         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40051         video/video.h changes
40052         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40053         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40054         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40055         of GstData free function.
40056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40057         same.
40058
40059 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40060
40061         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40062         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40063         (gst_v4l2element_get_property):
40064         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40065           add norm, channel and frequency properties.
40066         * sys/v4l2/gstv4l2tuner.c:
40067           fixes for tuner interface changes
40068         * sys/v4l2/gstv4l2element.h:
40069         * sys/v4l2/gstv4l2src.c:
40070         * sys/v4l2/gstv4l2src.h:
40071         * sys/v4l2/v4l2src_calls.c:
40072         * sys/v4l2/v4l2src_calls.h:
40073           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40074
40075 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40076
40077         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40078         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40079         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40080         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40081         * gst-libs/gst/tuner/tuner.h:
40082           GObjects aren't const.
40083           Add find_by_name functions.
40084           Add checks to _changed functions.
40085         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40086         (gst_v4l_tuner_get_norm):
40087           Fixes for above.
40088
40089 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40090
40091         * gst-libs/gst/video/video.h:
40092           Fix caps template names to be understandable.
40093           Prefix everything with GST_VIDEO.
40094         * ext/aalib/gstaasink.c:
40095         * ext/divx/gstdivxdec.c:
40096         * ext/divx/gstdivxenc.c:
40097         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40098         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40099         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40100         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40101         * ext/libcaca/gstcacasink.c:
40102         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40103         * ext/snapshot/gstsnapshot.c:
40104         * ext/swfdec/gstswfdec.c:
40105         * ext/xvid/gstxviddec.c:
40106         * ext/xvid/gstxvidenc.c:
40107         * gst/chart/gstchart.c:
40108         * gst/deinterlace/gstdeinterlace.c:
40109         * gst/effectv/gsteffectv.c:
40110         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40111         * gst/goom/gstgoom.c:
40112         * gst/median/gstmedian.c:
40113         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40114         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40115         * gst/overlay/gstoverlay.c:
40116         * gst/smooth/gstsmooth.c:
40117         * gst/smpte/gstsmpte.c:
40118         * gst/synaesthesia/gstsynaesthesia.c:
40119         * gst/videocrop/gstvideocrop.c:
40120         * gst/videodrop/gstvideodrop.c:
40121         * gst/y4m/gsty4mencode.c:
40122         * sys/qcam/gstqcamsrc.c:
40123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40124           Make them work with new video.h file.
40125         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40126         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40128         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40129           Make it work with new buffer allocation system.
40130
40131 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40132
40133         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40134         pad_alloc_buffer implementation to use ->srcpad
40135         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40136         pad_alloc_buffer implementation to use ->srcpad
40137         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40138         pad_alloc_buffer implementation to use ->srcpad
40139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40140         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40141         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40142         a reference to everything we need.
40143         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40145         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40146         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40147         a reference to everything we need.
40148         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40149
40150 2004-01-11  David Schleef  <ds@schleef.org>
40151
40152         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40153         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40154         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40155         structure members.
40156         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40157         value during a resize/renegotiation.
40158         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40159         gst_pad_alloc_buffer();
40160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40161         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40162         structure members.
40163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40164         Fix for rename of buffer private structure members.
40165         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40166         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40167         Fix for rename of buffer private structure members.
40168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40169         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40170         Fix for rename of buffer private structure members.
40171
40172 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40173
40174         reviewed by: David Schleef <ds@schleef.org>
40175
40176         * gst/videofilter/Makefile.am:
40177         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40178         from the patch by ds to fit in with recent make_filter changes.
40179
40180 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40181
40182         * configure.ac: Adding examples/switch/Makefile
40183         * examples/Makefile.am: Adding examples/switch
40184         * examples/switch/Makefile.am: Adding switcher example.
40185         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40186         (switch_timer), (main): Adding an example demonstrating switch usage
40187         with 2 videotestsrc showing different patterns.
40188         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40189         (gst_switch_init): Fixing switch with the new caps system.
40190
40191 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40192
40193         * gst-libs/gst/video/video.h:
40194           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40195           They should probably be like
40196           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40197
40198 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40199
40200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40201         (qtdemux_parse_trak):
40202           fix audio chunk size/timestamp calculation
40203
40204 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40205
40206         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40207           fix SVQ3 caps
40208
40209 2004-01-11  Steve Baker  <steve@stevebaker.org>
40210
40211         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40212         (gst_agingtv_base_init), (gst_agingtv_class_init),
40213         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40214         (gst_agingtv_set_property), (gst_agingtv_get_property):
40215         Port agingTV to videofilter
40216
40217 2004-01-09  Julien MOUTTE <julien@moutte.net>
40218
40219         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40220         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40221
40222 2004-01-09  Julien MOUTTE <julien@moutte.net>
40223
40224         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40225         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40226         * gst-libs/gst/xoverlay/xoverlay.c:
40227         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40229         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40230         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40231         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40232         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40233         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40234         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40235         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40236         interface implementation to handle xid being 0 and fix some bugs
40237         triggered by Benjamin's testcase.
40238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40239         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40240         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40241         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40242         interface implementation to handle xid being 0 and fix some bugs
40243         triggered by Benjamin's testcase.
40244
40245 2004-01-09  David Schleef  <ds@schleef.org>
40246
40247         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40248         mouse pointer events.  It works.
40249
40250 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40251
40252         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40253           Use explicit caps - fix capsnego.
40254         * ext/xvid/gstxviddec.c:
40255         * ext/xvid/gstxvidenc.c:
40256           Remove macro-inside-macro which caused compile errors.
40257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40258           Error out if it's not a RIFF file. Else we error out without
40259           gst_element_error() which is not good...
40260
40261 2004-01-08  David Schleef  <ds@schleef.org>
40262
40263         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40264         Fix pad_link function to handle formats that ffmpeg returns
40265         as multiple caps structures.
40266         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40267         Only complain if source buffer is _smaller_ than expected.
40268         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40269         (gst_videoscale_handle_src_event): Resize navigation events
40270         when passing them upstream.
40271         * gst/videotestsrc/gstvideotestsrc.c:
40272         * gst/videotestsrc/gstvideotestsrc.h:
40273         * gst/videotestsrc/videotestsrc.c:
40274         * gst/videotestsrc/videotestsrc.h:
40275         Rewrite many of the buffer painting functions to handle odd
40276         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40277         been verified to work with my video card.
40278         * testsuite/gst-lint:  Add check for elements calling
40279         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40280
40281 2004-01-08  David Schleef  <ds@schleef.org>
40282
40283         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40284         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40285
40286 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40287
40288         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40289         configure event is not emiting the desired size signal. That fixes
40290         aspect ratio issues with gst-player.
40291
40292 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40293
40294         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40295           Fix capsnego.
40296
40297 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40298
40299         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40300         public method to fire size signal.
40301
40302 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40303
40304         * examples/gstplay/Makefile.am: Adding the interface library.
40305         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40306         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40307         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40308         GST_IS_X_OVERLAY before signal connect.
40309         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40310         Removing the have_video_size signal.
40311         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40312         and associated public method.
40313         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40314         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40315         signal.
40316         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40317         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40318         signal.
40319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40320         Using XOverlay public method to fire size signal.
40321
40322 2004-01-07  David Schleef  <ds@schleef.org>
40323
40324         * gst/videofilter/Makefile.am:
40325         * gst/videofilter/gstvideotemplate.c:
40326         * gst/videofilter/make_filter:
40327         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40328         Convert make_filter to /bin/sh script.
40329
40330 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40331
40332         * gst/modplug/gstmodplug.cc: fix element description
40333
40334 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40335
40336         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40337         (got_video_size): Adding some new lines in g_print calls.
40338         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40339         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40340         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40341         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40342         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40343         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40344         Complete code review, reverting some stuff i disagree with, adding
40345         some fixes : time synchronization on invalid timestamps, renegotiation
40346         of private window.
40347         * sys/ximage/ximagesink.h:
40348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40349         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40350         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40351         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40352         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40353         (gst_xvimagesink_buffer_new),
40354         (gst_xvimagesink_navigation_send_event),
40355         (gst_xvimagesink_set_xwindow_id),
40356         (gst_xvimagesink_get_desired_size),
40357         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40358         stuff i disagree with, adding some fixes : Renegotiation of private
40359         window, implementing get_desired_size.
40360
40361 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40362
40363         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40364         (gst_afsink_handle_event):
40365         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40366         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40367         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40368         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40369         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40370           Fix for instantiate-test (see core). Also remove dead code from
40371           jpegenc (which still needs fixing, but that's lower on my TODO
40372           list...).
40373         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40374           Never return NULL as caps.
40375
40376 2004-01-07  David Schleef  <ds@schleef.org>
40377
40378         * configure.ac:
40379         * ext/Makefile.am:
40380         * ext/librfb/Makefile.am:
40381         * ext/librfb/gstrfbsrc.c:
40382         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40383         is the protocol used by VNC.
40384
40385 2004-01-07  David Schleef  <ds@schleef.org>
40386
40387         * gst/videofilter/gstvideotemplate.c:
40388         * gst/videofilter/gstvideotemplate.h:
40389         * gst/videofilter/make_filter:
40390         Merge videotemplate header into source file.
40391         * gst/effectv/Makefile.am:
40392         * gst/effectv/gsteffectv.c: (plugin_init):
40393         * gst/effectv/gstwarp.c:
40394         Make warpTV a subclass of videofilter.
40395
40396 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40397
40398         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40399           Add guard against invalid utf-8 conversions in mad. Just in case.
40400
40401 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40402
40403         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40404           Fix for bug shown by poisoning
40405
40406 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40407
40408         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40409         (gst_v4lmjpegsrc_buffer_free):
40410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40411         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40412         (gst_v4lsrc_buffer_free):
40413           Fix for removed bufferpools.
40414
40415 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40416
40417         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40418         Fix caps negotiation.
40419
40420         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40421         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40422         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40423         (dvdnavsrc_event):
40424         * ext/mpeg2dec/gstmpeg2dec.c:
40425         * gst-libs/gst/navigation/navigation.c:
40426         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40427         * gst-libs/gst/navigation/navigation.h:
40428         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40429         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40431         Super-simple first version of mouse and keyboard events. Clicking
40432         on a DVD menu now works, although it may not take you where you
40433         expected.
40434
40435         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40436         * gst/videotestsrc/gstvideotestsrc.c:
40437         (gst_videotestsrc_src_fixate):
40438         These fixate functions were broken - they never actually
40439         fixated :)
40440
40441 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40442
40443         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40444         (gst_icecastsend_init):
40445           fix for new caps system.
40446         * gst-libs/gst/mixer/mixertrack.h:
40447         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40448           Add 'master track' flag (for tools like ACME that only want to
40449           change the main volume).
40450
40451 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40452
40453         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40454         (gst_xvid_csp_to_caps):
40455         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40456         * ext/xvid/gstxvidenc.c:
40457         ifdef out ARGB type when it isn't available
40458         in xvidcore 1.0.0beta2
40459
40460 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40461
40462         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40463           When we have received a new SCR right in the first buffer after
40464           a seek (so in the same cycle that handles the discont), we should
40465           handle the buffer instead of unreffing it, else we lose data.
40466
40467 2004-01-06  Iain <iain@prettypeople.org>
40468
40469         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40470           buffer-frames caps too.
40471
40472         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40473           caps that we need, don't destroy them all and rebuild them. And when
40474           creating src pads, use the src pad template rather than the sink...
40475
40476 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40477
40478         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40479           Add pad to element *after* setting functions such as event handler.
40480           Without this, the scheduler (opt) will link pads, set the event
40481           handler from the default event function (dispatcher in gstpad.c)
40482           and *after* that, we will set our own event function, which will
40483           thus never be used (and thus mpegdemux doesn't handle events).
40484
40485 2004-01-04  David Schleef  <ds@schleef.org>
40486
40487         Fix the fixate functions to handle new prototype:
40488         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40489         * gst/videotestsrc/gstvideotestsrc.c:
40490         (gst_videotestsrc_src_fixate):
40491         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40492         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40494
40495 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40496
40497         * sys/ximage/ximagesink.h:
40498         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40499         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40500         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40501         (gst_ximagesink_xoverlay_init):
40502           assorted fixes to make (re)embedding work
40503         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40504         (gst_ximagesink_get_desired_size):
40505           implement desired size additions to XOverlay
40506
40507 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40508
40509         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40510         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40511         (gst_x_overlay_got_desired_size):
40512         * gst-libs/gst/xoverlay/xoverlay.h:
40513           Add optional "desired size" signal and querying.
40514
40515 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40516
40517         * gst/matroska/matroska-demux.c:
40518         (gst_matroska_demux_parse_blockgroup):
40519           Fix EBML-laced block parsing. Diffs are relative to previous
40520           lace, not the first lace. Thanks to Mosu from the Matroska
40521           team for detecting this.
40522         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40523         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40524         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40525         (gst_wavparse_change_state):
40526         * gst/wavparse/gstwavparse.h:
40527           Quickfix for capsnego.
40528
40529 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40530
40531         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40532           Fix indenting, fix pad creation.
40533
40534 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40535
40536         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40537         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40538         (gst_xviddec_sink_link):
40539           Implement src_getcaps() so proper size caps is negotiated.
40540
40541 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40542
40543         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40544           Finish flac decoder on EOS. See #116178.
40545
40546 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40547
40548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40549         (gst_matroska_demux_add_stream):
40550         * gst/matroska/matroska-ids.h:
40551           Add getcaps() function to fix capsnego...
40552
40553 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40554
40555         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40556         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40557         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40558           Fix more integer overflows. Again, see #126967.
40559
40560 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40561
40562         * ext/mpeg2dec/gstmpeg2dec.c:
40563           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40564           #130416.
40565
40566 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40567
40568         * configure.ac:
40569         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40570         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40571         * ext/xvid/gstxvid.h:
40572         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40573         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40574         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40575         (gst_xviddec_change_state):
40576         * ext/xvid/gstxviddec.h:
40577         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40578         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40579         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40580         (gst_xvidenc_link), (gst_xvidenc_set_property),
40581         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40582         * ext/xvid/gstxvidenc.h:
40583           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40584
40585 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40586
40587         * gst/rtp/rtp-packet.c:
40588           Add sys/types.h include, since OS X doesn't define in_addr_t
40589           in netinet/in.h, like it does on Linux (see #129600).
40590
40591 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40592
40593         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40594
40595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40596           Correct logic of dispose function (see #129306).
40597
40598 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40599
40600         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40601         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40602         (gst_mpeg_parse_init):
40603         * gst/mpegstream/gstmpegparse.h:
40604           Remove clock (which was never provided, i.e. dead code), and
40605           also fix integer overflows at high PTS values (see #126967).
40606
40607 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40608
40609         * ext/flac/gstflacdec.c:
40610         * ext/libpng/gstpngenc.h:
40611         * ext/mikmod/gstmikmod.h:
40612           OS X fixes (see #126628).
40613
40614 2004-01-02  David Schleef  <ds@schleef.org>
40615
40616         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40617         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40618         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40619         (gst_mpeg_parse_class_init): Move pad template registration
40620         to class_init, since the derived class (mpegdemux) doesn't
40621         want them.
40622
40623 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40624
40625         * sys/ximage/Makefile.am:
40626         * sys/xvideo/Makefile.am:
40627         * sys/xvimage/Makefile.am:
40628           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40629           after installation (see #127664).
40630
40631 2004-01-02  David Schleef  <ds@schleef.org>
40632
40633         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40634         (gst_ffmpegenc_connect):  Negotiation fixes.
40635         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40636         Remove inappropriate gst_caps_free().
40637         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40638         Reenable Ronald's internal resize code, since the core handles
40639         it correctly now.
40640
40641 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40642
40643         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40644         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40646           Fix pad template stuff.
40647
40648 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40649
40650         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40651         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40652           fix signed integer reading/writing.
40653
40654 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40655
40656         * ext/alsa/README:
40657           Remove outdated document
40658
40659 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40660
40661         * gst/cutter/gstcutter.c: (gst_cutter_init):
40662           src pad was being created twice - oops.
40663
40664 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40665
40666         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40667           Comment out internal resize. It doesn't handle the resulting
40668           XEvent internally, does another try_set_caps() which leads to
40669           a really nice loop.
40670           Real fix will come when Julien and Dave are awake. ;).
40671
40672 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40673
40674         * ext/mpeg2enc/gstmpeg2enc.cc:
40675           fix const/nonconst compile issue.
40676
40677 2004-01-02  David Schleef  <ds@schleef.org>
40678
40679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40680         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40681         Add fixate function and a check for bad formats.
40682
40683 2004-01-01  David Schleef  <ds@schleef.org>
40684
40685         Negotiation fixes:
40686         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40687         (gst_audiofilter_init):
40688         * gst/debug/efence.c: (gst_efence_init):
40689         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40690         (gst_deinterlace_init):
40691         * gst/volume/gstvolume.c: (volume_connect):
40692
40693 2004-01-01  David Schleef  <ds@schleef.org>
40694
40695         Convert elements to use gst_pad_use_explicit_caps() where
40696         appropriate:
40697         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40698         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40699         (gst_afparse_open_file):
40700         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40701         (gst_afsrc_open_file):
40702         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40703         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40704         (gst_ffmpegdec_chain):
40705         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40706         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40707         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40708         (gst_gdk_pixbuf_chain):
40709         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40710         (gst_jpegdec_chain):
40711         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40712         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40713         (gst_mikmod_negotiate):
40714         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40715         (gst_mpeg2dec_negotiate_format):
40716         * ext/mpeg2enc/gstmpeg2enc.cc:
40717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40718         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40719         (gst_speexdec_sinkconnect):
40720         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40721         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40722         (gst_vorbisfile_new_link):
40723         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40724         (gst_ac3parse_chain):
40725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40726         (gst_asf_demux_setup_pad):
40727         * gst/auparse/gstauparse.c: (gst_auparse_init),
40728         (gst_auparse_chain):
40729         * gst/id3/gstid3types.c: (gst_id3types_loop):
40730         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40731         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40732         (mp1videoparse_parse_seq):
40733         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40734         (bpf_from_header):
40735         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40736         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40738         (gst_mpeg_parse_send_data):
40739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40740         (gst_qtdemux_add_stream):
40741         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40742         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40743         (gst_wavparse_parse_fmt):
40744
40745 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40746
40747         * configure.ac:
40748           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40749           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40750           it therefore uses the wrong include paths. Too bad... Note
40751           that 1.6.1.93 is not release yet. ;).
40752           Also add a check for mplex, which is now using the lib'ified
40753           mplex from mjpegtools, too.
40754         * ext/ffmpeg/gstffmpegcodecmap.c:
40755           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40756           issues. I don't think ffmpeg handles 3ivx correctly, so this
40757           probably won't work. But it won't hurt either.
40758         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40759         (gst_ffmpegdec_chain):
40760         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40761         (gst_ffmpegenc_chain_audio):
40762           Fix memleak in audio encoding. Close codec if open fails, this
40763           calls the cleanup routines so we can re-use the context.
40764         * ext/mpeg2enc/gstmpeg2enc.cc:
40765           Fix pad template names/types, fix memory issue with getcaps().
40766         * ext/mpeg2enc/gstmpeg2encoder.cc:
40767         * ext/mpeg2enc/gstmpeg2encoder.hh:
40768           Fix compile issue with new caps system (const thingy).
40769         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40770         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40771           We read a first frame right on initing, so that we have a caps
40772           when we init the output. This caps is cached in padprivate and
40773           read as first frame.
40774         * ext/mplex/Makefile.am:
40775         * ext/mplex/gstmplex.cc:
40776         * ext/mplex/gstmplex.h:
40777         * ext/mplex/gstmplex.hh:
40778         * ext/mplex/gstmplexibitstream.cc:
40779         * ext/mplex/gstmplexibitstream.hh:
40780         * ext/mplex/gstmplexjob.cc:
40781         * ext/mplex/gstmplexjob.hh:
40782         * ext/mplex/gstmplexoutputstream.cc:
40783         * ext/mplex/gstmplexoutputstream.hh:
40784           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40785           had issues, didn't do capsnego, supported only a subset of the
40786           mplex features and required a mplex fork in our local CVS. Plus
40787           that it worked agaist a very old mplex version. Rewriting was
40788           faster than updating it.
40789         * gst-libs/ext/Makefile.am:
40790         * gst-libs/ext/mplex/INSTRUCT:
40791         * gst-libs/ext/mplex/Makefile.am:
40792         * gst-libs/ext/mplex/README:
40793         * gst-libs/ext/mplex/TODO:
40794         * gst-libs/ext/mplex/ac3strm_in.cc:
40795         * gst-libs/ext/mplex/audiostrm.hh:
40796         * gst-libs/ext/mplex/audiostrm_out.cc:
40797         * gst-libs/ext/mplex/aunit.hh:
40798         * gst-libs/ext/mplex/bits.cc:
40799         * gst-libs/ext/mplex/bits.hh:
40800         * gst-libs/ext/mplex/buffer.cc:
40801         * gst-libs/ext/mplex/buffer.hh:
40802         * gst-libs/ext/mplex/fastintfns.h:
40803         * gst-libs/ext/mplex/format_codes.h:
40804         * gst-libs/ext/mplex/inputstrm.cc:
40805         * gst-libs/ext/mplex/inputstrm.hh:
40806         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40807         * gst-libs/ext/mplex/mjpeg_logging.cc:
40808         * gst-libs/ext/mplex/mjpeg_logging.h:
40809         * gst-libs/ext/mplex/mjpeg_types.h:
40810         * gst-libs/ext/mplex/mpastrm_in.cc:
40811         * gst-libs/ext/mplex/mpegconsts.cc:
40812         * gst-libs/ext/mplex/mpegconsts.h:
40813         * gst-libs/ext/mplex/mplexconsts.hh:
40814         * gst-libs/ext/mplex/multplex.cc:
40815         * gst-libs/ext/mplex/outputstream.hh:
40816         * gst-libs/ext/mplex/padstrm.cc:
40817         * gst-libs/ext/mplex/padstrm.hh:
40818         * gst-libs/ext/mplex/stillsstream.cc:
40819         * gst-libs/ext/mplex/stillsstream.hh:
40820         * gst-libs/ext/mplex/systems.cc:
40821         * gst-libs/ext/mplex/systems.hh:
40822         * gst-libs/ext/mplex/vector.cc:
40823         * gst-libs/ext/mplex/vector.hh:
40824         * gst-libs/ext/mplex/videostrm.hh:
40825         * gst-libs/ext/mplex/videostrm_in.cc:
40826         * gst-libs/ext/mplex/videostrm_out.cc:
40827         * gst-libs/ext/mplex/yuv4mpeg.cc:
40828         * gst-libs/ext/mplex/yuv4mpeg.h:
40829         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40830         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40831           We don't fork mjpegtools' mplex in our CVS anymore.
40832         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40833         (gst_avi_demux_add_stream):
40834         * gst/avi/gstavidemux.h:
40835           Add getcaps() function for proper caps nego. This makes some
40836           parts of AVI playback/reading work.
40837         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40838           Resize window on new capsnego. This is probably wrong, but
40839           I'm still committing it because with current capsnego, the
40840           first successfull capsnego is auto-fixated, therefore rounded
40841           down to the lowest values in the caps. this results in a 16x16
40842           XWindow that is not reized when real capsnego finishes.
40843           Dave, I see more cases of this, do you know a proper solution?
40844         * tools/gst-launch-ext.in:
40845           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40846
40847 2003-12-31  David Schleef  <ds@schleef.org>
40848
40849         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40850         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40851           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40852
40853 2003-12-30  David Schleef  <ds@schleef.org>
40854
40855         * ext/ffmpeg/gstffmpegcolorspace.c:
40856         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40857         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40858         (gst_ffmpegcsp_chain): Negotiation fixes
40859         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40861         (gst_audio_convert_link), (gst_audio_convert_channels):
40862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40863         (gst_audioscale_link), (gst_audioscale_get_buffer),
40864         (gst_audioscale_chain): Negotiation fixes
40865         * gst/audioscale/gstaudioscale.h:
40866         * gst/videofilter/gstvideofilter.c:
40867         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40868         (gst_videofilter_link), (gst_videofilter_init),
40869         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40870         (gst_videofilter_find_format_by_structure):
40871         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40873         (gst_videoscale_link):
40874         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40875         (videoscale_find_by_structure), (gst_videoscale_setup):
40876         * gst/videoscale/videoscale.h: Negotiation fixes
40877         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40878         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40879         function, restrict resizing to a multiple of 4 (hack until
40880         everyone supports odd sizes correctly).
40881
40882 2003-12-29  Colin Walters  <walters@verbum.org>
40883
40884         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40885         signed.
40886
40887 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40888
40889         * ext/sndfile/gstsf.c: (gst_sf_loop):
40890           Fix warning about discarding const qualifier
40891
40892 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40893
40894         * gst/cutter/gstcutter.c:
40895         * gst/videoscale/gstvideoscale.c:
40896         * gst/volenv/gstvolenv.c:
40897         * gst-libs/gst/audio/audio.c:
40898         * gst-libs/gst/video/video.c:
40899           Fix warnings
40900
40901 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40902
40903         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40904           Don't send ALSA debugging to stderr.
40905         * ext/alsa/gstalsa.h:
40906           Use GST_WARNING instead of g_warning when ALSA functions fail.
40907
40908 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40909
40910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40911           Free XVAdapterInfo correctly.
40912
40913 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40914
40915         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40916         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40917           Make id3tag use correct caps nego.
40918
40919 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40920
40921         * ext/ivorbis/vorbis.c:
40922         * ext/ivorbis/vorbisenc.h:
40923         * ext/ivorbis/vorbisfile.c:
40924           Modify so that it uses the new caps things
40925
40926 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40927
40928         * testsuite/spider/spider1.c: (main):
40929         * testsuite/spider/spider2.c: (main):
40930         * testsuite/spider/spider3.c: (main):
40931           Make tests compile again. They probably don't work.
40932
40933 2003-12-24  Colin Walters  <walters@verbum.org>
40934
40935         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40936         we can't fixate the caps anymore.
40937
40938 2003-12-23  David Schleef  <ds@schleef.org>
40939
40940         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40941         * sys/oss/gstosssink.c: (gst_osssink_init),
40942         (gst_osssink_sink_fixate): Add fixate function.
40943
40944 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40945
40946         * ext/ffmpeg/gstffmpegcodecmap.c:
40947         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40948         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40949         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40950         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40951         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40952         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40953         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40954           fix typo in RGB masks, and move back to "old" colorspace
40955           capsnego code until whoever wrote this new crap has actually
40956           tested it so that it works.
40957           And yes, this works, keep it that way please.
40958
40959 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40960
40961         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40962         (gst_divxdec_init), (gst_divxdec_negotiate):
40963         * ext/divx/gstdivxdec.h:
40964         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40965         (gst_divxenc_init):
40966         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40967         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40968         * ext/mpeg2enc/gstmpeg2enc.cc:
40969         * ext/mpeg2enc/gstmpeg2encoder.cc:
40970         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40971         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40972         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40973         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40974         (dxr3spusink_init):
40975         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40976         (dxr3videosink_init):
40977           Fix caps breakage after Dave's caps branch merge.
40978
40979 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40980
40981         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40982           Fix for 24bpp display.
40983
40984 2003-12-23  Colin Walters  <walters@verbum.org>
40985
40986         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40987         a GnomeVFSHandle directly.
40988
40989 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40990
40991         * gst/volume/Makefile.am:
40992         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40993         (volume_base_init), (volume_init):
40994           Reenable volume element and fix to work with new caps stuff.
40995           Rhythmbox needs this.
40996
40997 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40998
40999         * gst/qtdemux/qtdemux.c: (plugin_init):
41000           qtdemux requires bytestream
41001
41002 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41003
41004         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41005           Fix remaining caps handling errors due to CAPS merge.
41006
41007 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41008
41009         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41010         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41011         (gst_faad_srcconnect):
41012           Port to new caps system.
41013
41014 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41015
41016         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41017         (got_video_size), (main): using g_print instead of g_message.
41018         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41019         signal which was not emitted because of "switch" element added to the
41020         bin but not connected. (Removing from the bin temporarily)
41021
41022 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41023
41024         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41025         find X development files. I don't understand the previous tests and
41026         they fail on my debian/ppc unstable. This one works.
41027         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41028         exiting.
41029         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41030         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41031         (gst_play_set_visualization): Add some safety checks in set_ methods
41032         and state_change. This was throwing some ugly CRITICAL messages when
41033         pipeline was getting disposed and casts were failing.
41034
41035 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41036
41037         * configure.ac:
41038           Improve mpeg2enc detection. This is for distributions that do
41039           ship mjpegtools, but without mpeg2enc. Also does object check
41040           for might there ever be ABI incompatibility.
41041         * ext/mpeg2enc/gstmpeg2enc.cc:
41042           Add Andrew as second maintainer (he's helping me), and also add
41043           an error if no caps was set. This happens if I pull before capsnego
41044           and that's something I should solve sometime else.
41045         * gst/matroska/matroska-demux.c:
41046         (gst_matroska_demux_parse_blockgroup):
41047           Fix time parsing.
41048         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41049         (gst_matroska_mux_track_header):
41050           Add caps to templates.
41051         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41052           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41053         * gst/mpegstream/gstmpegdemux.c:
41054           Remove layer since it causes warnings about unfixed caps.
41055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41056           Fix obvious typo (we error out if caps were set, we should of
41057           course error out if *no* caps were set).
41058         * sys/oss/gstosselement.c: (gst_osselement_convert):
41059           Fix format conversion, we confused bits/bytes.
41060         * sys/oss/gstosselement.h:
41061           Improve documentation for 'bps'.
41062         * sys/v4l/TODO:
41063           Remove stuff about plugins that need removing - this was done
41064           ages ago.
41065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41066         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41068         (gst_v4lsrc_src_query):
41069         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41070         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41071           Add get_query_types(), get_formats() and query() functions.
41072
41073 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41074
41075         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41076           * moved CVS to freedesktop.org