gst/playback/gstplaysink.c: Don't post an error when we can't configure the volume...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/playback/gstplaysink.c: (gen_audio_chain):
4         Don't post an error when we can't configure the volume but post a
5         warning instead. Fixes #561780.
6
7 2008-11-21  David Schleef  <ds@schleef.org>
8
9         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
10
11         * gst/videotestsrc/gstvideotestsrc.c:
12         * gst/videotestsrc/gstvideotestsrc.h:
13         * gst/videotestsrc/videotestsrc.c:
14         * gst/videotestsrc/videotestsrc.h:
15           Add a zone plate pattern generator based on BBC R&D Report
16           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
17           kx2=20 ky2=20 kt=1'.
18
19 2008-11-20  Michael Smith <msmith@songbirdnest.com>
20
21         * gst/playback/gstdecodebin2.c:
22           Fix random fat-fingering making this not compile.
23
24 2008-11-20  Michael Smith <msmith@songbirdnest.com>
25
26         * gst/playback/gstdecodebin2.c:
27           If the top-level type of the stream is plain text, don't try to decode
28           it, matching behaviour of decodebin.
29         * gst/playback/gstplaysink.c:
30           If we fail to generate a text chain (e.g. due to missing optional
31           plugins), don't crash.
32
33 2008-11-20  Michael Smith <msmith@songbirdnest.com>
34
35         * gst-libs/gst/rtsp/gstrtspdefs.c:
36           Fix win32 build. Oops.
37
38 2008-11-20  Michael Smith <msmith@songbirdnest.com>
39
40         * gst-libs/gst/rtsp/gstrtspdefs.c:
41           Use WSAGetLastError() rather than errno/h_errno on win32.
42
43 2008-11-20  Michael Smith <msmith@songbirdnest.com>
44
45         * gst-libs/gst/riff/riff-media.c:
46           Support WMA Lossless properly.
47
48 2008-11-18  David Schleef  <ds@schleef.org>
49
50         * gst/videotestsrc/gstvideotestsrc.c:
51         * gst/videotestsrc/gstvideotestsrc.h:
52         * gst/videotestsrc/videotestsrc.c:
53         * gst/videotestsrc/videotestsrc.h:
54           Add "colorspec" property, specifying whether to generate BT.601
55           or BT.709 video.  This only affects YCbCr values, not RGB, since
56           if you're generating a 709 test pattern, presumably you want
57           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
58           uses 75% colors instead of 100%, since this is often more useful
59           for testing (and also follows the SMPTE EG-1 guideline).
60
61 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
62
63         * gst/playback/gstdecodebin.c:
64         Add a "sink-caps" property to decodebin like it's done for decodebin2.
65         Fixes #560380.
66
67 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
68
69         * gst/audioresample/gstaudioresample.c:
70         Guard against a NULL dereference I somehow encountered -
71         with a FLUSH_STOP arriving either before basetransform _start(),
72         or after _stop().
73
74         * gst/typefind/gsttypefindfunctions.c:
75         Make sure we never jump backwards when typefinding corrupt mov files.
76
77 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
78
79         * gst-libs/gst/interfaces/propertyprobe.c:
80         Fix random type causing a docs warning.
81
82 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
83
84         * sys/v4l/gstv4l.c:
85           Give it a minimal rank for autovideosrc.
86
87 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
88
89         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
90         (plugin_init):
91         Improve typefinding of ISO JPEG2000 mime types.
92
93 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
94
95         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
96         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
97         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
98         * sys/xvimage/xvimagesink.h:
99         Avoid typechecking when we do trivial casts.
100         Move error handling out of the main program flow.
101         Sneak in the display-region caps property, not completely correct yet.
102         Cache the width/height in buffer_alloc instead of parsing it from the
103         caps all the time.
104
105 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
106
107         * gst/playback/gstplaybin2.c: (deactivate_group):
108         don't try to unlink the selector sinkpad when we don't have it yet. This
109         can happen if an error occured before the group was complete.
110
111 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
112
113         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
114         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
115         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
116         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
117         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
118         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
119         (gst_rtp_buffer_get_extension_data),
120         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
121         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
122         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
123         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
124         (gst_rtp_buffer_get_payload_type),
125         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
126         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
127         (gst_rtp_buffer_set_timestamp),
128         (gst_rtp_buffer_get_payload_subbuffer),
129         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
130         Avoid expensive type checks we already did as part of the 
131         _validate() function that should be called first.
132
133 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
136         (gst_base_rtp_depayload_push_full),
137         (gst_base_rtp_depayload_set_gst_timestamp):
138         Fix some cases where a newsegment event was not sent.
139
140 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
141
142         * gst/playback/gstplaybin2.c: (activate_group):
143         Catch state change errors and stop from the uridecodebin elements
144         instead of trying to continue in vain.
145
146 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
147
148         * gst-libs/gst/audio/gstbaseaudiosink.c:
149         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
150         (gst_base_audio_sink_callback):
151         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
152         for the latency to expire, fixes #559567.
153
154 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
155
156         * gst/adder/gstadder.c:
157           Change author string after seeing output of gst-inspector.
158
159 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
160
161         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
162         Don't try to do crazy things when we only have a text pad without a
163         video pad. Fixes #559478.
164
165 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
166
167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
168         Fix case where we don't have a range for the rates or channels as is the
169         case with truespeech.
170
171 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         * gst/volume/gstvolume.c: (volume_update_real_volume),
174         (gst_volume_set_volume), (gst_volume_get_volume),
175         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
176         (volume_transform_ip), (volume_update_mute),
177         (volume_update_volume), (volume_get_property):
178         * gst/volume/gstvolume.h:
179         Keep negotiated state in a separate variable.
180         Protect the volume and mute properties with the object lock.
181         Protect modifying the transform with the transform lock.
182
183 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
184
185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
186         (gst_ffmpeg_pixfmt_to_caps):
187         Only convert caps to string when debug is enabled.
188
189 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * ext/theora/gsttheoradec.h:
192         * ext/theora/theoradec.c: (gst_theora_dec_init),
193         (gst_theora_dec_reset), (theora_dec_src_event),
194         (theora_dec_sink_event), (theora_handle_type_packet):
195         Copy seqnum.
196         Keep events in a pending list, like vorbisdec, instead of trying
197         to construct a segment event ourselves.
198
199         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
200         (vorbis_dec_src_event), (vorbis_dec_sink_event):
201         * ext/vorbis/vorbisdec.h:
202         Copy seqnum.
203
204 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
205
206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
207         (gst_ogg_demux_deactivate_current_chain),
208         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
209         (gst_ogg_demux_loop):
210         * ext/ogg/gstoggdemux.h:
211         Copy seqnums around to track playback segments and messages.
212
213 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
214
215         Based on patch by: Matthias Kretz <kretz at kde dot org>
216
217         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
218         (gst_alsasink_prepare), (gst_alsasink_unprepare),
219         (gst_alsasink_write):
220         Make all access non-blocking so that we can better handle unplugging
221         of usb devices. Fixes #559111
222
223 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
224
225         Patch by: Damien Lespiau  <damien.lespiau gmail com>
226
227         * gst-libs/gst/rtsp/gstrtspconnection.c:
228         (gst_rtsp_connection_write):
229         Make the next call to poll not depend on previous calls to poll with or
230         without reading from the active descriptor. Fixes #544293.
231
232 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
233
234         Patch by: Nick Haddad <nick at haddads dot net>
235
236         * gst-libs/gst/riff/riff-ids.h:
237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
238         Add support for other fourcc codes that are commonly used for
239         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
240         Fixes #558553.
241
242 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
243
244         * gst/audioresample/gstaudioresample.c:
245           Return the result of parent_class->event().
246
247 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         * gst/audioresample/gstaudioresample.c:
250         (gst_audioresample_class_init), (audioresample_fixate_caps):
251         Fixate the rate to the nearest supported rate instead of
252         the first one. Fixes bug #549510.
253
254 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
255
256         * win32/common/libgstaudio.def:
257         Add new symbols.
258
259 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
260
261         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
262         Attempt to make obfuscated code clearer.
263
264 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
265
266         * docs/libs/gst-plugins-base-libs-sections.txt:
267         * gst-libs/gst/floatcast/floatcast.h:
268         Move float endianness conversion macros to core. Second part of
269         bug ##555196.
270
271 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
272
273         * sys/ximage/ximagesink.h:
274         * sys/xvimage/xvimagesink.h:
275           Don't mark as gtk-doc docs as they aren't public.
276
277 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
278
279         * sys/xvimage/xvimagesink.c:
280         * sys/xvimage/xvimagesink.h:
281         * tests/icles/Makefile.am:
282         * tests/icles/test-colorkey.c:
283           Allow setting colorkey if possible. Implement property probe interface
284           for optional X features (autopaint-colorkey, double-buffer and
285           colorkey). Fixes #554533
286
287 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
288
289         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
290         Remove useless buffer size assignment. It already has this value.
291
292 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
293
294         * gst-libs/gst/audio/gstaudiosink.c:
295         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
296         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
297         (gst_audioringbuffer_stop):
298         Implement a separate activate functions to start monitoring the segments
299         or, in pull mode, pulling in data.
300
301         * gst-libs/gst/audio/gstbaseaudiosink.c:
302         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
303         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
304         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
305         (gst_base_audio_sink_activate_pull),
306         (gst_base_audio_sink_async_play),
307         (gst_base_audio_sink_change_state):
308         Implement pad and element convert query function.
309         Activate the ringbuffer.
310         Use the segment last_stop value as the offset to pull.
311         Use new basesink _do_preroll() method to preroll in the pulling thread.
312         Take appropriate locking in the pulling thread.
313
314         * gst-libs/gst/audio/gstringbuffer.h:
315         Update some docs.
316
317 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
318
319         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
320         Improve MXF typefinding a bit by searching for a header partition
321         pack instead of just a general partition pack and checking more
322         bytes for valid values.
323
324 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
325
326         * tests/icles/.cvsignore:
327         update ignore file.
328
329         * tests/icles/Makefile.am:
330         * tests/icles/test-box.c: (make_pipeline), (main):
331         Add another interactive command line experimentation suite for
332         dynamically boxing/cropping/saling an input video.
333
334 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * docs/libs/gst-plugins-base-libs-sections.txt:
337         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
338         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
339         * gst-libs/gst/audio/gstringbuffer.h:
340         Add methods to more accuratly control the pulling thread of a
341         ringbuffer.
342         Add format conversion helper code to the ringbuffer.
343         API: GstRingBuffer:gst_ring_buffer_activate()
344         API: GstRingBuffer:gst_ring_buffer_is_active()
345         API: GstRingBuffer:gst_ring_buffer_convert()
346
347 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
350         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
351         (gst_audioringbuffer_stop):
352         Signal thread startup earlier so that we can immediatly go into pull
353         mode when we have to and block on preroll.
354
355 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
356
357         * gst-libs/gst/audio/gstringbuffer.c:
358         (gst_ring_buffer_prepare_read):
359         In pull mode we want the callback to prepull a buffer we can preroll on
360         even when we are not yet playing.
361
362 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
363
364         * ext/alsa/Makefile.am:
365         * ext/cdparanoia/Makefile.am:
366         * ext/gio/Makefile.am:
367         * ext/gnomevfs/Makefile.am:
368         * ext/libvisual/Makefile.am:
369         * ext/ogg/Makefile.am:
370         * ext/pango/Makefile.am:
371         * ext/theora/Makefile.am:
372         * ext/vorbis/Makefile.am:
373         * gst/adder/Makefile.am:
374         * gst/audioconvert/Makefile.am:
375         * gst/audiorate/Makefile.am:
376         * gst/audioresample/Makefile.am:
377         * gst/audiotestsrc/Makefile.am:
378         * gst/ffmpegcolorspace/Makefile.am:
379         * gst/gdp/Makefile.am:
380         * gst/playback/Makefile.am:
381         * gst/subparse/Makefile.am:
382         * gst/tcp/Makefile.am:
383         * gst/typefind/Makefile.am:
384         * gst/videorate/Makefile.am:
385         * gst/videoscale/Makefile.am:
386         * gst/videotestsrc/Makefile.am:
387         * gst/volume/Makefile.am:
388         * sys/v4l/Makefile.am:
389         * sys/ximage/Makefile.am:
390         * sys/xvimage/Makefile.am:
391           Don't install static libs for plugins. Fixes #550851 for base.
392
393 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
394
395         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
396         Set the default blocksize to -1 because we will then use the configured
397         samplesperbuffer to create our output buffer.
398
399 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
400
401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
402         (gst_riff_create_video_template_caps):
403         Add mappping for the KMVC (Karl Morton's Video) Codec.
404
405 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
406
407         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
408         Don't forget to advance the offset of what we're matching against, else
409         we end up in a forever loop.
410
411 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
412
413         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
414         Improve typefinding a bit. If we don't have a Unicode charset
415         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
416
417 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
418
419         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
420         Fix build on macosx.
421
422 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
423
424         Based on patch by: Robin Stocker <robin at nibor dot org>
425
426         * ext/theora/gsttheoradec.h:
427         * ext/theora/theoradec.c: (gst_theora_dec_init),
428         (theora_dec_setcaps), (theora_handle_type_packet),
429         (theora_dec_decode_buffer), (theora_dec_change_state):
430         Parse input caps and make the PAR override the encoded PAR when
431         specified by a container. Fixes #555699.
432
433 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         * gst-libs/gst/rtp/gstbasertpdepayload.c:
436         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
437         (gst_base_rtp_depayload_set_gst_timestamp),
438         (gst_base_rtp_depayload_change_state):
439         * gst-libs/gst/rtp/gstbasertpdepayload.h:
440         Add some more G_LIKELY
441         Fail when the setcaps function was not called.
442
443         * gst-libs/gst/rtp/gstbasertppayload.c:
444         (gst_basertppayload_set_outcaps):
445         Propagate return value of setcaps.
446
447 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
448
449         * gst/subparse/Makefile.am:
450         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
451         (gst_sub_parse_class_init), (gst_sub_parse_init),
452         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
453         (get_next_line), (gst_sub_parse_data_format_autodetect),
454         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
455         (gst_subparse_type_find):
456         * gst/subparse/gstsubparse.h:
457         Add support for UTF16/UTF32 subtitles as long as the first bytes of
458         the first buffer contain the BOM. This also adds support for other
459         encodings that allow NUL bytes via the encoding property.
460         Fixes bugs #552237 and #456788.
461
462 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
463
464         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
465         Don't drop the last byte of image tags if they're not an URI list.
466         Fixes bug #556066.
467
468 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
469
470         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
471         For looking at the 4th byte we have to get 4 bytes of course
472         and not 3.
473
474 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
475
476         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
477         Improve FLAC-without-headers typefinding by looking at most of the
478         frame header and checking if invalid values are used. Should prevent
479         quite some false positives compared to the old version which only
480         check if the first 14 bits are set.
481
482 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
483
484         * sys/xvimage/xvimagesink.c:
485           Don't assert on caps==NULL.
486
487 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
488
489         * gst/subparse/gstsubparse.c:
490         (gst_sub_parse_data_format_autodetect), (handle_buffer),
491         (gst_sub_parse_change_state):
492         * gst/subparse/gstsubparse.h:
493         * tests/check/elements/subparse.c: (GST_START_TEST):
494         Add support for subtitle files with UTF-8 BOM at the beginning
495         by simple stripping it from the first line before passing it
496         to any parsing code. Fixes bug #555257 and playback of files
497         created by Gnome Subtitles.
498
499 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
500
501         * gst/audiotestsrc/gstaudiotestsrc.c:
502         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
503         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
504         (gst_audio_test_src_start), (gst_audio_test_src_stop),
505         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
506         (gst_audio_test_src_create):
507         * gst/audiotestsrc/gstaudiotestsrc.h:
508         Define the default property values in the usual place.
509         Implement start/stop to reset values correctly.
510         Calculate the sample size only once when we negotiate.
511         Rename some values to make more sense.
512         Keep track of our byte range.
513         Add support for pull based scheduling. Disabled for now until we have
514         the whole stack working.
515         Set the BUFFER_OFFSET correctly.
516
517 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
518
519         Based on a patch by: xavierb at gmail dot com
520
521         * gst/subparse/gstsubparse.c:
522         (gst_sub_parse_data_format_autodetect):
523         * tests/check/elements/subparse.c: (GST_START_TEST):
524         Make the detection of the used subtitle a bit less strict
525         for srt subtitles. Fixes bug #555607.
526
527 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
528
529         * ext/vorbis/vorbisenc.c:
530         (gst_vorbis_enc_buffer_check_discontinuous):
531         Fix discontinuity detection which was broken by last commit.
532
533 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
534
535         * configure.ac::
536           Require core CVS for ghostpad API additions used by decodebin2.
537
538 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
539
540         * gst-libs/gst/audio/gstbaseaudiosrc.c:
541         (gst_base_audio_src_create):
542         Fix debug statements (space between '%' and actual format).
543
544 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
547         Remove bogus assert, the decodepad could have been created inside an
548         already existing group.
549
550 2008-10-08  Andy Wingo  <wingo@pobox.com>
551
552         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
553         target instead of setting it.
554         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
555         API for a decode pad. The bugfix is that we set the group in
556         activate(), not when the pad was created because it might be NULL
557         then.
558         (gst_decode_group_control_source_pad, gst_decode_group_expose):
559         Update to use the API.
560
561 2008-10-08  Andy Wingo  <wingo@pobox.com>
562
563         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
564         be a subclass of GstGhostPad.
565         (analyze_new_pad): So, when emitting the signals that determine
566         how we do autoplugging, already create the ghost pad and use it as
567         the pad in the signal arguments. This allows applications to make
568         a connection between the pad passed in e.g. autoplug-continue, and
569         the pad passed in new-decoded-pad.
570         (connect_pad, expose_pad): Update to receive the ghosted decode
571         pad in the args, retargetting it as necessary if we have to plug
572         the target pad through a multiqueue.
573         (gst_decode_group_control_source_pad): Adapt to receive an
574         already-ghosted pad that just needs activation, blocking, and
575         drain notification.
576         (sort_end_pads): Adapt for decode pads actually being pads.
577         (gst_decode_group_expose): Adapt for decode pads actually being
578         pads. Rewrite the decode pad names so they appear in order. Adds a
579         new error case if we couldn't set the name.
580         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
581         logic.
582         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
583         New API for the decode pad, needed because we shouldn't do these
584         things inside gst_decode_pad_new(), but after.
585         (gst_decode_pad_new): Change to actually make the real pad, and
586         delay the blocking/drainage bits.
587
588 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
589
590         Patch by: Daniel Drake <dsd at laptop dot org>
591
592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
593         Unref all buffers when clearing collectpads. Fixes bug #546955.
594
595 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
596
597         Based on a patch by: Klaas <klaas at rivercrew dot net>
598
599         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
600         (gst_vorbis_enc_buffer_check_discontinuous),
601         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
602         * ext/vorbis/vorbisenc.h:
603         Keep track of the upstream segments and use the running time on that
604         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
605
606 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
607
608         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
609         Prevent overflows with big buffer when calculating the size of
610         the intermediate buffer by using gst_util_uint64_scale() instead of
611         plain arithmetics. Fixes bug #552801.
612
613 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
614
615         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
616
617         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
618         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
619         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
620         (gst_clock_overlay_get_property):
621         * ext/pango/gstclockoverlay.h:
622         API: Add ability to specify format for date/time display by
623         adding a "time-format" property.
624         Fixes bug #554879.
625
626 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
627
628         Patch by: Jan Gerber <j at oil21 dot org>
629
630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
631         (gst_riff_create_video_template_caps):
632         Add FFV1 fourcc to support playback of FFMPEG lossless video
633         in AVI. Fixes bug #555319.
634
635 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
636
637         Patch by: HÃ¥vard Graff <havard dot graff at tandberg dot com>
638
639         * gst-libs/gst/audio/gstbaseaudiosrc.c:
640         (gst_base_audio_src_create):
641         Implement skew clock slaving. Fixes #552559.
642
643 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * gst-libs/gst/audio/multichannel.c:
646         * gst-libs/gst/audio/testchannels.c:
647         Fix include of config.h
648
649 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
650
651         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
652
653         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
654         (print_media), (gst_sdp_message_dump):
655         Fix parsing of the c= field containing multicast addresses.
656         Fixes #552199.
657         Add the connection info to the session or streams.
658         Fix parsing of the bandwidth.
659         Add debugging for the connections and bandwidths for a media.
660         Add debugging for the bandwidth of the session. 
661
662 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
663
664         * gst-libs/gst/rtp/gstbasertppayload.c:
665         (gst_basertppayload_change_state):
666         Configure the next seqnum and timestamp in the state change so that they
667         can be queried soon after.
668
669 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
670
671         * gst-libs/gst/rtp/gstbasertpdepayload.c:
672         (gst_base_rtp_depayload_chain):
673         Improve debugging of the rtptime.
674
675 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
676
677         * configure.ac:
678         Back to development -> 0.10.21.1
679
680 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
681
682         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
683         (plugin_init):
684         Add typefinding for FLAC without headers in the beginning.
685         This is already handled by flacdec and friends.
686
687 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
688
689         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
690         (plugin_init):
691         Add typefinder for MXF.
692
693 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
694
695         * tests/icles/Makefile.am:
696         Only build test-colorkey if GTK+ is available.
697
698 === release 0.10.21 ===
699
700 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
701
702         * configure.ac:
703           releasing 0.10.21, "We Could Be Wrong"
704
705 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
706
707         * configure.ac:
708         0.10.20.4 pre-release
709
710 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
713
714         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
715         Set the BOS flag on the BOS packet. Fixes #553244.
716
717 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
718
719         * gst-libs/gst/rtsp/gstrtspmessage.c:
720         (gst_rtsp_message_parse_request),
721         (gst_rtsp_message_parse_response):
722         Fix the g_return_val_if_fail() statements.
723
724 2008-09-22  Michael Smith <msmith@songbirdnest.com>
725
726         * gst-libs/gst/tag/gsttagdemux.c:
727           Fail to activate if there's insufficient data in the file to be usable,
728           preventing an assertion fail later. Fixes #552960
729
730 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
731
732         * gst-libs/gst/pbutils/descriptions.c:
733         * gst/typefind/gsttypefindfunctions.c:
734           Recognise Kate subtitle streams (#550582).
735
736 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
737
738         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
739           Remove trailing comma from enum list, which causes problems
740           with -pendantic (#550729).
741
742 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
743
744         * configure.ac:
745         0.10.20.2 pre-release
746
747         * po/LINGUAS:
748         * po/id.po:
749         * po/pt_BR.po:
750
751         New translations.
752
753 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
754
755         * gst-libs/gst/interfaces/propertyprobe.c:
756           (gst_property_probe_get_properties),
757           (gst_property_probe_get_property),
758           (gst_property_probe_probe_property),
759           (gst_property_probe_probe_property_name),
760           (gst_property_probe_needs_probe),
761           (gst_property_probe_needs_probe_name),
762           (gst_property_probe_get_values),
763           (gst_property_probe_get_values_name),
764           (gst_property_probe_probe_and_get_values),
765           (gst_property_probe_probe_and_get_values_name):
766           More sanity checks for our second-favourite interface.
767
768 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
769
770         * gst-libs/gst/interfaces/propertyprobe.c:
771           Check for NULL pointer, in the hope that this fixes #532864.
772
773 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
774
775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
776           No really, the next release is 0.10.21 (fix Since: tags in docs).
777
778 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
779
780         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
781         Disable a code path that is now called but causes a deadlock for some
782         reason and is unneeded.
783
784 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
785
786         * sys/xvimage/xvimagesink.c:
787         * sys/xvimage/xvimagesink.h:
788           Add a "draw-border" property that can be set to false to disable
789           drawing borders.
790           
791         * tests/icles/test-colorkey.c:
792         * tests/icles/Makefile.am:
793           Add new test application for the colorkey handling.
794
795 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
796
797         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
798         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
799         This will also be fixed for upcoming gst-ffmpeg release so that once
800         this release of -base is out, it will work with the latest gst-ffmpeg
801         release.
802
803 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
804
805         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
806         (gst_riff_create_audio_template_caps):
807         Add Truespeech mapping for RIFF formats (AVI/WAV).
808         Fixes #550656
809
810 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
811
812         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
813         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
814         Fixes #550638.
815
816 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
817
818         * configure.ac:
819         * gst/subparse/Makefile.am:
820         * gst/subparse/gstsubparse.c:
821         * gst/subparse/samiparse.c:
822         * tests/check/elements/subparse.c:
823           Rework last change, so that we build subparse, but just disable the
824           sami parse functionality, if we're configured to not use xml. In the
825           tests only the sami test is disabled now.
826
827 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
828
829         * configure.ac:
830           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
831           test runs.
832
833 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
834
835         * po/POTFILES.in:
836           Add some more files with strings for translation.
837
838 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
839
840         * gst-libs/gst/tag/gstvorbistag.c:
841         * tests/check/libs/tag.c:
842           Use new geo location tags from core. Fixes #481169
843
844 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
845
846         * tests/check/elements/audioresample.c: (setup_audioresample),
847         (fail_unless_perfect_stream), (test_perfect_stream_instance),
848         (test_discont_stream_instance):
849         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
850         Add debugging for coherence.
851
852 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
853
854         Patch by: Jonathan Matthew  <notverysmart gmail com>
855
856         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
857           Add typefinder for PDF documents (which is nice to have, since it's a
858           common format, but also helps prevent false positives). Fixes #549814.
859
860 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
861
862         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
863         (no_more_pads_cb):
864         Fix nasty race where multiple decodebins could start pushing data before
865         we manage to configure the sinks, resulting in not-linked errors in
866         typical RTSP streaming cases.
867
868 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
871         Since we now call stop, we trigger this code path that causes a deadlock
872         is apparently not needed.
873
874 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
877         (gst_ring_buffer_stop):
878         Also allow the case where the ringbuffer was paused when we try to stop
879         it so that the basesrc stop function is still called.
880
881 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
882
883         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
884
885         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
886         Reprobe devices again instead of taking a cached list as new
887         devices could've been plugged in. Fixes bug #549062.
888
889 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
890
891         Patch by: Alessandro Dessina <alessandro nnva org>
892
893         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
894         (gst_ogg_demux_activate_chain):
895         Don't add pads and activate them for skeleton streams. These are already
896         handled inside oggdemux. Fixes bug #537599.
897
898 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
899
900         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
901         Reset variable so that query and convert fail after going back to
902         READY. Fixes #548898.
903
904 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
905
906         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
907         If a buffer arrives with a timestamp before the timestamp+duration
908         of the previous buffer clip it instead of dropping it completely.
909         Slight improvement for the unfixable bug #548913.
910
911 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
912
913         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
914         Take the current timestamp instead of timestamp+duration for the offset.
915         This offset will later be used for calculating the timestamp and
916         otherwise vorbisdec will interpolate timestamps wrong if upstream
917         only sends timestamps and no granulepos.
918
919 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
920
921         * tests/examples/seek/seek.c:
922           Don't crash when having no visualisations.
923
924 2008-08-16  David Schleef  <ds@schleef.org>
925
926         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
927           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
928           Fixes #548065.
929
930 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
931
932         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
933         When cleaning up the caps fields also remove "depth" for the same
934         reason we remove "width".
935
936 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
937
938         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
939           Add Lead H.264 here as well.
940
941 2008-08-14  Julien Moutte  <julien@fluendo.com>
942
943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
944         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
945
946 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
947
948         * gst-libs/gst/audio/gstbaseaudiosrc.c:
949         (gst_base_audio_src_create):
950         When not slaved to another clock also subtract the base_time from our
951         internal clock time to get the running time.
952
953 2008-08-12  David Schleef  <ds@schleef.org>
954
955         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
956           since it has no basis in libtheora.
957
958 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
959
960         * gst-libs/gst/interfaces/propertyprobe.h:
961           Remove double "interface" from doc-string.
962
963         * gst-libs/gst/interfaces/xoverlay.h:
964           Document interface.
965
966         * gst-libs/gst/riff/riff.c:
967           Add basic doc blobs.
968
969 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
970
971         * gst-libs/gst/audio/Makefile.am:
972           Don't try to build that example anymore.
973
974 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
975
976         * gst-libs/gst/audio/.cvsignore:
977         * gst-libs/gst/audio/Makefile.am:
978         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
979         * gst-libs/gst/audio/make_filter:
980           Move audiofiltertemplate to gst-template.
981
982 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
983
984         * docs/libs/gst-plugins-base-libs-sections.txt:
985         * gst-libs/gst/audio/gstaudiosrc.h:
986           More docs and shuffling. What can we do with the hundreds of #defines.
987
988 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
989
990         * gst-libs/gst/audio/audio.h:
991         * gst-libs/gst/audio/gstaudiofilter.h:
992         * gst-libs/gst/audio/gstringbuffer.h:
993         * gst-libs/gst/interfaces/propertyprobe.h:
994         * gst-libs/gst/tag/gsttagdemux.h:
995           Reducing number of dundocumented symbols.
996
997 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
998
999         * gst-libs/gst/audio/audio.c:
1000           Fix doc comment syntax.
1001
1002         * gst-libs/gst/interfaces/propertyprobe.c:
1003           Add more doc-comments and a FIXME: for the signal.    
1004
1005 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1006
1007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1008         (gst_ogg_mux_request_new_pad):
1009         * ext/ogg/gstoggmux.h:
1010         Don't pretend to support NEWSEGMENT events, instead override the
1011         GstCollectPads event function to return FALSE on NEWSEGMENT events
1012         and do the normal work for other events.
1013
1014         This prevents elements like flacenc to seek to the start and rewrite
1015         some data which then results in a broken Ogg packet.
1016
1017 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1018
1019         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1020
1021         * ext/alsa/gstalsaplugin.c: (plugin_init):
1022         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1023         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1025         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1026         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1027         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1028         * gst/playback/gstdecodebin.c: (plugin_init):
1029         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1030         * gst/playback/gstplayback.c: (plugin_init):
1031         * gst/playback/gstqueue2.c: (plugin_init):
1032         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1033         * sys/v4l/gstv4l.c: (plugin_init):
1034         Make sure gettext returns translations in UTF-8 encoding rather
1035         than in the current locale encoding (#546822).
1036
1037 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1038
1039         * gst-libs/gst/pbutils/descriptions.c:
1040           Add audio/x-qdm for qtdemux.
1041
1042 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1043
1044         * ext/vorbis/vorbisdec.c:
1045           Do not leak old taglist.
1046
1047 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * tests/icles/test-scale.c:
1050           Include <stdlib.h> for atoi().
1051
1052 2008-08-04  Andy Wingo  <wingo@pobox.com>
1053
1054         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1055         documentation fix.
1056
1057 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1058
1059         * gst/adder/gstadder.c:
1060           Cleanup lots of empty lines that came from gst-indent going havoc
1061           before I added the INDENT_ON/OFF marker some time agao.
1062
1063 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1064
1065         * configure.ac:
1066         * gst-libs/gst/riff/riff-read.c:
1067           Bump requirement to latest core and use new tag for riff formats.
1068           Needed for #520694.
1069
1070 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1071
1072         * tests/examples/dynamic/Makefile.am:
1073         * tests/examples/dynamic/codec-select.c: (make_encoder),
1074         (make_pipeline), (do_switch), (my_bus_callback), (main):
1075         Add example app that dynamically switches between 3 'encoders'.
1076
1077 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1078
1079         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1080         Add some more comments.
1081
1082 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1083
1084         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1085         (gst_video_test_src_create):
1086         Discard buffers of the wrong size after renegotiation, this is perfectly
1087         possible with things like capsfilter that could suggest caps changes
1088         upstream without knowing the size of the buffer.
1089
1090 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1091
1092         * tests/icles/.cvsignore:
1093         * tests/icles/Makefile.am:
1094         * tests/icles/test-scale.c: (make_pipeline), (main):
1095         Add dynamic rescaling tests for the new basetransform.
1096
1097 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1098
1099         * gst/audioconvert/Makefile.am:
1100           Dist recently-added gstfastrandom.h.
1101
1102 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1103
1104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1105         Fix a "may be used uninitialized in this function" which weirdly only
1106         appears on macosx (?).
1107
1108 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1109
1110         * gst-libs/gst/riff/riff-ids.h:
1111           Adding acid chunk for tempo and loop information.
1112
1113 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * sys/xvimage/Makefile.am:
1116           floor() needs linking to $(LIBM).
1117
1118 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1119
1120         * ext/gnomevfs/gstgnomevfssrc.c:
1121           Aggregate short reads and add some comments and debug logging.
1122           Fixes #537380
1123
1124 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1125
1126         * gst/playback/gstplaybasebin.c:
1127           Fix property doc markup (its not a signal).
1128
1129         * sys/xvimage/xvimagesink.c:
1130           Add since tag for new proeprties (also add sice tags fro the last two
1131           other additions).
1132
1133 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1134
1135         * sys/xvimage/xvimagesink.c:
1136         * sys/xvimage/xvimagesink.h:
1137           Add autofill/colorkey properties. Fixes #538656.
1138
1139 2008-07-28  David Schleef  <ds@schleef.org>
1140
1141         * sys/xvimage/xvimagesink.c:
1142           Fix rounding errors when converting colorbalance values
1143           between hardware and object property ranges.  Partial
1144           fix for #537889, however, there still seems to be a small
1145           drift problem that could be totem's fault.
1146
1147 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1148
1149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1150         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1151         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1152         This fixes a critical warning.
1153
1154 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1155
1156         * ext/ogg/gstoggmux.c:
1157         Allow muxing of CELT into Ogg streams.
1158
1159 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1160
1161         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1162         (plugin_init):
1163         Add simple typefinder for the CELT codec (www.celt-codec.org).
1164
1165 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1166
1167         Patch by: Jan Gerber <j at oil21 dot org>
1168
1169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1170         Fix calculation of the start time from skeleton streams.
1171         Fixes bug #530068.
1172
1173 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1174
1175         * tests/examples/seek/seek.c:
1176           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1177
1178 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1179
1180         * gst/audioconvert/audioconvert.h:
1181         * gst/audioconvert/gstaudioquantize.c:
1182         (gst_audio_quantize_setup_dither),
1183         (gst_audio_quantize_free_dither):
1184         * gst/audioconvert/gstfastrandom.h:
1185         Implement a linear congruential generator as pseudo random number
1186         generator for the dither noise. This is about 2 times faster than
1187         using GLib's mersenne twister. Also this uses only integer math for
1188         generating integers while GLib internally uses floating point math.
1189
1190 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1191
1192         * configure.ac:
1193           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1194
1195 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1196
1197         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1198
1199         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1200           Use GST_STR_NULL to avoid crashes with libcs that don't
1201           like NULL strings in printf args (such as the win32 one).
1202           Fixes #544306.
1203
1204 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1205
1206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1207         Oops - set the size of the image used for probing back to 1x1, for
1208         consistency with ximagesink
1209
1210 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1211
1212         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1213         (gst_ximagesink_ximage_new):
1214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1215         (gst_xvimagesink_xvimage_new):
1216
1217         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1218         X server to attach to a shared memory segment after we've deleted it,
1219         with the result that MIT-SHM is disabled. Instead, remove it only after 
1220         X succeeds in attaching too.
1221
1222 2008-07-16  David Schleef  <ds@schleef.org>
1223
1224         * gst/audiotestsrc/gstaudiotestsrc.c:
1225         * gst/audiotestsrc/gstaudiotestsrc.h:
1226           Add 'ticks', a 1/30 second sine wave pulse every second.
1227
1228 2008-07-15  David Schleef  <ds@schleef.org>
1229
1230         * gst-libs/gst/video/video.c: Revert ABI change.
1231
1232 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1233
1234         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1235         Make it impossible to have NULL caps at the point where we set
1236         framerate and other things. Also don't return immediately for "3ivd"
1237         video and let framerate, etc be set. Might fix bug #542508.
1238
1239 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1240
1241         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1242         Video format can also be conveniently determined from (many)
1243         non-fixed caps.
1244
1245 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1246
1247         * gst/playback/gstplaybasebin.c:
1248         * gst/playback/gstplaybasebin.h:
1249         * gst/playback/gstplaybin.c:
1250         * gst/playback/gststreamselector.c:
1251         First stab at integrating DVD subpicture overlay into
1252         playbin. Successfully plugs and plays, but the queues need
1253         shrinking - 3 seconds of video is too much buffering.
1254
1255 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1256
1257         * gst/audioconvert/gstaudioconvert.c:
1258           Remove now obsolete note in the docs.
1259
1260 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1261
1262         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1263         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1264         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1265         * docs/plugins/gst-plugins-base-plugins.args:
1266         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1267         * docs/plugins/gst-plugins-base-plugins.interfaces:
1268         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1269         * docs/plugins/gst-plugins-base-plugins.signals:
1270         * docs/plugins/inspect/plugin-adder.xml:
1271         * docs/plugins/inspect/plugin-alsa.xml:
1272         * docs/plugins/inspect/plugin-audioconvert.xml:
1273         * docs/plugins/inspect/plugin-audiorate.xml:
1274         * docs/plugins/inspect/plugin-audioresample.xml:
1275         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1276         * docs/plugins/inspect/plugin-cdparanoia.xml:
1277         * docs/plugins/inspect/plugin-decodebin.xml:
1278         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1279         * docs/plugins/inspect/plugin-gdp.xml:
1280         * docs/plugins/inspect/plugin-gnomevfs.xml:
1281         * docs/plugins/inspect/plugin-libvisual.xml:
1282         * docs/plugins/inspect/plugin-ogg.xml:
1283         * docs/plugins/inspect/plugin-pango.xml:
1284         * docs/plugins/inspect/plugin-playback.xml:
1285         * docs/plugins/inspect/plugin-queue2.xml:
1286         * docs/plugins/inspect/plugin-subparse.xml:
1287         * docs/plugins/inspect/plugin-tcp.xml:
1288         * docs/plugins/inspect/plugin-theora.xml:
1289         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1290         * docs/plugins/inspect/plugin-uridecodebin.xml:
1291         * docs/plugins/inspect/plugin-video4linux.xml:
1292         * docs/plugins/inspect/plugin-videorate.xml:
1293         * docs/plugins/inspect/plugin-videoscale.xml:
1294         * docs/plugins/inspect/plugin-videotestsrc.xml:
1295         * docs/plugins/inspect/plugin-volume.xml:
1296         * docs/plugins/inspect/plugin-vorbis.xml:
1297         * docs/plugins/inspect/plugin-ximagesink.xml:
1298         * docs/plugins/inspect/plugin-xvimagesink.xml:
1299         * ext/alsa/gstalsamixer.c:
1300         * ext/alsa/gstalsasink.c:
1301         * ext/alsa/gstalsasrc.c:
1302         * ext/gio/gstgiosink.c:
1303         * ext/gio/gstgiosrc.c:
1304         * ext/gio/gstgiostreamsink.c:
1305         * ext/gio/gstgiostreamsrc.c:
1306         * ext/gnomevfs/gstgnomevfssink.c:
1307         * ext/gnomevfs/gstgnomevfssrc.c:
1308         * ext/ogg/gstoggdemux.c:
1309         * ext/ogg/gstoggmux.c:
1310         * ext/pango/gstclockoverlay.c:
1311         * ext/pango/gsttextoverlay.c:
1312         * ext/pango/gsttextrender.c:
1313         * ext/pango/gsttimeoverlay.c:
1314         * ext/theora/theoradec.c:
1315         * ext/theora/theoraenc.c:
1316         * ext/theora/theoraparse.c:
1317         * ext/vorbis/vorbisdec.c:
1318         * ext/vorbis/vorbisenc.c:
1319         * ext/vorbis/vorbisparse.c:
1320         * ext/vorbis/vorbistag.c:
1321         * gst/adder/gstadder.c:
1322         * gst/audioconvert/gstaudioconvert.c:
1323         * gst/audioresample/gstaudioresample.c:
1324         * gst/audiotestsrc/gstaudiotestsrc.c:
1325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1326         * gst/gdp/gstgdpdepay.c:
1327         * gst/gdp/gstgdppay.c:
1328         * gst/playback/gstdecodebin2.c:
1329         * gst/playback/gstplaybin.c:
1330         * gst/playback/gstplaybin2.c:
1331         * gst/playback/gstqueue2.c:
1332         * gst/playback/gsturidecodebin.c:
1333         * gst/tcp/gstmultifdsink.c:
1334         * gst/tcp/gsttcpserversink.c:
1335         * gst/videorate/gstvideorate.c:
1336         * gst/videoscale/gstvideoscale.c:
1337         * gst/videotestsrc/gstvideotestsrc.c:
1338         * gst/volume/gstvolume.c:
1339         * sys/ximage/ximagesink.c:
1340         * sys/xvimage/xvimagesink.c:
1341           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1342           titles. Drop mentining that all our example pipelines are "simple"
1343           pipelines.
1344
1345 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1346
1347         * tests/examples/seek/Makefile.am:
1348         Fix out of tree build by adding all required CFLAGS.
1349
1350 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         * gst/playback/gstdecodebin.c: (add_raw_queue):
1353         And ref the pad before returning it again when linking to the queue
1354         failed. Otherwise we will unref the pad twice later and things break.
1355
1356 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1357
1358         * gst/playback/gstdecodebin.c: (add_raw_queue):
1359         If linking the raw pad with a queue fails, try it without a queue
1360         instead of failing completely. This should never happen.
1361
1362 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1363
1364         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1365
1366         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1367         Add a queue after a demuxer if the demuxer outputs raw data. This was
1368         done before only for non-raw data but is required in this case too.
1369         Fixes bug #540215.
1370
1371         decodebin2 doesn't have this issue because all streams of a group
1372         go through multiqueue.
1373
1374 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1375
1376         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1377
1378         * gst-libs/gst/sdp/gstsdpmessage.c:
1379         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1380         that getaddrinfo() can be used. Fixes #541358.
1381
1382 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1383
1384         * gst/videotestsrc/gstvideotestsrc.c:
1385         (gst_video_test_src_class_init), (gst_video_test_src_init),
1386         (gst_video_test_src_set_property),
1387         (gst_video_test_src_get_property), (gst_video_test_src_create):
1388         * gst/videotestsrc/gstvideotestsrc.h:
1389         Cleanups, use default property values as defines.
1390         Add property to enable/disable peer buffer allocation.
1391
1392 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1393
1394         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1395         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1396         Enable unit tests on PPC again as the bugs are now fixed.
1397
1398 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1399
1400         * gst-libs/gst/riff/riff-ids.h:
1401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1402         (gst_riff_create_audio_template_caps):
1403         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1404         Fixes bug #540351.
1405
1406 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1407
1408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1409         (gst_ffmpeg_pixfmt_to_caps):
1410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1411         (gst_ffmpegcsp_get_unit_size):
1412         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1413         it on other formats. Also adjust the unit size only for that format
1414         to not include the palette. Fixes bug #540497.
1415
1416 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1417
1418         * gst/adder/gstadder.c:
1419           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1420
1421 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1422
1423         * ChangeLog:
1424           ChangeLog surgery.
1425   
1426         * tests/examples/seek/seek.c:
1427           Move variable into ifdef too.
1428         
1429
1430 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1431
1432         * tests/examples/seek/seek.c:
1433           Include config.h and check if we have X. Remove XInitThread(), don't
1434           think its needed. Fixes: #540334.
1435
1436 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1437
1438         Patch by: Sam Morris <sam at robots dot org to uk>
1439
1440         * gst-libs/gst/interfaces/mixertrack.c:
1441         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1442         (gst_mixer_track_set_property):
1443         API: Add "index" property to GstMixerTrack to differantiate between
1444         multiple mixer tracks with the same label.
1445
1446         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1447         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1448         Set the "index" property of GstMixerTrack to the index given by ALSA.
1449         Fixes bug #528299.
1450
1451 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1452
1453         * tests/examples/seek/Makefile.am:
1454         * tests/examples/seek/seek.c:
1455           Remove libgstvideo usage. Use gtk_get_option_group instead of
1456           gtk_init().
1457
1458 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1459
1460         * tests/check/Makefile.am:
1461           Name the test registry format neutral.
1462
1463 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst/playback/gstqueue2.c:
1466           Do not double notify. Remove the unsued return value.
1467
1468 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1469
1470         * ext/alsa/gstalsamixer.c:
1471           Also consider "speaker" as a name for master volume. If that doesn't
1472           help look for the first non-mono volume control that also has a
1473           playback switch.
1474
1475 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1476
1477         * ChangeLog:
1478           Forgot to save the ChangeLog :/
1479
1480 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1481
1482         * tests/examples/seek/Makefile.am:
1483         * tests/examples/seek/seek.c:
1484           Embedd the xwindow. Allow to play multiple files.
1485
1486 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1487
1488         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1489         (gst_ximagesink_setcaps):
1490         * sys/ximage/ximagesink.h:
1491         When the caps change, make sure to re-draw borders in
1492         force-aspect-ratio=true mode.
1493         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1494         Don't clear the border_draw flag until we actually draw the border.
1495         * tests/check/Makefile.am:
1496         Ignore alsasink/src during the states test too, so it doesn't fail
1497         when running without access to the sound device.
1498
1499 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1500
1501         * tests/examples/seek/seek.c:
1502           Fix crasher when playing a parse-launch line the 2nd time.
1503
1504 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1505
1506         * tests/check/pipelines/oggmux.c:
1507           Properly ifdef tests to fix compilation.
1508
1509 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1510
1511         * gst/playback/gstplay-marshal.list:
1512         * gst/playback/gstplaybin2.c:
1513           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1514           playbin2. This allows the user to get to the selector's sinkpads, and
1515           thus inspect a range of things - caps, tags, etc. 
1516
1517 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1518
1519         * gst/playback/gstplaybin2.c:
1520           Use a different constant for the convert-frame signal id.
1521           Fixes #537009.
1522
1523 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1524
1525         * gst/playback/gstplaybin2.c:
1526         * gst/playback/gstplaysink.c:
1527           Fix a whole bunch of typos in comments and log statements. 
1528
1529 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1530
1531         * sys/xvimage/xvimagesink.c:
1532           Don't set colour balance values on the Xv port if the user hasn't
1533           changed them (via properties or the interface). Avoids accumulating
1534           rounding errors for the common case.
1535           Partial fix for bug #537889.
1536
1537 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1538
1539         * gst/playback/gstdecodebin2.c:
1540           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1541           pads are drained.
1542
1543 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1544
1545         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1546         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1547         Report the encoder latency. Fixes #538232.
1548
1549 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1550
1551         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1552         (notify_source), (activate_group):
1553         Implement the source property, emit notify when it changes in the
1554         underlying uridecodebin.
1555
1556 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1557
1558         * tests/examples/seek/seek.c: (stop_cb):
1559         Free and clear the seek element list so that we don't use invalid
1560         references when seeking after recreating a gst-launch line.
1561
1562 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1563
1564         * gst-libs/gst/audio/gstbaseaudiosink.c:
1565         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1566         (gst_base_audio_sink_render):
1567         Report latency even if we are not live instead of hiding it.
1568         Take ts-offset and render-delay of the basesink into account when
1569         scheduling samples.
1570         Rework the clipping code so that we can take the various offsets into
1571         account and still do correct clipping.
1572
1573 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1574
1575         * configure.ac:
1576         Bump verion back to devel -> 0.10.20.1
1577
1578 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1579
1580         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1581         Don't increase the size of non-string image buffers by one as this
1582         might in theory confuse decoders. Still increase it by one for string
1583         image buffers to append '\0'.
1584
1585 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1586
1587         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1588         
1589         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1590         Fix a buffer memleak and remove a confusing and wrong debug output.
1591         Fixes bug #538663.
1592
1593 === release 0.10.20 ===
1594
1595 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1596
1597         * configure.ac:
1598           releasing 0.10.20, "Here I Go Again"
1599
1600 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1601
1602         * configure.ac:
1603         0.10.19.3 pre-release
1604
1605 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1606
1607         * gst-libs/gst/rtsp/gstrtspconnection.c:
1608         Fix build on win32.
1609         Patch By: David Schleef <ds@schleef.org>
1610         Fixes: #536874
1611
1612 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1613
1614         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1615         (gst_gio_base_src_create):
1616         * ext/gio/gstgiobasesrc.h:
1617         Try to read the requested number of bytes, even if the first
1618         read returns less than requested, until nothing is read anymore
1619         or we have the requested amount of bytes. This fixes playback of
1620         files via Samba as Samba only allows to read 64k at once.
1621
1622         Implement a caching algorithm that makes sure that we read at
1623         least 4k of data every time. Some elements will try to read a few
1624         bytes, then seek, read again a few bytes and so on and this is
1625         painfully slow as every operation has to go over DBus if GVfs is
1626         used as backend.
1627
1628         Fixes bug #536849 and #536848.
1629
1630         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1631         (gst_gio_src_check_get_range):
1632         Override check_get_range() to blacklist http/https URIs
1633         and whitelist file URIs. More to be added on demand.
1634
1635 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1636
1637         * configure.ac:
1638         0.10.19.2 pre-release
1639
1640 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1641
1642         * win32/common/libgstrtsp.def:
1643         * win32/common/libgsttag.def:
1644         Add new API functions to the dll exports
1645
1646 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1647
1648         * gst/playback/gstplaybasebin.c:
1649           Disconnect signals from decodebins we created before we remove it
1650           from playbin, to avoid crashes if the decodebin is eventually
1651           disposed after the playbin itself (possible if the app takes a
1652           reference on the decodebin).
1653           Fixes #536521.
1654
1655 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1656
1657         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1658           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1659           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1660           (h264_video_type_find), (mpeg_video_stream_type_find),
1661           (dv_type_find), (mmsh_type_find):
1662           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1663           copy caps for no good reason (this may be desirable to make it easier
1664           to detect leaks, but then it should probably be done for all caps
1665           in the typefinder somewhere).
1666
1667 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1668
1669         * tests/check/Makefile.am:
1670         Do not try to run the check tests for subparse unless it has been
1671         built.
1672
1673 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1674
1675         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1676         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1677         Do not try to run a test which requires vorbisenc unless we have
1678         actually built it.
1679
1680 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1681
1682         * gst-libs/gst/rtsp/gstrtspconnection.c:
1683         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1684         (gst_rtsp_connection_clear_auth_params),
1685         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1686         * gst-libs/gst/rtsp/gstrtspconnection.h:
1687         Add a couple of missing argument guards.
1688         Add a way of setting the DSCP for an RTSP connection.
1689         Add an accessor method for the ip member of GstRTSPConnection as all
1690         members are supposed to be private.
1691
1692 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1693
1694         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1695         Fixed accidental use of IPv4 options for all IPv6 addresses.
1696
1697 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1698
1699         * gst-libs/gst/interfaces/mixertrack.h:
1700           Document mixer track flags.
1701
1702 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1703
1704         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1705
1706         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1707         Don't set caps on the buffers that contain a copy of the buffer
1708         including the caps of them resulting in an always increasing refcount
1709         of the caps and insanely large caps. Instead include a buffer without
1710         caps in the new caps. Fixes bug #536475.
1711
1712 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1713
1714         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1715         Transform a given PAR to a range on the struct with the generic
1716         height/width instead of the struct with the possibly restricted
1717         height/width.
1718
1719 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1720
1721         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1722         Prefer the given format if it contains something stricter than [1,MAX]
1723         for height or width and only put a structure that requires rescaling
1724         as second. This makes it possible to use videoscale in pipelines where
1725         the source can actually produce the wanted height/width but usually
1726         selects a different one from the requested.
1727
1728 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1729
1730         Based on patch by: John Millikin <jmillikin gmail com>
1731
1732         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1733           (gst_vorbis_tag_add_coverart):
1734           Retrieve COVERART tags from vorbis comments (#512333)
1735
1736 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1737
1738         * gst-libs/gst/tag/tag.h:
1739         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1740           Don't forget to add new enum value here too (should probably use
1741           glib-mkenums here...).
1742
1743 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1744
1745         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1746         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1747         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1748           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1749           (gst_tag_image_data_to_image_buffer):
1750           Add two utility functions to avoid code duplication (#512333):
1751           API: add gst_tag_image_data_to_image_buffer()
1752           API: add gst_tag_list_add_id3_image()
1753           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1754
1755 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1756
1757         * win32/common/libgstaudio.def:
1758         Add gst_audio_check_channel_positions() to the exported symbols.
1759
1760 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1761
1762         * docs/libs/gst-plugins-base-libs-sections.txt:
1763         * gst-libs/gst/audio/multichannel.c:
1764         (gst_audio_check_channel_positions):
1765         * gst-libs/gst/audio/multichannel.h:
1766         API: Make gst_audio_check_channel_positions() public.
1767
1768         * tests/check/libs/audio.c: (GST_START_TEST):
1769         Add some simple checks for gst_audio_check_channel_positions().
1770
1771 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1772
1773         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1774           minrange and maxrange are scaled according to the frequency
1775           multiplier.
1776
1777 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1778
1779         * ext/pango/Makefile.am:
1780         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1781           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1782           Use gstvideo functions to calculate strides and plane offsets. Fixes
1783           rendering issue ('ghost' images of the text on the chroma planes)
1784           with widths or heights that are not multiples of 8 (#506659 and
1785           probably also #485729).
1786
1787         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1788           (main):
1789           Test with odd height/width too.
1790
1791 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1792
1793         * gst/adder/gstadder.c: (gst_adder_query_duration),
1794         (gst_adder_query_latency):
1795         When using gst_element_iterate_pads() one has to unref every pad
1796         after usage.
1797
1798 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1799
1800         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1801         (gst_base_audio_src_class_init):
1802         Add a gtk-doc chunk for the new properties to have a Since: indication.
1803
1804 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1805
1806         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1807         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1808         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1809         (gst_base_audio_src_change_state):
1810         Provide readable actual-buffer-time and actual-latency-time properties
1811         that reflect the configured ringbuffer values. Fixes #524724.
1812         API: GstBaseAudioSrc:actual-buffer-time
1813         API: GstBaseAudioSrc:actual-latency-time
1814
1815 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1816
1817         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1818         (gst_basertppayload_change_state):
1819         Simply converting the running time into an RTP timestamp by scaling it
1820         based on the clock-rate is good enough for making an RTP timestamp. This
1821         has the added benefit that we can later on expose a property with the
1822         RTP timestamp of running time 0, as is needed for RTSP servers to
1823         generate the response of the PLAY request.
1824
1825 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1826
1827         * gst/audioconvert/gstaudioconvert.c:
1828         (structure_has_fixed_channel_positions),
1829         (gst_audio_convert_transform_caps):
1830         Allow up to 11 positioned channels now that audioconvert can handle
1831         this but add no default positions for > 8 channels.
1832         
1833         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1834         Add some unit tests for the above change: Test conversion of
1835         11 positioned channels to stereo and the other way around, test
1836         conversion of 15 unpositioned channels in different ways.
1837
1838 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1839
1840         * win32/common/libgstaudio.def:
1841         Add gst_audio_clock_reset to the list of exported symbols.
1842
1843 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1844
1845         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1846         Remove wrong_channels_identification_header unit test as we now
1847         support 7 (and more channels).
1848
1849 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1850
1851         * gst/audioconvert/gstchannelmix.c:
1852         (gst_channel_mix_fill_one_other):
1853         If mixing left or right to center (or the other way around) only take
1854         the complete value if we don't already have the original position in
1855         the source.
1856
1857 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1858
1859         * gst-libs/gst/audio/multichannel.c:
1860         (gst_audio_check_channel_positions),
1861         (gst_audio_set_structure_channel_positions_list),
1862         (gst_audio_fixate_channel_positions):
1863         Allow rear center together with rear left/right and other previously
1864         conflicting channel positions. The reason why they weren't allowed
1865         was the channel mixing implementation in audioconvert.
1866         Also take this into account when fixing channel layouts.
1867
1868         Allow setting channel positions for 1/2 channels when using
1869         gst_audio_set_structure_channel_position().
1870
1871         * gst/audioconvert/gstchannelmix.c:
1872         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1873         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1874         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1875         Major rewrite of the channel mixing.
1876
1877         We now allow previously conflicting channel positions to appear
1878         together (rear center and rear left/right for example).
1879         Fixes bug #533817.
1880
1881         Rework the way channels are mixed together to take more possible
1882         channel positions into account, properly mix from/to side channels
1883         and don't assume that either center, left&right or nothing of a
1884         specific position is available anymore.
1885
1886         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1887         Adjust unit tests with non-standard 1/2 channel layouts to the more
1888         correct new behaviour.
1889
1890         Add a unit test for 5.1->Stereo downmixing.
1891
1892 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1893
1894         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1895         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1896         Add sane defaults for the 7 and 8 channel layouts as those are
1897         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1898         more than 8 channels instead of erroring out. Fixes bug #535356.
1899
1900 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1901
1902         * docs/plugins/Makefile.am:
1903         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1904         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1905         * ext/theora/theoraparse.c:
1906         Add theoraparse to the docs and fix some docs.
1907
1908 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1909
1910         * gst-libs/gst/cdda/gstcddabasesrc.c:
1911         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1912         Fix EOS condition and track addition check, the track.end sector is
1913         included in the track. Fixes #533265.
1914
1915 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1916
1917         Patch by: Mark Nauwelaerts <manauw at skynet be>
1918
1919         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1920         (gst_video_rate_flush_prev), (gst_video_rate_event),
1921         (gst_video_rate_chain):
1922         * gst/videorate/gstvideorate.h:
1923         React (more) to NEWSEGMENT
1924         Small adjustment in timestamp calculation to prevent mismatches
1925         Fixes #435633.
1926
1927 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1928
1929         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1930           Initialise error to NULL as we should.
1931
1932 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1933
1934         * gst/adder/gstadder.c: (gst_adder_query_duration),
1935         (gst_adder_query_latency), (gst_adder_query):
1936         Implement latency query.
1937
1938 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1939
1940         * gst/adder/gstadder.c: (gst_adder_query_duration):
1941         Correctly resync the iterator if gst_iterator_next() returns
1942         GST_ITERATOR_RESYNC.
1943
1944 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1945
1946         * win32/vs6/libgstpbutils.dsp:
1947           Add pbutils-enumtypes.c to sources (#518037).
1948
1949 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1950
1951         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1952         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1953         * gst-libs/gst/audio/gstaudioclock.h:
1954         Add method to inform the clock that the time starts from 0 again. We use
1955         this info to calculate a clock offset so that the time we report in
1956         internal_time is monotonically increasing, as required by the clock base
1957         class. Fixes #521761.
1958         API: GstAudioClock::gst_audio_clock_reset()
1959
1960         * gst-libs/gst/audio/gstbaseaudiosink.c:
1961         (gst_base_audio_sink_skew_slaving),
1962         (gst_base_audio_sink_change_state):
1963         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1964         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1965         Reset reported time when we (re)create the ringbuffer.
1966
1967 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1968
1969         * ext/alsa/gstalsamixertrack.c:
1970           (gst_alsa_mixer_track_update_alsa_capabilities):
1971           Make sure playback volumes aren't accidentally overwritten by
1972           capture volumes if an alsa mixer track has both playback and
1973           capture capabilities: we create two GstMixerTracks in that
1974           case, so make sure we query only the alsa capabilities that
1975           refer to the type of GstMixerTrack we created from the dual
1976           capability alsa element. Should fix issues with Audigy2 sound
1977           cards (#518082).
1978
1979 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1980
1981         * tests/check/pipelines/oggmux.c: (test_pipeline):
1982           Don't use deprecated function.
1983
1984 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1985
1986         * gst/playback/gstdecodebin2.c:
1987         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1988         Check for NULL cases and log them, creating ghostpads can, for example,
1989         fail when the pad returns wrong caps.
1990
1991         * gst/playback/gstplaybin2.c: (perform_eos):
1992         When pushing out the EOS event, collect the return value and warn when
1993         something failed.
1994
1995 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1996
1997         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1998         (gst_riff_create_video_template_caps):
1999         Add support for DVCPRO.
2000
2001 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2002
2003         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2004           Change default scaling method from nearest-neighbour to bilinear.
2005
2006 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2007
2008         * tests/check/libs/video.c:
2009           More checks.
2010
2011 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2012
2013         * gst/subparse/gstsubparse.c: (parser_state_init),
2014           (gst_sub_parse_format_autodetect), (handle_buffer):
2015         * gst/subparse/gstsubparse.h:
2016         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2017           Limit duration to a maximum of five seconds for tmplayer format where
2018           we can guess the duration only from the timestamp of the next line of
2019           text. We don't want to show a text for eternities just because nothing
2020           else is being said for a while.
2021
2022 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2023
2024         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2025         (gst_base_rtp_depayload_chain),
2026         (gst_base_rtp_depayload_handle_sink_event),
2027         (gst_base_rtp_depayload_push_full),
2028         (gst_base_rtp_depayload_change_state):
2029         Check sequence numbers, mark input buffers with a discont flag for the
2030         subclass when we detected a gap, drop duplicate buffers. We do this
2031         because one can use the element without a jitterbuffer in front and we
2032         don't want to feed the subclasses invalid or reordered data.
2033         Do an error when the subclass did not provide a process function instead
2034         of crashing.
2035         Some other small cleanups.
2036
2037 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2038
2039         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2040           May just as well use the precalculated uvstride here.
2041
2042 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2043
2044         * docs/plugins/Makefile.am:
2045         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2046         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2047         * docs/plugins/gst-plugins-base-plugins.args:
2048         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2049         * docs/plugins/gst-plugins-base-plugins.interfaces:
2050         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2051         * docs/plugins/inspect/plugin-adder.xml:
2052         * docs/plugins/inspect/plugin-alsa.xml:
2053         * docs/plugins/inspect/plugin-audioconvert.xml:
2054         * docs/plugins/inspect/plugin-audiorate.xml:
2055         * docs/plugins/inspect/plugin-audioresample.xml:
2056         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2057         * docs/plugins/inspect/plugin-cdparanoia.xml:
2058         * docs/plugins/inspect/plugin-decodebin.xml:
2059         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2060         * docs/plugins/inspect/plugin-gdp.xml:
2061         * docs/plugins/inspect/plugin-gio.xml:
2062         * docs/plugins/inspect/plugin-gnomevfs.xml:
2063         * docs/plugins/inspect/plugin-libvisual.xml:
2064         * docs/plugins/inspect/plugin-ogg.xml:
2065         * docs/plugins/inspect/plugin-pango.xml:
2066         * docs/plugins/inspect/plugin-playback.xml:
2067         * docs/plugins/inspect/plugin-queue2.xml:
2068         * docs/plugins/inspect/plugin-subparse.xml:
2069         * docs/plugins/inspect/plugin-tcp.xml:
2070         * docs/plugins/inspect/plugin-theora.xml:
2071         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2072         * docs/plugins/inspect/plugin-uridecodebin.xml:
2073         * docs/plugins/inspect/plugin-video4linux.xml:
2074         * docs/plugins/inspect/plugin-videorate.xml:
2075         * docs/plugins/inspect/plugin-videoscale.xml:
2076         * docs/plugins/inspect/plugin-videotestsrc.xml:
2077         * docs/plugins/inspect/plugin-volume.xml:
2078         * docs/plugins/inspect/plugin-vorbis.xml:
2079         * docs/plugins/inspect/plugin-ximagesink.xml:
2080         * docs/plugins/inspect/plugin-xvimagesink.xml:
2081         * ext/cdparanoia/gstcdparanoiasrc.c:
2082         * ext/ogg/gstoggdemux.c:
2083         * ext/ogg/gstoggdemux.h:
2084         * ext/ogg/gstoggmux.c:
2085         * ext/ogg/gstoggmux.h:
2086         * gst/audioconvert/audioconvert.c:
2087         * gst/audioconvert/audioconvert.h:
2088         * gst/audioconvert/gstaudioconvert.h:
2089         * gst/gdp/gstgdpdepay.h:
2090         * gst/gdp/gstgdppay.h:
2091         * gst/playback/gstdecodebin.c:
2092         * gst/playback/gstdecodebin2.c:
2093         * gst/playback/gstplaybin.c:
2094         * gst/playback/gstplaybin2.c:
2095         * gst/playback/gsturidecodebin.c:
2096         * gst/tcp/gstmultifdsink.c:
2097         * gst/tcp/gstmultifdsink.h:
2098         * gst/tcp/gsttcp.h:
2099
2100         Add some documentation comments, and some new headers to be scanned.
2101         Rename some internal enum declarations (audioconvert's DitherType and
2102         NoiseShapingType, GstUnitType from the TCP elements) to match the
2103         documented GObject type names so that the docs pick them up.
2104         Name the playbin2 docs markups properly so they get picked up. They'll
2105         need renaming back when/if playbin2 becomes playbin.
2106
2107         100% symbol coverage for the plugin docs, booya.
2108
2109 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2110
2111         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2112
2113         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2114         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2115
2116 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2117
2118         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2119
2120         * gst/playback/gstdecodebin.c: (remove_fakesink):
2121         Lock the fakesink before setting the state to NULL and removing it from
2122         the bin so that a concurrent state change cannot interfere. 
2123         Fixes #534331.
2124
2125 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2126
2127         * docs/Makefile.am:
2128         Fix installing plugin documentation when gtk-doc is disabled.
2129
2130 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2131
2132         * gst-libs/gst/rtsp/Makefile.am:
2133         Distribute, don't install md5.h
2134
2135 2008-05-21  Julien Moutte  <julien@fluendo.com>
2136
2137         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2138         instead of SOL_IP, works on more platforms.
2139         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2140         arguments.
2141
2142 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2143
2144         * ext/vorbis/vorbisdec.c:
2145         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2147         Some debug and comment fixes.
2148
2149         * tests/examples/dynamic/addstream.c: (main):
2150         Fix , to ;
2151
2152 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2153
2154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2155         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2156         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2157         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2158         (cleanup_decodebin):
2159         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2160         (connect_element), (gst_decode_group_control_demuxer_pad):
2161         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2162         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2163         (mute_group_type):
2164         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2165         (gst_play_bin_set_property), (handoff), (gen_video_element),
2166         (gen_text_element), (gen_audio_element), (gen_vis_element),
2167         (remove_sinks), (add_sink), (setup_sinks):
2168         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2169         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2170         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2171         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2172         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2173         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2174         (gen_vis_chain), (gst_play_sink_reconfigure),
2175         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2176         (gst_play_sink_request_pad):
2177         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2178         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2179         (cb_newpad):
2180         * gst/playback/test6.c: (new_decoded_pad_cb):
2181         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2182         * tests/check/elements/audiorate.c: (test_injector_chain),
2183         (do_perfect_stream_test):
2184         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2185         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2186         * tests/check/elements/gnomevfssink.c:
2187         * tests/check/elements/textoverlay.c:
2188         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2189         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2190         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2191         * tests/check/pipelines/oggmux.c: (test_pipeline):
2192         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2193         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2194         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2195         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2196         * tests/examples/seek/seek.c: (make_mod_pipeline),
2197         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2198         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2199         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2200         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2201         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2202         (update_fill), (msg_buffering):
2203         Don't use bad gst_element_get_pad().
2204
2205 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2206
2207         * gst-libs/gst/riff/riff-media.c:
2208           Fix wrong method name in docs. Fix calculation of strf fields for
2209           broken mulaw/alaw.
2210   
2211         * gst-libs/gst/riff/riff-read.c:
2212           Whitespace fix and removing double ';'.
2213
2214 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2215
2216         * docs/design/part-playbin2.txt:
2217         Add some leftover doc.
2218
2219 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2220
2221         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2222         Fix copy & paste error in last commit.
2223
2224 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2225
2226         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2227         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2228         other channel positions when source has SIDE channels and dest doesn't
2229         or the other way around.
2230
2231 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2232
2233         Patch by: Henrik Eriksson <henriken at axis dot com>
2234
2235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2236         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2237         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2238         (gst_multi_fd_sink_get_property):
2239         * gst/tcp/gstmultifdsink.h:
2240         Add support for DSCP QOS. Fixes #469933.
2241
2242 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2243
2244         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2245         Add another test that checks if conversion between standard 1 and 2
2246         channel layouts with and without positions set is working.
2247
2248 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2249
2250         * gst-libs/gst/audio/multichannel.c:
2251         (gst_audio_check_channel_positions):
2252         Allow non-standard 2 channel layouts.
2253         
2254         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2255         Add some tests for converting and remapping non-standard 1 and 2
2256         channel layouts.
2257
2258 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2259
2260         * gst/audioconvert/gstchannelmix.c:
2261         (gst_channel_mix_fill_normalize):
2262         Prevent division by zero if the channel mix matrix contains only
2263         zeroes.
2264
2265 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2266
2267         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2268
2269         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2270         Close a buffer memory leak. Fixes bug #534071.
2271
2272 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2273
2274         * gst-libs/gst/rtsp/gstrtsptransport.h:
2275         Make the GstRTSPTransport struct members public as there are no
2276         setters/getters and it's supposed to be changed directly.
2277         Fixes bug #533087.
2278
2279 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2280
2281         * gst/adder/gstadder.c:
2282         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2283         claim this on the pad template caps.
2284
2285 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2286
2287         * gst-libs/gst/audio/gstbaseaudiosink.c:
2288         (gst_base_audio_sink_sync_latency):
2289         We can only use our optimal calibration if we prerolled before the
2290         latency expired.
2291
2292 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2293
2294         * configure.ac:
2295           Require core CVS for GstBaseSrc buffer caps setting magic.
2296
2297 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2298
2299         * gst/audioconvert/gstaudioconvert.c:
2300         (gst_audio_convert_fixate_channels):
2301         Fix logic in last commit.
2302
2303 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2304
2305         * gst/audioconvert/gstaudioconvert.c:
2306         (gst_audio_convert_fixate_channels):
2307         Passthrough the channel positions if the number of output channels is
2308         the same as the number of input channels, the input had a channel
2309         layout and downstream requests no special one. We did this already for
2310         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2311
2312 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2313
2314         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2315         (gst_gnome_vfs_src_finalize),
2316         (gst_gnome_vfs_src_received_headers_callback),
2317         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2318         * ext/gnomevfs/gstgnomevfssrc.h:
2319         Set the ICY caps on the srcpad from where they get picked up by the base
2320         class now and set on the outgoing buffers.
2321
2322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2323         (gst_base_audio_src_create):
2324         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2325         BaseSrc now sets the caps on outgoing buffers automatically.
2326
2327 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2328
2329         * gst-libs/gst/audio/gstbaseaudiosink.c:
2330         (gst_base_audio_sink_resample_slaving),
2331         (gst_base_audio_sink_skew_slaving),
2332         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2333         (gst_base_audio_sink_async_play),
2334         (gst_base_audio_sink_change_state):
2335         Change the way in which the ringbuffer is started when dealing with a
2336         slaved clock and latency. We now sync to the clock until we reach
2337         upstream latency before starting the ringbuffer. This has the effect
2338         that we can accurately align the master and slave clocks and let the
2339         rate correction code take care of the initial drift or rounding errors
2340         instead of leaving them uncorrected with the old approach.
2341
2342 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2343
2344         * gst/audioconvert/gstaudioconvert.c:
2345         (gst_audio_convert_fixate_channels):
2346         Correctly set the default channel positions when converting to 8
2347         channels.
2348
2349 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2350
2351         * configure.ac:
2352           Error out if we don't have the required version of core.
2353
2354 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2355
2356         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2357           Use data scan helper in aac typefinder and stop scanning
2358           for headers when we've found a type. Also fix potential invalid
2359           memory access when calculating the frame length.
2360
2361 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2362
2363         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2364           (mpeg_sys_is_valid_pack):
2365           Don't modify scan context when we return FALSE in ensure_data, so
2366           it's possible to continue scanning, and we don't end up with a NULL
2367           data pointer and a positive size, which might bite us the next time
2368           we're called. Small constification.
2369
2370 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2371
2372         * gst/adder/gstadder.c:
2373         Adder doesn't support 24 bit samples so don't claim it supports them
2374         in the pad template caps.
2375
2376 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2377
2378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2379         (gst_base_rtp_depayload_chain):
2380         Validate the RTP packet before further processing it. It's just too
2381         dangerous to accept random packets and people are not forced to use a
2382         jitterbuffer or session manager to filter out the bad packets.
2383
2384         * gst-libs/gst/rtp/gstrtpbuffer.c:
2385         (gst_rtp_buffer_set_extension_data),
2386         (gst_rtp_buffer_get_payload_subbuffer):
2387         Small cleanups.
2388         When setting extension data in a buffer that is too small, we fail and
2389         we should not set the extension bit.
2390         Change GST_WARNINGS into g_warning because they really are
2391         programming errors.
2392
2393         * tests/check/libs/rtp.c: (GST_START_TEST):
2394         Catch the g_warnings now in the unit tests and that fact that failing to
2395         set extension data left the extension bit untouched.
2396
2397 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2398
2399         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2400           Revert previous change which made basetransform handle buffer_alloc
2401           and which breaks things badly in the non-passthrough case since it
2402           returned buffers with a different (ie. sometimes smaller) size than
2403           the size requested.
2404
2405 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2406
2407         Patch by: Bernard B <b-gnome at largestprime dot net>
2408
2409         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2410         Fix seqnum compare function for bordercase values and fix the docs
2411         again. Fixes #533075.
2412
2413         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2414         Add a testcase for seqnum compare function.
2415
2416 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2417
2418         * gst/adder/gstadder.c: (gst_adder_setcaps),
2419         (gst_adder_class_init):
2420         Correctly declare the supported endianness on the pad templates
2421         and check for correct endianness in the set caps function. Adder
2422         only supports native endianness.
2423         Also use gst_element_class_set_details_simple().
2424
2425 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2426
2427         * sys/xvimage/xvimagesink.c:
2428           Better debug logging in port value handling. Merging separate port
2429           value loops into one.
2430
2431 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2432
2433         Patch by: Hannes Bistry <hannesb at gmx dot de>
2434
2435         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2436         * gst/tcp/gsttcpserversink.c:
2437         (gst_tcp_server_sink_handle_server_read),
2438         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2439         Fix regression in clientsrc because we did not add the fd to the poll
2440         set anymore. Fixes #532364.
2441         Do some cleanups here and there.
2442
2443 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2444
2445         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2446         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2447         * gst/playback/gstplay-marshal.list:
2448         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2449         Use correct marshallers. GstCaps are a boxed type and no GObject
2450         subclass.
2451
2452 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2453
2454         * win32/common/libgstrtsp.def:
2455         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2456         symbols.
2457
2458 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2459
2460         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2461
2462         * tests/check/elements/audioresample.c:
2463         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2464         (live_switch_push), (GST_START_TEST):
2465         Add unit test for the latest basetransform negotiation changes.
2466         See bug #526768.
2467
2468 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2469
2470         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2471         Fix nv12<->nv21 conversion if stride is larger than width.
2472
2473 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2474
2475         Patch by: Jan Gerber <j at oil21 dot org>
2476
2477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2478         (gst_ogg_pad_parse_skeleton_fisbone):
2479         * ext/ogg/gstoggdemux.h:
2480         Parse presentation time from skeleton streams and use it as offset
2481         for the timestamps. Fixes bug #530068.
2482
2483 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2484
2485         * gst-libs/gst/audio/gstbaseaudiosink.c:
2486         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2487         Revert previous patch that attempted to more accurately calculate the
2488         initial offset between master and slave clock. The best thing we can do
2489         in general is take the time of both clocks as the diff since we don't
2490         know when the actual preroll happened.
2491
2492 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2493
2494         * gst-libs/gst/pbutils/install-plugins.c:
2495           Fix docs: type and missing word.
2496
2497 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2498
2499         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2500           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2501           for this instead; don't check if we've found enough markers after
2502           each and every step, it's enough to do that only if we've actually
2503           found a new marker.
2504           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2505
2506 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2507
2508         * gst/typefind/gsttypefindfunctions.c:
2509           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2510           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2511           (mpeg_video_stream_type_find):
2512           Move scan helper thingy to the beginning of the file so we can use
2513           it in other typefind functions. Rename it to something more
2514           generic. Also improve handling of things towards the end of the
2515           typefind data: peek as much as we can if we know the size of the
2516           data, rather than just min_size.
2517
2518 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2519
2520         * docs/libs/gst-plugins-base-libs-sections.txt:
2521         * gst-libs/gst/interfaces/colorbalance.c:
2522         * gst-libs/gst/interfaces/colorbalance.h:
2523         * gst-libs/gst/interfaces/colorbalancechannel.c:
2524         * gst-libs/gst/interfaces/colorbalancechannel.h:
2525         * gst-libs/gst/interfaces/tuner.c:
2526         * gst-libs/gst/interfaces/tunerchannel.c:
2527         * gst-libs/gst/interfaces/tunerchannel.h:
2528         * gst-libs/gst/interfaces/tunernorm.c:
2529         * gst-libs/gst/interfaces/tunernorm.h:
2530         * gst-libs/gst/video/video.c:
2531         * gst-libs/gst/video/video.h:
2532         Document the GstTuner and GstColorBalance interfaces, and some
2533         other random API functions that needed it. 70% symbol coverage, woo.
2534
2535 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2536
2537         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2538         Choose to allocate one less segment but require one additional segment
2539         as latency. 
2540
2541         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2542         No need to increment the number of segments in the source.
2543
2544         * gst-libs/gst/audio/gstbaseaudiosink.c:
2545         (gst_base_audio_sink_get_time), (clock_convert_external),
2546         (gst_base_audio_sink_resample_slaving),
2547         (gst_base_audio_sink_skew_slaving),
2548         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2549         (gst_base_audio_sink_async_play):
2550         Remove adding latency when returning the internal time while subtracting
2551         it again when we use the value a little later.
2552         When calculating the end timestamp, we are making a rounding error
2553         with the current algorithm. Ensure that we don't accumulate these
2554         rounding errors when aligning samples by not resampling at all if we
2555         don't need to. Fixes #419351.
2556         Make the initial calibration of the clock slaving a little more
2557         predictable and accurate. Also handle the case where we don't do
2558         clock slaving.
2559
2560 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2561
2562         Based on a patch by:
2563           Björn Benderius <bjoern dot benderius at axis dot com>
2564
2565         * gst/ffmpegcolorspace/avcodec.h:
2566         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2567         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2568         (gst_ffmpegcsp_avpicture_fill):
2569         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2570         * gst/ffmpegcolorspace/imgconvert_template.h:
2571         Add conversions from/to NV12 and NV21 and conversions between those
2572         two formats. Fixes bug #532166.
2573
2574 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2575
2576         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2577         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2578         which happens for example with files smaller than 128kb.
2579
2580 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2581
2582         Patch by: Wouter Cloetens <zombie at e2big dot org>
2583
2584         * gst-libs/gst/rtsp/Makefile.am:
2585         * gst-libs/gst/rtsp/gstrtspconnection.c:
2586         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2587         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2588         (add_auth_header), (gst_rtsp_connection_free),
2589         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2590         (gst_rtsp_connection_set_auth_param),
2591         (gst_rtsp_connection_clear_auth_params):
2592         * gst-libs/gst/rtsp/gstrtspconnection.h:
2593         Add Digest authorization support for RTSP connections. See #532065.
2594
2595         * gst-libs/gst/rtsp/md5.c:
2596         * gst-libs/gst/rtsp/md5.h:
2597         Yeap, another md5 implementation until we can depend on a glib that has
2598         support for it.
2599
2600 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2601
2602         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2603
2604         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2605         Let audioresample use the buffer allocation of basetransform instead
2606         of it's own stuff.
2607
2608         * tests/check/elements/audioresample.c: (alloc_only_48000),
2609         (GST_START_TEST), (audioresample_suite):
2610         Add unit test for the recent basetransform bugfix, where upstream
2611         changes caps to something that can't be passed through anymore.
2612
2613 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
2614
2615         * win32/common/config.h.in:
2616           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2617           use the real thing than having "???" unconditionally.
2618
2619 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2620
2621         * gst-libs/gst/audio/gstbaseaudiosink.c:
2622         (gst_base_audio_sink_query):
2623         Report the latency with the new seglatency parameter.
2624
2625         * gst-libs/gst/audio/gstringbuffer.c:
2626         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2627         (gst_ring_buffer_acquire):
2628         * gst-libs/gst/audio/gstringbuffer.h:
2629         Add new field to the ringbufferspec to specify the expected latency
2630         between the underlying device read/write pointer, this is needed
2631         when writing sinks that sit a little closer to the hardware.
2632         Add some more docs for other fields.
2633
2634 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2635
2636         * gst/volume/gstvolume.c: (volume_transform_ip):
2637         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2638         reason instead of crashing later. Might fix bug #509125.
2639
2640 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2641
2642         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2643
2644         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2645         * gst/audioconvert/audioconvert.h:
2646         * gst/audioconvert/gstaudioconvert.c:
2647         (gst_audio_convert_parse_caps),
2648         (structure_has_fixed_channel_positions),
2649         (gst_audio_convert_transform_caps):
2650         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2651         Add support for more than 8 channels and NONE channel layouts. For
2652         more than 8 channels no channel conversion is supported yet, only
2653         format conversions are supported. Fixes bug #398033.
2654
2655         * tests/check/elements/audioconvert.c: (verify_convert),
2656         (GST_START_TEST), (audioconvert_suite):
2657         Add some unit tests by Tim for checking the NONE channel layouts
2658         and more than 8 channels and add some more unit tests for channel
2659         conversions.
2660
2661 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2662
2663         * gst/playback/gstdecodebin2.c: (connect_pad):
2664         When autoplugging fails, set the element back to NULL before
2665         unreffing it.
2666
2667 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * win32/common/libgstaudio.def:
2670         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2671         symbols.
2672
2673 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2674
2675         * gst/subparse/samiparse.c: (handle_start_sync),
2676         (end_sami_element), (characters_sami):
2677         Remove trailing, leading and double whitespaces.
2678         Correctly timestamp buffers and output the last buffer too.
2679
2680         * tests/check/elements/subparse.c: (GST_START_TEST),
2681         (subparse_suite):
2682         Add a simple unit test for SAMI parsing.
2683
2684 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2685
2686         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2687
2688         * gst/subparse/samiparse.c: (handle_start_sync),
2689         (start_sami_element), (end_sami_element), (characters_sami),
2690         (sami_context_reset):
2691         Only output characters inside the "sync" elements. There could be
2692         other elements like "style" that have some content but should
2693         not be printed. Fixes bug #467911.
2694
2695 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2696
2697         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2698         (set_active_source):
2699         * gst/playback/gstplaybasebin.h:
2700         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2701         (playbin_set_audio_mute):
2702         Allow setting -1 as current-audio to mute the current audio stream,
2703         similar to what is done for subtitles. Fixes bug #342294.
2704
2705 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2706
2707         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2708         It's SorensOn and not SorensEn.
2709
2710 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2711
2712         * gst-libs/gst/pbutils/descriptions.c: (formats):
2713           Fix description of video/x-flash-video.
2714
2715 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2716
2717         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2718         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2719         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2720         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2721         Remove some unused code.
2722
2723         * gst/audioconvert/gstaudioquantize.c:
2724         (gst_audio_quantize_free_noise_shaping):
2725         Don't return before freeing the noise shaping history.
2726
2727 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2728
2729         * tests/check/elements/subparse.c: (do_test),
2730           (test_tmplayer_style3b), (subparse_suite):
2731           Add unit test for the tmplayer variant from bug #530962.
2732
2733 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2734
2735         * gst/subparse/gstsubparse.c: (handle_buffer),
2736           (gst_sub_parse_sink_event):
2737         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2738           (tmplayer_parse_line):
2739           Fix parsing of tmplayer subtitle variant where every single line contains
2740           text and there isn't an empty line after each line to determine the
2741           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2742           making sure that we push out the last line of text without a duration if
2743           there's still text left in the buffer at the end.
2744
2745 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2746
2747         * gst/subparse/gstsubparse.c: (feed_textbuf):
2748           Fix detection of discontinuities based on the buffer offset (doesn't work
2749           so well if no buffer offset is set) and also check for the DISCONT buffer
2750           flag. This keeps the parser state from being reset after each buffer in
2751           the unit test.
2752
2753 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2754
2755         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2756           Further fine-tuning: don't absolutely require sequence or GOP headers
2757           (as introduced in the previous commit), but adjust the typefind
2758           probabilities returned accordingly if we don't see them. Also make sure
2759           picture header and first slice are somewhat close to each other (which
2760           is not perfect but still better than requiring a fixed offset or having
2761           no limit at all).
2762
2763 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2764
2765         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2766         (gst_basertppayload_sink_setcaps),
2767         (gst_basertppayload_sink_getcaps):
2768         Rename the setcaps/getcaps function internally to make it clear that
2769         they are called for the sink pad.
2770
2771 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2772
2773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2774         (gst_base_rtp_depayload_class_init),
2775         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2776         (gst_base_rtp_depayload_packet_lost),
2777         (gst_base_rtp_depayload_set_gst_timestamp):
2778         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2779         Catch packet-lost events from the jitterbuffer and convert them into a
2780         vmethod call (lost-packet) so that depayloaders can do something smart.
2781         Also add a default packet-lost function that sends out a segment update
2782         to the decoders.
2783
2784 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2785
2786         * gst/playback/test4.c:
2787         * gst/playback/test5.c:
2788         * gst/playback/test6.c:
2789         * gst/playback/test7.c:
2790           Also include config.h when relying on defines from it. Fixes the
2791           build. Its been a please to serve :)
2792
2793 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2794
2795         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2796         (paint_setup_NV21), (paint_hline_NV12_NV21):
2797         Add support for NV12 and NV21 in videotestsrc
2798
2799 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2800
2801         * gst/videoscale/gstvideoscale.c:
2802         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2803         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2804         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2805         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2806         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2807         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2808         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2809         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2810         (vs_image_scale_linear_RGB555):
2811         Support 1x1 images as input and output as for example the BBC HQ new
2812         streams have 1x1 GIFs in the playlists for some reason.
2813
2814 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2815
2816         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2817           (try_to_link_1):
2818           If we can't activate one of the decoders we plugged in (such as,
2819           say, musepackdec) for some reason (it might not support push mode,
2820           for example), remove any pad probes that close_pad_link() might
2821           have set up. This makes sure we later don't try to remove a probe
2822           for a pad that doesn't exist any longer, and avoids nast warnings
2823           and probably other things too.
2824
2825 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2826
2827         * gst/typefind/gsttypefindfunctions.c:
2828           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2829           (plugin_init):
2830           Rework mpeg video stream typefinding a bit more: make sure sequence,
2831           GOP, picture and slice headers appear in the order they should and
2832           that we've in fact at least had one of each; fix picture header
2833           detection; decouple picture and slice header check - don't assume
2834           they're at a fixed offset, there may be extra data in between. Also,
2835           announce varying degrees of probability depending on what we found
2836           exactly (multiple pictures, at least one picture, just sequence and
2837           GOP headers). Finally, in _ensure_data(), take into account that we
2838           might be typefinding smaller amounts of data, such as the first
2839           buffer of a stream, so fall back to the minimum size needed as long
2840           as that's available, instead of erroring out if there's less than
2841           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2842           fuzzed file from #399342 as valid.
2843
2844 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2845
2846         * ext/theora/theoradec.c:
2847           Cool kids don't divide by zero.
2848           Treat PAR of x:0 as 1:1.
2849           Fixes #530719.
2850
2851 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2852
2853         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2854           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2855           (mpeg_video_stream_type_find):
2856           Refactor a bit: use context structure to track parsing offset and
2857           size of available data and make the code a bit clearer. Fixes bad
2858           memory access in #356937.
2859
2860 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2861
2862         * gst/playback/test4.c:
2863         * gst/playback/test5.c:
2864         * gst/playback/test6.c:
2865         * gst/tcp/gstmultifdsink.c:
2866           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2867           is defined.
2868
2869 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2870
2871         * gst-libs/gst/audio/gstbaseaudiosink.h:
2872         Clarify some docs.
2873
2874         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2875         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2876         (gst_base_audio_src_set_slave_method),
2877         (gst_base_audio_src_get_slave_method),
2878         (gst_base_audio_src_set_property),
2879         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2880         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2881         Add property and methods for selecting the clock slave method in the
2882         source, like in the sink.
2883         We only implement "none" and "re-timestamp" for now.
2884         API: gst_base_audio_src_set_slave_method()
2885         API: gst_base_audio_src_get_slave_method()
2886
2887 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2888
2889         * gst-libs/gst/rtp/gstrtpbuffer.c:
2890         Fix the docs about the seqnum compare function, it returns a difference.
2891
2892 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2893
2894         * ext/alsa/gstalsadeviceprobe.c:
2895         (gst_alsa_get_device_list): Don't return before freeing up
2896         the allocated structures.
2897
2898 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2899
2900         * gst/playback/gstplaybin.c:
2901           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2902
2903 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2904
2905         * ext/ogg/gstoggdemux.c:
2906           Revert the event part, that should not go in.
2907
2908 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2909
2910         * ext/ogg/gstoggdemux.c:
2911           Don't leak GstPluginFeatures when filtering.
2912
2913 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2914
2915         * sys/xvimage/xvimagesink.c:
2916           Add some logging for cases when grabbing the xv failed.
2917
2918 2008-04-21  David Schleef  <ds@schleef.org>
2919
2920         * ext/ogg/gstoggmux.c:
2921           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2922           packet.  Should conform to what we currently think is the
2923           final Ogg/Dirac muxing spec.
2924
2925 2008-04-21  David Schleef  <ds@schleef.org>
2926
2927         * sys/xvimage/xvimagesink.c:
2928           Fix typo that causes the overlay keying color to bright green
2929           on a 16-bit display.  Dark grey good.  Bright green bad.
2930
2931 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2932
2933         * ext/gnomevfs/gstgnomevfsuri.c:
2934           Add  FIXME comment about using uri-list for source and sink.
2935
2936 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2937
2938         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2939         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2940         vaargs functions to gint. Otherwise the fractions will get 0 set
2941         instead of the correct value on big endian systems. Fixes bug #529018.
2942
2943 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2944
2945         * ext/gnomevfs/gstgnomevfssink.c:
2946         (gst_gnome_vfs_sink_uri_get_protocols):
2947         * ext/gnomevfs/gstgnomevfssrc.c:
2948         (gst_gnome_vfs_src_uri_get_protocols):
2949         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2950         (gst_gnomevfs_get_supported_uris):
2951         Get the list of supported URI schemes in a threadsafe way and use the
2952         same list for the source and sink.
2953
2954 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2955
2956         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2957         (gst_gio_get_supported_protocols):
2958         Don't generate a new supported protocols list on each call but cache
2959         it. It's supposed to be static anyway, this way we only leak it once
2960         per process.
2961
2962         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2963         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2964         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2965         (gst_gio_sink_start):
2966         * ext/gio/gstgiosink.h:
2967         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2968         (gst_gio_src_class_init), (gst_gio_src_finalize),
2969         (gst_gio_src_set_property), (gst_gio_src_get_property),
2970         (gst_gio_src_start):
2971         * ext/gio/gstgiosrc.h:
2972         API: Add "file" properties where one can set a GFile as
2973         source/destination.
2974
2975         Add locking to the properties and use
2976         gst_element_class_set_details_simple() instead of a static
2977         GstElementDetails struct.
2978
2979 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2980
2981         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2982         (plugin_init):
2983         Add "mpp" and "mp+" as possible extensions for MusePack files.
2984
2985         Add typefinding for MusePack StreamVersion 8 files and include the
2986         stream version in the caps.
2987
2988 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2989
2990         * gst-libs/gst/rtp/gstrtppayloads.c:
2991         (gst_rtp_payload_info_for_name):
2992         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2993
2994 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         * configure.ac:
2997           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2998           (NB: this only affects compilation of some of the examples).
2999           Remove some configure.ac cruft that's not needed any longer.
3000
3001 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3002
3003         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3004         Don't validate the payload if there isn't any.
3005         Fixes #525915
3006
3007 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3008
3009         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3010         Use g_atomic_int_set() instead of gst_atomic_int_set().
3011
3012 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3013
3014         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3015         Return NULL instead of a gchar * array with one NULL element if we
3016         don't get any supported URI schemes from GIO.
3017
3018 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3019
3020         * gst/audiotestsrc/gstaudiotestsrc.c:
3021           Remove cpp style commented old code.
3022
3023 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3024
3025         * gst/playback/gstdecodebin2.c:
3026           Fix signal docs.
3027
3028 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3029
3030         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3031           (gst_text_overlay_init):
3032           Fix textoverlay unit test again by making the supposed default
3033           value for the wait-text property the actual default value.
3034           Also fix Since: tag for new property.
3035
3036 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3037
3038         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3039           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3040           (gst_video_format_get_pixel_stride),
3041           (gst_video_format_get_component_width),
3042           (gst_video_format_get_component_height),
3043           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3044           (gst_video_format_convert):
3045           Add guards to these functions to ensure sane input values.
3046
3047         * tests/check/libs/video.c:
3048           Fix unit test not to create caps with width=0 and height=0.
3049
3050 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3051
3052         * docs/design/draft-keyframe-force.txt:
3053         Fix typo.
3054
3055         * gst/playback/gstqueue2.c: (update_buffering),
3056         (gst_queue_handle_src_query):
3057         Set buffering mode in the messages.
3058         Set buffering percent in the query.
3059
3060         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3061         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3062         Do some more fancy things based on the buffering method in use.
3063
3064 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3065
3066         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3067         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3068         (msg_buffering), (main):
3069         Add basic download reports to seek using the new buffering API.
3070
3071 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3072
3073         * gst/playback/gstqueue2.c: (update_buffering),
3074         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3075         (gst_queue_src_checkgetrange_function):
3076         Include extra buffering stats in the buffering message.
3077         Implement BUFFERING query.
3078
3079         * gst/playback/gsturidecodebin.c: (do_async_start),
3080         (do_async_done), (type_found), (setup_streaming), (setup_source),
3081         (gst_uri_decode_bin_change_state):
3082         Only add decodebin2 when the type is found in streaming mode.
3083         Make uridecodebin async to PAUSED even when we don't have decodebin2
3084         added yet.
3085
3086 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3087
3088         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3089         Filter cdda from the supported URI schemes. We can't support
3090         musicbrainz tags and everything else one expects from a cdda source
3091         with GIO. Fixes bug #526794.
3092
3093 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3094
3095         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3096         (gst_xvimagesink_buffer_alloc):
3097         Fix calculation of 'expected size' for YV12 buffers.
3098         Be a little more verbose in the debug output for buffer-alloc'ed
3099         buffers which turn out to have the wrong size.
3100
3101 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3102
3103         * NEWS:
3104         * RELEASE:
3105         * gst-plugins-base.doap:
3106           Merge other changes from 0.10.19 release branch.
3107
3108 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * gst-libs/gst/audio/gstbaseaudiosink.c:
3111           (gst_base_audio_sink_class_init):
3112         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3113           (gst_base_audio_src_class_init):
3114         * gst/playback/gstplayback.c: (plugin_init):
3115         * gst/volume/gstvolume.c: (plugin_init):
3116           Work around missing bits of thread-safety on older GLibs some
3117           more to avoid assertions when starting up multiple playbin
3118           objects concurrently (see #512382).
3119
3120 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3121
3122         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3123           Remove some more fields.
3124
3125 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3126
3127         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3128
3129         * configure.ac:
3130         Actually build dlls when cross-compiling with mingw32.
3131         Fixes bug #526247.
3132
3133 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3134
3135         * configure.ac:
3136           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3137
3138 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3139
3140         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3141         (msg_buffering), (connect_bus_signals), (main):
3142         Add statusbar.
3143         Add buffering support with feedback in the statusbar.
3144
3145 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3146
3147         * ext/ogg/gstoggmux.c:
3148           Fix sample pipeline description.
3149
3150 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3151
3152         * docs/plugins/Makefile.am:
3153         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3154         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3155         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3156           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3157
3158         * docs/plugins/gst-plugins-base-plugins.args:
3159         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3160         * docs/plugins/gst-plugins-base-plugins.interfaces:
3161         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3162         * docs/plugins/inspect/plugin-adder.xml:
3163         * docs/plugins/inspect/plugin-alsa.xml:
3164         * docs/plugins/inspect/plugin-audioconvert.xml:
3165         * docs/plugins/inspect/plugin-audiorate.xml:
3166         * docs/plugins/inspect/plugin-audioresample.xml:
3167         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3168         * docs/plugins/inspect/plugin-cdparanoia.xml:
3169         * docs/plugins/inspect/plugin-decodebin.xml:
3170         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3171         * docs/plugins/inspect/plugin-gdp.xml:
3172         * docs/plugins/inspect/plugin-gnomevfs.xml:
3173         * docs/plugins/inspect/plugin-libvisual.xml:
3174         * docs/plugins/inspect/plugin-ogg.xml:
3175         * docs/plugins/inspect/plugin-pango.xml:
3176         * docs/plugins/inspect/plugin-playback.xml:
3177         * docs/plugins/inspect/plugin-queue2.xml:
3178         * docs/plugins/inspect/plugin-subparse.xml:
3179         * docs/plugins/inspect/plugin-tcp.xml:
3180         * docs/plugins/inspect/plugin-theora.xml:
3181         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3182         * docs/plugins/inspect/plugin-uridecodebin.xml:
3183         * docs/plugins/inspect/plugin-video4linux.xml:
3184         * docs/plugins/inspect/plugin-videorate.xml:
3185         * docs/plugins/inspect/plugin-videoscale.xml:
3186         * docs/plugins/inspect/plugin-videotestsrc.xml:
3187         * docs/plugins/inspect/plugin-volume.xml:
3188         * docs/plugins/inspect/plugin-vorbis.xml:
3189         * docs/plugins/inspect/plugin-ximagesink.xml:
3190         * docs/plugins/inspect/plugin-xvimagesink.xml:
3191           Update introspection data.
3192
3193         * ext/ogg/gstoggmux.c:
3194           Document oggmux.
3195
3196         * gst/playback/gstdecodebin2.c:
3197           Don't use gtk-doc style comment start for private stuff, but make it
3198           formatted like this for consistency.
3199
3200 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3201
3202         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3203         (gst_decode_bin_init), (gst_decode_bin_dispose),
3204         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3205         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3206         (analyze_new_pad), (connect_pad), (expose_pad),
3207         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3208         (gst_decode_group_expose), (gst_decode_group_free),
3209         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3210         Remove fakesink hack, we can now implement this more elegantly.
3211         Added property to bypass typefinding.
3212         Removed underrun callback and demuxer pad probe, we now use the srcpad
3213         probe to expose groups.
3214         API::sink-caps property
3215
3216         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3217         Guard against multiple emissions of the no_more_pads signal, which
3218         happens when we are dealing with chained oggs.
3219
3220         * gst/playback/gsturidecodebin.c: (remove_decoders),
3221         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3222         (setup_source):
3223         For streams, use our own typefind element and plug our queue after it.
3224         We will need this to determine the type of buffering to use for the
3225         queue soon.
3226
3227 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3228
3229         * gst-libs/gst/audio/gstbaseaudiosink.c:
3230         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3231         Guard against over and underflows because of clock slaving.
3232         When we are using our own clock, still compensate for any calibrations
3233         that we might have done to our clock.
3234
3235 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3236
3237         * ext/theora/theoradec.c: (theora_handle_type_packet),
3238         (theora_dec_chain):
3239         Don't try to do anything fancy with the return code from pushing an
3240         event, it does not have enough information to turn it into a
3241         GST_FLOW_ERROR.
3242
3243 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3244
3245         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3246         (gst_ogg_demux_chain_elem_pad):
3247         Add small debug line.
3248         Pass return code from the internal decoder instead of the too generic
3249         GST_FLOW_ERROR.
3250
3251 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3252
3253         * gst-libs/gst/cdda/Makefile.am:
3254         * gst-libs/gst/cdda/base64.c:
3255         * gst-libs/gst/cdda/base64.h:
3256         * gst-libs/gst/cdda/gstcddabasesrc.c:
3257         (gst_cddabasesrc_calculate_musicbrainz_discid):
3258         Use GLib's base64 implementation instead of our own.
3259
3260 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3261
3262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3263         (gst_ogg_demux_read_chain):
3264         Refix oggdemux, we only have a problem if we failed to find a chain and
3265         we are not EOF.
3266
3267 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3268
3269         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3270
3271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3272         (gst_ogg_demux_read_chain):
3273         When we fail to find a BOS page and we and up with no chain, error out
3274         properly instead of segfaulting. Fixes #525665.
3275
3276 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3277
3278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3279         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3280         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3281         no-more-pads...
3282
3283 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3284
3285         * gst/playback/gstqueue2.c: (update_out_rates),
3286         (gst_queue_open_temp_location_file),
3287         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3288         (gst_queue_handle_src_query), (gst_queue_set_property):
3289         Update the estimated input data when we push out a buffer.
3290         Add some debug info about the temp file.
3291         Only forward src events when we are not using a temp file.
3292         Don't block the duration query, we need to find something better.
3293         Don't leak the temp filename.
3294
3295 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3296
3297         * configure.ac:
3298         Require GLib 2.12 and liboil 0.3.14.
3299
3300         * gst/volume/gstvolume.c: (volume_process_double):
3301         Unconditionally use liboil 0.3.14 function.
3302
3303 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3304
3305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3306         ms-gsm can have arbitrarty sample rates. See #481354.
3307
3308 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3309
3310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3311         MP4S is generic MPEG-4, not a microsoft variant.
3312
3313 2008-03-27  Michael Smith <msmith@fluendo.com>
3314
3315         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3316           Check the body CRC (if set) when depayloading.
3317           Fixes #522401.
3318
3319 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3320
3321         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3322           Fix Since: version for new property.
3323
3324 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3325
3326         * gst-libs/gst/rtsp/gstrtspconnection.c:
3327         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3328         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3329         Don't error when poll_wait returns EAGAIN.
3330
3331 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3334         The queue is never filled when there are no buffers in the queue at all.
3335         Fixes #523993.
3336
3337 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3338
3339         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3340         (init_group), (free_group), (gst_play_bin_init),
3341         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3342         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3343         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3344         (gst_play_bin_set_current_video_stream),
3345         (gst_play_bin_set_current_audio_stream),
3346         (gst_play_bin_set_current_text_stream),
3347         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3348         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3349         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3350         (activate_group), (deactivate_group), (setup_next_source),
3351         (save_current_group), (gst_play_bin_change_state):
3352         Update some docs.
3353         Add new locks and conds to protect pipeline creation and group
3354         switching.
3355         Implement the sub-uri property.
3356         Keep track of pending uridecodebin creation and configure the output
3357         pipeline after all streams are configured.
3358         Propagate subtitle encoding to the uridecodebins.
3359         Implement getting the video/audio/visualisation elements.
3360         Use input-selector for stream switching.
3361         If we are asked to do visualisation, prefer to autoplug raw sinks
3362         instead of sinks that accept encoded data.
3363
3364 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3365
3366         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3367         (gst_play_sink_init), (gst_play_sink_dispose),
3368         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3369         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3370         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3371         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3372         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3373         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3374         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3375         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3376         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3377         * gst/playback/gstplaysink.h:
3378         Add methods to get audio/video/vis elements.
3379         Add methods to set the font description for the overlay.
3380         Remove properties, we're using this element with its methods only.
3381         Add support for subtitles.
3382         Rearrange the locking a bit to not use the object lock for protecting
3383         the pipeline construction.
3384         Try to use the volume and mute property on the sink when its available.
3385         Implement the mute option with volume when the sink does not have a mute
3386         property.
3387         Only add volume element when the sink has no volume property.
3388         Only do visualisations with raw audio pads.
3389
3390 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3391
3392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3393         (gst_text_overlay_init), (gst_text_overlay_set_property),
3394         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3395         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3396         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3397         (gst_text_overlay_change_state):
3398         * ext/pango/gsttextoverlay.h:
3399         Add property to configure waiting for text on the textpad or not, with
3400         the default behaviour being the old one (always wait for text before
3401         rendering the video). This default behaviour is usually not the best one
3402         because the text stream can very sparse and could require queueing a lot
3403         of video.
3404         Fix the flushing and EOS handing so that we don't mix up their meaning.
3405
3406 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3407
3408         * gst/playback/gsturidecodebin.c:
3409         (gst_uri_decode_bin_autoplug_factories),
3410         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3411         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3412         (gst_uri_decode_bin_set_property),
3413         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3414         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3415         (proxy_autoplug_factories_signal), (make_decoder),
3416         (source_new_pad), (setup_source):
3417         Add a readonly source property and notify.
3418         Add new lock for protecting the construction of the pipeline.
3419         Keep track of the decodebins we plugged.
3420         Correctly proxy the autoplug signal so that it actually continues.
3421         Proxy subtitle-encoding to the decodebins.
3422
3423 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3424
3425         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3426         (text_toggle_cb), (update_streams), (main):
3427         Rearrange some buttons in playbin2 and make some other boxes insensitive
3428         when needed.
3429         Add language codes to subtitle selection boxes when we gind the right
3430         tags for the streams.
3431
3432 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3433
3434         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3435         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3436         (gst_decode_bin_set_subs_encoding),
3437         (gst_decode_bin_get_subs_encoding),
3438         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3439         (deactivate_free_recursive):
3440         Protect caps property with the object lock.
3441         Protect encoding property with the object lock.
3442         Keep list of elements we added that have the subtitle-encoding property.
3443         Distribute the subtitle-encoding to all of the elements when it
3444         changes.
3445
3446 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3447
3448         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3449         Small debug improvement.
3450
3451         * gst-libs/gst/audio/gstbaseaudiosink.c:
3452         (gst_base_audio_sink_render):
3453         Fix bug in determining the sample start/stop position, we want to base
3454         this decision on the fact that we are going forwards or backwards, not
3455         slower or faster. This fixes some ugly resync warnings when playing at
3456         very slow speeds.
3457
3458 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3459
3460         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3461         Correctly set the supported URI schemes and don't leave
3462         some schemes in the middle or at the start at NULL.
3463
3464 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * tests/check/elements/gdpdepay.c:
3467           Make test compile without unused function/variable warnings on PPC.
3468  
3469 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3470
3471         * configure.ac:
3472         * ext/alsa/gstalsamixerelement.c:
3473         (gst_alsa_mixer_element_class_init):
3474         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3475         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3476         * ext/cdparanoia/gstcdparanoiasrc.c:
3477         (gst_cd_paranoia_src_class_init):
3478         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3479         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3480         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3481         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3482         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3485         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3486         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3487         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3488         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3489         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3490         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3491         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3492         (gst_audio_filter_template_class_init):
3493         * gst-libs/gst/audio/gstbaseaudiosink.c:
3494         (gst_base_audio_sink_class_init):
3495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3496         (gst_base_audio_src_class_init):
3497         * gst-libs/gst/cdda/gstcddabasesrc.c:
3498         (gst_cdda_base_src_class_init):
3499         * gst-libs/gst/interfaces/mixertrack.c:
3500         (gst_mixer_track_class_init):
3501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3502         (gst_base_rtp_depayload_class_init):
3503         * gst-libs/gst/rtp/gstbasertppayload.c:
3504         (gst_basertppayload_class_init):
3505         * gst/audioconvert/gstaudioconvert.c:
3506         (gst_audio_convert_class_init):
3507         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3508         * gst/audioresample/gstaudioresample.c:
3509         (gst_audioresample_class_init):
3510         * gst/audiotestsrc/gstaudiotestsrc.c:
3511         (gst_audio_test_src_class_init):
3512         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3513         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3514         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3515         (preroll_unlinked):
3516         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3517         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3518         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3519         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3520         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3521         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3522         (gst_stream_selector_class_init):
3523         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3524         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3525         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3526         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3527         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3528         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3529         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3530         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3531         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3532         * gst/videotestsrc/gstvideotestsrc.c:
3533         (gst_video_test_src_class_init):
3534         * gst/volume/gstvolume.c: (gst_volume_class_init):
3535         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3536         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3538         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3539         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3541         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3542         static strings (i.e. all). This gives us less memory usage,
3543         fewer allocations and thus less memory defragmentation. Depend
3544         on core CVS for this. Fixes bug #523806.
3545
3546 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3547
3548         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3549         Filter http and https protocols. GIO/GVfs handles them but it's
3550         impossible to implement iradio/icecast with it. Better use
3551         souphttpsrc or something else for this.
3552
3553         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3554         If getting the file informations by a query fails try it with the
3555         seek-to-end trick too.
3556
3557 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3558
3559         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3560         (gst_volume_base_init), (gst_volume_class_init),
3561         (volume_process_double), (volume_process_float),
3562         (volume_transform_ip), (plugin_init):
3563         memset buffers to zero if we get a GAP buffer. We usually see a
3564         buffer as one unit so let's handle it as one and don't care about
3565         volume changes while processing one buffer.
3566         Also clean up some stuff a bit.
3567
3568 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3569
3570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3571         (gst_audio_convert_create_silence_buffer),
3572         (gst_audio_convert_transform):
3573         Make audioconvert GAP-aware by outputting silence buffers when the
3574         input has the GAP flag set. This is up to 8x faster.
3575         Based on a patch by Stefan Kost. Fixes bug #517813.
3576
3577 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3578
3579         * gst/volume/gstvolume.c: (volume_process_double):
3580         Use oil_scalarmultiply_f64_ns() for double processing when it's
3581         available at compile time.
3582
3583 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3584
3585         * configure.ac:
3586         Fix lrint/lrintf checks to actually work. These functions are
3587         in libm on Linux at least so try to link to it.
3588
3589 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3590
3591         * configure.ac:
3592         Back to development - 0.10.18.1
3593
3594 === release 0.10.18 ===
3595
3596 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3597
3598         * configure.ac:
3599           releasing 0.10.18, "I will follow"
3600
3601 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3602
3603         * configure.ac:
3604         * win32/common/config.h:
3605         0.10.17.4 pre-release
3606
3607 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3608
3609         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3610         Use GST_STR_NULL when trying to print strings that could be NULL because
3611         this might crash on some platforms. See #520808.
3612
3613 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3614
3615         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
3616
3617         * gst-libs/gst/rtsp/gstrtspconnection.c:
3618         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3619         (read_line), (gst_rtsp_connection_read_internal):
3620         Generic Windows fixes that makes libgstrtsp work on Windows when
3621         coupled with the new GstPoll API. See #520808.
3622
3623 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3624
3625         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3626
3627         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3628           If seeking to a new position succeeds don't simply return from
3629           create() without creating a buffer. Do this only in the case
3630           seeking to the new position fails. Fixes bug #523054.
3631
3632 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3633
3634         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3635           (gst_video_format_from_rgba32_masks):
3636           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3637           (#522635).
3638
3639         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3640           Add unit test for the RGB caps parsing and creation, checking for
3641           internal consistency of the new API and consistency of the API with
3642           the old GST_VIDEO_CAPS_* defines.
3643
3644 2008-03-14  David Schleef  <ds@schleef.org>
3645
3646         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3647           because -base is in freeze.
3648
3649 2008-03-14  David Schleef  <ds@schleef.org>
3650
3651         Patch by: William M. Brack
3652
3653         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3654
3655 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3656
3657         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3658         (gst_selector_pad_chain):
3659         * gst/playback/gststreamselector.h:
3660         Revert change that caused regression until a real fix is found.
3661         Fixes #522203.
3662
3663 2008-03-12  Michael Smith <msmith@fluendo.com>
3664
3665         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3666         * gst-libs/gst/audio/gstringbuffer.h:
3667           Rename recently added buffer types to make more sense.
3668         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3669         (gst_alsasink_write):
3670           Adapt for above API changes.
3671           Fixes bug #520523.
3672
3673 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3674
3675         * win32/common/libgstnetbuffer.def:
3676         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3677
3678 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3679
3680         * configure.ac:
3681         * win32/common/config.h:
3682         0.10.17.3 pre-release
3683
3684 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3685
3686         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3687         (gst_base_audio_src_create):
3688         Fix duration when no clock was provided. Fixes #520300.
3689
3690 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3691
3692         Patch by: Olivier Crete  <tester at tester ca>
3693
3694         * docs/libs/gst-plugins-base-libs-sections.txt:
3695         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3696         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3697         Add trivial function to compare GstNetAddress. See #520626.
3698         API: GstNetBuffer::gst_netaddress_equal
3699
3700 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3701
3702         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3703         Update mode property docs, it's deprecated now.
3704
3705 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         * gst-libs/gst/rtsp/gstrtspconnection.c:
3708         (gst_rtsp_connection_create):
3709         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3710         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3711         * gst/tcp/gstmultifdsink.h:
3712         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3713         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3714         Remove GstPollMode from gstpoll constructor.
3715
3716 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3717
3718         * configure.ac:
3719         * win32/common/config.h:
3720         0.10.17.2 pre-release
3721
3722 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3723
3724         * gst/Makefile.am:
3725         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3726         them twice
3727
3728         * win32/common/libgstinterfaces.def:
3729         * win32/common/libgstrtp.def:
3730         Add new API to the defs
3731
3732 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3733
3734         Patch by: Mersad Jelacic  <mersad at axis dot com>
3735
3736         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3737         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3738         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3739         possible to specify the sample size in bits. (#509637)
3740
3741 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * tests/check/libs/mixer.c:
3744           Add a few simple checks for the new message types.
3745
3746 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * docs/libs/gst-plugins-base-libs-sections.txt:
3749         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3750           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3751           (gst_mixer_message_get_type),
3752           (gst_mixer_message_parse_option_changed),
3753           (gst_mixer_message_parse_options_list_changed):
3754         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3755           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3756           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3757           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3758           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3759           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3760
3761 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3764           (gst_mixer_options_get_values):
3765         * gst-libs/gst/interfaces/mixeroptions.h:
3766           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3767           (_GstMixerOptions), (_GstMixerOptionsClass):
3768           API: add GstMixerOptions::get_values vfunc (#519906)
3769
3770 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3771
3772         * configure.ac:
3773         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3774         plug-ins are included/excluded. (#498222)
3775
3776 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3777
3778         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3779         Add typefinder for IMelody files, using audio/x-imelody.
3780         See bug #519516.
3781
3782 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3785         * ext/alsa/gstalsasink.c: (set_hwparams):
3786         * ext/alsa/gstalsasrc.c: (set_hwparams):
3787         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3788         * ext/ogg/gstoggmux.h:
3789         * ext/ogg/gstogmparse.c:
3790         * gst-libs/gst/audio/audio.c:
3791         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3792         * gst-libs/gst/pbutils/missing-plugins.c:
3793         (gst_missing_uri_sink_message_new),
3794         (gst_missing_element_message_new),
3795         (gst_missing_decoder_message_new),
3796         (gst_missing_encoder_message_new):
3797         * gst-libs/gst/rtp/gstbasertppayload.c:
3798         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3799         (gst_rtcp_packet_bye_get_reason):
3800         * gst/audioconvert/gstaudioconvert.c:
3801         * gst/audioresample/gstaudioresample.c:
3802         * gst/ffmpegcolorspace/imgconvert.c:
3803         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3804         * gst/typefind/gsttypefindfunctions.c:
3805         * gst/videoscale/vs_4tap.c:
3806         * gst/videoscale/vs_4tap.h:
3807         * sys/v4l/gstv4lelement.c:
3808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3809         * sys/v4l/v4l_calls.c:
3810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3811         (gst_v4lsrc_try_capture):
3812         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3813         (gst_ximagesink_ximage_new):
3814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3815         (gst_xvimagesink_xvimage_new):
3816         * tests/check/elements/audioconvert.c:
3817         * tests/check/elements/audioresample.c:
3818         (fail_unless_perfect_stream):
3819         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3820         * tests/check/elements/decodebin.c:
3821         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3822         (setup_gdpdepay_streamheader):
3823         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3824         (setup_gdppay_streamheader):
3825         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3826         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3827         * tests/check/elements/textoverlay.c:
3828         * tests/check/elements/videorate.c: (setup_videorate):
3829         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3830         * tests/check/elements/volume.c: (setup_volume):
3831         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3832         * tests/check/elements/vorbistag.c:
3833         * tests/check/generic/clock-selection.c:
3834         * tests/check/generic/states.c: (setup), (teardown):
3835         * tests/check/libs/cddabasesrc.c:
3836         * tests/check/libs/video.c:
3837         * tests/check/pipelines/gio.c:
3838         * tests/check/pipelines/oggmux.c:
3839         * tests/check/pipelines/simple-launch-lines.c:
3840         (simple_launch_lines_suite):
3841         * tests/check/pipelines/streamheader.c:
3842         * tests/check/pipelines/theoraenc.c:
3843         * tests/check/pipelines/vorbisdec.c:
3844         * tests/check/pipelines/vorbisenc.c:
3845         * tests/examples/seek/scrubby.c:
3846         * tests/examples/seek/seek.c: (query_positions_elems),
3847         (query_positions_pads):
3848         * tests/icles/stress-xoverlay.c: (myclock):
3849         Correct all relevant warnings found by the sparse semantic code
3850         analyzer. This include marking several symbols static, using
3851         NULL instead of 0 for pointers and using "foo (void)" instead
3852         of "foo ()" for declarations.
3853
3854         * win32/common/libgstrtp.def:
3855         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3856
3857 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         Patch by: José Alburquerque <jaalburqu svn gnome org>
3860
3861         * gst/playback/gstplaybin2.c:
3862           Make the function signature of the _get_*_tags() functions match
3863           the signature of the vfuncs they implement, ie. return a
3864           GstTagList rather than a GstStructure, which is more correct,
3865           even if one is typedef'ed to the other (#518940).
3866
3867 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3868
3869         * gst-libs/gst/rtsp/gstrtspconnection.c:
3870           Don't include unix headers unconditionally (fixes #518037).
3871
3872 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3875           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3876           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3877           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3878           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3879           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3880           (gst_video_format_is_packed), (video_format_is_packed):
3881           Add unit test that makes sure that the strides, offsets and
3882           sizes returned for the various YUV formats by the new video API
3883           match the old reference implementation in videotestsrc.
3884
3885 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3886
3887         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3888           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3889           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3890           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3891           (gst_video_format_get_pixel_stride),
3892           (gst_video_format_get_component_width),
3893           (gst_video_format_get_component_height),
3894           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3895         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3896           (GST_VIDEO_FORMAT_Y42B):
3897           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3898
3899 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3902           YV12 is I420 with swapped components 1 and 2, so the offset of
3903           component 1 for I420 should be the offset for component 2 for YV12
3904           and vice versa.
3905
3906 2008-02-29  Rene Stadler  <mail@renestadler.de>
3907
3908         * sys/v4l/gstv4lelement.c:
3909         Add missing semicolon to fix indentation.
3910
3911 2008-02-29  Julien Moutte  <julien@fluendo.com>
3912
3913         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3914         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3915         if we can do SPDIF output.
3916         * ext/alsa/gstalsa.h:
3917         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3918         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3919         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3921         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3922         to support AC3, EC3 and IEC958 buffers.
3923
3924 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3927           (gst_mixer_message_parse_mute_toggled),
3928           (gst_mixer_message_parse_record_toggled),
3929           (gst_mixer_message_parse_volume_changed),
3930           (gst_mixer_message_parse_option_changed):
3931           De-cruft and fix message type assertions (NULL is not a really
3932           valid mixer message type string).
3933
3934 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3935
3936         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3937         When negotiating, actually start from a format that we can support
3938         instead of from the too generic template.
3939
3940 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3941
3942         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3943         Enable vis setting.
3944
3945         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3946         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3947         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3948         (gen_vis_chain):
3949         Implement vis switching while playing.
3950
3951 2008-02-28  David Schleef  <ds@schleef.org>
3952
3953         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3954
3955 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3956
3957         Patch by: Peter Kjellerstedt  <pkj at axis com>
3958
3959         * gst/tcp/Makefile.am:
3960         * gst/tcp/fdsetstress.c:
3961         * gst/tcp/gstfdset.c:
3962         * gst/tcp/gstfdset.h:
3963         Removed fdset and stress test, they are now known as GstPoll in
3964         core. 
3965
3966         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3967         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3968         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3969         (gst_multi_fd_sink_handle_client_write),
3970         (gst_multi_fd_sink_queue_buffer),
3971         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3972         (gst_multi_fd_sink_stop):
3973         * gst/tcp/gstmultifdsink.h:
3974         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3975         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3976         (gst_tcp_gdp_read_caps):
3977         * gst/tcp/gsttcp.h:
3978         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3979         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3980         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3981         * gst/tcp/gsttcpclientsink.h:
3982         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3983         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3984         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3985         * gst/tcp/gsttcpclientsrc.h:
3986         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3987         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3988         * gst/tcp/gsttcpserversink.h:
3989         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3990         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3991         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3992         * gst/tcp/gsttcpserversrc.h:
3993         Port to GstPoll. See #505417.
3994
3995 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         Patch by: Peter Kjellerstedt  <pkj at axis com>
3998
3999         * gst-libs/gst/rtsp/gstrtspconnection.c:
4000         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4001         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4002         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4003         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4004         (gst_rtsp_connection_flush):
4005         * gst-libs/gst/rtsp/gstrtspconnection.h:
4006         Use GstPoll for the rtsp connection. See #505417.
4007
4008 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4009
4010         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4011         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4012         Add combo box for visualisations, populate it with a factory list
4013         of all visualisation plugins, configure vis plugin instance in
4014         playbin2. 
4015
4016 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4017
4018         * tests/check/libs/rtp.c: (GST_START_TEST):
4019         Add check for RTP buffer defaults, padding and marker bit API.
4020
4021 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4022
4023         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4024         Use memcpy() instead of upcasting a byte array to long *. This
4025         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4026         This should be ported to GCheckSum once we can use GLib 2.16.
4027         Partially fixes bug #500833.
4028
4029 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4032           Push tag event after the newsegment event. Log the pointer of
4033           the buffer we're actually going to push rather than the buffer
4034           we're feeding to _make_metadata_writable().
4035
4036 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4037
4038         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4039         Comment smoke typefinder for now. The smokedec plugin needs one
4040         frame per buffer but we have no parser yet, thus it simply crashes
4041         in most situations.
4042
4043 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4044
4045         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4046         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4047
4048 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4049
4050         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4051         (plugin_init):
4052         Add midi typefinder, copied from the timidity plugin.
4053
4054 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4057
4058         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4059         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4060           (subparse_suite):
4061           Forward slashes at the beginning and end of a line also signify
4062           italics (Fixes: #518162).
4063
4064 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4065
4066         * tests/check/gst-plugins-base.supp:
4067         Add a suppression for a cached value in GIO that wasn't moved
4068         while moving gio from -bad to -base.
4069
4070 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4071
4072         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4073
4074         * configure.ac:
4075         Don't hardcode -Wall and -Werror for configure checks, this fails
4076         with non-GCC compilers. Fixes bug #517991.
4077
4078 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4079
4080         * gst/audioconvert/gstaudioconvert.c:
4081         * gst/audioconvert/gstaudioquantize.c:
4082         * gst/audioconvert/gstaudioquantize.h:
4083           Make audioconvert gap aware. If noiseshaping is used, wait for
4084           noiseshaping to converge before marking as GAP. Fixes #517813.
4085
4086 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4087
4088         * gst/audiotestsrc/gstaudiotestsrc.c:
4089           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4090
4091 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4092
4093         * ext/gnomevfs/gstgnomevfssink.c:
4094         (gst_gnome_vfs_sink_handle_event):
4095         Return FALSE when seeking for a new segment fails instead
4096         of silently ignoring the failure and appending every buffer
4097         that comes for the new segment.
4098
4099 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4100
4101         * gst/playback/gstplaysink.c: (find_property),
4102         (gst_play_sink_find_property), (gen_video_chain),
4103         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4104         Recursively search the sink element for a last-frame property so that we
4105         can also find the property in autovideosink and friends that don't
4106         always proxy the internal sink properties.
4107
4108 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst-libs/gst/audio/multichannel.c:
4111           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4112           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4113           (gst_audio_set_structure_channel_positions_list),
4114           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4115           (gst_audio_fixate_channel_positions):
4116           Fix confusing terminology in docs and code: structure fields are
4117           'fields' and not 'properties'.
4118
4119 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4120
4121         * gst-libs/gst/audio/multichannel.c:
4122           (gst_audio_check_channel_positions), (add_list_to_struct):
4123           Give more useful warning messages if one of the channel
4124           layout enums passed to us is invalid and if the "channels"
4125           field in the caps has a GType we don't expect.
4126
4127 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * gst-libs/gst/audio/multichannel.c:
4130           Fix typo in docs blurb.
4131
4132 2008-02-19  Julien Moutte  <julien@fluendo.com>
4133
4134         Patch by: Josep Torra Valles <josep@fluendo.com>
4135
4136         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4137         typefind lookup to fix typefinding on HD clips.
4138
4139 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * gst/playback/gstscreenshot.c:
4142         * gst/playback/gstscreenshot.h:
4143           Fix up copyright (I rewrote the GStreamer-0.10 code for
4144           this from scratch back in the days).
4145
4146 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4147
4148         * gst/playback/Makefile.am:
4149         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4150         (create_element), (gst_play_frame_conv_convert):
4151         * gst/playback/gstscreenshot.h:
4152         Add screenshot conversion code from totem.
4153
4154         * gst/playback/gstplay-marshal.list:
4155         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4156         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4157         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4158         Implement frame property to get a color-unconverted snapshot.
4159         Implement convert-frame action signal to get a converted snapshot image.
4160         Configure connection speed in uridecodebin.
4161         Document some more properties.
4162
4163         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4164         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4165         (gst_play_sink_get_last_frame):
4166         * gst/playback/gstplaysink.h:
4167         Use last-buffer property of the video sink to get a video snapshot.
4168
4169         * tests/examples/seek/seek.c: (shot_cb), (main):
4170         Add snapshot button for playbin2 and use the frame property to save the
4171         frame as a png in the current directory.
4172
4173 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         Patch by: Josep Torra Valles <josep at fluendo dot com>
4176
4177         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4178         (plugin_init):
4179         Add typefinding support for h264 elementary streams.
4180         Fixes bug #517420.
4181
4182 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4183
4184         * configure.ac:
4185           Require CVS of core for new API in collectpads.
4186
4187         * gst/adder/gstadder.c:
4188           Use new API to make adder sparse stream aware.
4189
4190 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4191
4192         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4193         (no_more_pads_cb):
4194         Get the object data correct so that we can remove our channels
4195         correctly.
4196
4197         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4198         (gen_vis_chain), (gst_play_sink_reconfigure),
4199         (gst_play_sink_request_pad):
4200         Add option to disable async behaviour in the sinks when possible. This
4201         makes it possible to avoid an audio queue when dealing with
4202         visualisations.
4203         Add option to add a queue for the audio path.
4204
4205         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4206         (main):
4207         Disable the vis checkbox to match the defaults of playbin2.
4208         Only get the stream info when we need to.
4209
4210 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4211
4212         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4213         (gst_gio_base_sink_set_stream):
4214         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4215         (gst_gio_base_src_set_stream):
4216         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4217         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4218         Don't use async operations as they require a running main loop.
4219         This makes us block again when closing streams and unable
4220         to mount the enclosing volume of an URI if it isn't yet.
4221
4222 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4223
4224         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4225         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4226         (gen_vis_chain), (gst_play_sink_reconfigure),
4227         (gst_play_sink_request_pad):
4228         Move tee in front of the audio and vis pipelines.
4229         Add queue for audio for now.
4230         Add visualisation support.
4231
4232         * tests/examples/seek/seek.c: (main):
4233         Visualisation is by default disabled.
4234
4235 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4236
4237         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4238         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4239         Improve debugging a bit.
4240
4241         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4242         * ext/gio/gstgiosink.h:
4243         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4244         * ext/gio/gstgiosrc.h:
4245         Try to mount the enclosing volume of a GFile if it isn't mounted
4246         yet. This requires us to wait for an async operation to finish, done
4247         with an nested GMainLoop. Authentication is not supported yet, will
4248         come later.
4249
4250 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4251
4252         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4253         (gst_play_bin_set_property), (gst_play_bin_get_property),
4254         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4255         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4256         (gst_play_sink_get_mute), (gen_audio_chain):
4257         * gst/playback/gstplaysink.h:
4258         Add mute property.
4259
4260         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4261         (gst_selector_pad_chain):
4262         * gst/playback/gststreamselector.h:
4263         Make sure we forward the event only once.
4264
4265         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4266         Add and implement the mute button for playbin2.
4267
4268 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4269
4270         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4271
4272         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4273         Add some more debug info.
4274         Make sure we never return a negative delay. Fixes #516246.
4275
4276 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4277
4278         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4279           Revert patch that makes the sink hold the object lock when
4280           calling snd_pcm_delay(), since it breaks playback for me.
4281
4282 2008-02-12  Julien Moutte  <julien@fluendo.com>
4283
4284         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4285         some seek flags when changing rate.
4286
4287 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4288
4289         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4290         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4291         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4292         Fix potential leaks.
4293
4294         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4295         Fix leak when there is no function configured.
4296
4297 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4300         (gst_v4lsrc_buffer_finalize):
4301         Correctly chain up the finalize method.
4302
4303 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4304
4305         * ext/gio/gstgiostreamsink.c:
4306         * ext/gio/gstgiostreamsrc.c:
4307         Add documentation and example code for giostreamsink/giostreamsrc.
4308
4309         * tests/check/pipelines/gio.c: (GST_START_TEST):
4310         Ask the GMemoryOutputStream for the data instead of assuming that
4311         the pointer to the data stayed the same. It could've been realloc'ed.
4312
4313 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4314
4315         * ext/gio/gstgiosink.c:
4316         * ext/gio/gstgiosrc.c:
4317         Make the documentation of giosink/giosrc complete, large parts
4318         are based on the gnomevfssink/gnomevfssrc docs.
4319
4320 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4321
4322         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4323         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4324         * docs/plugins/gst-plugins-base-plugins.args:
4325         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4326         * docs/plugins/gst-plugins-base-plugins.interfaces:
4327         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4328         * docs/plugins/gst-plugins-base-plugins.signals:
4329         * docs/plugins/inspect/plugin-adder.xml:
4330         * docs/plugins/inspect/plugin-audioconvert.xml:
4331         * docs/plugins/inspect/plugin-audiorate.xml:
4332         * docs/plugins/inspect/plugin-audioresample.xml:
4333         * docs/plugins/inspect/plugin-decodebin.xml:
4334         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4335         * docs/plugins/inspect/plugin-gdp.xml:
4336         * docs/plugins/inspect/plugin-gio.xml:
4337         * docs/plugins/inspect/plugin-gnomevfs.xml:
4338         * docs/plugins/inspect/plugin-libvisual.xml:
4339         * docs/plugins/inspect/plugin-ogg.xml:
4340         * docs/plugins/inspect/plugin-pango.xml:
4341         * docs/plugins/inspect/plugin-playback.xml:
4342         * docs/plugins/inspect/plugin-queue2.xml:
4343         * docs/plugins/inspect/plugin-subparse.xml:
4344         * docs/plugins/inspect/plugin-theora.xml:
4345         * docs/plugins/inspect/plugin-uridecodebin.xml:
4346         * docs/plugins/inspect/plugin-videorate.xml:
4347         * docs/plugins/inspect/plugin-videoscale.xml:
4348         * docs/plugins/inspect/plugin-volume.xml:
4349         * docs/plugins/inspect/plugin-vorbis.xml:
4350         Add the GIO documentation again and while at that run make update.
4351
4352 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4353
4354         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4355         * ext/alsa/gstalsasink.c: (set_swparams):
4356         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4357           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4358           against libasound >= 1.0.16, since it's been deprecated in
4359           0.10.16, and alignment is always 1 then, apparently. (#512899)
4360
4361 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * gst/playback/gstplaybin.c: (gen_audio_element):
4364         * gst/playback/gstplaysink.c: (gen_audio_chain):
4365           Handle case where we can't create the volume element a bit
4366           better (#514307).
4367
4368 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4371         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4372           Add support for https protocol. Fixes #510229.
4373
4374 2008-02-11  Julien Moutte  <julien@fluendo.com>
4375         
4376         Patch by: Alan Peevers <peeves@pacbell.net>
4377
4378         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4379         lock when calling alsa methods.
4380
4381 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4382
4383         * gst/typefind/gsttypefindfunctions.c:
4384           Bump rank of jpeg and png typefinders, which will return maximum
4385           probability in the most common cases (thus short-circuiting more
4386           expensive typefinders like the mp3 one for these two quite common
4387           image types).
4388
4389 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4390
4391         * ext/theora/theoraparse.c:
4392         Fix long description of the theora parser to be more verbose than just
4393         the type name.
4394
4395 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4396
4397         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4398
4399         * sys/xvimage/xvimagesink.c:
4400         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4401         Fixes bug #515654.
4402
4403 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4404
4405         * gst/playback/gstplaybasebin.c:
4406         Set is_dynamic as True if there are elements with both request
4407         and sometimes src pad templates instead of breaking out when it
4408         finds the first pad template that is a src.
4409
4410 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4411
4412         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4413         (update_streams), (video_combo_cb), (audio_combo_cb),
4414         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4415         Add some stream switching and volume gui for playbin2.
4416
4417 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4418
4419         * gst/playback/gstplay-marshal.list:
4420         Added marshal for streamselector Tags.
4421
4422         * gst/playback/gstplaybasebin.c: (set_active_source):
4423         Streamselector now selects pads based on the pad object instead of its
4424         name.
4425
4426         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4427         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4428         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4429         (gst_play_bin_get_text_tags),
4430         (gst_play_bin_set_current_video_stream),
4431         (gst_play_bin_set_current_audio_stream),
4432         (gst_play_bin_set_current_text_stream),
4433         (gst_play_bin_set_property), (gst_play_bin_get_property),
4434         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4435         Remove option to mute streams with the current-a/v/t property, we have
4436         this functionality in the flags.
4437         Add signals to notify when the number of A/V/T channels changed.
4438         Add action signals to get tags for the A/V/T streams.
4439         Implement setting the current A/V/T stream.
4440         Rearrange some things to simplify stream selection.
4441         Implement volume.
4442
4443         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4444         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4445         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4446         (activate_vis), (gst_play_sink_reconfigure):
4447         * gst/playback/gstplaysink.h:
4448         Add and implement volume setting methods.
4449
4450         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4451         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4452         (gst_selector_pad_event), (gst_stream_selector_class_init),
4453         (gst_stream_selector_init), (gst_stream_selector_finalize),
4454         (gst_stream_selector_set_property),
4455         (gst_stream_selector_get_property),
4456         (gst_stream_selector_get_linked_pad),
4457         (gst_stream_selector_request_new_pad):
4458         * gst/playback/gststreamselector.h:
4459         Add pad properties for tags and status of pads.
4460         Keep tags on pads.
4461         Make active pad selection based on pad object instead of name.
4462
4463 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4464
4465         * configure.ac:
4466           Revert last change as we now check in gtk-doc.m4 for sed.
4467
4468 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4469
4470         * configure.ac:
4471         Find and subst SED when building the docs.
4472
4473 2008-02-08  Julien Moutte  <julien@fluendo.com>
4474
4475         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4476         (main): Make sure bus signals are reconnected when pressing STOP
4477         and then PLAY again for a parse launch pipeline. Fix a ref leak
4478         on the bus.
4479         * win32/common/config.h: Updated.
4480
4481 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4482
4483         * configure.ac:
4484         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4485         pre-releases or releases.
4486
4487 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4488
4489         * configure.ac:
4490         * ext/gio/Makefile.am:
4491         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4492         reporting
4493
4494 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4495
4496         * docs/plugins/Makefile.am:
4497         Add the headers which need scanning for the GIO plugin. The rest of
4498         the docs still need migrating.
4499
4500 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4501
4502         * ext/Makefile.am:
4503         * tests/check/Makefile.am:
4504         * tests/check/pipelines/.cvsignore:
4505         Add gio in a few more places.
4506
4507 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4508
4509         * configure.ac:
4510         * ext/Makefile.am:
4511         * tests/check/Makefile.am:
4512         Move gio plugin from -bad and mark as experimental.
4513
4514 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4515
4516         * gst-libs/gst/interfaces/mixeroptions.c:
4517         * gst-libs/gst/interfaces/mixertrack.c:
4518         Comment out a couple of other things which break the build when
4519         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4520
4521 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * docs/libs/gst-plugins-base-libs-sections.txt:
4524           Fix pbutils header.
4525
4526 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4527
4528         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4529         Fix compiler warning.
4530
4531 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         Patch by: Peter Kjellerstedt  <pkj at axis com>
4534
4535         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4536         Clear the addrinfo struct using memset. Fixes #514937.
4537
4538 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4539
4540         * gst/tcp/gstfdset.h:
4541         Remove unused field to same some memory.
4542
4543         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4544         Mark action signals as such.
4545
4546 2008-02-06  Michael Smith <msmith@fluendo.com>
4547
4548         * ext/theora/theoradec.c: (_theora_granule_frame),
4549         (_inc_granulepos):
4550           Increment granulepos for new-bitstream versions appropriately.
4551           Fixes #514623.
4552
4553 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4554
4555         * tests/examples/seek/seek.c: (do_seek),
4556         (rate_spinbutton_changed_cb), (update_streams), (main):
4557         Remove obsolete stream_time reset after flushing seek, core does that
4558         automatically now.
4559         Improve accuracy of speed spinbutton.
4560         Only do playbin2 stuff when we actually use it.
4561
4562 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * tests/check/Makefile.am:
4565           Revert previous change of the test environment's GST_PLUGIN_PATH.
4566           The problem is not with the plugins, but with element factories
4567           and only occurs if elements are split out from existing plugins
4568           or if plugins change name (see #512740).
4569
4570 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * tests/check/Makefile.am:
4573           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4574           with the core's plugins first and our local build directories last,
4575           since we might be building against an installed core, and that
4576           core's plugin directory may contain older or other versions of
4577           our own -base plugins, but we really do want to test our local
4578           ones (if there are multiple plugins or element factories with the
4579           same name, those inspected last will trump those read in earlier).
4580           Fixes #512740 for the most part.
4581
4582 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4583
4584         * configure.ac:
4585         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4586         Use gmtime_r if available as gmtime is not MT-safe.
4587         Fixes bug #511810.
4588
4589 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4590
4591         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4592         Cast glong to time_t as time_t might have a different type on
4593         other platforms, like FreeBSD, and we get a compiler warning
4594         otherwise. Fixes bug #511825.
4595
4596 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4597
4598         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4599         (get_group), (get_n_pads), (gst_play_bin_get_property),
4600         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4601         (autoplug_select_cb), (deactivate_group):
4602         Remove stream-info, we going for something easier.
4603         Refactor getting the current group.
4604         Implement getting the number of audio/video/text streams.
4605
4606         * gst/playback/gststreamselector.c:
4607         (gst_stream_selector_class_init), (gst_stream_selector_init),
4608         (gst_stream_selector_get_property),
4609         (gst_stream_selector_request_new_pad),
4610         (gst_stream_selector_release_pad):
4611         * gst/playback/gststreamselector.h:
4612         Add property for number of pads.
4613
4614         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4615         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4616         (text_toggle_cb), (update_streams), (msg_async_done),
4617         (msg_state_changed), (main):
4618         Block slider callback when updating the slider position.
4619         Add gui elements for controlling playbin2.
4620         Add callback for async_done that updates position/duration.
4621
4622 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4623
4624         * docs/plugins/Makefile.am:
4625         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4626         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4627         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4628         * docs/plugins/gst-plugins-base-plugins.interfaces:
4629         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4630           First round of plugin docs cleansups.
4631
4632         * docs/plugins/inspect/plugin-adder.xml:
4633         * docs/plugins/inspect/plugin-alsa.xml:
4634         * docs/plugins/inspect/plugin-audioconvert.xml:
4635         * docs/plugins/inspect/plugin-audiorate.xml:
4636         * docs/plugins/inspect/plugin-audioresample.xml:
4637         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4638         * docs/plugins/inspect/plugin-cdparanoia.xml:
4639         * docs/plugins/inspect/plugin-decodebin.xml:
4640         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4641         * docs/plugins/inspect/plugin-gdp.xml:
4642         * docs/plugins/inspect/plugin-gnomevfs.xml:
4643         * docs/plugins/inspect/plugin-libvisual.xml:
4644         * docs/plugins/inspect/plugin-ogg.xml:
4645         * docs/plugins/inspect/plugin-pango.xml:
4646         * docs/plugins/inspect/plugin-subparse.xml:
4647         * docs/plugins/inspect/plugin-tcp.xml:
4648         * docs/plugins/inspect/plugin-theora.xml:
4649         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4650         * docs/plugins/inspect/plugin-video4linux.xml:
4651         * docs/plugins/inspect/plugin-videorate.xml:
4652         * docs/plugins/inspect/plugin-videoscale.xml:
4653         * docs/plugins/inspect/plugin-videotestsrc.xml:
4654         * docs/plugins/inspect/plugin-volume.xml:
4655         * docs/plugins/inspect/plugin-vorbis.xml:
4656         * docs/plugins/inspect/plugin-ximagesink.xml:
4657         * docs/plugins/inspect/plugin-xvimagesink.xml:
4658           Regenerate.
4659
4660         * ext/ogg/Makefile.am:
4661         * ext/ogg/gstoggmux.c:
4662         * ext/ogg/gstoggmux.h:
4663           Add header for oggmux. the c-file needs a doc blob still.
4664
4665 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4666
4667         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4668
4669         * gst-libs/gst/rtp/gstrtpbuffer.c:
4670         (gst_rtp_buffer_set_extension_data):
4671         * gst-libs/gst/rtp/gstrtpbuffer.h:
4672         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4673         Add gst_rtp_buffer_set_extension_data() 
4674         Add a unit test for this addition. Fixes #511478.
4675         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4676
4677 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4678
4679         * configure.ac:
4680         Back to CVS
4681
4682 === release 0.10.17 ===
4683
4684 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4685
4686         * configure.ac:
4687           releasing 0.10.17, "Peanut Butter and Jelly"
4688
4689 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4690
4691         * gst-libs/gst/interfaces/mixeroptions.c:
4692         * gst-libs/gst/interfaces/mixertrack.c:
4693         Also remove the conditional registration of the signals
4694         that disappeared with the ABI change in 0.10.14
4695
4696 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4697
4698         * gst-libs/gst/rtsp/gstrtspconnection.c:
4699         Revert patch to gstrtspconnection.c for brown paper bag
4700         release of -base. Re-opens: #511825
4701
4702 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4703
4704         * gst-libs/gst/interfaces/mixeroptions.h:
4705         * gst-libs/gst/interfaces/mixertrack.h:
4706         Change the way these deprecated function pointers are removed
4707         so that the compiled ABI is unconditionally smaller. This 
4708         sets in stone an ABI break that actually occurred when the
4709         things were deprecated in 0.10.14, which seems to be the best
4710         fix as the only known users are oss-mixer and sunaudio-mixer in 
4711         gst-plugins-good.
4712         Fixes: #513018
4713
4714 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * win32/common/libgstpbutils.def:
4717           Export the two new _get_type() functions which are needed
4718           by the python bindings.
4719
4720 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4721
4722         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4723         Cast glong to time_t as time_t might have a different type on
4724         other platforms, like FreeBSD, and we get a compiler warning
4725         otherwise. Fixes bug #511825.
4726
4727 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4728
4729         * gst-libs/gst/audio/gstaudiofilter.c:
4730         (gst_audio_filter_class_init):
4731         Initialize the GstRingerBuffer class to get it's debug category
4732         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4733         category and otherwise we get some g_critical(). Fixes bug #512334.
4734
4735 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4736
4737         * configure.ac:
4738         Back to CVS
4739
4740 === release 0.10.16 ===
4741
4742 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4743
4744         * configure.ac:
4745           releasing 0.10.16, "Scheduled Interruption"
4746
4747 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4748
4749         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4750
4751         * gst-libs/gst/rtp/gstrtpbuffer.c:
4752         (gst_rtp_buffer_get_extension_data):
4753         Fix typos and wrong extension check. Fixes #511274.
4754
4755 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4756
4757         * po/sk.po:
4758         Oops - add new sk.po mentioned in the LINGUAS I just committed
4759
4760 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4761
4762         * po/LINGUAS:
4763         Add ca translation to the disted list.
4764
4765         * win32/vs6/libgstsdp.dsp:
4766         Convert line endings to CRLF
4767
4768 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4769
4770         * win32/MANIFEST:
4771         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4772
4773 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4774
4775         * win32/common/libgstsdp.def:
4776         * win32/common/libgstvideo.def:
4777         Add new API declarations
4778
4779 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4780
4781         * ext/theora/gsttheoradec.h:
4782         * ext/theora/gsttheoraparse.h:
4783         * ext/theora/theoradec.c:
4784         * ext/theora/theoraparse.c:
4785         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4786         and parser by inspecting the bitstream version of the incoming data.
4787
4788 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4789
4790         * configure.ac:
4791         * pkgconfig/Makefile.am:
4792         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4793         * pkgconfig/gstreamer-audio.pc.in:
4794         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4795         * pkgconfig/gstreamer-cdda.pc.in:
4796         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4797         * pkgconfig/gstreamer-fft.pc.in:
4798         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4799         * pkgconfig/gstreamer-floatcast.pc.in:
4800         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4801         * pkgconfig/gstreamer-interfaces.pc.in:
4802         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4803         * pkgconfig/gstreamer-netbuffer.pc.in:
4804         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4805         * pkgconfig/gstreamer-pbutils.pc.in:
4806         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4807         * pkgconfig/gstreamer-riff.pc.in:
4808         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4809         * pkgconfig/gstreamer-rtp.pc.in:
4810         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4811         * pkgconfig/gstreamer-rtsp.pc.in:
4812         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4813         * pkgconfig/gstreamer-sdp.pc.in:
4814         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4815         * pkgconfig/gstreamer-tag.pc.in:
4816         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4817         * pkgconfig/gstreamer-video.pc.in:
4818         Provide one pkg-config file for every gst-plugins-base library.
4819         This makes linking to those libraries much more intuitive and
4820         provides standard pkg-config behaviour for them. Fixes bug #499697.
4821
4822 2008-01-13  David Schleef  <ds@schleef.org>
4823
4824         * gst/videoscale/vs_4tap.c:
4825           Fix valgrind error on 4tap scaling method.
4826
4827 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4828
4829         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4830         Include Winsock2.h for VS6 and use a different way initialize
4831         hints structure so it can build with VS6.
4832         * win32/MANIFEST:
4833         * win32/vs6/libgstsdp.dsp:
4834         * win32/common/libgstsdp.def:
4835         Add new files for libgstsdp.
4836         * win32/vs6/grammar.dsp:
4837         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4838         * win32/vs6/gst_plugins_base.dsw:
4839         * win32/vs6/libgstdecodebin.dsp:
4840         * win32/vs6/libgstdecodebin2.dsp:
4841         * win32/vs6/libgstplaybin.dsp:
4842         * win32/vs6/libgstvolume.dsp:
4843         Add new dependencies to the link list.
4844
4845 2008-01-13  Julien Moutte  <julien@fluendo.com>
4846
4847         * win32/common/config.h:
4848         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4849         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4850         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4851         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4852         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4853         * win32/common/interfaces-enumtypes.c:
4854         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4855         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4856         (gst_mixer_track_flags_get_type),
4857         (gst_tuner_channel_flags_get_type):
4858         * win32/common/multichannel-enumtypes.c:
4859         (gst_audio_channel_position_get_type):
4860         * win32/common/pbutils-enumtypes.c:
4861         (gst_install_plugins_return_get_type):
4862         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4863         in the win32 build directory.
4864
4865 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4866
4867         * tests/check/Makefile.am:
4868         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4869
4870         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4871         * tests/check/elements/playbin.c:
4872         * tests/check/libs/mixer.c: (test_element_interface_supported),
4873         (gst_implements_interface_init):
4874         * tests/check/libs/rtp.c: (GST_START_TEST):
4875         Fix various assignment type mismatches.
4876
4877 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4878
4879         * configure.ac:
4880         * gst-libs/gst/rtsp/Makefile.am:
4881         Add test to see if hstrerror is available or if we need libresolv
4882         (Solaris) for it, then use it in libgstrtsp.
4883
4884 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4885
4886         * gst-libs/gst/tag/Makefile.am:
4887         Fix include path order
4888
4889 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4890
4891         * gst-libs/gst/pbutils/install-plugins.c:
4892         (gst_install_plugins_context_copy),
4893         (gst_install_plugins_context_get_type):
4894         * gst-libs/gst/pbutils/install-plugins.h:
4895         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4896         for bindings.
4897
4898 2008-01-11  Michael Smith <msmith@fluendo.com>
4899
4900         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4901         (_theora_granule_frame), (_theora_granule_start_time),
4902         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4903           Adapt for post-alpha meaning of granulepos, when we
4904           have a newer version of libtheora.
4905         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4906         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4907         (theora_enc_is_discontinuous), (theora_enc_chain):
4908           Likewise.
4909         * tests/check/Makefile.am:
4910           Link libtheora into theoraenc test so we can check which version of
4911           libtheora we're testing against.
4912         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4913         (check_buffer_granulepos),
4914         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4915         (theoraenc_suite):
4916           Adapt tests to check the values that are now defined for theora; make
4917           the tests backwards-adapt the passed values if we're running against an
4918           old libtheora.
4919           Fixes #497964
4920
4921 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * gst-libs/gst/audio/gstbaseaudiosink.c:
4924           (gst_base_audio_sink_class_init):
4925         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4926           (gst_base_audio_src_class_init):
4927           Ref audio clock class from a thread-safe context to make sure
4928           we're not bit by GObjects lack of thread-safety here (#349410),
4929            however unlikely that may be in practice.
4930
4931 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4932
4933         * autogen.sh:
4934           Add -Wno-portability to the automake parameters to stop warnings
4935           about GNU make extensions being used. We require GNU make in almost
4936           every Makefile anyway.
4937           
4938         * configure.ac:
4939           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4940           at the same time is required for per target flags.
4941
4942 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4945           Post an error message if we can't pull as many bytes as we need
4946           for the tag. This makes sure the user gets to see a proper error
4947           message if a file with a partial ID3 tag is fed to decodebin, and
4948           not a 'no ID3 tag demuxer' error, which would be confusing
4949           (see #508138).
4950
4951 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4952
4953         * gst-libs/gst/pbutils/descriptions.c: (formats):
4954           Add description strings for ID3, APE, and ICY tags.
4955
4956 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         * gst/playback/gstdecodebin.c: (try_to_link_1):
4959           Make sure we error out correctly if we can't activate one of
4960           the elements we've added.  Fixes #508138.
4961           
4962 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         Patch by: Bastien Nocera <hadess at hadess net>
4965
4966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4967           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4968           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4969           the volume is the same for all channels. This works around
4970           some problem in alsa that leaves us with inconsistent state
4971           for some reason (#486840).
4972
4973 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4974
4975         Patch by: Jerone Young <jerone at gmail com>
4976
4977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4978           If there's no mixer track by the name of 'Master' or 'Front',
4979           check if there's one called 'PCM' before trying the generic
4980           fallback logic (fixes #506928, where we pick 'Mic' as master
4981           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4982
4983 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4984
4985         * gst/playback/gstplay-enum.c:
4986         (register_gst_autoplug_select_result),
4987         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4988         (gst_play_flags_get_type):
4989         * gst/playback/gstplay-enum.h:
4990         Add enums for configuration flags.
4991
4992         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4993         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4994         (gst_play_bin_get_property), (no_more_pads_cb),
4995         (autoplug_select_cb), (gst_play_bin_change_state):
4996         Merge mode with flags.
4997         Add more property getters/setters, defaults and docs.
4998         Add properties to get number of audio/video/text streams.
4999         Create sink object in _init so that we can always rely on it being
5000         there.
5001
5002         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5003         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5004         (activate_vis), (gst_play_sink_reconfigure),
5005         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5006         (gst_play_sink_change_state):
5007         * gst/playback/gstplaysink.h:
5008         Use flags to configure the sink pipelines.
5009         Add tee before audio pipeline so that we can use it for visualisations.
5010         Start working on integrating visualisations.
5011         Remove mode, we can do everything with the flags now.
5012         Add method to configue the sink pipeline.
5013
5014 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5017           (check_buffer_timestamp), (check_buffer_duration):
5018           Turn these functions into macros so we can see right away
5019           where the failure occured.
5020
5021 2008-01-05  Julien Moutte  <julien@fluendo.com>
5022
5023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5024         debugging information to understand how X calculates the stride
5025         for XvImages.
5026
5027 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5028
5029         * gst/volume/Makefile.am:
5030         * gst/volume/gstvolume.c: (volume_choose_func),
5031         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5032         (volume_setup):
5033         * gst/volume/gstvolume.h:
5034         Use GstAudioFilter as base class for the volume element instead of
5035         plain GstBaseTransform.
5036
5037 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5038
5039         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5040         Don't set element details for the abstract GstAudioFilter class.
5041
5042 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5043
5044         * gst-libs/gst/audio/gstaudiofilter.c:
5045         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5046         Implement get_unit_size() vmethod of GstBaseTransform.
5047
5048 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5049
5050         * gst-libs/gst/pbutils/Makefile.am:
5051         * gst-libs/gst/pbutils/pbutils.h:
5052         Use glib-enum generator to have a proper enum GType for
5053         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5054
5055 2007-12-31  David Schleef  <ds@schleef.org>
5056
5057         * tests/check/Makefile.am:
5058         * tests/check/pipelines/theoraenc.c:
5059           Reenable theoraenc test, which fails on the buildbot but
5060           not locally.
5061
5062 2007-12-31  David Schleef  <ds@schleef.org>
5063
5064         * docs/libs/.cvsignore:
5065         * docs/plugins/.cvsignore:
5066           Add *-undeclared.txt to fix buildbot.
5067
5068 2007-12-31  David Schleef  <ds@schleef.org>
5069
5070         * tests/check/Makefile.am:
5071           Second attempt at disabling theoraenc test long enough to
5072           get buildbot to compile -base.
5073
5074 2007-12-31  David Schleef  <ds@schleef.org>
5075
5076         * tests/check/pipelines/theoraenc.c:
5077           Disable theoraenc test long enough to get the buildbot to
5078           compile a recent -base.
5079
5080 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5081
5082         * tests/examples/seek/seek.c: (stop_cb):
5083         Make sure we reset the slider value to 0.0 without racing against a
5084         possible g_idle that sets it to something else.
5085
5086 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5087
5088         * sys/ximage/ximagesink.c:
5089         fix typo
5090
5091 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5092
5093         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5094         * gst-libs/gst/rtsp/gstrtspdefs.h:
5095         Add Location header so that we can start implementing redirects.
5096         See #506025.
5097
5098 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5099
5100         * gst/subparse/gstssaparse.c:
5101         combine if's
5102
5103 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5104
5105         * gst/subparse/gstssaparse.c:
5106         remove duplicate log message
5107
5108 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5109
5110         * ext/libvisual/visual.c: (gst_visual_chain):
5111         Fix 'xyz may be used uninitialized' compiler warnings caused
5112         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5113         abort() in any case but properly report the error.
5114
5115 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5116
5117         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5118         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5119         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5120         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5121         (autoplug_select_cb), (activate_group), (deactivate_group),
5122         (setup_next_source), (save_current_group),
5123         (gst_play_bin_change_state):
5124         Code cleanups.
5125         Remove next-uri, we can use the uri property just fine.
5126         Fix some crasher.
5127         Unref uridecodebin when switching.
5128         Fix going to READY.
5129
5130         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5131         (gst_play_sink_init), (gst_play_sink_dispose),
5132         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5133         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5134         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5135         (gst_play_sink_set_property), (gst_play_sink_get_property),
5136         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5137         (gen_vis_element), (gst_play_sink_get_mode),
5138         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5139         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5140         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5141         (gst_play_sink_change_state):
5142         * gst/playback/gstplaysink.h:
5143         Add some locking to make things threadsafe.
5144
5145         * gst/playback/test7.c: (about_to_finish_cb):
5146         Fix test.
5147
5148 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5151           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5152           (gst_video_scale_transform):
5153           Don't claim to be able to handle/transform caps that can't really
5154           be handled by the currently selected scaling method (here: RGB or
5155           packed YUV with 4-tap method). Also add locking to method property.
5156
5157         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5158           (test_basetransform_based):
5159           Some test pipelines for the above (not entirely valgrind clean yet
5160           apparently).
5161
5162 2007-12-21  David Schleef  <ds@schleef.org>
5163
5164         * gst-libs/gst/video/video.c:
5165         * gst-libs/gst/video/video.h:
5166           Add additional RGBA and RGB-24 video formats.
5167
5168 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5171           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5172           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5173         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5174           (cddabasesrc_suite):
5175           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5176           deprecated in the future (see #498924).
5177
5178 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5181           Don't leak event.
5182
5183 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5184
5185         * gst-libs/gst/riff/riff-read.c:
5186         Use GST_ROUND_UP_2 macro
5187
5188 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * gst/playback/.cvsignore:
5191           Ignore more.
5192
5193 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5196         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5197           (set_active_source):
5198         * gst/playback/gstplaybasebin.h:
5199         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5200           (setup_sinks), (playbin_set_subtitles_visible):
5201           Make switching off of subtitles work. To avoid all kind of
5202           problems with unlinking of the subtitle input, we just keep
5203           the subtitle inputs linked as they are and tell textoverlay
5204           not to render them. Fixes #373011.
5205           Other subtitle switching issues (esp. when there are both
5206           external and in-stream subtitles) remain. They'll be solved
5207           in playbin2.
5208
5209 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5210
5211         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5212         Init the pad segment too.
5213
5214 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5215
5216         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5217         (gst_audioringbuffer_open_device),
5218         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5219         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5220         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5221         (gst_audio_sink_create_ringbuffer):
5222         Improve debug output.
5223
5224         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5225         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5226         Prevent some functions from doing things and failing when the
5227         ringbuffer is not yet acquired.
5228
5229 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5230
5231         * gst-libs/gst/interfaces/interfaces.h:
5232           Also remove interfaces.h from CVS as it is not needed anymore.
5233
5234 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5235
5236         * gst-libs/gst/interfaces/Makefile.am:
5237           interfaces.h is not used anymore so remove it from the build
5238           process.
5239
5240 2007-12-17  David Schleef  <ds@schleef.org>
5241
5242         * gst/videotestsrc/gstvideotestsrc.c:
5243         * gst/videotestsrc/gstvideotestsrc.h:
5244           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5245           for testing vertical refresh synchronization.
5246
5247 2007-12-17  David Schleef  <ds@schleef.org>
5248
5249         * docs/libs/gst-plugins-base-libs-sections.txt:
5250         * gst-libs/gst/video/video.c:
5251         * gst-libs/gst/video/video.h:
5252           Add new GstVideFormat enum and write a bunch of helper functions
5253           based around it.
5254
5255 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5256
5257         * Makefile.am:
5258           Use new common/win32.mak.
5259
5260 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5261
5262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5263         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5264         Add debug info.
5265         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5266         the parent state change function, just like the audiosink, because the
5267         parent waits for the element to finish its processing before completing
5268         the state change. This makes going to PAUSED a lot snappier.
5269         When going from READY to PAUSED, don't allow the ringbuffer to start
5270         yet.
5271
5272 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5273
5274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5275         Yet another fix for broken software that produce files with an empty
5276         blockalign field. Instead of completely failing, make a second attempt
5277         at guessing the width/depth by looking at strf->size.
5278
5279 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5282           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5283         * gst-libs/gst/pbutils/install-plugins.c:
5284           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5285         * gst-libs/gst/pbutils/missing-plugins.c:
5286           (gst_missing_plugin_message_get_installer_detail),
5287           (gst_missing_encoder_installer_detail_new):
5288         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5289         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5290           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5291           avoid compiler warnings (#503930).
5292
5293 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5294
5295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5296         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5297         for jpeg video streams.
5298         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5299         for the above modification.
5300
5301 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5302
5303         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5304           (gst_x_overlay_handle_events):
5305           More guards (we don't want klass to end up being NULL).
5306
5307 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5308
5309         * configure.ac:
5310         * gst/volume/gstvolume.c: (gst_volume_init):
5311           Use new gst_base_transform_set_gap_aware() function as volume
5312           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5313           for this.
5314
5315 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5318         Don't go to READY on EOS as this avoids testing of seeking and
5319         restarting after EOS, use the stop button when you want to READY.
5320         Don't try to do a flushing seek in segment-done, it does not make
5321         sense to use this for gapless playback and is not needed.
5322
5323 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5324
5325         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5326         (reset_rate_timer), (update_in_rates), (update_out_rates),
5327         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5328         (gst_queue_chain), (gst_queue_loop):
5329         Use separate timers for input and output rates.
5330         Pause measuring the output rate when we block for more data.
5331         See #503262.
5332
5333 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5334
5335         * gst/playback/gstqueue2.c: (gst_queue_chain):
5336         Pause the timer to measure the input rate when we block because the
5337         queue is filled. See #503262.
5338
5339 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5340
5341         Patch by: Peter Kjellerstedt  <pkj at axis com>
5342
5343         * gst-libs/gst/rtsp/gstrtspconnection.c:
5344         (gst_rtsp_connection_free):
5345         Close control sockets. Fixes #503440.
5346
5347 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5348
5349         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5350         Expose the right pad in the right place with the right element.
5351
5352 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5353
5354         * gst-libs/gst/pbutils/descriptions.c: (formats):
5355           Add description for 'private' dts caps (who come up with that name?).
5356
5357 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5358
5359         * Makefile.am:
5360           Add check-exports target and run it with 'make check'.
5361
5362         * configure.ac:
5363           Be stricter about what we export in our libraries: change regexp so that
5364           we only export _gst_foo(), but not __gst_foo().
5365
5366         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5367         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5368           Change internal functions to __gst_foo so they dont' get exported.
5369
5370         * win32/common/libgstaudio.def:
5371           Add missing symbols.
5372
5373 2007-12-11  David Schleef  <ds@schleef.org>
5374
5375         * ChangeLog: remove conflict markers
5376
5377 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         * ext/gnomevfs/Makefile.am:
5380         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5381           Use gst_tag_freeform_string_to_utf8() here, which also takes
5382           into account any character sets specified by the user via
5383           environment variables.
5384
5385 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5386
5387         * gst/audioconvert/Makefile.am:
5388         Also link to libm.
5389
5390 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5391
5392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5393         No need for floating point operations here. avoids having to link
5394         against the math library too.
5395
5396 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         * gst-libs/gst/pbutils/descriptions.c: (formats),
5399           (format_info_get_desc):
5400         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5401           (GST_START_TEST):
5402           Add one or two missing formats.  Generate ADPCM description
5403           dynamically depending on layout/format.
5404
5405 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5406
5407         * configure.ac:
5408           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5409
5410 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5411
5412         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5413
5414         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5415           Some .srt files start with chunk number 0 and not chunk number 1,
5416           recognise and accept those as well (fixes #502497).
5417
5418         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5419           (test_src):
5420           Add unit test for the above.
5421
5422 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5423
5424         * gst/playback/gstplay-enum.c:
5425         (register_gst_autoplug_select_result),
5426         (gst_autoplug_select_result_get_type):
5427         * gst/playback/gstplay-enum.h:
5428         Add missing files.
5429
5430 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5431
5432         * gst/playback/Makefile.am:
5433         Group decodebin2 and uridecodebin into the same plugin so that they
5434         can share the GEnumType.
5435
5436         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5437         (_gst_select_accumulator), (gst_decode_bin_class_init),
5438         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5439         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5440         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5441         Add signal to sort factories instead of the more awkward autoplug-select
5442         signal.
5443         Modify autoplug_select so that we can try, skip or expose the
5444         autopluggin of an element on a pad.
5445
5446         * gst/playback/gstfactorylists.c: (compare_ranks),
5447         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5448         (element_filter), (gst_factory_list_get_elements),
5449         (gst_factory_list_debug), (gst_factory_list_filter):
5450         * gst/playback/gstfactorylists.h:
5451         Simplify the API, allow getting elements based on mask.
5452
5453         * gst/playback/gstplay-marshal.list:
5454         Add some more marshallers.
5455
5456         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5457         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5458         (autoplug_select_cb), (activate_group):
5459         Add support for managing non-raw sinks by providing a custom element and
5460         sink list to decodebin2.
5461         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5462         decodebin2.
5463
5464         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5465         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5466         * gst/playback/gstplaysink.h:
5467         Add support for raw and non-raw sinks. 
5468         Add support to force sinks selected by playbin2.
5469         Don't plug raw converters for non-raw sinks.
5470
5471         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5472         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5473         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5474         (plugin_init):
5475         Use right accumulators.
5476         Proxy new signal.
5477
5478 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5479
5480         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5481         Use runnning time as the base time instead of the timestamp.
5482         Spotted by Saur on IRC.
5483
5484 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5485
5486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5487         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5488
5489 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5490
5491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5492         (gst_ogg_demux_read_chain):
5493         If we find a new serial number but it does not contain a BOS page, make
5494         sure we initialize the chain to NULL because else we will try to scan it
5495         and crash. Fixes #500763
5496
5497 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5498
5499         * gst/playback/Makefile.am:
5500         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5501         (get_feature_array), (decoders_filter), (sinks_filter),
5502         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5503         (gst_factory_list_filter):
5504         * gst/playback/gstfactorylists.h:
5505         Refactor some common code to filter factories and check caps compat.
5506
5507         * gst/playback/gstdecodebin.c:
5508         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5509         (gst_decode_bin_init), (gst_decode_bin_dispose),
5510         (gst_decode_bin_autoplug_continue),
5511         (gst_decode_bin_autoplug_factories),
5512         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5513         (find_compatibles):
5514         * gst/playback/gstplaybin.c:
5515         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5516         (gst_play_bin_init), (gst_play_bin_finalize),
5517         (autoplug_factories_cb), (activate_group):
5518         * gst/playback/gstqueue2.c:
5519         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5520         (proxy_autoplug_continue_signal),
5521         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5522         (proxy_drained_signal):
5523         Add some more debug info and use factor filtering code.
5524
5525 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5526
5527         * gst/audiotestsrc/gstaudiotestsrc.c:
5528         * gst/volume/gstvolume.c:
5529         * gst/volume/gstvolume.h:
5530           Add GAP-flag support.
5531
5532 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5533
5534         * tests/examples/seek/seek.c: (main): Increase the range of the
5535         rate selector as I would like to test QOS behavior at higher
5536         forward and reverse playback speed like say 64x.
5537
5538 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5539
5540         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5541         (audioresample_query), (audioresample_query_type),
5542         (gst_audioresample_set_property):
5543         Implement latency query.
5544
5545 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5546
5547         * gst-libs/gst/audio/gstbaseaudiosink.c:
5548         (gst_base_audio_sink_drain):
5549         Our EOS time contains the base_time, _wait_eos() expects a running_time
5550         so we have to subtract the base_time again before calling the function.
5551         This fixes an EOS regression where the base_time was added twice and EOS
5552         took longer and longer in certain situations.
5553         Fixes #498767.
5554
5555 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5556
5557         * docs/libs/gst-plugins-base-libs-sections.txt:
5558         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5559         (gst_base_audio_sink_set_provide_clock),
5560         (gst_base_audio_sink_get_provide_clock),
5561         (gst_base_audio_sink_set_slave_method),
5562         (gst_base_audio_sink_get_slave_method),
5563         (gst_base_audio_sink_set_property),
5564         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5565         (gst_base_audio_sink_none_slaving),
5566         (gst_base_audio_sink_handle_slaving):
5567         * gst-libs/gst/audio/gstbaseaudiosink.h:
5568         Expose methods for some object properties so that subclasses can more
5569         easily configure them.
5570         Added slave method none, that completely disables slaving to the
5571         internal clock.
5572         API: gst_base_audio_sink_set_provide_clock()
5573         API: gst_base_audio_sink_get_provide_clock()
5574         API: gst_base_audio_sink_set_slave_method()
5575         API: gst_base_audio_sink_get_slave_method()
5576
5577         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5578         (gst_base_audio_src_set_provide_clock),
5579         (gst_base_audio_src_get_provide_clock),
5580         (gst_base_audio_src_set_property),
5581         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5582         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5583         Expose methods for some object properties so that subclasses can more
5584         easily configure them.
5585         API: gst_base_audio_src_set_provide_clock()
5586         API: gst_base_audio_src_get_provide_clock()
5587
5588 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5589
5590         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5591
5592         * gst-libs/gst/sdp/gstsdpmessage.c:
5593         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5594
5595 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5596
5597         * tests/check/libs/fft.c: (GST_START_TEST):
5598         Fix scaling to really have dB instead of something else.
5599
5600 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5601
5602         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5603         GTK version, use it.
5604
5605 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5606
5607         * tests/examples/seek/seek.c: (main): Try to support stable version
5608         of GTK.
5609
5610 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5611
5612         * gst/playback/README:
5613         * gst/playback/test7.c:
5614           Fix the build + little README update.
5615
5616 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5617
5618         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5619         Add playbin2 seek pipeline.
5620
5621 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5622
5623         * gst/playback/Makefile.am:
5624         * gst/playback/gstplayback.c: (plugin_init):
5625         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5626         (eos_cb), (about_to_finish_cb), (main):
5627         Add playbin2.
5628         Added gapless playback example.
5629
5630         * gst/playback/gstplaybasebin.c:
5631         * gst/playback/gstplaybasebin.h:
5632         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5633         * gst/playback/gstqueue2.c:
5634         * gst/playback/test.c:
5635         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5636         (pad_removed_cb):
5637         * gst/playback/gststreaminfo.h:
5638         Change email.
5639
5640         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5641         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5642         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5643         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5644         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5645         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5646         (drained_cb), (unlink_group), (activate_group),
5647         (setup_next_source), (gst_play_bin_change_state),
5648         (gst_play_bin2_plugin_init):
5649         Added raw first version of playbin2. Does chained oggs and gapless
5650         playback fine. No support for raw sinks yet. No visualisations or
5651         subtitles yet.
5652
5653         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5654         (gst_play_sink_class_init), (gst_play_sink_init),
5655         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5656         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5657         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5658         (gst_play_sink_set_property), (gst_play_sink_get_property),
5659         (post_missing_element_message), (free_chain), (add_chain),
5660         (activate_chain), (gen_video_chain), (gen_text_element),
5661         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5662         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5663         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5664         (gst_play_sink_send_event), (gst_play_sink_change_state):
5665         * gst/playback/gstplaysink.h:
5666         Added Element that abstracts the sinks and their pipelines for playbin2.
5667
5668 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5669
5670         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5671         (gst_selector_pad_class_init), (gst_selector_pad_init),
5672         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5673         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5674         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5675         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5676         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5677         (gst_stream_selector_init), (gst_stream_selector_set_property),
5678         (gst_stream_selector_get_linked_pad),
5679         (gst_stream_selector_getcaps),
5680         (gst_stream_selector_is_active_sinkpad),
5681         (gst_stream_selector_activate_sinkpad),
5682         (gst_stream_selector_get_linked_pads),
5683         (gst_stream_selector_request_new_pad),
5684         (gst_stream_selector_release_pad):
5685         * gst/playback/gststreamselector.h:
5686         Improve streamselector, make it select and unselect the current pad more
5687         intelligently. 
5688         Subclass GstPad for the sinkpads of the selector.
5689         Handle segments more correctly.
5690         Fix caps negotiation.
5691         Implement release_pad.
5692
5693 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5694
5695         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5696         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5697         (remove_fakesink):
5698         Add drained signal fired when decodebin finishes decoding the data.
5699         Remove deprecated STATE_DIRTY message.
5700
5701         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5702         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5703         (analyse_source), (proxy_drained_signal), (make_decoder),
5704         (source_new_pad), (value_list_append_structure_list),
5705         (handle_redirect_message), (handle_message):
5706         Proxy the new drained signal.
5707         Handle pad removed from decodebin.
5708         Handle redirect messages by sorting multiple redirections based on the
5709         connection speed.
5710
5711 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5712
5713         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5714
5715         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5716         Fix leaking headers. Fixes #496761.
5717
5718 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5719
5720         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5721
5722         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5723         (gst_ximagesink_change_state):
5724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5725         Don't leak the PAR on errors. Fixes #496731.
5726
5727 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5730           (gst_tag_from_id3_user_tag):
5731           Add mapping for audio cd discid tags, so we can extract
5732           them from tags as well (see #347848). Also compare identifiers
5733           in ID3v2 TXXX frames in a case-insensitive way to increase
5734           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5735
5736 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5737
5738         * gst-plugins-base.doap:
5739         Oops, fix the release name.
5740
5741 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5742
5743         * gst-plugins-base.doap:
5744         Add 0.10.15 release
5745
5746 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5747
5748         * configure.ac:
5749         Back to CVS
5750
5751 === release 0.10.15 ===
5752
5753 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5754
5755         * configure.ac:
5756           releasing 0.10.15, "No need to argue"
5757
5758 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5759
5760         * win32/vs6/libgstfft.dsp:
5761         Convert line endings to DOS.
5762
5763 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5764
5765         * win32/vs6/gst_plugins_base.dsw:
5766         * win32/vs6/libgstfft.dsp:
5767         * win32/MANIFEST:
5768         Add a project file for fft plugin and remove socket
5769         based plugin which don't build from the workspace.
5770         * win32/vs6/libgstaudio.dsp:
5771         * win32/vs6/libgstrtp.dsp:
5772         * win32/vs6/libgsttag.dsp:
5773         Convert line endings back to DOS.
5774         Fixes #496724
5775
5776 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5777
5778         * win32/vs6/libgstinterfaces.dsp:
5779         * win32/vs6/libgstrtsp.dsp:
5780         Convert line endings back to DOS
5781
5782 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5783
5784         * gst-libs/gst/fft/kiss_fft_f32.h:
5785         * gst-libs/gst/fft/kiss_fft_f64.h:
5786         * gst-libs/gst/fft/kiss_fft_s16.h:
5787         * gst-libs/gst/fft/kiss_fft_s32.h:
5788         Don't include malloc.h which doesn't exist on Mac OSX.
5789         Instead, pull in glib.h and use g_malloc/g_free for 
5790         consistency. Fixes: #496548
5791
5792 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5793
5794         * gst/playback/gstdecodebin2.c:
5795           Dont leak ghostpad. Fixes #475451.
5796
5797 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5798
5799         * docs/design/design-decodebin.txt:
5800         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5801         Update some more docs and comments.
5802
5803 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         Patch by: Sebastien Moutte  <sebastien moutte net>
5806
5807         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5808           (gst_rtcp_unix_to_ntp):
5809         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5810           Fix some C99-isms and and a missing function that some versions of
5811           MSVC don't like too much (#494346).
5812
5813         * win32/vs6/gst_plugins_base.dsw:
5814         * win32/vs6/libgstaudio.dsp:
5815         * win32/vs6/libgstrtp.dsp:
5816         * win32/vs6/libgsttag.dsp:
5817           Update vs6 projects files (#494346).
5818
5819 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5820
5821         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5822
5823         * win32/common/libgstaudio.def:
5824         * win32/common/libgstcdda.def:
5825         * win32/common/libgstinterfaces.def:
5826         * win32/common/libgstnetbuffer.def:
5827         * win32/common/libgstpbutils.def:
5828         * win32/common/libgstrtp.def:
5829         * win32/common/libgstrtsp.def:
5830         * win32/common/libgsttag.def:
5831         * win32/common/libgstvideo.def:
5832           More missing symbols to export (fixes #493986).
5833
5834 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5835
5836         * docs/libs/gst-plugins-base-libs-sections.txt:
5837         * gst-libs/gst/fft/gstfftf32.c:
5838         * gst-libs/gst/fft/gstfftf32.h:
5839         * gst-libs/gst/fft/gstfftf64.c:
5840         * gst-libs/gst/fft/gstfftf64.h:
5841         * gst-libs/gst/fft/gstffts16.c:
5842         * gst-libs/gst/fft/gstffts16.h:
5843         * gst-libs/gst/fft/gstffts32.c:
5844         * gst-libs/gst/fft/gstffts32.h:
5845         * tests/check/libs/fft.c: (GST_START_TEST):
5846         Remove the magnitude and phase calculation functions as these have
5847         very special use cases and can't even be used for the spectrum
5848         element. Also adjust the docs to mention some properties of the used
5849         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5850
5851 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5854           (finish_source):
5855           Avoid crash when there are external subtitles (fixes #491722).
5856
5857 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5858
5859         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5860         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5861           'Could not open resource for writing' is not an acceptable
5862           error message when we can't open the audio device (see #492334),
5863           even less so when we're trying to open it to record something.
5864
5865 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5866
5867         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5868
5869         * win32/common/libgstrtp.def:
5870           Add some more missing symbols (#492813).
5871
5872 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5875
5876         * tests/check/elements/audioconvert.c: (verify_convert):
5877           Add check to make sure that the out caps have a channel layout
5878           set on them where they should have one.
5879
5880 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5881
5882         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5883
5884         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5885         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5886           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5887           (#492306).
5888
5889         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5890           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5891           (it disappeared in GLib 2.14.0) (#492306).
5892
5893         * gst-libs/gst/sdp/Makefile.am:
5894         * gst-libs/gst/sdp/gstsdpmessage.c:
5895           Fix includes and LIBS for win32/Mingw (#492306).
5896
5897         * tests/examples/dynamic/addstream.c (pause_play_stream):
5898           Use more portable g_usleep() instead of sleep() (#492306).
5899
5900 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5903
5904         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5905           (gst_ring_buffer_parse_caps):
5906           Return NULL instead of an enum that happens to be 0, fixes warning
5907           on MSVC (#492114).
5908
5909         * gst-libs/gst/audio/gstringbuffer.h:
5910           No trailing commas in enum list (for gcc-2.9x).
5911
5912         * gst/videotestsrc/videotestsrc.c: (random_char):
5913           Make information loss explicit instead of implicitly truncating to
5914           eight bits via the return value.  Fixes runtime error on MSVC when
5915           using the debug CRT (#492114).
5916
5917         * win32/common/config.h.in:
5918           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5919
5920         * win32/common/libgstinterfaces.def:
5921         * win32/common/libgstrtp.def:
5922           Export a few more symbols (#492114).
5923
5924 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5925
5926         * gst-libs/gst/audio/audio.c:
5927         * gst-libs/gst/audio/audio.h:
5928           Readd the deprecation guards, but preserve compilability.
5929
5930 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5931
5932         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5933           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5934           Preserve channel layout when fixating the number of channels in the
5935           output caps, or make sure there's a suitable channel position layout
5936           set on the caps if required. Fixes #430677.
5937
5938 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5939
5940         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5941           Make sure the pipeline really operates in push mode as it should
5942           in this case.
5943
5944 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * gst-libs/gst/audio/audio.h:
5947           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5948           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5949           (ie. normal cvs builds) will fail.
5950
5951 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5952
5953         * docs/libs/Makefile.am:
5954         * gst-libs/gst/audio/audio.c:
5955         * gst-libs/gst/audio/audio.h:
5956         * gst-libs/gst/interfaces/mixer.c:
5957           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5958
5959 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5962           (test_channel_layout_value_intersect), (audio_suite):
5963           Add simple unit test to make sure GstValue intersection
5964           of channel layouts works the way I think it does.
5965
5966 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5967
5968         * docs/libs/gst-plugins-base-libs-sections.txt:
5969         * gst-libs/gst/audio/gstaudiofilter.h:
5970         * gst-libs/gst/interfaces/mixer.h:
5971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5972         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5973         * gst-libs/gst/sdp/gstsdpmessage.c:
5974           Fix the docs according to what gtk-doc complained about.
5975
5976 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5977
5978         * tests/icles/stress-playbin.c:
5979           Fix the build.
5980
5981 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5984         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5985           Post nice/more useful error message if we don't have a decoder for
5986           the primary type.
5987
5988 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5989
5990         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5991         Be a bit more useful, unblock the pads after we fired the no-more-pads
5992         signal so that we can use the signal to inspect and connect all pads
5993         without having to keep extra state outside of decodebin.
5994
5995 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5996
5997         * gst/playback/gsturidecodebin.c:
5998         (gst_uri_decode_bin_autoplug_continue),
5999         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6000         Implement default signal handler so that we return TRUE when nothing is
6001         connected.
6002
6003 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6004
6005         * gst-libs/gst/riff/riff-media.c:
6006         (gst_riff_wavext_add_channel_layout),
6007         (gst_riff_wave_add_default_channel_layout),
6008         (gst_riff_wavext_get_default_channel_mask),
6009         (gst_riff_create_audio_caps):
6010         Use the ALSA channel layout as default for wav files without channel
6011         layout information. This fixes playback of chan-id.wav on 5.1 systems
6012         for example. Also refactor the channel layout setting a bit and add
6013         more default channel orders. Fixes #489010.
6014
6015 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6016
6017         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6018           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6019           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6020           instead.
6021
6022 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6023
6024         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6025         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6026         (gst_decode_bin_set_subs_encoding),
6027         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6028         (gst_decode_bin_get_property), (analyze_new_pad):
6029         Move subtitle encoding property to decodebin2 so that it can set the
6030         property value on all elements that it autoplugs and that require it.
6031         Make caps refcounting more consistent in get/set.
6032
6033         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6034         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6035         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6036         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6037         (proxy_autoplug_continue_signal),
6038         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6039         (make_decoder):
6040         Proxy properties and relevant signals from the internal decodebin.
6041         Make properties MT safe.
6042
6043 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6046         * gst-libs/gst/tag/tags.c:
6047           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6048           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6049
6050         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6051           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6052
6053         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6054           (gst_tag_to_vorbis_comments):
6055           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6056           just mapping everything I found in the wild) (#414539).
6057
6058 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6059
6060         Inspired by patch of: René Stadler <mail at renestadler dot de>
6061
6062         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6063         (gst_decode_bin_autoplug_continue),
6064         (gst_decode_bin_autoplug_factories),
6065         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6066         (find_compatibles):
6067         * gst/playback/gstplay-marshal.list:
6068         Remove the autoplug-sort signal and replace it with a binding friendly
6069         autoplug-select signal.
6070         Add an autoplug-factories signal that can be used to generate a list of
6071         factories to try to autoplug.
6072         Add the GstPad to the autoplugging signal args as it might be needed to
6073         make a good factory selection.
6074         Fix up the marshallers for this. Fixes #407282.
6075
6076 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6077
6078         * gst-libs/gst/tag/gsttagdemux.c:
6079           Don't abort with an assertion if we receive a seek event with
6080           a start type of NONE (see launchpad bug #155878).
6081
6082 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6083
6084         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6085         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6086         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6088         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6089         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6090         Make sure that before we clean up the X resources, we shutdown and join
6091         the event thread.
6092         Also make sure the event thread does not shut down immediatly after
6093         startup because the running variable is not yet correctly set.
6094         Fixes #378770. 
6095
6096 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6097
6098         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6099         Make the window for a race in typefind and shutting down smaller until
6100         we figure out the right locking here. Avoids #485753 usually.
6101
6102         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6103         Remove unneeded lock causing a race in typefind and shutting down.
6104         Fixes #485753.
6105
6106         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6107         Also remove sinks when going to NULL because we might not complete the
6108         state change to PAUSED, causing the PAUSED->READY state change not to
6109         happen.
6110
6111 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6112
6113         * gst-libs/gst/audio/gstbaseaudiosink.c:
6114         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6115         Also explicitly release the ringbuffer when going to NULL because it
6116         is required in the setcaps function, before the state change to PAUSED
6117         completes.
6118
6119 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6120
6121         * tests/icles/.cvsignore:
6122         * tests/icles/Makefile.am:
6123         * tests/icles/stress-playbin.c:
6124           Does what it says on the tin.
6125
6126 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6127
6128         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6129         Fix queue negotiation. See #486758.
6130
6131 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6132
6133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6134         (gst_xvimagesink_xwindow_new),
6135         (gst_xvimagesink_update_colorbalance),
6136         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6137
6138         Fix handling of some of the X atoms. If the last parameter is True,
6139         XInternAtom won't create the atom if it doesn't exist, and therefore
6140         might return None. This causes X errors on Xv implementations that
6141         don't provide the colour balance attributes.
6142
6143 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * gst-libs/gst/tag/gstvorbistag.c:
6146         * tests/check/libs/tag.c:
6147           Extract vorbis comment LICENSE tags correctly.
6148
6149 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6150
6151         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6152
6153         * gst-libs/gst/tag/gstid3tag.c:
6154         * tests/check/libs/tag.c:
6155           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6156
6157 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6158
6159         * gst-libs/gst/tag/gsttagdemux.c:
6160           Don't error out when a buggy downstream element doesn't
6161           handle the newsegment event we send properly (especially
6162           not without posting a meaningful error message on the
6163           bus). See bug #471370 and launchpad bug #136264.
6164
6165 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6166
6167         * gst-libs/gst/audio/gstbaseaudiosink.c:
6168         (gst_base_audio_sink_drain):
6169         Use new basesink method to make our EOS drain interruptable.
6170
6171 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6172
6173         * gst-libs/gst/rtp/gstrtppayloads.c:
6174         Fix silly search-replace oversight.
6175
6176 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6177
6178         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6179
6180         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6181         (gst_basertppayload_set_outcaps):
6182         Fix caps memleak. Fixes #484989.
6183
6184
6185 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6186
6187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6188         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6189         Fix debug output.
6190
6191 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6192
6193         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6194         (gst_base_audio_src_create):
6195         Also handle the case where there is no clock set on the audio source,
6196         like in the unit tests.
6197
6198 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6199
6200         * gst-libs/gst/rtp/gstrtppayloads.c:
6201         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6202         to avoid compiler warnings
6203
6204 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6205
6206         * gst/playback/gstdecodebin.c: (type_found),
6207         (gst_decode_bin_change_state):
6208         * gst/playback/gstdecodebin2.c: (type_found),
6209         (gst_decode_bin_change_state):
6210         Don't disconnect the have_type signal because we never reconnect it
6211         later on. Instead keep a variable to see if we already detected a type.
6212
6213 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6214
6215         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6216         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6217         (type_found):
6218         Unlink the signal handler when we found the type, we're not going to do
6219         anything sensible with more type_found signals anyway.
6220
6221 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6222
6223         * gst-libs/gst/tag/gsttagdemux.c:
6224           Don't leak caps.
6225
6226 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6227
6228         * gst-libs/gst/tag/Makefile.am:
6229         * gst-libs/gst/tag/gsttagdemux.c:
6230         * gst-libs/gst/tag/gsttagdemux.h:
6231           API: add GstTagDemux base class for simple tag demuxers.
6232
6233         * docs/libs/gst-plugins-base-libs-docs.sgml:
6234         * docs/libs/gst-plugins-base-libs-sections.txt:
6235           Add GstTagDemux to docs.
6236
6237 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6238
6239         * gst-libs/gst/rtp/gstrtpbuffer.c:
6240         (gst_rtp_buffer_get_payload_subbuffer):
6241         Fix bug introduced with last commit which inverted the logic and
6242         caused all buffers to be dropped. Fixes #483620.
6243         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6244
6245 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6246
6247         * gst-libs/gst/rtp/gstrtpbuffer.c:
6248           Replace g_return_if_val (as it could be disabled), with regular return
6249           and warning.
6250
6251 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6252
6253         * tests/check/pipelines/simple-launch-lines.c:
6254           Print message name and not just number.
6255
6256 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6257
6258         * gst-libs/gst/audio/gstbaseaudiosink.c:
6259         (gst_base_audio_sink_async_play):
6260         When slaved to the clock, don't try to align a sample with the previous
6261         one when going to PLAYING again.
6262
6263 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6264
6265         * tests/examples/snapshot/snapshot.c:
6266           Fix the build.
6267
6268 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6269
6270         * gst-libs/gst/sdp/gstsdpmessage.h:
6271         Add RFC 3556 bandwidth modifiers.
6272
6273 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6274
6275         * docs/libs/gst-plugins-base-libs-docs.sgml:
6276         * docs/libs/gst-plugins-base-libs-sections.txt:
6277         * gst-libs/gst/rtp/gstrtppayloads.c:
6278         Update documentation.
6279
6280 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6281
6282         * gst-libs/gst/rtp/Makefile.am:
6283         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6284         (gst_rtp_payload_info_for_name):
6285         * gst-libs/gst/rtp/gstrtppayloads.h:
6286         Added new file and header to deal with payload info.
6287
6288         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6289         (gst_rtp_buffer_default_clock_rate):
6290         * gst-libs/gst/rtp/gstrtpbuffer.h:
6291         Payload specific stuff is move to new headers.
6292         Implement _default_clock rate using the new payload function.
6293
6294         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6295         (gst_sdp_parse_line):
6296         * gst-libs/gst/sdp/gstsdpmessage.h:
6297         Add some more comments.
6298
6299 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6300
6301         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6302         (sdp_check_header), (sdp_type_find), (plugin_init):
6303         Add typefind function for application/sdp.
6304         Remove some old dirac typefind code that was ifdeffed out.
6305
6306 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6307
6308         * win32/common/libgstaudio.def:
6309         Add new exported functions.
6310         * win32/vs6/grammar.dsp:
6311         Add autogeneration and copy of some autegenerated files from win32/common
6312         for rtsp library.
6313         * win32/vs6/libgstaudioconvert.dsp:
6314         Add gstaudioquantize.c to the build.
6315         * win32/vs6/libgstinterfaces.dsp:
6316         Add videoorientation.c to the build.
6317         * win32/vs6/libgstriff.dsp:
6318         Add libgsttag to the link libraries list.
6319         * win32/vs6/libgstvolume.dsp:
6320         Add liboil to the link.
6321         * win32/vs6/gst_plugins_base.dsw:
6322         * win32/vs6/libgstrtsp.dsp:
6323         * win32/common/libgstrtsp.def:
6324         Add files to build libgstrtsp library.
6325         
6326 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6327
6328         * tests/examples/snapshot/snapshot.c: (main):
6329         Print error when pipeline failed to construct.
6330
6331 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6332
6333         * configure.ac:
6334         * gst-libs/gst/tag/gstid3tag.c:
6335         * gst-libs/gst/tag/gstvorbistag.c:
6336           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6337           and ID3v2 tags.
6338
6339 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * gst-libs/gst/floatcast/floatcast.h:
6342           Don't include config.h in an installed public header, this
6343           might break compilation of applications that don't have such
6344           a header and doesn't necessarily do what it's supposed to do
6345           anyway (ie. check for the lrint/lrintf defines) (#442065).
6346           Add docs for the various macros and document how this header
6347           has to be used (link against libm, etc.); add a few FIXMEs;
6348           include math.h for non-c99 code path.  Based on patch by
6349           Jan Schmidt.
6350           
6351 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6352
6353         * configure.ac:
6354         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6355         of duplicating these macros in configure.ac.
6356
6357 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6358
6359         * po/hu.po:
6360         * po/sv.po:
6361         * po/uk.po:
6362           Updated translations to 0.10.14
6363
6364 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6365
6366         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6367
6368         * po/pl.po:
6369           Added Polish translation.
6370
6371 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6372
6373         translated by: Ilkka Tuohela <hile@iki.fi>
6374
6375         * po/fi.po:
6376           Added Finnish translation.
6377
6378 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6379
6380         translated by: Jorge González González <aloriel@gmail.com>
6381
6382         * po/es.po:
6383           Added Spanish translation.
6384
6385 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6386
6387         translated by: Mogens Jaeger <mogens@jaeger.tf>
6388
6389         * po/da.po:
6390           Added Danish translation.
6391
6392 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6393
6394         translated by: Funda Wang <fundawang@linux.net.cn>
6395
6396         * po/zh_CN.po:
6397           Added Chinese (simplified) translation.
6398
6399 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6400
6401         translated by: Alexander Shopov <ash@contact.bg>
6402
6403         * po/bg.po:
6404           Added Bulgarian translation.
6405
6406 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6407
6408         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6409         Fix compilation wrt printf arguments.
6410
6411 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6412
6413         * configure.ac:
6414         * tests/examples/Makefile.am:
6415         * tests/examples/snapshot/.cvsignore:
6416         * tests/examples/snapshot/Makefile.am:
6417         * tests/examples/snapshot/snapshot.c: (main):
6418         Add simple snapshot example program using appsink.
6419
6420 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6421
6422         * tests/check/generic/states.c:
6423           Improved state change unit test.
6424
6425 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6426
6427         * docs/plugins/.cvsignore:
6428         * tests/check/.cvsignore:
6429           Ignore registries in any format.
6430
6431 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6432
6433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6434         (gst_base_rtp_depayload_chain),
6435         (gst_base_rtp_depayload_set_gst_timestamp):
6436         Only copy timestamp on outgoing packets if the depayloader did not set
6437         one.
6438         Also copy duration on outgoing packets.
6439
6440 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6441
6442         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6443         (gst_basertppayload_set_outcaps):
6444         Fix compilation because of missing %d in printf.
6445         When fixating caps, fixate what we can and throw away all remaining
6446         unfixed caps, subclasses should do something smart if they need to.
6447
6448 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6449
6450         * ext/gnomevfs/gstgnomevfssrc.c:
6451           Improve debug logs a bit and be more verbose if things go wrong.
6452
6453 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6454
6455         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6456         (gst_text_overlay_set_property):
6457         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6458         * gst-libs/gst/audio/gstbaseaudiosink.c:
6459         (gst_base_audio_sink_render):
6460         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6461         (gst_rtcp_unix_to_ntp):
6462         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6463         * gst/playback/gstqueue2.c:
6464         * tests/examples/seek/seek.c: (set_scale):
6465         Fix a bunch of compile warnings shown with Forte.
6466
6467         * gst/audiorate/gstaudiorate.c:
6468         Always pull in config.h before including any system headers.
6469
6470 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6471
6472         * gst/playback/gstqueue2.c: (update_buffering),
6473         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6474         (gst_queue_handle_sink_event), (gst_queue_chain),
6475         (gst_queue_push_one), (gst_queue_sink_activate_push),
6476         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6477         Also fix #476514 for queue2.
6478
6479 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6480
6481         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6482         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6483         (gst_base_rtp_depayload_chain),
6484         (gst_base_rtp_depayload_handle_sink_event),
6485         (gst_base_rtp_depayload_push_full),
6486         (gst_base_rtp_depayload_set_gst_timestamp),
6487         (gst_base_rtp_depayload_change_state):
6488         Remove code to deal with RTP to GST time conversion, we now just copy
6489         the GST timestamp we receive to the outgoing buffers.
6490         Handle segment and flushes correctly.
6491
6492         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6493         When we have no valid input timestamp, use the previous rtp timestamp on
6494         the outgoing RTP packet instead of the RTP base time.
6495
6496 2007-09-15  David Schleef  <ds@schleef.org>
6497
6498         * ext/alsa/gstalsa.c:
6499         * ext/alsa/gstalsadeviceprobe.c:
6500         * ext/alsa/gstalsamixer.c:
6501         * ext/alsa/gstalsasink.c:
6502         * ext/alsa/gstalsasrc.c:
6503           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6504
6505 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6506
6507         * gst-libs/gst/rtp/gstbasertppayload.c:
6508         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6509         Add some debug info when negotiating caps.
6510
6511 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6512
6513         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6514         A buffer with an empty payload is also a valid buffer.
6515
6516 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6517
6518         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6519         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6520         (gst_basertppayload_change_state):
6521         Make sure we start our RTP timestamp from the random base RTP
6522         timestamp even if the buffer timestamp starts from some random value.
6523
6524 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6525
6526         * configure.ac:
6527         * tests/examples/Makefile.am:
6528         * tests/examples/dynamic/.cvsignore:
6529         * tests/examples/dynamic/Makefile.am:
6530         * tests/examples/dynamic/addstream.c: (create_stream),
6531         (pause_play_stream), (message_received), (eos_message_received),
6532         (perform_step), (main):
6533         Add simple exmple app to demonstrate starting and pausing live and
6534         non-live bins in a PLAYING pipeline.
6535
6536 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6537
6538         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6539         typefind for QCP files (RFC #3625)
6540
6541 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6542
6543         * gst-libs/gst/audio/gstbaseaudiosink.c:
6544         (gst_base_audio_sink_init):
6545         Disable pull mode scheduling, we're not ready for it yet and it subtly
6546         breaks a lot of things.
6547
6548 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6549
6550         * tests/check/elements/libvisual.c:
6551           Test all libvisual plugins, not just the first one; this reproduces
6552           bug #450336 quite easily.  Looks like a problem with the 'jess'
6553           visualisation.
6554
6555 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * tests/check/Makefile.am:
6558         * tests/check/elements/.cvsignore:
6559         * tests/check/elements/libvisual.c:
6560           Add basic libvisual test case in an attempt to reproduce bug #450336.
6561           Doesn't reproduce that bug, but some other crasher instead (invalid
6562           free), at least with make elements/libvisual.forever and the bumscope
6563           plugin on x86-64/gutsy. Leaving test disabled for now.
6564
6565 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6566
6567         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6568
6569         * gst-libs/gst/rtsp/gstrtspconnection.c:
6570         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6571         (read_body), (gst_rtsp_connection_receive):
6572         Make sure we can not cancel in the middle of receiving a message.
6573         Fixes #475731.
6574
6575 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         Patch by: Josep Torra Valles <josep@fluendo.com>
6578
6579         * gst/playback/gstplaybasebin.c:
6580           Increase upper limit for audio queue a bit; fixes preroll problem
6581           with playbin and decodebin2 when playing a quicktime trailer with
6582           multichannel audio via http (#464666).
6583
6584 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6585
6586         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6587         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6588         (gst_base_audio_src_provide_clock),
6589         (gst_base_audio_src_set_property),
6590         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6591         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6592         Allow othe clocks than the internal clock to be used for the pipeline.
6593         Add property to disable clock provide.
6594         API: GstBaseAudioSrc::provide-clock
6595
6596 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6597
6598         * gst/playback/gstdecodebin2.c:
6599           Don't leak request pads. Fixes #475395.
6600
6601 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6602
6603         Patch by: René Stadler <mail at renestadler dot de>
6604
6605         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6606         (gst_ximage_buffer_class_init):
6607         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6608         (gst_xvimage_buffer_class_init):
6609         Correctly chain up finalize with the parent class to prevent
6610         memory leaks. Fixes #474880.
6611
6612 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6613
6614         * gst/volume/gstvolume.c: (volume_choose_func):
6615         * tests/check/elements/volume.c: (GST_START_TEST):
6616         Revert the latest change: floating point samples are allowed to
6617         have any value, not only values in the range [-1,1]. Thanks to Andy
6618         Wingo for noticing.
6619         Also fix processing of int32 samples with volumes > 4 by making the
6620         unity value smaller which prevents overflows.
6621
6622 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         * gst-libs/gst/rtp/gstrtpbuffer.c:
6625         * tests/check/libs/rtp.c:
6626           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6627
6628 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6631
6632         * gst-libs/gst/rtp/gstrtpbuffer.c:
6633           Fix up GstRTPHeader helper struct so that compilers will not under
6634           any circumstances add padding in between our fields, as currently
6635           happens with MSVC on win32, because that would lead to us sending
6636           out RTP payloads with broken RTP headers (#471194).
6637           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6638           
6639         * tests/check/Makefile.am:
6640         * tests/check/libs/.cvsignore:
6641         * tests/check/libs/rtp.c:
6642           Add some simple unit tests for GstRTPBuffer. Some are disabled
6643           because the code tested still needs fixing (set_csrc() does not work).
6644
6645 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6646
6647         * win32/MANIFEST:
6648         * win32/common/gstrtsp-enumtypes.c:
6649         * win32/common/gstrtsp-enumtypes.h:
6650         * win32/common/interfaces-enumtypes.c:
6651         * win32/common/interfaces-enumtypes.h:
6652         * win32/common/multichannel-enumtypes.c:
6653           Add rtsp enumtypes (#474384) and update others.
6654
6655 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6656
6657         * configure.ac:
6658           Fix configure check for HAVE_LIBXML_HTML.
6659
6660 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6661
6662         * tests/check/libs/.cvsignore:
6663           Ignore more, in case the build bots work again one day.
6664
6665 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6666
6667         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6668
6669         * configure.ac:
6670         * gst-libs/gst/Makefile.am:
6671         * gst-libs/gst/fft/Makefile.am:
6672         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6673         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6674         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6675         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6676         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6677         * gst-libs/gst/fft/gstfft.h:
6678         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6679         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6680         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6681         * gst-libs/gst/fft/gstfftf32.h:
6682         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6683         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6684         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6685         * gst-libs/gst/fft/gstfftf64.h:
6686         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6687         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6688         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6689         * gst-libs/gst/fft/gstffts16.h:
6690         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6691         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6692         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6693         * gst-libs/gst/fft/gstffts32.h:
6694         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6695         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6696         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6697         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6698         * gst-libs/gst/fft/kiss_fft_f32.h:
6699         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6700         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6701         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6702         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6703         * gst-libs/gst/fft/kiss_fft_f64.h:
6704         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6705         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6706         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6707         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6708         * gst-libs/gst/fft/kiss_fft_s16.h:
6709         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6710         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6711         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6712         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6713         * gst-libs/gst/fft/kiss_fft_s32.h:
6714         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6715         (kiss_fftr_f32), (kiss_fftri_f32):
6716         * gst-libs/gst/fft/kiss_fftr_f32.h:
6717         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6718         (kiss_fftr_f64), (kiss_fftri_f64):
6719         * gst-libs/gst/fft/kiss_fftr_f64.h:
6720         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6721         (kiss_fftr_s16), (kiss_fftri_s16):
6722         * gst-libs/gst/fft/kiss_fftr_s16.h:
6723         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6724         (kiss_fftr_s32), (kiss_fftri_s32):
6725         * gst-libs/gst/fft/kiss_fftr_s32.h:
6726         * gst-libs/gst/fft/kiss_version:
6727         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6728         * pkgconfig/gstreamer-plugins-base.pc.in:
6729         Add libgstfft, a FFT library based on Kiss FFT which is
6730         BSD licensed. Supported sample formats are int16, int32,
6731         float and double. For those formats a real FFT and IFFT
6732         can be done, different windowing functions can be applied
6733         and functions for extracting the magnitude and phase exist.
6734         Fixes #468619.
6735
6736         * docs/libs/Makefile.am:
6737         * docs/libs/gst-plugins-base-libs-docs.sgml:
6738         * docs/libs/gst-plugins-base-libs-sections.txt:
6739         Integrate libgstfft into the docs.
6740
6741         * tests/check/Makefile.am:
6742         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6743         Add unit tests for libgstfft, currently only testing the FFT.
6744         Unit tests for IFFT will follow soon.
6745
6746 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6747
6748         Patch by: Peter Kjellerstedt  <pkj at axis com>
6749
6750         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6751         (gst_sdp_message_init), (gst_sdp_message_uninit),
6752         (is_multicast_address), (gst_sdp_message_as_text),
6753         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6754         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6755         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6756         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6757         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6758         (gst_sdp_media_init), (gst_sdp_media_uninit),
6759         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6760         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6761         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6762         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6763         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6764         * gst-libs/gst/sdp/gstsdpmessage.h:
6765         Separate INIT_ARRAY() and related macros into two versions, one for
6766         structures and one for pointers (e.g., INIT_ARRAY() and
6767         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6768         lists of emails and phone numbers.
6769         Add missing const as appropriate.
6770         Change all gint to guint since they all actually represent unsigned
6771         values.
6772         Do not use time as a variable name as it shadows the global time().
6773         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6774         Actually implement gst_sdp_message_add_time().
6775         Make gst_sdp_message_add_time() take repeat times as an argument.
6776         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6777         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6778         misspelled as badwidth).
6779         gst-indented and a little clean up. Fixes #471067.
6780
6781 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6782
6783         * gst/volume/gstvolume.c: (volume_choose_func),
6784         (volume_process_double), (volume_process_double_clamp),
6785         (volume_process_float_clamp):
6786         Correctly clamp float/double samples in the [-1.0,1.0] range to
6787         prevent weird effects.
6788         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6789         Add unit tests for all samples types that had none before.
6790
6791 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst-libs/gst/rtp/gstrtpbuffer.c:
6794           Need to include stdlib.h for abs() here too.
6795
6796 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6797
6798         * gst/playback/gststreaminfo.c:
6799           Fix build.
6800
6801 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6802
6803         * gst/playback/gststreaminfo.c:
6804           Clean up some half-disabled code and comment.
6805
6806 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6807
6808         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6809
6810         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6811         (gst_base_rtp_payload_audio_handle_event):
6812         Return FALSE from the event handler to let the parent class handle the
6813         event. Fixes #446766.
6814
6815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6816         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6817         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6818
6819         * gst-libs/gst/rtp/gstbasertppayload.c:
6820         Bump the MTU to 1400.
6821
6822 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6823
6824         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6825         Add an audio/x-nsf typefind function for the nsfdec element.
6826
6827 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6828         * gst/playback/gstplaybasebin.c:
6829         Included "myth://" on stream_uris list for enable buffering to mythtv files
6830
6831 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6832
6833         * docs/libs/gst-plugins-base-libs-sections.txt:
6834         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6835         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6836         (gst_rtcp_unix_to_ntp):
6837         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6838         Fix parsing of RB blocks.
6839         Fix docs.
6840         Added helper functions to convert to/from UNIX and NTP time.
6841         API: gst_rtcp_ntp_to_unix()
6842         API: gst_rtcp_unix_to_ntp()
6843
6844         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6845         (gst_rtp_buffer_get_header_len),
6846         (gst_rtp_buffer_get_extension_data),
6847         (gst_rtp_buffer_get_payload_subbuffer),
6848         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6849         (gst_rtp_buffer_ext_timestamp):
6850         * gst-libs/gst/rtp/gstrtpbuffer.h:
6851         Fix some more docs.
6852         Implement handling of packets with extensions.
6853         Fix padding check in _validate().
6854         Added function to get extension data.
6855         API: gst_rtp_buffer_get_header_len()
6856         API: gst_rtp_buffer_get_extension_data()
6857
6858 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6859
6860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6861         (gst_base_rtp_depayload_class_init),
6862         (gst_base_rtp_depayload_set_gst_timestamp):
6863         Add some more docs for the queue-delay property and fix a typo in a
6864         comment.
6865
6866         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6867         Fix typo.
6868
6869 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6870
6871         * gst-libs/gst/audio/gstbaseaudiosink.c:
6872         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6873         (gst_base_audio_sink_change_state):
6874         When skew slaving, try to hover around the middle of a segment so that
6875         we at most drift by half a segment.
6876         If we are aligning in the oposite direction of the clock skew, we don't
6877         have to resync.
6878
6879 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6880
6881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6882         (gst_base_rtp_depayload_setcaps),
6883         (gst_base_rtp_depayload_set_gst_timestamp):
6884         Be less silly with the segment start, just apply the clock-base to the
6885         timestamp.
6886
6887 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6888
6889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6890         (gst_base_rtp_depayload_class_init),
6891         (gst_base_rtp_depayload_finalize),
6892         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6893         (gst_base_rtp_depayload_handle_sink_event),
6894         (gst_base_rtp_depayload_set_gst_timestamp),
6895         (gst_base_rtp_depayload_change_state):
6896         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6897         Deprecate the queue handling thread thing and remove the code.
6898         Use new method to calculate the extended timestamp.
6899
6900 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6901
6902         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6903         (gst_rtcp_packet_sdes_copy_entry):
6904         Use g_strndup which does exactly what we want.
6905
6906         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6907         (gst_rtp_buffer_ext_timestamp):
6908         * gst-libs/gst/rtp/gstrtpbuffer.h:
6909         Add helper function to compare seqnums.
6910         Add helper function to calculate extended timestamps.
6911         API: gst_rtp_buffer_compare_seqnum()
6912         API: gst_rtp_buffer_ext_timestamp()
6913
6914 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6915
6916         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6917         (gst_rtcp_packet_sdes_get_entry),
6918         (gst_rtcp_packet_sdes_copy_entry):
6919         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6920         Fix and document SDES item data function.
6921         Add new function that makes a proper copy of SDES item data.
6922         API: gst_rtcp_packet_sdes_copy_entry()
6923
6924 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6925
6926         * configure.ac:
6927         * gst/Makefile.am:
6928           The tcp and subparse plugins are under gst, but not totaly free of
6929           dependencies. Handle selection inconfigure.ac, so that they show up
6930           on the final list of what is build and what is not. Maybe they should
6931           better be moved to ext.
6932
6933 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6934
6935         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6936
6937         * configure.ac:
6938         * gst/Makefile.am:
6939           Check if libxml provides HTML parser which subparse needs.
6940           Fixes #451970.
6941
6942 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * ext/alsa/gstalsa.c:
6945           Fix typo and compilation on big endian systems.
6946
6947 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6948
6949         * gst/subparse/gstssaparse.c:
6950           Convert SSA newline codes into actual newline characters (#470766).
6951
6952 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * docs/libs/gst-plugins-base-libs-sections.txt:
6955         * gst-libs/gst/pbutils/install-plugins.c:
6956         * gst-libs/gst/pbutils/install-plugins.h:
6957         * tests/check/libs/pbutils.c:
6958           API: also add gst_install_plugins_supported() while we're at it
6959           (see #470456).
6960
6961 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * docs/libs/gst-plugins-base-libs-sections.txt:
6964         * gst-libs/gst/pbutils/missing-plugins.c:
6965         * gst-libs/gst/pbutils/missing-plugins.h:
6966         * tests/check/libs/pbutils.c:
6967           API: add gst_missing_*_installer_detail_new() convenience API so
6968           that applications that know exactly what they're missing can request
6969           installer detail strings for those items directly instead of having
6970           to first create a dummy missing-plugin message and then get the
6971           installer detail string from that.  Fixes #470456.
6972
6973 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6974
6975         * gst/playback/gstdecodebin.c: (close_pad_link):
6976         We need to set up delayed-linking whenever the caps are non-fixed,
6977         not just when there are multiple types - use gst_pad_is_fixed()
6978         to test.
6979
6980 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         * gst-libs/gst/pbutils/missing-plugins.c:
6983           (gst_missing_plugin_message_get_installer_detail):
6984           Add missing separator in PID fallback case.
6985
6986 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6987
6988         * ext/alsa/Makefile.am:
6989         There is no GST_PLUGINS_BASE_LIBS defined.
6990         
6991         * ext/alsa/gstalsa.c:
6992         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6993         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6994         Add support for ALSA 24-bit formats.
6995         snd_pcm_delay can return an error code, especially
6996         during XRUNS. In that case, the best we can do is assume
6997         delay = 0.
6998
6999         * gst/audioconvert/Makefile.am:
7000         Add flags from -base before any more-remote dependencies.
7001
7002 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7003
7004         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7005
7006         * gst/volume/gstvolume.c: (volume_choose_func),
7007         (volume_update_real_volume), (gst_volume_set_volume),
7008         (gst_volume_init), (volume_process_int32),
7009         (volume_process_int32_clamp), (volume_process_int24),
7010         (volume_process_int24_clamp), (volume_process_int16),
7011         (volume_process_int16_clamp), (volume_process_int8),
7012         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7013         * gst/volume/gstvolume.h:
7014         Add support for int32, int24 and int8 to the volume element.
7015         Fixes #445529.
7016
7017 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         * tests/examples/Makefile.am:
7020           Fix even more.
7021
7022 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7023
7024         * configure.ac:
7025         * docs/libs/Makefile.am:
7026         * docs/libs/gst-plugins-base-libs-docs.sgml:
7027         * docs/libs/gst-plugins-base-libs-sections.txt:
7028         * ext/gnomevfs/gstgnomevfssrc.c:
7029         * ext/gnomevfs/gstgnomevfssrc.h:
7030         * gst-libs/gst/Makefile.am:
7031         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7032         * pkgconfig/gstreamer-plugins-base.pc.in:
7033         * sys/v4l/v4lsrc_calls.c:
7034         * tests/examples/Makefile.am:
7035         * win32/common/config.h:
7036           Revert unwanted commit. many thanks to moap. I want a fix for 
7037           https://thomas.apestaart.org/moap/trac/ticket/239
7038
7039 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7040
7041         * gst/volume/gstvolume.c:
7042           Move passthrough below gst_object_sync_values(). Fixes #442654.
7043
7044 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7045
7046         * gst-libs/gst/audio/audio.c:
7047         Clarify the docs a little.
7048
7049 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7050
7051         * gst/volume/gstvolume.c:
7052           Enable liboil for float and add more details about problems with
7053           int16.
7054
7055 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7056
7057         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7058         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7059
7060 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7061
7062         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7063         When calculating the first timestamp of the buffers, don't go below 0
7064         and clip the samples because the offset was on the eos page.
7065         Fixes #466717.
7066
7067 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7068
7069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7070         (gst_ogg_demux_collect_chain_info):
7071         Also submit the eos page when trying to find the first timestamp.
7072         See #466717.
7073
7074 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7075
7076         * gst-libs/gst/audio/audio.h:
7077         Use gst_util_uint64_scale() instead of doing the math
7078         with double for GST_FRAMES_TO_CLOCK_TIME() and
7079         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7080         prevents rounding errors. Fixes #467667.
7081
7082 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7083
7084         * gst-libs/gst/rtsp/gstrtspconnection.c:
7085         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7086         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7087         * gst-libs/gst/rtsp/gstrtspconnection.h:
7088         Small cleanups.
7089         On shutdown, don't read the control socket yet.
7090         Set timeout value correctly in all cases.
7091         Add function to check if the server accepts reads or writes.
7092         API: gst_rtsp_connection_poll()
7093
7094         * gst-libs/gst/rtsp/gstrtspdefs.h:
7095         Fix compilation with -pedantic.
7096         Add enum for _poll.
7097
7098 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7099
7100         Patch by: Olivier Crete  <tester at tester ca>
7101
7102         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7103         (gst_basertppayload_getcaps):
7104         * gst-libs/gst/rtp/gstbasertppayload.h:
7105         Add getcaps vfunc to basertppayload. See #465146.
7106
7107 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7108
7109         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7110         Only post buffering messages when we are a stream.
7111
7112 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         * gst-libs/gst/pbutils/install-plugins.c:
7115         * gst-libs/gst/pbutils/missing-plugins.c:
7116           Small docs fix and addition.
7117
7118 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         * tests/icles/.cvsignore:
7121         * tests/icles/Makefile.am:
7122         * tests/icles/test-textoverlay.c:
7123           Add a dumb little test for textoverlay alignments.
7124
7125 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7126
7127         Patch by: Dan Williams  <dcbw redhat com>
7128
7129         * ext/pango/gsttextoverlay.c:
7130         * ext/pango/gsttextoverlay.h:
7131           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7132           "silent" property so there's a Since tag in the API reference.
7133
7134 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7135
7136         * gst-libs/gst/rtp/gstbasertppayload.c:
7137         (gst_basertppayload_set_outcaps):
7138         * gst-libs/gst/rtp/gstbasertppayload.h:
7139         Improve caps negotiation so that downstream elements can confiure
7140         certain RTP properties by fixing them on the caps. See #465146.
7141         Add docs.
7142
7143 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7144
7145         * docs/libs/gst-plugins-base-libs-sections.txt:
7146         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7147         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7148           Mark as deprecated some macros which were presumably meant to be
7149           private API and accidentally exposed in the public header file.
7150           Also actually _init() lock (only works at the moment because the
7151           struct is zeroed out when created and the initial values in the
7152           mutex struct are zeroes too). (#459585)
7153
7154 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7155
7156         * docs/libs/Makefile.am:
7157           Remove cruft and do some cleanups.
7158
7159         * docs/libs/gst-plugins-base-libs-docs.sgml:
7160           Prepare for comming gtkdoc features (rebase against online docs).
7161
7162 2007-08-10  Michael Smith <msmith@fluendo.com>
7163
7164         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7165           Debug output fixes.
7166         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7167         (GST_START_TEST):
7168           Change the number of buffers used; 500 is too many and leads to
7169           timeouts.
7170
7171 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7172
7173         * gst/playback/gstqueue2.c:
7174         * gst/videorate/gstvideorate.c:
7175           Printf format fixes (#465028).
7176
7177 2007-08-09  Michael Smith <msmith@fluendo.com>
7178
7179         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7180           If we have a large (> 1 second) discontinuity, push a series of
7181           smaller buffers rather than a single very large buffer. Avoids
7182           unreasonably large single buffer allocations when encountering a
7183           large gap.
7184         * tests/check/elements/audiorate.c: (GST_START_TEST),
7185         (audiorate_suite):
7186           Add a test for this.
7187
7188 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7189
7190         * gst/playback/gstplaybasebin.c: (group_commit),
7191         (queue_remove_probe), (queue_threshold_reached):
7192
7193         Patch by: Josep Torra Valles <josep@fluendo.com>
7194         Fixes: #465015
7195         Make sure we remove the check_queues buffer probe from the 
7196         correct queue to avoid racily going back to "buffering 99%" when
7197         buffering is actually complete.
7198
7199         Also, fix the spelling of Josep's surname in the ChangeLog.
7200
7201 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7202
7203         * ext/ogg/gstoggmux.c:
7204           Do not leak oggmux instance.
7205         
7206         * ext/vorbis/vorbisenc.c:
7207           Also log values.
7208
7209 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7210
7211         * po/hu.po:
7212         * po/it.po:
7213         * po/nl.po:
7214         * po/uk.po:
7215         * po/vi.po:
7216           Updated translations.
7217
7218 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7219
7220         patch by: Yang Hong <hongyang@redflag-linux.com>
7221
7222         * ext/pango/gsttextoverlay.c:
7223         * ext/pango/gsttextoverlay.h:
7224           Add 'silent' property to GstTimeOverlay. Fixes #462979
7225
7226 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7227
7228         Patch by: Josep Torra Valles <josep@fluendo.com>
7229
7230         * docs/plugins/gst-plugins-base-plugins.args:
7231         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7232         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7233         (gst_uri_decode_bin_get_property), (gen_source_element):
7234         Add connection-speed property. Fixes #464690.
7235
7236 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7237
7238         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7239
7240         * configure.ac:
7241         * gst-libs/gst/rtsp/Makefile.am:
7242         * gst-libs/gst/rtsp/gstrtspconnection.c:
7243         (gst_rtsp_connection_connect):
7244         Fix compilation on windows. Fixes #464320.
7245
7246 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7247
7248         Patch by: Josep Torra Valles <josep@fluendo.com>
7249
7250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7251         (gst_play_base_bin_init), (queue_threshold_reached),
7252         (gen_source_element), (setup_substreams),
7253         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7254         (gst_play_base_bin_get_streaminfo_value_array):
7255         * gst/playback/gstplaybasebin.h:
7256         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7257         (gst_play_bin_set_property), (gst_play_bin_get_property),
7258         (gst_play_bin_handle_redirect_message):
7259         Move connection-speed property from playbin to playbasebin so that we
7260         can also configure it in source elements that have the connection-speed
7261         property. Fixes #464028.
7262         Add some debug info here and there.
7263
7264 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7265
7266         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7267         Properly respond to conversion queries. Fixes #464079.
7268
7269 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7270
7271         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7272         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7273         (gst_audio_test_src_init_sine_table),
7274         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7275         * gst/audiotestsrc/gstaudiotestsrc.h:
7276         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7277         Also set the default volume to the default value specified in the
7278         GParamSpec.
7279
7280 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7281
7282         Patch by: Jens Granseuer <jensgr at gmx dot net>
7283
7284         * gst/audioconvert/gstaudioquantize.c:
7285         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7286
7287 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7288
7289         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7290         Add rdt manager for rdt transport.
7291         Fix parsing of RDT transport.
7292
7293 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7294
7295         * configure.ac:
7296         Back to CVS
7297
7298 === release 0.10.14 ===
7299
7300 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7301
7302         * configure.ac:
7303           releasing 0.10.14, "Light Years Ahead"
7304
7305 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7306
7307         * tests/check/libs/audio.c: (GST_START_TEST):
7308         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7309
7310 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7311
7312         * gst-libs/gst/audio/audio.c:
7313         When clipping a buffer with no timestamp, assume it is
7314         within the segment without warnings.
7315
7316         Fixes: #460978
7317
7318 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7319
7320         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7321         Fire the signal on the object, not the interface.
7322
7323 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7324
7325         * gst-libs/gst/rtsp/.cvsignore:
7326         Ber. Don't include the full path, idiot.
7327
7328 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7329
7330         * gst-libs/gst/rtsp/.cvsignore:
7331         Ignore generated files.
7332
7333 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7334
7335         * gst-libs/gst/interfaces/Makefile.am:
7336         * gst-libs/gst/interfaces/interfaces-marshal.list:
7337         * gst-libs/gst/interfaces/rtspextension.c:
7338         * gst-libs/gst/interfaces/rtspextension.h:
7339         * gst-libs/gst/rtsp/Makefile.am:
7340         * gst-libs/gst/rtsp/gstrtsp.h:
7341         * gst-libs/gst/rtsp/gstrtspextension.c:
7342         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7343         (gst_rtsp_extension_detect_server),
7344         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7345         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7346         (gst_rtsp_extension_configure_stream),
7347         (gst_rtsp_extension_get_transports),
7348         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7349         * gst-libs/gst/rtsp/gstrtspextension.h:
7350         * gst-libs/gst/rtsp/rtsp-marshal.list:
7351         Move the rtspextension.h interface into gstrtspextension.h
7352         as part of libgstrtsp instead of libgstinterfaces, because it's
7353         only for use within plugins, not applications. 
7354         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7355         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7356         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7357         is abstract.
7358
7359 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7360
7361         * gst-libs/gst/interfaces/Makefile.am:
7362         * gst-libs/gst/interfaces/interfaces-marshal.list:
7363         * gst-libs/gst/interfaces/rtspextension.c:
7364         (gst_rtsp_extension_iface_init),
7365         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7366         * gst-libs/gst/interfaces/rtspextension.h:
7367         Fix marshaller for the send signal.
7368         Add URL to stream selection interface method.
7369
7370 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7371
7372         * gst-libs/gst/riff/Makefile.am:
7373         Pull in our dependencies from -base before those from outside.
7374
7375 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7376
7377         * docs/libs/gst-plugins-base-libs-sections.txt:
7378         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7379         * gst-libs/gst/rtsp/gstrtspbase64.h:
7380         API: gst_rtsp_base64_decode_ip()
7381         Added function to decode Base64 in-place.
7382
7383 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7384
7385         * tests/check/libs/.cvsignore:
7386         Ignore the mixer test binary.
7387
7388 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7389
7390         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7391         Gratuitous comment change to trigger a rebuild on the buildbots.
7392
7393 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7394
7395         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7396         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7397         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7398         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7399         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7400         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7401         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7402         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7403         (gst_sdp_media_get_attribute_val):
7404         * gst-libs/gst/sdp/gstsdpmessage.h:
7405         Constify args where we can.
7406
7407 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7408
7409         * gst-libs/gst/interfaces/Makefile.am:
7410         * gst-libs/gst/interfaces/rtspextension.c:
7411         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7412         (gst_rtsp_extension_detect_server),
7413         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7414         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7415         (gst_rtsp_extension_configure_stream),
7416         (gst_rtsp_extension_get_transports),
7417         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7418         * gst-libs/gst/interfaces/rtspextension.h:
7419         Move interface for RTSP extensions from -good to here.
7420         Added helper methods to invoke interface methods.
7421
7422 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7423
7424         * docs/libs/gst-plugins-base-libs-sections.txt:
7425         * gst-libs/gst/rtsp/gstrtspdefs.h:
7426         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7427         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7428         (gst_rtsp_message_init_response),
7429         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7430         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7431         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7432         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7433         (gst_rtsp_message_get_body), (dump_key_value):
7434         * gst-libs/gst/rtsp/gstrtspmessage.h:
7435         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7436         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7437         (gst_rtsp_range_parse):
7438         * gst-libs/gst/rtsp/gstrtsprange.h:
7439         * gst-libs/gst/rtsp/gstrtsptransport.c:
7440         * gst-libs/gst/rtsp/gstrtspurl.c:
7441         Fix some more RTSP docs.
7442         Add some missing methods for dealing with messages.
7443
7444 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7445
7446         * docs/libs/gst-plugins-base-libs-docs.sgml:
7447         * docs/libs/gst-plugins-base-libs-sections.txt:
7448         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7449         * gst-libs/gst/rtsp/gstrtspbase64.h:
7450         * gst-libs/gst/rtsp/gstrtspconnection.c:
7451         (gst_rtsp_connection_connect), (add_auth_header),
7452         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7453         (read_body), (gst_rtsp_connection_receive),
7454         (gst_rtsp_connection_next_timeout),
7455         (gst_rtsp_connection_reset_timeout),
7456         (gst_rtsp_connection_set_auth):
7457         * gst-libs/gst/rtsp/gstrtspconnection.h:
7458         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7459         * gst-libs/gst/rtsp/gstrtspdefs.h:
7460         * gst-libs/gst/rtsp/gstrtspmessage.h:
7461         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7462         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7463         (gst_rtsp_range_parse):
7464         * gst-libs/gst/rtsp/gstrtspurl.h:
7465         Added beginnings of RTSP documentation.
7466
7467 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7468
7469         * docs/libs/Makefile.am:
7470         * docs/libs/gst-plugins-base-libs-docs.sgml:
7471         * docs/libs/gst-plugins-base-libs-sections.txt:
7472         * gst-libs/gst/sdp/gstsdp.h:
7473         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7474         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7475         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7476         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7477         (gst_sdp_message_get_attribute_val),
7478         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7479         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7480         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7481         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7482         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7483         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7484         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7485         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7486         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7487         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7488         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7489         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7490         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7491         (gst_sdp_media_get_attribute_val_n),
7492         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7493         (print_media), (gst_sdp_message_dump):
7494         * gst-libs/gst/sdp/gstsdpmessage.h:
7495         Document the SDP library.
7496         Add some of the missing SDPMedia methods.
7497
7498 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7499
7500         * configure.ac:
7501         * gst-libs/gst/Makefile.am:
7502         * gst-libs/gst/rtsp/Makefile.am:
7503         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7504         * gst-libs/gst/rtsp/gstrtspbase64.h:
7505         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7506         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7507         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7508         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7509         (parse_response_status), (parse_request_line), (parse_line),
7510         (gst_rtsp_connection_read), (read_body),
7511         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7512         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7513         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7514         (gst_rtsp_connection_set_auth):
7515         * gst-libs/gst/rtsp/gstrtspconnection.h:
7516         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7517         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7518         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7519         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7520         (gst_rtsp_find_method):
7521         * gst-libs/gst/rtsp/gstrtspdefs.h:
7522         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7523         (gst_rtsp_message_new), (gst_rtsp_message_init),
7524         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7525         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7526         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7527         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7528         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7529         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7530         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7531         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7532         (gst_rtsp_message_dump):
7533         * gst-libs/gst/rtsp/gstrtspmessage.h:
7534         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7535         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7536         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7537         * gst-libs/gst/rtsp/gstrtsprange.h:
7538         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7539         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7540         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7541         (range_as_text), (rtsp_transport_mode_as_text),
7542         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7543         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7544         (gst_rtsp_transport_free):
7545         * gst-libs/gst/rtsp/gstrtsptransport.h:
7546         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7547         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7548         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7549         * gst-libs/gst/rtsp/gstrtspurl.h:
7550         * gst-libs/gst/sdp/Makefile.am:
7551         * gst-libs/gst/sdp/gstsdp.h:
7552         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7553         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7554         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7555         (gst_sdp_attribute_init), (gst_sdp_message_new),
7556         (gst_sdp_message_init), (gst_sdp_message_uninit),
7557         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7558         (gst_sdp_media_uninit), (gst_sdp_media_free),
7559         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7560         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7561         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7562         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7563         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7564         (gst_sdp_message_get_attribute_val),
7565         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7566         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7567         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7568         (gst_sdp_media_get_attribute_val_n),
7569         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7570         (read_string), (read_string_del), (gst_sdp_parse_line),
7571         (gst_sdp_message_parse_buffer), (print_media),
7572         (gst_sdp_message_dump):
7573         * gst-libs/gst/sdp/gstsdpmessage.h:
7574         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7575         Move SDP and RTSP from helper objects in -good to a reusable library.
7576         Use a proper gst_ namespace.
7577
7578 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7579
7580         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7581         (vorbis_dec_flush_decode):
7582         Use the new buffer clipping function from gstaudio here.
7583
7584 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7585
7586         * docs/libs/gst-plugins-base-libs-sections.txt:
7587         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7588         * gst-libs/gst/audio/audio.h:
7589         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7590         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7591         Also add deprecation guards for gst_audio_structure_set_int() to the
7592         header.
7593
7594 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7595
7596         * docs/libs/gst-plugins-base-libs-sections.txt:
7597           Cleanup the docs.
7598
7599 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         Patch by: Dan Williams <dcbw at redhat dot com>
7602
7603         * gst/playback/gstplaybasebin.c:
7604         (gst_play_base_bin_get_streaminfo_value_array):
7605         Don't return NULL when querying the stream info value array but instead
7606         return an empty array. Fixes #459204.
7607
7608 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * gst/playback/gsturidecodebin.c:
7611           Init debug category before using it.
7612
7613 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7614
7615         * gst-libs/gst/interfaces/mixer.h:
7616         Add padding vars in place of the signal pointers
7617         when building with DISABLE_DEPRECATED so that the
7618         interface structure doesn't change size.
7619
7620 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7621
7622         * docs/libs/gst-plugins-base-libs-sections.txt:
7623         * ext/alsa/gstalsamixer.c:
7624         * ext/alsa/gstalsamixer.h:
7625         * ext/alsa/gstalsamixerelement.c:
7626         * ext/alsa/gstalsamixertrack.c:
7627         * gst-libs/gst/interfaces/mixer.c:
7628         * gst-libs/gst/interfaces/mixer.h:
7629         * gst-libs/gst/interfaces/mixeroptions.c:
7630         * gst-libs/gst/interfaces/mixeroptions.h:
7631         * gst-libs/gst/interfaces/mixertrack.c:
7632         * gst-libs/gst/interfaces/mixertrack.h:
7633         * tests/check/Makefile.am:
7634         * tests/check/libs/mixer.c:
7635
7636         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7637         Fixes: #152864 
7638
7639         Add support for notifying mixer changes on the message bus, and
7640         implement it in alsamixer.
7641
7642         API: gst_mixer_get_mixer_flags
7643         API: gst_mixer_message_parse_mute_toggled
7644         API: gst_mixer_message_parse_record_toggled
7645         API: gst_mixer_message_parse_volume_changed
7646         API: gst_mixer_message_parse_option_changed
7647         API: GstMixerMessageType
7648         API: GstMixerFlags
7649
7650 2007-07-20  Michael Smith <msmith@fluendo.com>
7651
7652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7653         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7654           xcontext->im_format is only for testing XShm support (as the header
7655           file comments document). Use xvimage->im_format for everything else.
7656           Avoids spurious warnings on buffer allocation before setcaps.
7657
7658 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7659
7660         * tests/examples/volume/Makefile.am:
7661         * tests/icles/Makefile.am:
7662           We should use $(LIBM).
7663
7664 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * tests/icles/Makefile.am:
7667           This needs -lm.
7668
7669 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7670
7671         * gst-libs/gst/rtp/gstbasertppayload.c:
7672         (gst_basertppayload_class_init), (gst_basertppayload_init),
7673         (gst_basertppayload_set_property),
7674         (gst_basertppayload_get_property):
7675         Don't break ABI, restore previous ranges. Keep the default random
7676         selection of timestamp and seqnum offset but as soon as the app sets a
7677         specific value, use that one.
7678
7679 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7680
7681         Patch by: Bastien Nocera <hadess at hadess dot net>
7682
7683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7684         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7685         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7686         * sys/xvimage/xvimagesink.h:
7687         Add option to turn off double-buffering for debugging purposes.
7688         Fixes #437169.
7689
7690 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7691
7692         Patch by: Jorn Baayen <jorn at openedhand dot com>
7693
7694         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7695         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7696         (gst_ximagesink_init), (gst_ximagesink_class_init):
7697         * sys/ximage/ximagesink.h:
7698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7699         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7700         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7701         * sys/xvimage/xvimagesink.h:
7702         add 'handle-expose' property. Useful for video widgets which may want to
7703         be in control of Expose behaviour. Fixes #380625
7704
7705 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7706
7707         * gst-libs/gst/rtp/gstbasertppayload.c:
7708         (gst_basertppayload_class_init), (gst_basertppayload_init),
7709         (gst_basertppayload_event), (gst_basertppayload_push),
7710         (gst_basertppayload_set_property),
7711         (gst_basertppayload_get_property),
7712         (gst_basertppayload_change_state):
7713         * gst-libs/gst/rtp/gstbasertppayload.h:
7714         Fix ranges of rtp payloader properties so that the full range can be
7715         used in addition to -1 (random).
7716         Fix wrong seqnum reporting in caps.
7717         Fixes #420326.
7718
7719 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7720
7721         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7722         (gst_video_rate_query):
7723         Use boilerplate.
7724         Add latency query, might not be perfect yet but already works a lot
7725         better. Fixes #442557.
7726
7727 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7728
7729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7730         (gst_xvimagesink_setcaps):
7731         * sys/xvimage/xvimagesink.h:
7732         After a caps change, redraw our borders to avoid garbage left there
7733         when the image format changes to a smaller size, like 16:9 -> 4:3
7734         Also, hold the flow_lock a bit longer in the set_caps while we're
7735         fiddling with the xcontext.
7736
7737 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7738
7739         * Makefile.am:
7740         * configure.ac:
7741         * tests/Makefile.am:
7742         Remove bogus check for libcheck, since we check for
7743         gstreamer-check and it pulls in the required info from there, and we
7744         weren't actually _using_ the information for libcheck ourselves
7745         anyway.
7746
7747 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7748
7749         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7750         (gst_ffmpeg_caps_to_pixfmt):
7751         Fix the r_mask test for RGBA32 on little-endian.
7752         Fix a stupid typo that would have obviously broken 
7753         compilation on big-endian, if anyone was testing.
7754
7755 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7756
7757         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7758         (paint_hline_str4):
7759         * gst/videotestsrc/videotestsrc.h:
7760         Add alpha to the color struct.
7761         Use a default alpha value of 255 instead of 128.
7762
7763 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7764
7765         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7766         (setup_source):
7767         Clear the dynamic pads counter when starting a new uri. This makes
7768         reusing playbin work again.
7769         Fixes #454264.
7770
7771 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7772
7773         * configure.ac:
7774           Use pkg-config to locate check.
7775
7776 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * configure.ac:
7779         * tests/check/elements/volume.c: (GST_START_TEST):
7780           Fix 'make check' build against core CVS.
7781
7782 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7783
7784         * gst-libs/gst/interfaces/propertyprobe.c:
7785         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7786         * gst-libs/gst/tag/gstvorbistag.c:
7787           Make gtk-doc happy.
7788
7789 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7790
7791         * gst-libs/gst/audio/gstbaseaudiosink.c:
7792         (gst_base_audio_sink_callback):
7793           Quick hack to make audiosinks stop at EOS when operating in
7794           pull-mode; needs to be fixed properly some day.
7795
7796 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7797
7798         * docs/libs/gst-plugins-base-libs-sections.txt:
7799           Fix location of includes in the docs.
7800
7801 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7802
7803         * gst/ffmpegcolorspace/avcodec.h:
7804         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7805         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7806         (gst_ffmpegcsp_avpicture_fill):
7807         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7808         (img_get_alpha_info):
7809         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7810         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7811         end of the word. Partially fixes #451908
7812
7813 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7814
7815         * docs/libs/Makefile.am:
7816         * docs/plugins/Makefile.am:
7817           Simplify --extra-dir as gtkdoc scans recursively.
7818
7819 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7820
7821         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7822         (gst_adder_request_new_pad):
7823         Make getcaps more robust by not using the proxycaps function. This makes
7824         sure that we don't end up recursively calling getcaps upstream.
7825         See #316248.
7826
7827 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7828
7829         * gst/audioconvert/audioconvert.c:
7830         Include math.h to fix compilation.
7831
7832 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7833
7834         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7835         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7836         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7837         format, as produced by some dc1394 cameras like the iSight.
7838         See http://www.fourcc.org/yuv.php#IYU1
7839
7840 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7841
7842         * gst/audioconvert/Makefile.am:
7843         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7844         (check_default), (audio_convert_prepare_context),
7845         (audio_convert_clean_context), (audio_convert_convert):
7846         * gst/audioconvert/audioconvert.h:
7847         * gst/audioconvert/gstaudioconvert.c:
7848         (gst_audio_convert_dithering_get_type),
7849         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7850         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7851         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7852         * gst/audioconvert/gstaudioconvert.h:
7853         * gst/audioconvert/gstaudioquantize.c:
7854         (gst_audio_quantize_setup_noise_shaping),
7855         (gst_audio_quantize_free_noise_shaping),
7856         (gst_audio_quantize_setup_dither),
7857         (gst_audio_quantize_free_dither),
7858         (gst_audio_quantize_setup_quantize_func),
7859         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7860         * gst/audioconvert/gstaudioquantize.h:
7861         Implement dithering and noise shaping in audioconvert. By default now
7862         TPDF dithering (and no noise shaping) will be used when converting
7863         from a higher bit depth to 20 bit depth or smaller, otherwise
7864         everything will be as it is now.
7865         For the last audioconvert in a pipeline it would make sense to
7866         use some kind of noise shaping, enabling it by default for all
7867         conversions would give undesired results though. Fixes #360246.
7868         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7869         (GST_START_TEST):
7870         Adjust unit test for the new audioconvert.
7871
7872 2007-06-28  Wim Taymans  <wim@fluendo.com>
7873
7874         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7875         Use other metrics as well when estimating the buffer level.
7876
7877 2007-06-28  Wim Taymans  <wim@fluendo.com>
7878
7879         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7880         Small debug improvement.
7881
7882         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7883         (plugin_init):
7884         Tweak the rate estimation period.
7885         When calculating the buffer filledness in rate estimation mode, don't
7886         mix it with other metrics.
7887
7888 2007-06-28  Wim Taymans  <wim@fluendo.com>
7889
7890         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7891         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7892         When creating the groups, allow for a 5 second, unlimited buffers
7893         preroll phase after which we expose the group.
7894         When the group is exposed, use a small number of buffers up to a 2
7895         second limit. Also disconnect the overrun signal from multiqueue when we
7896         exposed the group because it is not needed anymore.
7897
7898 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7899
7900         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7901           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7902           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7903           (#451707); also, output some debugging info when dealing with
7904           freeform strings.
7905
7906         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7907           Add unit test for the above.
7908
7909 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7910
7911         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7912           Add description for Windows Media RTP caps.
7913
7914         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7915           Remove RTP fields that don't define the format from caps.
7916
7917 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7918
7919         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7920           Skip empty buffers, but not empty header buffers. That way the original
7921           vorbisdec unit test still passes (#451145); also, take into account
7922           that those empty packets might carry a granulepos.
7923
7924         * tests/check/Makefile.am:
7925         * tests/check/elements/vorbisdec.c:
7926         (_create_codebook_header_buffer), (_create_audio_buffer),
7927         (GST_START_TEST), (vorbisdec_suite):
7928           Add unit test that sends an empty packet.
7929
7930 2007-06-27  Wim Taymans  <wim@fluendo.com>
7931
7932         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7933         Don't error out on 0-sized packets, just emit a warning because this is
7934         not a fatal error. Fixes #451145.
7935
7936 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7937
7938         * docs/plugins/gst-plugins-base-plugins.args:
7939         * docs/plugins/gst-plugins-base-plugins.signals:
7940         * docs/plugins/inspect/plugin-adder.xml:
7941         * docs/plugins/inspect/plugin-alsa.xml:
7942         * docs/plugins/inspect/plugin-audioconvert.xml:
7943         * docs/plugins/inspect/plugin-audiorate.xml:
7944         * docs/plugins/inspect/plugin-audioresample.xml:
7945         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7946         * docs/plugins/inspect/plugin-cdparanoia.xml:
7947         * docs/plugins/inspect/plugin-decodebin.xml:
7948         * docs/plugins/inspect/plugin-decodebin2.xml:
7949         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7950         * docs/plugins/inspect/plugin-gdp.xml:
7951         * docs/plugins/inspect/plugin-gnomevfs.xml:
7952         * docs/plugins/inspect/plugin-libvisual.xml:
7953         * docs/plugins/inspect/plugin-ogg.xml:
7954         * docs/plugins/inspect/plugin-pango.xml:
7955         * docs/plugins/inspect/plugin-playbin.xml:
7956         * docs/plugins/inspect/plugin-subparse.xml:
7957         * docs/plugins/inspect/plugin-tcp.xml:
7958         * docs/plugins/inspect/plugin-theora.xml:
7959         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7960         * docs/plugins/inspect/plugin-video4linux.xml:
7961         * docs/plugins/inspect/plugin-videorate.xml:
7962         * docs/plugins/inspect/plugin-videoscale.xml:
7963         * docs/plugins/inspect/plugin-videotestsrc.xml:
7964         * docs/plugins/inspect/plugin-volume.xml:
7965         * docs/plugins/inspect/plugin-vorbis.xml:
7966         * docs/plugins/inspect/plugin-ximagesink.xml:
7967         * docs/plugins/inspect/plugin-xvimagesink.xml:
7968           Update docs with caps info.
7969
7970 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7971
7972         * po/POTFILES.in:
7973           Add more files with translatable strings (#450875).
7974
7975 2007-06-23  Edward Hervey  <edward@fluendo.com>
7976
7977         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7978         The chain should be freed if we error out here, else it will leak.
7979         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7980         (cleanup_decodebin):
7981         Don't forget to *properly* remove the signals, else it will leak.
7982
7983 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7984
7985         * MAINTAINERS:
7986         Updating all the maintainers files
7987
7988 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7989
7990         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7991         (main):
7992           Destroy and recreate parse-launch based pipeline after stop to be able
7993           to play again. Reorder some code and add more comments.
7994
7995 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7996
7997         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7998         When handling a delayed-caps notification case, mark
7999         the group as dynamic so that the nbdynamic count is
8000         incremented and decremented correctly. Fixes: #449156
8001         Patch by: Wim Taymans <wim@fluendo.com>
8002
8003 2007-06-19  Andy Wingo  <wingo@pobox.com>
8004
8005         * gst-libs/gst/audio/gstbaseaudiosink.c
8006         (gst_base_audio_sink_init): Enable pull-mode operation.
8007
8008 2007-06-19  Michael Smith <msmith@fluendo.com>
8009
8010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8011           Change minimum rate back to 1000 to allow low-sample-rate wav files
8012           to play back.
8013
8014 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8015
8016         * po/vi.po:
8017           Update translations.
8018
8019 2007-06-15  David Schleef  <ds@schleef.org>
8020
8021         * gst/playback/gstqueue2.c:
8022           Fix compile error from ignored return value.
8023
8024 2007-06-15  Michael Smith <msmith@fluendo.com>
8025
8026         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8027           Update tmpbuf for all neccesary rows, not just one, as is required
8028           when downscaling.
8029           Fixes #402076.
8030
8031 2007-06-15  Michael Smith <msmith@fluendo.com>
8032
8033         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8034         (eos_buffer_probe):
8035           Add a test that ensures we set DELTA_UNIT on all non-header,
8036           non-video buffers, if we have a video stream.
8037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8038         (gst_ogg_mux_process_best_pad):
8039           Move setting delta_pad to earlier, where we inspect all pads, so
8040           that leading audio pages don't get DELTA_UNIT unset if they come
8041           before the first DELTA_UNIT from video pages. Fixes the newly-added
8042           test. Fixes #385527.
8043
8044 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8045
8046         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8047           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8048           fails on the p5-ppc64 build bot and the failure looks like it is due
8049           to the same issue as #348114, ie. a compiler bug.
8050
8051 2007-06-13  Edward Hervey  <edward@fluendo.com>
8052
8053         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8054         Fix build on MacOSX.
8055
8056 2007-06-13  Wim Taymans  <wim@fluendo.com>
8057
8058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8059         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8060         Fix compilation on mingw. Fixes #446972.
8061
8062 2007-06-12  Wim Taymans  <wim@fluendo.com>
8063
8064         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8065
8066         * gst/playback/gstqueue2.c: (update_buffering),
8067         (gst_queue_locked_enqueue):
8068         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8069         also update the buffering status when receiving events. Fixes #446551.
8070
8071 2007-06-11  Wim Taymans  <wim@fluendo.com>
8072
8073         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8074
8075         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8076         (gst_queue_handle_src_query):
8077         Wait for preroll before attempting to forward a duration query upstream.
8078         Fixes #445505.
8079
8080 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8081
8082         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8083         (gst_base_rtp_depayload_set_gst_timestamp):
8084         Use G_GINT64_CONSTANT macro for int64 constant.
8085         * win32/common/libgstinterfaces.def:
8086         * win32/common/libgsttag.def:
8087         Add new exported functions.
8088
8089 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8092           The BOS page of the first Dirac video stream needs to come before
8093           the BOS page of any Vorbis streams or other audio streams, just like
8094           it is with Theora.
8095
8096 2007-06-07  Wim Taymans  <wim@fluendo.com>
8097
8098         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8099         Fix compilation.
8100
8101 2007-06-06  Wim Taymans  <wim@fluendo.com>
8102
8103         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8104
8105         * gst/playback/gstqueue2.c: (gst_queue_init),
8106         (gst_queue_handle_sink_event), (gst_queue_chain),
8107         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8108         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8109         (gst_queue_src_activate_pull):
8110         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8111         Does not yet completely work because duration queries upstream won't
8112         block yet.
8113
8114 2007-06-06  Wim Taymans  <wim@fluendo.com>
8115
8116         * configure.ac:
8117         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8118         Some more fseeko checks.
8119
8120 2007-06-06  Wim Taymans  <wim@fluendo.com>
8121
8122         * configure.ac:
8123         check for large file support.
8124
8125 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8126
8127         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8128
8129         * gst/subparse/gstsubparse.c: (parse_subrip),
8130         (subviewer_unescape_newlines), (parse_subviewer),
8131         (gst_sub_parse_data_format_autodetect),
8132         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8133         * gst/subparse/gstsubparse.h:
8134         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8135         * tests/check/elements/subparse.c: (GST_START_TEST),
8136         (subparse_suite):
8137         Add a unit test for both SubViewer formats.
8138
8139 2007-06-01  Michael Smith <msmith@fluendo.com>
8140
8141         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8142           Don't overflow intermediate values when seeking to large time values
8143           in audiotestsrc.
8144
8145 2007-06-05  Wim Taymans  <wim@fluendo.com>
8146
8147         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8148         (gst_queue_create_read), (gst_queue_read_item_from_file),
8149         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8150         Include stdio to define fseeko.
8151
8152 2007-06-05  Wim Taymans  <wim@fluendo.com>
8153
8154         Patch by: Edward Hervey  <edward@fluendo.com>
8155
8156         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8157         (gst_v4lsrc_query):
8158         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8159
8160 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * gst-libs/gst/riff/Makefile.am:
8163         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8164           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8165           our own implementation.
8166
8167 2007-06-05  Wim Taymans  <wim@fluendo.com>
8168
8169         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8170         (gst_base_rtp_depayload_setcaps),
8171         (gst_base_rtp_depayload_set_gst_timestamp),
8172         (gst_base_rtp_depayload_change_state):
8173         Handle timestamp wraparound.
8174
8175 2007-06-05  Wim Taymans  <wim@fluendo.com>
8176
8177         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8178         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8179         (gst_uri_decode_bin_change_state):
8180         Make sure we name srcpads uniquely even when using different internal
8181         decodebins.
8182         Signal no-more-pads when no more dynamic elements exist.
8183         Remove pads on cleanup.
8184
8185 2007-06-05  Wim Taymans  <wim@fluendo.com>
8186
8187         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8188
8189         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8190         (gst_queue_init), (gst_queue_finalize),
8191         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8192         (gst_queue_create_read), (gst_queue_read_item_from_file),
8193         (gst_queue_open_temp_location_file),
8194         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8195         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8196         (gst_queue_is_empty), (gst_queue_is_filled),
8197         (gst_queue_change_state), (gst_queue_set_temp_location),
8198         (gst_queue_set_property):
8199         Add support for filebased buffering. Fixes #441264.
8200
8201 2007-06-05  Wim Taymans  <wim@fluendo.com>
8202
8203         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8204         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8205         (caps_notify_group_cb), (gst_decode_group_new),
8206         (gst_decode_group_free):
8207         Add support for delayed caps fixation when autoplugging.
8208         Optimize cases where a multiqueue is not needed/wanted, like right after
8209         anything that is not a demuxer.
8210
8211 2007-06-05  Wim Taymans  <wim@fluendo.com>
8212
8213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8214         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8215         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8216         consideratly speedup ogg chain detection by not trying to find a base
8217         timestamp for skeleton streams. 
8218
8219 2007-06-05  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8222         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8223         (gst_multi_fd_sink_remove_flush),
8224         (gst_multi_fd_sink_remove_client_link),
8225         (gst_multi_fd_sink_handle_client_write),
8226         (gst_multi_fd_sink_handle_clients):
8227         * gst/tcp/gstmultifdsink.h:
8228         Add support for remove_flush.
8229
8230 2007-06-05  Wim Taymans  <wim@fluendo.com>
8231
8232         * docs/design/draft-keyframe-force.txt:
8233         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8234         (theora_enc_chain):
8235         Add draft design for forcing keyframes in encoders and implement in
8236         theoraenc.
8237
8238 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8239
8240         * configure.ac:
8241           Back to CVS
8242
8243 === release 0.10.13 ===
8244
8245 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8246
8247         * configure.ac:
8248           releasing 0.10.13, "What's Going on?"
8249
8250 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8251
8252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8253         In riff, the depth is stored in the size field but it just means that
8254         the least significant bits are cleared. We can therefore just play
8255         the sample as if it had a depth == width. Fixes: #440997
8256
8257         Patch by: Wim Taymans <wim@fluendo.com> 
8258         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8259
8260 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8261
8262         * gst-libs/gst/floatcast/floatcast.h:
8263         Define inline when needed on win32 builds. Fixes: #441295
8264         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8265
8266 2007-05-29  Wim Taymans  <wim@fluendo.com>
8267
8268         * gst/playback/gstplaybasebin.c: (queue_overrun),
8269         (no_more_pads_full):
8270         Stop buffering when the group is commited because the queues filled up.
8271         Fixes #442024.
8272
8273 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8274
8275         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8276         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8277         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8278         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8279         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8280         * ext/alsa/gstalsamixer.h:
8281         * ext/alsa/gstalsamixerelement.c:
8282         (gst_alsa_mixer_element_interface_supported),
8283         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8284         (gst_alsa_mixer_element_set_property),
8285         (gst_alsa_mixer_element_get_property),
8286         (gst_alsa_mixer_element_change_state):
8287         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8288         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8289         (gst_mixer_option_changed):
8290         * gst-libs/gst/interfaces/mixer.h:
8291         Revert commits towards #152864 made so far. We'll pick it up again
8292         after the 0.10.13 release.
8293
8294 2007-05-24  Wim Taymans  <wim@fluendo.com>
8295
8296         * gst-libs/gst/audio/gstbaseaudiosink.c:
8297         (gst_base_audio_sink_render):
8298         After an interrupt (PAUSED/flush) assume that the next sample should not
8299         be aligned to the previous sample. Fixes #417992.
8300
8301 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8302
8303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8304           Don't add channels and rate fields to the template caps for
8305           audio/x-dts, as wavparse might not always be able to set them,
8306           which would then lead to 'caps are not a real subset of the
8307           template caps' warnings.
8308
8309 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8310
8311         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8312         Handle unknown or invalid pads without crashing, as might occur if
8313         a media file like an mp3 is specified as a subtitle file.
8314         Fixes: #410039
8315
8316 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8317
8318         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8319         (setup_sinks):
8320         Block the subtitle bin output queue before ghosting it and linking,
8321         then unblock after. This avoids spurious not-linked errors caused 
8322         by the queue starting up (because it gets linked when it is ghosted). 
8323         Fixes: #350299
8324
8325 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8326
8327         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8328         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8329         file. Avoids flukes where the input gets typefound to some valid but
8330         useless type.
8331
8332 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8333
8334         * tests/check/Makefile.am:
8335         * tests/check/elements/.cvsignore:
8336         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8337         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8338           Add unit test for gnomevfssink seeking and position reporting for
8339           file:// URIs.
8340
8341 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8342
8343         Patch by: Mark Nauwelaerts <manauw at skynet be>
8344
8345         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8346         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8347         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8348         * ext/gnomevfs/gstgnomevfssink.h:
8349           Fix position reporting, especially after a seek (from upstream),
8350           see #412648.
8351
8352 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * ext/cdparanoia/gstcdparanoiasrc.c:
8355           Repair umlaut.
8356
8357 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8358
8359         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8360         Specify the full valid range for MP3 samplerates. Fixes a regression
8361         caused by extra header checks since the last release.
8362
8363 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8364
8365         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8367         Fix a locking-order bug I introduced with my changes the other day.
8368         Patch by Mike Smith.
8369
8370 2007-05-21  Michael Smith <msmith@fluendo.com>
8371
8372         * ext/theora/theoradec.c: (theora_handle_data_packet):
8373           Don't look inside 0-length packets (which indicate duplicated
8374           frames)
8375
8376 2007-05-21  Wim Taymans  <wim@fluendo.com>
8377
8378         * ext/cdparanoia/gstcdparanoiasrc.c:
8379         (gst_cd_paranoia_src_read_sector):
8380         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8381         (gst_base_audio_src_create):
8382         Small cleanups.
8383
8384         * ext/theora/theoradec.c: (theora_dec_sink_event):
8385         Fix typo.
8386
8387         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8388         (gst_base_rtp_depayload_set_gst_timestamp):
8389         Add some FIXME
8390
8391         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8392         And some debug info when a FIXME path is hit.
8393
8394 2007-05-21  Wim Taymans  <wim@fluendo.com>
8395
8396         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8397         (gst_base_rtp_audio_payload_class_init),
8398         (gst_base_rtp_audio_payload_init),
8399         (gst_base_rtp_audio_payload_finalize),
8400         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8401         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8402         (gst_base_rtp_payload_audio_handle_event):
8403         Some cleanups, remove minptime property as it is now in the parent
8404         class.
8405         Override parent class event function.
8406
8407         * gst-libs/gst/rtp/gstbasertppayload.c:
8408         (gst_basertppayload_class_init), (gst_basertppayload_init),
8409         (gst_basertppayload_event), (gst_basertppayload_set_property),
8410         (gst_basertppayload_get_property):
8411         * gst-libs/gst/rtp/gstbasertppayload.h:
8412         Add min-ptime property.
8413         Add handle-event vmethod. Fixes #415001.
8414
8415 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8416
8417         * gst-libs/gst/audio/gstbaseaudiosink.c
8418           (gst_base_audio_sink_change_state):
8419           Fix typo in comment.
8420
8421         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8422           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8423           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8424           close_link):
8425         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8426           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8427           Remove trailing whitespaces in comments.
8428
8429         * gst/volume/Makefile.am:
8430           Fix tabs.
8431
8432 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8433
8434         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8435
8436         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8437           set_option, get_option, _gst_reserved):
8438           Revert reordering functions (keep ABI).
8439
8440 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8441
8442         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8443         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8444         (gst_ximagesink_show_frame):
8445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8446         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8447         (gst_xvimagesink_show_frame):
8448         When we create our own window, indicate that we handle the 
8449         WM_DELETE client message from the window manager, so that it won't 
8450         kill our window (and our app) along with it. Handle ClientMessage,
8451         post an error on the bus, and close the window. Further buffers
8452         arriving will result in a FlowError because the window has been
8453         destroyed.
8454
8455         Fixes: #393975
8456
8457         Clean up the X event handling loop and make them the same for
8458         both xvimagesink and ximagesink while I'm at it.
8459
8460 2007-05-17  Wim Taymans  <wim@fluendo.com>
8461
8462         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8463         Make decodebin2 autoplug depayloaders too.
8464
8465         * gst/playback/gsturidecodebin.c: (source_new_pad):
8466         Set the newly created decoder in a usable state when autoplugging a
8467         dynamic source such as RTSP.
8468
8469 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8470
8471         * gst/playback/gststreaminfo.c: (cb_probe):
8472           Ignore video-codec tag for audio streams and ignore audio-codec tags
8473           for video streams. Should make codec name collection a bit more
8474           robust against sloppy demuxers that send tag events containing both
8475           tags down each pad.
8476
8477 2007-05-17  Wim Taymans  <wim@fluendo.com>
8478
8479         * gst/playback/gstqueue2.c: (update_rates):
8480         Tweak the buffering thresholds a little.
8481         Update the buffer size with the previously calculate rate instead of
8482         only when we calculate a new rate so that we get smoother buffering
8483         updates.
8484
8485         * gst/playback/Makefile.am:
8486         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8487         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8488         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8489         (gst_uri_decode_bin_get_property), (unknown_type),
8490         (add_element_stream), (no_more_pads_full), (no_more_pads),
8491         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8492         (gen_source_element), (has_all_raw_caps), (analyse_source),
8493         (remove_decoders), (make_decoder), (remove_source),
8494         (source_new_pad), (setup_source), (decoder_query_init),
8495         (decoder_query_duration_fold), (decoder_query_duration_done),
8496         (decoder_query_position_fold), (decoder_query_position_done),
8497         (decoder_query_latency_fold), (decoder_query_latency_done),
8498         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8499         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8500         (gst_uri_decode_bin_change_state), (plugin_init):
8501         New element that intergrates a source, optional buffering element and
8502         decodebin.
8503
8504 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8505
8506         * configure.ac:
8507           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8508           (also has a .pc file, so we don't need the fallback check any
8509           longer). Fixes #438840.
8510
8511 2007-05-17  Wim Taymans  <wim@fluendo.com>
8512
8513         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8514         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8515         (apply_segment), (apply_buffer), (update_buffering),
8516         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8517         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8518         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8519         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8520         (plugin_init):
8521         fix build.
8522
8523 2007-05-17  Wim Taymans  <wim@fluendo.com>
8524
8525         * gst/playback/Makefile.am:
8526         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8527         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8528         (gst_queue_getcaps), (gst_queue_bufferalloc),
8529         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8530         (apply_buffer), (update_buffering), (reset_rate_timer),
8531         (update_rates), (gst_queue_locked_flush),
8532         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8533         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8534         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8535         (gst_queue_loop), (gst_queue_handle_src_event),
8536         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8537         (gst_queue_src_activate_push), (gst_queue_change_state),
8538         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8539         On our way to playbin2 this is the new network queue that does buffering
8540         all by itself using high and low watermarks. It can also measure up and
8541         downstream bandwidth to optimally size the queue.
8542
8543 2007-05-17  Michael Smith <msmith@fluendo.com>
8544
8545         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8546         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8547           Use the segment->last_stop value to calculate the next timestamp to
8548           generate after a seek; not the segment->start value.
8549
8550 2007-05-15  David Schleef  <ds@schleef.org>
8551
8552         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8553           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8554
8555 2007-05-15  Wim Taymans  <wim@fluendo.com>
8556
8557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8558         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8559         Some more chained streaming ogg timestamp fixes.
8560
8561 2007-05-15  Wim Taymans  <wim@fluendo.com>
8562
8563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8564         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8565         (gst_ogg_demux_handle_page):
8566         Add some FIXMEs.
8567         Fix chain start/stop segment handling based on patch by
8568         <ahalda at cs dot mcgill dot ca> see #320984.
8569
8570 2007-05-15  Michael Smith <msmith@fluendo.com>
8571
8572         * configure.ac:
8573           We don't require a C++ compiler. So don't require one.
8574
8575 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8576
8577         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8578           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8579           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8580           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8581           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8582           gst_alsa_mixer_update_track):
8583           Apply some of the cleanup Tim suggested in #152864 afterwards.
8584
8585 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8586
8587         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8588
8589         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8590           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8591           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8592           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8593           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8594           gst_alsa_mixer_handle_source_callback,
8595           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8596           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8597           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8598           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8599           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8600           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8601         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8602         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8603           gst_alsa_mixer_element_interface_supported,
8604           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8605           gst_alsa_mixer_element_set_property,
8606           gst_alsa_mixer_element_get_property,
8607           gst_alsa_mixer_element_change_state):
8608         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8609         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8610           gst_mixer_option_changed):
8611         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8612           volume_changed, option_changed, _gst_reserved):
8613           Implement notification for alsamixer. Fixes #152864
8614
8615 2007-05-14  David Schleef  <ds@schleef.org>
8616
8617         * gst/videotestsrc/videotestsrc.c:
8618         * gst/videotestsrc/videotestsrc.h:
8619           Add support for video/x-raw-bayer.
8620
8621 2007-05-12  David Schleef  <ds@schleef.org>
8622
8623         * sys/xvimage/xvimagesink.c:
8624           Add some sanity checking for the XVImage size returned by X.
8625           Related to #377400.
8626
8627 2007-05-12  Wim Taymans  <wim@fluendo.com>
8628
8629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8630         (gst_base_rtp_depayload_setcaps),
8631         (gst_base_rtp_depayload_set_gst_timestamp):
8632         Parse and use additional caps fields as described in updated
8633         application/x-rtp caps spec.
8634
8635 2007-05-12  Wim Taymans  <wim@fluendo.com>
8636
8637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8638         (gst_ogg_demux_collect_chain_info):
8639         If there is a stream in a chain without any data packets, ignore the
8640         stream in the total length calculations. Might be related to #436820.
8641
8642 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8643
8644         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8645         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8646         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8647         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8648         (plugin_init):
8649
8650         Consolidate and re-work our mpeg system stream detection to probe
8651         more packets and produce a higher confidence result. Fixes a
8652         regression caused by lowering the typefind probability last year
8653         - related to bug #397810. Remove the redundant MPEG-1 specific 
8654         typefind function, as the new one detects both MPEG-1 & MPEG-2
8655         happily.
8656
8657         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8658         little. 
8659
8660         Tested against my media test directory, with some improvements and
8661         no regressions.
8662
8663 2007-05-10  Wim Taymans  <wim@fluendo.com>
8664
8665         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8666         (queue_out_of_data):
8667         Connect to the new queue "pushing" signal instead of the broken
8668         "running" one.
8669
8670 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8671
8672         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8673         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8674         Move variable declaration before the first instruction.
8675         * gst/videotestsrc/videotestsrc.c:
8676         Define M_PI if it's not defined yet.
8677         * win32/common/libgstrtp.def:
8678         Add new exported functions.
8679
8680 2007-05-09  Michael Smith <msmith@fluendo.com>
8681
8682         * ext/theora/theoradec.c: (theora_handle_type_packet):
8683           gst_pad_push_event() does not return a GstFlowReturn!
8684
8685 2007-05-09  Wim Taymans  <wim@fluendo.com>
8686
8687         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8688         * tests/examples/seek/seek.c: (do_seek):
8689         Some small cosmetic changes.
8690
8691 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8692
8693         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8694           gst_adder_change_state):
8695         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8696           segment_pending, segment_position, segment_rate):
8697           Handle playback-rate on adder.
8698
8699 2007-05-07  Michael Smith <msmith@fluendo.com>
8700
8701         * ext/theora/gsttheoradec.h:
8702         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8703         (theora_dec_sink_event), (theora_handle_comment_packet),
8704         (theora_handle_type_packet), (theora_dec_change_state):
8705           Don't push events (newsegment, tags) before initialising the
8706           decoder.
8707           This is neccesary for seeking to work correctly in gnonlin.
8708
8709 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8710
8711         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8712         * gst/adder/gstadder.c:
8713         * gst/audiotestsrc/gstaudiotestsrc.c
8714           (gst_audio_test_src_create_white_noise):
8715         * gst/videotestsrc/gstvideotestsrc.c:
8716         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8717           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8718           volume_sink_template, volume_src_template, gst_volume_init,
8719           volume_process_double, volume_process_int16,
8720           volume_process_int16_clamp):
8721           Doc fixes and formatting.
8722
8723 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * tests/check/Makefile.am:
8726         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8727           Minimal check for volume's GstController usability; also another
8728           test for #422295.
8729
8730 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8731
8732         * gst-libs/gst/cdda/gstcddabasesrc.c:
8733         (gst_cdda_base_src_add_track):
8734           Fix it so that it (a) makes sense and (b) doesn't break
8735           everything cdda-related including the unit test.
8736
8737 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8738
8739         * gst-libs/gst/cdda/gstcddabasesrc.c:
8740         (gst_cdda_base_src_add_track):
8741           Fix build when disabling asserts.
8742
8743 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8746           When XShm is not available, we might get row strides that are not
8747           rounded up to multiples of four; this is bad, because virtually
8748           every RGB-processing element in GStreamer assumes rowstrides are
8749           rounded up to multiples of four, so let's allocate at least enough
8750           memory to avoid crashes in this case. The image will still be
8751           displayed distorted though if this happens, so that still needs
8752           fixing (maybe by allocating a bigger image with an 'even' width
8753           and then clipping it appropriately when rendering - something for
8754           Xlib aficionados in any case).
8755
8756 2007-05-03  Michael Smith <msmith@fluendo.com>
8757
8758         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8759           If a buffer doesn't have a timestamp, assume it's contiguous with
8760           the previous buffer, and synthesise timestamps appropriately.
8761
8762 2007-05-03  Edward Hervey  <edward@fluendo.com>
8763
8764         * tests/check/elements/videorate.c: (GST_START_TEST):
8765         Set buffer timestamp to a valid value in order to test the buffer
8766         really does stay in videorate.
8767
8768 2007-05-03  Edward Hervey  <edward@fluendo.com>
8769
8770         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8771         There is no sensible way to handle incoming buffers which don't have a
8772         valid timestamp. We therefore discard them and wait for the next one.
8773
8774 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8775
8776         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8777         * gst/playback/gstdecodebin2.c: (plugin_init):
8778           Better error message for text files.
8779
8780 2007-04-29  Wim Taymans  <wim@fluendo.com>
8781
8782         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8783         Fix offset bug in generation RR packets.
8784
8785 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8786
8787         * ext/theora/theoradec.c: (_theora_granule_time),
8788         (theora_dec_push_forward), (theora_handle_data_packet),
8789         (theora_dec_decode_buffer): Calculate buffer duration correctly
8790         to generate a perfect stream (#433888).
8791         * gst/audioresample/gstaudioresample.c:
8792         (audioresample_check_discont): Glib provides ABS.
8793
8794 2007-04-27  Wim Taymans  <wim@fluendo.com>
8795
8796         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8797         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8798         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8799         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8800         (gst_rtcp_packet_bye_set_reason):
8801         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8802         Fix RB block parsing and writing.
8803         Add support for constructing BYE packets.
8804
8805 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8808         (gst_base_audio_src_create):
8809         * po/POTFILES.in:
8810           When posting a warning message because samples were dropped, post
8811           something more intelligible than he default error message for clock
8812           errors which is just confusing in this context (#432984).
8813
8814 2007-04-25  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8817         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8818         (read_packet_header), (gst_rtcp_packet_move_to_next),
8819         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8820         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8821         (gst_rtcp_packet_sdes_get_item_count),
8822         (gst_rtcp_packet_sdes_first_item),
8823         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8824         (gst_rtcp_packet_sdes_first_entry),
8825         (gst_rtcp_packet_sdes_next_entry),
8826         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8827         (gst_rtcp_packet_sdes_add_entry):
8828         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8829         Implement code to write SR, RR and SDES packets.
8830
8831 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8832
8833         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8834
8835         * sys/ximage/ximagesink.c:
8836           Fix build if XShm is not available (#432362).
8837
8838 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8839
8840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8841         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8842         pointers to random memory which are passed to g_free() when
8843         audio_convert_prepare_context() is called the first time.
8844
8845 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8846
8847         Patch by: Dan Williams <dcbw redhat com>
8848
8849         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8850           Don't leak incoming buffer if gst_pad_push() returns a
8851           non-OK flow. Fixes #432755.
8852          
8853         * tests/check/elements/videorate.c: (GST_START_TEST),
8854         (videorate_suite):
8855           Unit test for the above by Yours Truly.
8856
8857 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8858
8859         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8860         (gst_adder_sink_event), (gst_adder_collected):
8861           Fix non-flushing segmented seeks, Fixes #340060 for me
8862
8863 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         Patch by: Olivier Crete  <tester at tester ca>
8866
8867         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8868         (gst_base_rtp_audio_payload_class_init),
8869         (gst_base_rtp_audio_payload_init),
8870         (gst_base_rtp_audio_payload_dispose):
8871           Chain up to parent class in dispose function; get rid of
8872           unnecessary 'diposed' flag in private structure (#415001).
8873
8874 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8875
8876         * docs/libs/gst-plugins-base-libs.types:
8877         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8878         (gst_base_rtp_audio_payload_class_init):
8879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8880         * gst-libs/gst/rtp/gstbasertppayload.c:
8881           Some minor docs fixes and additions; also add missing 'Since' bits.
8882
8883 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         Patch by: Zeeshan Ali  <zeenix gmail com>
8886
8887         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8888         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8889         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8890         (gst_base_rtp_audio_payload_push):
8891         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8892           The recently-added gst_base_rtp_audio_payload_push() should take an
8893           object of type GstBaseRTPAudioPayload as first argument (#431672).
8894
8895 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8896
8897         * gst/audioresample/gstaudioresample.c:
8898           Make more functions static, just because we can.
8899
8900 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8901
8902         * tests/check/elements/audioresample.c:
8903           Add unit test for audioresample shutdown crasher (#420106).
8904
8905 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8906
8907         * gst/subparse/gstsubparse.c:
8908         * gst/subparse/samiparse.c:
8909           Use GST_DISABLE_XML here
8910
8911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8912         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8913         (gst_xvimagesink_buffer_alloc),
8914         (gst_xvimagesink_navigation_send_event):
8915         * sys/xvimage/xvimagesink.h:
8916           Include stdlib.h when using atoi.
8917           
8918         * tests/check/elements/playbin.c: (playbin_suite):
8919           Use GST_DISABLE_REGISTRY here
8920
8921 2007-04-19  Michael Smith  <msmith@fluendo.com>
8922
8923         * ext/theora/gsttheoraenc.h:
8924         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8925         (theora_enc_sink_event), (theora_enc_change_state):
8926           Track initialisation state; don't try to use encoder state if we're
8927           not initialised (it'll segfault).
8928
8929 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8930
8931         * tests/check/pipelines/.cvsignore:
8932         Fix build.
8933
8934 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8935
8936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8937         Allow random depths between 1 and 32 instead of only multiplies of 8.
8938
8939 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8940
8941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8942         Set the maximum number of channels for PCM and float in the correct
8943         place to have it also used when creating the template caps.
8944
8945 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8946
8947         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8948         Correctly support 4, 6 and 8 channels with normal PCM and float
8949         wav files.
8950
8951         Fix the depth and signedness calculation in extensible wav files and
8952         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8953         mask is found.
8954
8955         Add support for float, alaw and mulaw in extensible wav files.
8956
8957         This allows correct playback of all but 5 files from
8958         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8959         
8960         (gst_riff_create_audio_template_caps):
8961         Add voxware and float formats to the template caps.     
8962
8963 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8964
8965         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8966
8967         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8968         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8969
8970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8971         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8972         Use the correct format strings for integer formats.
8973
8974 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8975
8976         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8977           Don't use pad_alloc_buffer_and_set_caps to create a small header
8978           packet, or, worse, to create a big temporary video buffer using the
8979           src pad.
8980
8981 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8982
8983         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8984         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8985           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8986           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8987
8988 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8989
8990         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8991           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8992           streamheader_suite):
8993           Add another test set up for failure
8994
8995 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8996
8997         * tests/check/Makefile.am:
8998         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8999           GST_START_TEST, streamheader_suite, main):
9000           Add a test for the streamheader bug Wim fixed.
9001
9002 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9003
9004         * ext/theora/theoradec.c: (theora_dec_sink_event):
9005         Fix misleading comment.
9006
9007 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9008
9009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9010           More sanity checks for the header fields.
9011
9012 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9015           Try encodings from all environment variables, not just those in the
9016           first environment variable that is set.
9017
9018 2007-04-12  Wim Taymans  <wim@fluendo.com>
9019
9020         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9021         (gst_video_rate_chain):
9022         Add some debug.
9023
9024         * tests/check/elements/videorate.c: (GST_START_TEST),
9025         (videorate_suite):
9026         Added check for videorate changing caps handling. Closes #421834.
9027
9028 2007-04-12  Michael Smith  <msmith@fluendo.com>
9029
9030         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9031           Use scale functions to avoid overflow when calculating duration of 
9032           vorbis buffers.
9033
9034 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         * docs/libs/gst-plugins-base-libs-sections.txt:
9037         * gst-libs/gst/tag/tag.h:
9038         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9039           API: add gst_tag_freeform_string_to_utf8() (#405072).
9040
9041         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9042           Use gst_tag_freeform_string_to_utf8() here.
9043
9044 2007-04-12  Wim Taymans  <wim@fluendo.com>
9045
9046         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9047         (gst_gdp_pay_sink_event):
9048         Make sure we set the IN_CAPS flag correctly.
9049
9050         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9051         Get the IN_CAPS flag before we call functions that mess with the flags.
9052
9053 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9054
9055         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9056           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9057           Only stamp buffers with offset/offset_end right before they get
9058           pushed.  This ensures offset continuity, which was not the case
9059           before as shown by
9060           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9061
9062 2007-04-06  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/playback/gstplaybin.c: (add_sink),
9065         (gst_play_bin_change_state):
9066         Activate sync in playbin, we are ready to handle it for live streams.
9067
9068 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9069
9070         * tests/check/elements/playbin.c:
9071         (test_sink_usage_video_only_stream), (playbin_suite):
9072           Add small test for stream-info-value-array code paths.
9073
9074 2007-04-05  Wim Taymans  <wim@fluendo.com>
9075
9076         * gst-libs/gst/audio/gstbaseaudiosink.c:
9077         (gst_base_audio_sink_skew_slaving):
9078         Don't try to create invalid calibration parameters by making the
9079         internal time go backwards, instead make external time go forward.
9080
9081 2007-04-05  Wim Taymans  <wim@fluendo.com>
9082
9083         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9084
9085         * gst/playback/gstplaybasebin.c: (add_stream):
9086         Fix leak in add_stream(), when g_value_set_object() increases the
9087         refcount of streaminfo object. Fixes #426250.
9088
9089 2007-04-03  David Schleef  <ds@schleef.org>
9090
9091         * gst/videotestsrc/gstvideotestsrc.c:
9092         * gst/videotestsrc/gstvideotestsrc.h:
9093         * gst/videotestsrc/videotestsrc.c:
9094         * gst/videotestsrc/videotestsrc.h:
9095           Add a test pattern called "circular", which has concentric
9096           rings with varying radial frequency.  The main purpose of this
9097           pattern is to test fidelity loss in a filter or scaler element.
9098           Notably, this pattern is scale invariant, and is optimally viewed
9099           with a width (and height) of 400.
9100
9101 2007-04-03  Wim Taymans  <wim@fluendo.com>
9102
9103         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9104
9105         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9106         (deactivate_free_recursive):
9107         Decodebin2 doesn't unref pads it obtains in some occasions:
9108         - multiqueue src pads, when either connecting further or exposing
9109         - sink pads of new autoplugged elements
9110         - peer pads when recursively freeing elements
9111         Fixes #425455.
9112
9113 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9114
9115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9116         Add audio/x-raw-float support, now that audioconvert support
9117         non-native endianness floats.
9118
9119 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * docs/libs/gst-plugins-base-libs-docs.sgml:
9122           gstreamer-plugins-base.pc doesn't exist, it's
9123           gstreamer-plugins-base-0.10.pc.
9124
9125 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9126
9127         Patch by: René Stadler <mail at renestadler dot de>
9128         with some minor changes
9129
9130         * gst-libs/gst/floatcast/floatcast.h:
9131         Use more efficient float endianness conversion functions that don't
9132         involve 2 function calls per value.
9133         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9134         (check_default), (audio_convert_prepare_context):
9135         * gst/audioconvert/gstaudioconvert.c:
9136         (gst_audio_convert_parse_caps), (make_lossless_changes):
9137         Support non-native endianness floats as input and output.
9138         Fixes #339838.
9139         * tests/check/elements/audioconvert.c: (verify_convert),
9140         (GST_START_TEST):
9141         Add unit tests for the non-native endianness float conversions.
9142
9143 2007-03-29  Wim Taymans  <wim@fluendo.com>
9144
9145         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9146         (gst_base_rtp_depayload_base_init),
9147         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9148         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9149         (gst_base_rtp_depayload_set_gst_timestamp),
9150         (gst_base_rtp_depayload_change_state),
9151         (gst_base_rtp_depayload_set_property),
9152         (gst_base_rtp_depayload_get_property):
9153         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9154         Add Private structure.
9155         Bring element code to 2007.
9156         Parse clock-base caps param and use it when generating the
9157         newsegment.
9158         Reset variables before going to PAUSED.
9159         Fix some docs.
9160
9161 2007-03-29  Wim Taymans  <wim@fluendo.com>
9162
9163         * docs/libs/gst-plugins-base-libs-docs.sgml:
9164         * docs/libs/gst-plugins-base-libs-sections.txt:
9165         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9166         (gst_base_rtp_audio_payload_get_adapter):
9167         Add RTCP docs.
9168         Fix some more docs.
9169
9170         * gst-libs/gst/rtp/Makefile.am:
9171         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9172         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9173         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9174         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9175         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9176         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9177         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9178         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9179         (gst_rtcp_packet_sr_get_sender_info),
9180         (gst_rtcp_packet_sr_set_sender_info),
9181         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9182         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9183         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9184         (gst_rtcp_packet_sdes_get_chunk_count),
9185         (gst_rtcp_packet_sdes_first_chunk),
9186         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9187         (gst_rtcp_packet_sdes_first_item),
9188         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9189         (gst_rtcp_packet_bye_get_ssrc_count),
9190         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9191         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9192         (gst_rtcp_packet_bye_get_reason_len),
9193         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9194         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9195         Add new helper object for parsing and creating RTCP messages.
9196
9197 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9198
9199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9200         PCM samples with width=8 must be always unsigned, no matter what
9201         depth they have.
9202
9203 2007-03-29  Andy Wingo  <wingo@pobox.com>
9204
9205         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9206         perfect offsets also, not just timestamps.
9207
9208         * tests/check/elements/videorate.c (test_more): Test that given
9209         any incoming offsets, that videorate produces perfect offsets.
9210
9211 2007-03-29  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst-libs/gst/riff/riff-ids.h:
9214         Add some more RIFF formats.
9215
9216 2007-03-29  Wim Taymans  <wim@fluendo.com>
9217
9218         * gst-libs/gst/rtp/gstrtpbuffer.c:
9219         (gst_rtp_buffer_default_clock_rate):
9220         * gst-libs/gst/rtp/gstrtpbuffer.h:
9221         Fix fixed payload names and docs.
9222         Added method to get the default clock rates of fixed payload types.
9223         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9224
9225 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9226
9227         * tests/check/pipelines/.cvsignore:
9228         Add new vorbisdec test to cvsignore.
9229
9230 2007-03-28  Wim Taymans  <wim@fluendo.com>
9231
9232         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9233         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9234         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9235         (gst_base_audio_sink_set_property),
9236         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9237         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9238         (gst_base_audio_sink_skew_slaving),
9239         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9240         (gst_base_audio_sink_async_play):
9241         * gst-libs/gst/audio/gstbaseaudiosink.h:
9242         Store private stuff in GstBaseAudioSinkPrivate.
9243         Add configurable clock slaving modes property.
9244         API:: GstBaseAudioSink::slave-method property
9245         Some more latency reporting tweaks.
9246         Added skew based clock slaving correction and make it the default until
9247         the resampling method is more robust.
9248
9249 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9250
9251         * gst/audioconvert/audioconvert.c:
9252         Add docs to the integer pack functions and implement proper
9253         rounding. Before we had rounding towards negative infinity, i.e.
9254         always the smaller number was taken. Now we use natural rounding,
9255         i.e. rounding to the nearest integer and to the one with the largest
9256         absolute value for X.5. The old rounding introduced some minor
9257         distortions. Fixes #420079
9258         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9259         Fix one unit test that assumed the old rounding and added unit tests
9260         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9261         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9262         rounding from signed int32 to signed/unsigned int16.
9263
9264 2007-03-27  Michael Smith  <msmith@fluendo.com>
9265
9266         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9267         (gst_audio_convert_transform_caps):
9268           Fix typo in debug line introduced recently, as pointed out on irc.
9269
9270 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9273         * tests/check/libs/tag.c: (GST_START_TEST):
9274           Make sure we parse floating-point numbers in vorbis comments
9275           correctly with either '.' or ',' as separator, no matter what
9276           the current locale is. Add unit test for this too.
9277
9278 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         Patch by: René Stadler  <mail at renestadler de>
9281
9282         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9283           When writing out floating-point numbers to vorbis comment tags, always
9284           use the same character as separator no matter what the current locale is
9285           (fixes #423051).
9286
9287         * tests/check/libs/tag.c: (GST_START_TEST):
9288           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9289
9290 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9291
9292         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9293           vorbis_handle_data_packet):
9294           Correctly set DURATION to generate a timestamp-continuous stream.
9295           One bug left at the end; see
9296           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9297         * tests/check/Makefile.am:
9298         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9299           Add a test to check this.  Without the above patch this test fails.
9300
9301 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9302
9303         * gst-libs/gst/rtp/Makefile.am:
9304         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9305
9306 2007-03-23  Michael Smith  <msmith@fluendo.com>
9307
9308         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9309         (gst_video_rate_reset), (gst_video_rate_chain):
9310           If videorate changes caps, we can no longer use the old buffer
9311           (which may have a different size, incompatible with our caps).
9312           So don't do that; just duplicate the new frame more times.
9313
9314 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9315
9316         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9317         Remove playbin's override of the set_clock vmethod. It's irrelevant
9318         after Wim's commit on the 19th.
9319
9320 2007-03-22  Wim Taymans  <wim@fluendo.com>
9321
9322         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9323         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9324         * ext/gnomevfs/gstgnomevfssrc.h:
9325         Don't cache file sizes. Fixes #341078.
9326
9327 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * gst/playback/gstplaybin.c: (add_sink):
9330           Use GST_PTR_FORMAT to log caps. 
9331
9332 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         Patch by: Young-Ho Cha <ganadist at chollian net>
9335
9336         * gst/subparse/samiparse.c: (handle_start_font):
9337           Special-case some more colour names that pango doesn't handle by
9338           default. Fixes #420578.
9339
9340 2007-03-20  Michael Smith  <msmith@fluendo.com>
9341
9342         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9343           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9344           that marks EOS internally. After that, libvorbis will buffer all
9345           input data, and encode none of it, eventually leading to memory
9346           exhaustion.
9347
9348 2007-03-19  Wim Taymans  <wim@fluendo.com>
9349
9350         * gst/playback/gstdecodebin.c: (remove_fakesink):
9351         Don't post STATE_DIRTY anymore.
9352
9353         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9354         (gst_play_bin_change_state):
9355         Remove stream_time reset in seek handling, core does that now.
9356         Disable clocking for live pipelines by forcing a NULL clock to the
9357         complete pipeline, core is too smart now for our previous hack.
9358         We can always autoplug in PAUSED now.
9359
9360 2007-03-17  David Schleef  <ds@schleef.org>
9361
9362         * REQUIREMENTS:  Update this file, change the formatting to make
9363         it more consistent, plus more machine readable.
9364
9365 2007-03-16  Michael Smith  <msmith@fluendo.com>
9366
9367         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9368         (strip_width_64), (append_with_other_format):
9369           Previous fix was too simplistic, and broke the tests. Use a better
9370           approach; only strip 64 from widths for integer audio.
9371
9372 2007-03-16  Michael Smith  <msmith@fluendo.com>
9373
9374         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9375         (gst_audio_convert_transform_caps):
9376           We don't support 64 bit integer audio, so don't try to claim we can.
9377           Stops us producing caps don't match our template caps.
9378           Update comments.
9379
9380 2007-03-15  Michael Smith  <msmith@fluendo.com>
9381
9382         * gst/audioresample/gstaudioresample.c:
9383         (audioresample_check_discont), (audioresample_transform):
9384           Don't trigger discontinuities for very small imperfections; a filter
9385           flush will sound bad, and many plugins have rounding errors leading
9386           to these.
9387
9388 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9389
9390         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9391
9392         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9393         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9394         API: add "min-ptime" property to RTP base audio payloader.
9395         API: add gst_base_rtp_audio_payload_push().
9396         API: add gst_base_rtp_audio_payload_get_adapter().
9397         Fixes #415001
9398         Indentation/whitespace/documentation fixes.
9399
9400 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9401
9402         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9403         (audioresample_transform_size), (audioresample_do_output),
9404         (audioresample_transform), (audioresample_pushthrough): Handle
9405         discontinuous streams.
9406         * gst/audioresample/gstaudioresample.h:
9407         * tests/check/elements/audioresample.c:
9408         (test_discont_stream_instance), (GST_START_TEST),
9409         (audioresample_suite): Add a test for discontinuous streams.
9410         * win32/common/config.h: Updated.
9411
9412 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9413
9414         * po/af.po:
9415         * po/az.po:
9416         * po/cs.po:
9417         * po/en_GB.po:
9418         * po/it.po:
9419         * po/nb.po:
9420         * po/nl.po:
9421         * po/or.po:
9422         * po/sq.po:
9423         * po/sr.po:
9424         * po/sv.po:
9425         * po/uk.po:
9426         * po/vi.po:
9427           Update translations from translation project.
9428
9429 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9430
9431         * gst/audioresample/debug.h:
9432         * gst/audioresample/resample.c: (resample_init):
9433           Since I really am not interested in a debug line for each sample
9434           being processed, move the library's debugging to its own category,
9435           libaudioresample
9436
9437 2007-03-13  Michael Smith  <msmith@fluendo.com>
9438
9439         * ext/theora/theoradec.c: (theora_handle_type_packet):
9440           Since the plugin doesn't support anything other than 4:2:0 right
9441           now, post an error and fail if we get something else. Won't matter
9442           until libtheora supports the other pixel formats, but hopefully
9443           that'll be soon...
9444
9445 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9446
9447         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9448         Use gst_guint64_to_gdouble for conversion.
9449         * win32/MANIFEST:
9450         Add new files to the win32 MANIFEST.
9451         * win32/common/libgstaudio.def:
9452         * win32/common/libgstpbutils.def:
9453         Add new exported functions.
9454         * win32/vs6/gst_plugins_base.dsw:
9455         * win32/vs6/libgstdecodebin.dsp:
9456         * win32/vs6/libgstplaybin.dsp:
9457         Change the link to libgstpbutils.lib.
9458         * win32/vs6/libgstdecodebin2.dsp:
9459         Add a new project for decodebin2.
9460         * win32/vs6/libgstpbutils.dsp:
9461         Add a new project for pbutils.
9462
9463 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9466           Also accept partial dates with only year and month,
9467           like 1999-12-00 (fixes #410396 even more).
9468
9469         * tests/check/libs/tag.c: (GST_START_TEST):
9470           Add unit test for the above.
9471
9472 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9473
9474         * tests/check/elements/subparse.c: (GST_START_TEST),
9475         (subparse_suite):
9476           Add unit test for MPL2 subtitle format (#413799).
9477
9478 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9479
9480         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9481
9482         * gst/subparse/Makefile.am:
9483         * gst/subparse/gstsubparse.c:
9484         (gst_sub_parse_data_format_autodetect),
9485         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9486         (gst_subparse_type_find):
9487         * gst/subparse/gstsubparse.h:
9488         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9489         * gst/subparse/mpl2parse.h:
9490           Add support for MPL2 subtitle format (#413799).
9491
9492 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9493
9494         * configure.ac:
9495           We require core CVS for the new buffer metadata copy functions.
9496
9497 2007-03-09  Wim Taymans  <wim@fluendo.com>
9498
9499         * gst-libs/gst/tag/gstid3tag.c:
9500         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9501         Fixes #414496.
9502
9503         Patch by: Alex Lancaster <alexl at users sourceforge net>
9504
9505 2007-03-09  Wim Taymans  <wim@fluendo.com>
9506
9507         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9508         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9509         Improve adapter usage and comments.
9510
9511 2007-03-09  Wim Taymans  <wim@fluendo.com>
9512
9513         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9514         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9515         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9516         Use new metadata copy function.
9517
9518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9519         (gst_ffmpegcsp_transform):
9520         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9521         Basetransform copied the metadata for us.
9522
9523 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9526         (gst_text_overlay_video_event):
9527           Some more logging. Only accept newsegment events in TIME format and
9528           send a WARNING message if they are not in TIME format.
9529
9530         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9531         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9532         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9533         * gst/subparse/gstsubparse.h:
9534           No need to allocate GstSegment structure dynamically, just put it
9535           into the instance structure; ignore newsegment events in BYTE
9536           format and in particular don't let it overwrite our saved TIME
9537           segment from the last seek.
9538
9539 2007-03-09  Michael Smith  <msmith@fluendo.com>
9540
9541         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9542           Replace AC3 typefinder with one that isn't terrible, and actually
9543           works usefully.
9544
9545 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9546
9547         * gst/audioconvert/gstaudioconvert.c:
9548         (gst_audio_convert_transform):
9549           fix error category and translatable string
9550           
9551
9552 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9553
9554         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9555         * pkgconfig/gstreamer-plugins-base.pc.in:
9556           Fix up utils => pbutils here too.
9557
9558 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * gst/subparse/gstsubparse.c: (handle_buffer):
9561           Break out of loop in chain function as soon as possible if we get
9562           a non-OK flow return.
9563
9564 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9565
9566         * tests/check/elements/alsa.c: (GST_START_TEST):
9567         Unref the mixer if the state change fails too (if the
9568         alsa devices are inaccessible, for example)
9569
9570 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9571
9572         * tests/check/Makefile.am:
9573         Don't test libvisual elements in the states check, because libvisual
9574         seems to leak internally.
9575
9576         Re-enable the alsa and states tests now that there's new suppressions
9577         in gst.supp.
9578
9579         * tests/check/elements/alsa.c: (GST_START_TEST):
9580         Don't leak the alsamixer we instantiated.
9581
9582 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9583
9584         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9585         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9586         (gst_ximagesink_finalize):
9587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9588         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9589         Move some cleanup stuff from the state change handler into a _reset()
9590         function that can be called from _finalize(). This ensures that things
9591         get freed even if (for some reason) the NULL->READY state transition
9592         fails in the parent class.
9593         Even if a parent state change fails, process our downward state change
9594         logic instead of bailing out early.
9595         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9596
9597 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9598
9599         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9600         Extra log line.
9601
9602         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9603         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9604         Use pango_font_description_set_family_static instead of 
9605         pango_font_description_set_family to save a string copy (it was
9606         leaking due to the strdup anyway)
9607
9608         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9609         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9610         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9611         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9612         Chain up in finalize.
9613
9614 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         * gst-libs/gst/interfaces/mixertrack.c:
9617         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9618         (gst_mixer_track_set_property):
9619           API: add "untranslated-label" property which should be set by
9620           implementations at construct time (#414645).
9621
9622         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9623         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9624           Set "untranslated-label" when constructing mixer track objects.
9625
9626         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9627           Unit test to check the above.
9628
9629 2007-03-07  Wim Taymans  <wim@fluendo.com>
9630
9631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9632         Fix confusing debug message.
9633
9634 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9635
9636         * gst-plugins-base.doap:
9637         update doap file with new version
9638
9639 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9640
9641         * configure.ac:
9642         Back to CVS
9643
9644 === release 0.10.12 ===
9645
9646 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9647
9648         * configure.ac:
9649           releasing 0.10.12, "Zombie Horde"
9650
9651 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9652
9653         * configure.ac:
9654         Bump version to 0.10.11.4 pre-release
9655
9656 2007-03-06  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst-libs/gst/audio/gstbaseaudiosink.c:
9659         (gst_base_audio_sink_async_play):
9660         Fix regression that made GStreamer skip the first samples of audio.
9661         Fixes #414684.
9662
9663 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9664
9665         * configure.ac:
9666         Bump version to 0.10.11.3 pre-release
9667
9668 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9669
9670         * po/POTFILES.in:
9671           Update paths for the rename from utils to pbutils to fix the build.
9672
9673 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * gst-libs/gst/pbutils/Makefile.am:
9676           Change directory to install headers in from gst/utils to gst/pbutils
9677           as well.
9678
9679 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9680
9681         * configure.ac:
9682         * docs/libs/gst-plugins-base-libs-docs.sgml:
9683         * docs/libs/gst-plugins-base-libs-sections.txt:
9684         * gst-libs/gst/Makefile.am:
9685         * gst-libs/gst/interfaces/mixer.c:
9686         * gst-libs/gst/pbutils/Makefile.am:
9687         * gst-libs/gst/pbutils/descriptions.c:
9688         (gst_pb_utils_get_source_description),
9689         (gst_pb_utils_get_sink_description),
9690         (gst_pb_utils_get_decoder_description),
9691         (gst_pb_utils_get_encoder_description),
9692         (gst_pb_utils_get_element_description),
9693         (gst_pb_utils_add_codec_description_to_tag_list),
9694         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9695         * gst-libs/gst/pbutils/descriptions.h:
9696         * gst-libs/gst/pbutils/install-plugins.c:
9697         * gst-libs/gst/pbutils/install-plugins.h:
9698         * gst-libs/gst/pbutils/missing-plugins.c:
9699         (gst_missing_uri_source_message_new),
9700         (gst_missing_uri_sink_message_new),
9701         (gst_missing_element_message_new),
9702         (gst_missing_decoder_message_new),
9703         (gst_missing_encoder_message_new),
9704         (gst_missing_plugin_message_get_description):
9705         * gst-libs/gst/pbutils/missing-plugins.h:
9706         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9707         * gst-libs/gst/pbutils/pbutils.h:
9708         * gst-libs/gst/utils/Makefile.am:
9709         * gst-libs/gst/utils/base-utils.c:
9710         * gst-libs/gst/utils/base-utils.h:
9711         * gst-libs/gst/utils/descriptions.c:
9712         * gst-libs/gst/utils/descriptions.h:
9713         * gst-libs/gst/utils/install-plugins.c:
9714         * gst-libs/gst/utils/install-plugins.h:
9715         * gst-libs/gst/utils/missing-plugins.c:
9716         * gst-libs/gst/utils/missing-plugins.h:
9717         * gst-plugins-base.spec.in:
9718         * gst/playback/Makefile.am:
9719         * gst/playback/gstdecodebin.c:
9720         * gst/playback/gstdecodebin2.c:
9721         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9722         (gen_source_element):
9723         * gst/playback/gstplaybin.c: (plugin_init):
9724         * tests/check/Makefile.am:
9725         * tests/check/libs/pbutils.c: (GST_START_TEST),
9726         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9727         * tests/check/libs/utils.c:
9728           rename utils to pbutils
9729
9730 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9731
9732         * docs/plugins/Makefile.am:
9733         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9734         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9735         * docs/plugins/inspect/plugin-decodebin2.xml:
9736         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9737         Add documentation for decodebin2 that indicates that the API
9738         is still unstable.
9739
9740 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9741
9742         * configure.ac:
9743         Update to 0.10.11.2 (0.10.12 pre-release)
9744
9745 2007-03-01  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst-libs/gst/audio/gstbaseaudiosink.c:
9748         (gst_base_audio_sink_async_play):
9749         base time is irrelevant here.
9750
9751 2007-03-01  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9754         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9755         Improve debugging.
9756
9757         * gst-libs/gst/audio/gstbaseaudiosink.c:
9758         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9759         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9760         Improve latency and clock slaving calculations.
9761         Improve slave clock calibration.
9762
9763         * gst-libs/gst/audio/gstringbuffer.c:
9764         (gst_ring_buffer_commit_full):
9765         When we are asked to render N sample to 0 bytes, return N.
9766
9767 2007-03-01  Wim Taymans  <wim@fluendo.com>
9768
9769         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9770         (gst_alsasink_write), (gst_alsasink_reset):
9771         * ext/alsa/gstalsasink.h:
9772         Remove unused dispose function.
9773         Rename lock to not interfere with alsasrc lock.
9774
9775         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9776         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9777         (gst_alsasrc_read), (gst_alsasrc_reset):
9778         * ext/alsa/gstalsasrc.h:
9779         Implement finalize function.
9780         Use lock to protect alsa access.
9781         Implement _reset.
9782         Fine tune sw params.
9783
9784 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9785
9786         * configure.ac:
9787           Convert to new AG_GST style.
9788
9789 2007-02-28  Wim Taymans  <wim@fluendo.com>
9790
9791         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9792
9793         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9794         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9795         Fix race condition when rapidly switching visualisations in playbin.
9796         Fixes #401029.
9797
9798 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9799
9800         * tests/check/Makefile.am:
9801         Include local stuff before system installed things in LDFLAGS and
9802         CFLAGS.
9803
9804 2007-02-28  Wim Taymans  <wim@fluendo.com>
9805
9806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9807         Improve debugging.
9808
9809 2007-02-28  Wim Taymans  <wim@fluendo.com>
9810
9811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9812         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9813         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9814         Fix duration and timestamping, taking latency into account.
9815         Implement latency query.
9816
9817 2007-02-28  Wim Taymans  <wim@fluendo.com>
9818
9819         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9820         (gst_audio_clock_new):
9821         Fix clock name.
9822
9823         * gst-libs/gst/audio/gstbaseaudiosink.c:
9824         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9825         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9826         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9827         (gst_base_audio_src_create):
9828         Improve latency query code.
9829         Use proper clock names.
9830
9831 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9832
9833         * tests/check/generic/states.c: (GST_START_TEST):
9834           Copy the states.c test from core again
9835         * tests/check/Makefile.am:
9836           ignore cdio and cdparanoiasrc
9837
9838 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9839
9840         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9841         (double_hq), (audio_convert_get_func_index), (check_default),
9842         (audio_convert_prepare_context), (audio_convert_convert):
9843           Also make valgrind happy and avoid copying data in some cases.
9844
9845 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9846
9847         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9848         (double_hq), (audio_convert_get_func_index),
9849         (audio_convert_prepare_context), (audio_convert_convert):
9850         * gst/audioconvert/gstaudioconvert.c:
9851         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9852         (gst_audio_convert_transform_caps):
9853         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9854         (audioconvert_suite):
9855           Don't run inplace if that overwrites source data as we go. Add more
9856           tests. Fixes #339837 even more.
9857
9858 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9859
9860         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9861         (msg_segment_done): Fix various seeking bugs (Slider was not
9862         updating when doing a non flushing seek, Reverse playback 
9863         on segment seek was wrong).
9864
9865 2007-02-26  Wim Taymans  <wim@fluendo.com>
9866
9867         * tests/examples/seek/seek.c: (stop_seek):
9868         When we stop scrubbing, don't leave the pipeline PLAYING when we
9869         requested a PAUSED state.
9870
9871 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9872
9873         Patch by: René Stadler <mail at renestadler de>
9874
9875         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9876           Parse date strings in vorbis comments that have an invalid (zero)
9877           month or day (#410396).
9878
9879         * tests/check/libs/tag.c: (GST_START_TEST):
9880           Test case for the above.
9881
9882 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9883
9884         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9885
9886         * configure.ac:
9887         * ext/alsa/Makefile.am:
9888         * gst/audiotestsrc/Makefile.am:
9889           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9890
9891 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         * gst/playback/gstplaybin.c:
9894           Improve docs: point out that the application needs to assist playbin
9895           with buffering.
9896
9897 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9898
9899         * gst-libs/gst/utils/install-plugins.c:
9900         * gst-libs/gst/utils/missing-plugins.c:
9901         * tests/check/libs/utils.c: (missing_msg_check_getters):
9902           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9903           to just 'gstreamer'. Document the caps string component of the
9904           decoder/encoder detail a bit better, since not everyone will be
9905           familiar with the GStreamer media type/caps system (but they better
9906           enjoy nested itemized lists).
9907
9908 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9909
9910         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9911         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9912           Fix copying of GstNetBuffer (would crash before, or at least lead to
9913           invalid memory access, #410772), for now by copying the GstBuffer copy
9914           code from the core over here so we can copy the GstBuffer fields on a
9915           provided buffer instance (of type GstNetBuffer in this case). Would be
9916           better to fix this with some support by the core though (and in the long
9917           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9918
9919         * tests/check/Makefile.am:
9920           Enable unit test for GstNetBuffer.
9921
9922 2007-02-22  Andy Wingo  <wingo@pobox.com>
9923
9924         * gst-libs/gst/audio/gstbaseaudiosink.c
9925         (gst_base_audio_sink_init): Disable pull-mode activation until we
9926         figure out how to make audio sinks go to PLAYING.
9927
9928 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9929
9930         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9931         (double_hq), (audio_convert_get_func_index),
9932         (audio_convert_prepare_context), (audio_convert_convert):
9933         * gst/audioconvert/audioconvert.h:
9934         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9935         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9936         * gst/audioconvert/gstchannelmix.h:
9937         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9938           Add float as an intermediate format, as well as float mixing. Enable
9939           test that was failing before. Fixes #339837
9940
9941 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9942
9943         * tests/examples/seek/seek.c: (do_seek):
9944         Undo the previous commit: -1 as a stop time implies that the stop
9945         time is the end of file, clearing any previously configured segment.
9946
9947 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9948
9949         * tests/examples/seek/seek.c: (do_seek):
9950         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9951
9952 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9953
9954         * gst/volume/gstvolume.c: (volume_process_int16),
9955         (volume_process_int16_clamp), (volume_set_caps):
9956           Unbreak volume, value remains gint.
9957
9958 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9959
9960         * gst/volume/gstvolume.c: (volume_choose_func),
9961         (volume_update_real_volume), (gst_volume_set_volume),
9962         (gst_volume_init), (volume_process_double), (volume_process_float),
9963         (volume_process_int16), (volume_process_int16_clamp),
9964         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9965         * gst/volume/gstvolume.h:
9966           Extend float audio support (double) and some int->uint cleanups.
9967
9968 2007-02-20  Edward Hervey  <edward@fluendo.com>
9969
9970         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9971         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9972         (sort_end_pads), (gst_decode_group_expose),
9973         (gst_decode_group_hide):
9974         Don't free groups from the streaming threads. Just put them aside and
9975         free them in dispose.
9976
9977 2007-02-20  Edward Hervey  <edward@fluendo.com>
9978
9979         * gst/playback/gstdecodebin2.c: (connect_element),
9980         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9981         (sort_end_pads), (gst_decode_group_expose):
9982         Handle dynamic pads within groups.
9983         Sort pads before exposing them in order to make playbin happy.
9984         There still is a race with the multiqueue filling up. This should be
9985         solved separately.
9986         Fixes #398721
9987
9988 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9989
9990         * gst-libs/gst/utils/base-utils.c:
9991         * gst-libs/gst/utils/descriptions.c:
9992         * gst-libs/gst/utils/install-plugins.c:
9993         * gst-libs/gst/utils/missing-plugins.c:
9994           Some more docs (and descriptions for two subtitle formats).
9995
9996 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9997
9998         * gst-libs/gst/audio/audio.c:
9999           Fix documentation.
10000
10001 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         Patch by: Yves Lefebvre  <ivanohe abacom com>
10004
10005         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10006           Don't leak caps. Fixes #408278.
10007
10008 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10009
10010         * ext/cdparanoia/gstcdparanoiasrc.h:
10011         * ext/ogg/gstoggdemux.h:
10012         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10013         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10014         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10015         * gst-libs/gst/audio/audio.h:
10016         * gst-libs/gst/audio/gstaudiofilter.h:
10017         * gst-libs/gst/interfaces/videoorientation.h:
10018         * gst/adder/gstadder.h:
10019           More docs coverage and some ChangeLog surgery (add missing names)
10020
10021 2007-02-15  Wim Taymans  <wim@fluendo.com>
10022
10023         * sys/ximage/ximagesink.c:
10024         (gst_ximagesink_calculate_pixel_aspect_ratio):
10025         * sys/xvimage/xvimagesink.c:
10026         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10027         Small constifications.
10028
10029 2007-02-15  Wim Taymans  <wim@fluendo.com>
10030
10031         * gst-libs/gst/audio/gstbaseaudiosink.c:
10032         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10033         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10034         (gst_base_audio_sink_async_play),
10035         (gst_base_audio_sink_change_state):
10036         Answer latency query.
10037         Use configured latency when syncing.
10038         Fix clock slaving.
10039
10040         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10041         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10042         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10043         Fix possible memleak.
10044         Implement latency query.
10045         Small cleanups.
10046
10047 2007-02-15  Wim Taymans  <wim@fluendo.com>
10048
10049         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10050         Ignore errors in reset, these are not fatal. They also grab the element
10051         lock which is already taking when this function is called. Fixes
10052         #405451.
10053
10054 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10055
10056         * configure.ac:
10057           Remove 'tests/examples/xerror/Makefile' from output files again.
10058
10059 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10060
10061         * configure.ac:
10062         * docs/plugins/Makefile.am:
10063           Also crossref against gst-plugins-base-libs.
10064
10065 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10066
10067         * configure.ac:
10068         * docs/libs/Makefile.am:
10069         * docs/plugins/Makefile.am:
10070           Add crossreferences to glib/gobject/gstream docs.
10071
10072         * gst-libs/gst/audio/audio.h:
10073           Source formatting.
10074
10075         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10076           Add own debug category.
10077
10078 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         Patch by: René Stadler <mail at renestadler de>
10081
10082         * gst-libs/gst/tag/gstvorbistag.c:
10083           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10084           (#403597).
10085
10086 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * gst/playback/gstplaybasebin.c: (setup_source):
10089           When we have external subtitles and wait for the subtitle decodebin
10090           to get up and running, we set up a (sync) bus handler for the
10091           subtitle decodebin, so we can stop waiting when it posts an error
10092           message. However, we should do that before we set the subtitle
10093           decodebin's state to playing, otherwise things are racy and we might
10094           miss error messages posted before we had a chance to set up the bus.
10095           This should finally fix totem hanging on .txt pseudo-subtitle files.
10096           
10097 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10098
10099         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10100           Use gst_gdouble_to_guint64 for conversions.
10101         * win32/common/config.h.in:
10102           Add a define for GST_INSTALL_PLUGINS_HELPER
10103         * win32/common/libgstaudio.def:
10104         * win32/common/libgstcdda.def:
10105         * win32/common/libgstnetbuffer.def:
10106         * win32/common/libgstrtp.def:
10107         * win32/common/libgutils.def:
10108           Add new exported functions.
10109         * win32/vs6/gst_plugins_base.dsw:
10110         * win32/vs6/libgstdecodebin.dsp:
10111         * win32/vs6/libgstnetbuffer.dsp:
10112         * win32/vs6/libgstplaybin.dsp:
10113         * win32/vs6/libgstrtp.dsp:
10114         * win32/vs6/libgstvorbis.dsp:
10115         * win32/vs6/libgstcdda.dsp:
10116         * win32/vs6/libgstgdp.dsp:
10117         * win32/vs6/libgstutils.dsp:
10118           Update and add new project files.
10119
10120 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10123         (subrip_remove_unhandled_tags), (parse_subrip):
10124           For SubRip (.srt) subtitles, ignore all markup tags we don't
10125           handle (like font tags, for example).
10126
10127         * tests/check/elements/subparse.c:
10128           Add test for this.
10129
10130 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * gst/playback/gstdecodebin.c: (add_fakesink),
10133         (gst_decode_bin_change_state):
10134         * gst/playback/gstdecodebin2.c: (add_fakesink),
10135         (gst_decode_bin_change_state):
10136           Don't error out if there is no fakesink in the NULL to READY state
10137           change, since when decodebin is re-used, we're only adding the
10138           fakesink element in READY to PAUSED.
10139
10140         * tests/check/elements/decodebin.c:
10141         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10142         (decodebin_suite):
10143           Minimal unit test to make sure we can use the same decodebin
10144           instance twice (at least with audiotestsrc input).
10145
10146 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10149           Try to get devic-name from device string first, and from handle only
10150           as fallback (seems to yield better results and is more robust
10151           against buggy probing code on the application side).
10152
10153 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10156
10157         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10158         (gst_alsa_find_device_name):
10159         * ext/alsa/gstalsa.h:
10160         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10161         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10162           Improve device-name detection a bit, especially in the case where
10163           the device is not actually open (#405020, #405024). Move common code
10164           into gstalsa.c instead of duplicating it.
10165
10166 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * gst/audioconvert/gstaudioconvert.c:
10169           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10170
10171 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10172
10173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10174         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10175         (gst_xvimagesink_interface_supported),
10176         (gst_xvimagesink_probe_get_properties),
10177         (gst_xvimagesink_probe_probe_property),
10178         (gst_xvimagesink_probe_needs_probe),
10179         (gst_xvimagesink_probe_get_values),
10180         (gst_xvimagesink_property_probe_interface_init),
10181         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10182         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10183         (gst_xvimagesink_get_type):
10184         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10185         for XVAdaptors so that one can choose the adaptor to use with 
10186         gstreamer-properties.
10187
10188 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10189
10190         * gst/audioconvert/gstaudioconvert.c:
10191           Also mention that a conversion from double to float is suboptimal still.
10192
10193 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         * gst-libs/gst/audio/gstaudiofilter.c:
10196         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10197           Clear our formats structure and free the caps contained in it when
10198           shutting down.
10199
10200 2007-02-05  Andy Wingo  <wingo@pobox.com>
10201
10202         * gst-libs/gst/audio/gstbaseaudiosink.c
10203         (gst_base_audio_sink_callback): Update basesink->offset so that we
10204         pull monotonically increasing offsets instead of, um, seeking back
10205         to 0 each time. Fixes alsasrc ! alsasink!
10206
10207 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * gst/videoscale/gstvideoscale.c:
10210           A width and height of 1 makes us crash, so increase minimum size to
10211           2x2 pixels until someone feels like fixing this (#404512).
10212
10213 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10214
10215         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10216           Add small test to make sure request pads are cleaned up properly
10217           even if oggmux never changes state out of NULL.
10218
10219 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * tests/check/libs/utils.c: (GST_START_TEST):
10222           Fix unit test. Turns out things work much better when you
10223           NULL-terminate string arrays. Should make p5 build bot happy again.
10224
10225 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * gst-libs/gst/audio/Makefile.am:
10228         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10229         (gst_audio_filter_template_base_init),
10230         (gst_audio_filter_template_class_init),
10231         (gst_audio_filter_template_init),
10232         (gst_audio_filter_template_set_property),
10233         (gst_audio_filter_template_get_property),
10234         (gst_audio_filter_template_setup),
10235         (gst_audio_filter_template_filter),
10236         (gst_audio_filter_template_filter_inplace), (plugin_init):
10237           Oops, forgot to commit fixed-up example.
10238
10239 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * docs/libs/gst-plugins-base-libs-sections.txt:
10242         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10243         (gst_audio_filter_class_init), (gst_audio_filter_init),
10244         (gst_audio_filter_set_caps),
10245         (gst_audio_filter_class_add_pad_templates):
10246         * gst-libs/gst/audio/gstaudiofilter.h:
10247           Port GstAudioFilter to 0.10. This change technically breaks
10248           API and ABI (and thus also every library developer's heart),
10249           but seems justifiable on the grounds that the base class was
10250           completely unusable before (ie. would crash immediately when
10251           actually used). Fixes #403963 (and eventually also #403572).
10252           Also document all of this a bit.
10253
10254 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10255
10256         * gst-libs/gst/utils/install-plugins.c:
10257         (gst_install_plugins_spawn_child):
10258         * tests/check/libs/utils.c:
10259         (test_base_utils_install_plugins_do_callout):
10260           Lowering log level to see why things fail on the p5 build bot;
10261           fix some typos in unit test messages.
10262
10263 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * tests/check/libs/utils.c:
10266         (test_base_utils_install_plugins_do_callout):
10267           Don't hard-code temp directory for test helper; use GLib functions
10268           to write out file and do error checking etc.
10269
10270 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10271
10272         * gst-libs/gst/utils/Makefile.am:
10273         * gst-libs/gst/utils/base-utils.h:
10274         * gst-libs/gst/utils/install-plugins.c:
10275         (gst_install_plugins_context_set_xid),
10276         (gst_install_plugins_context_new),
10277         (gst_install_plugins_context_free),
10278         (gst_install_plugins_get_helper),
10279         (gst_install_plugins_spawn_child),
10280         (gst_install_plugins_return_from_status),
10281         (gst_install_plugins_installer_exited),
10282         (gst_install_plugins_async), (gst_install_plugins_sync),
10283         (gst_install_plugins_return_get_name),
10284         (gst_install_plugins_installation_in_progress):
10285         * gst-libs/gst/utils/install-plugins.h:
10286           API: add API for applications to initiate installation of missing
10287           plugins, ie. gst_install_plugins_async() primarily.
10288           Based on libgimme-codec by Ryan Lortie.
10289
10290         * configure.ac:
10291           Add --with-install-plugins-helper configure option so distros can specify
10292           the path of the helper script or program to call when plugin installation
10293           is requested (distros: please do any argument munging in this helper
10294           script instead of patching GStreamer to pass arguments differently
10295           to another program directly).
10296
10297         * docs/libs/gst-plugins-base-libs-docs.sgml:
10298         * docs/libs/gst-plugins-base-libs-sections.txt:
10299           Build and document new API.
10300
10301         * tests/check/libs/utils.c: (result_cb),
10302         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10303         (libgstbaseutils_suite):
10304           Some simple checks for the new API.
10305
10306 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10307
10308         * tests/check/elements/audioconvert.c: (test_float_conversion):
10309           Add small test for 32bit float <=> 64bit float conversion (works
10310           only one way so far, 32=>64 produces structured noise).
10311
10312 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * gst/audioconvert/gstaudioconvert.c:
10315         (set_structure_widths_32_and_64), (make_lossless_changes):
10316           We don't support floats with a width of 40, 48 or 56 bits.
10317
10318 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10319
10320         * gst/audioconvert/audioconvert.c: (float), (double),
10321         (audio_convert_get_func_index):
10322         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10323         (make_lossless_changes):
10324           Support for 64-bit float audio in audioconvert (#339837)
10325
10326 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         Patch by: Holger Wansing  <linux wansing-online de>
10329
10330         * po/LINGUAS:
10331         * po/de.po:
10332           Add German translation (#352069).
10333
10334 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10335
10336         reviewed by: Wim Taymans <wim@fluendo.com>
10337
10338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10339         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10340         Use newly added GstCollectPads API to free the allocated resources in
10341         the GstOggPad structures (#402393).
10342
10343 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10344
10345         * gst/playback/gstplaybin.c: (gen_vis_element):
10346           Add audioresample+audioconvert in front of the visualisation
10347           element, so that elements like libvisual 0.4 that don't support all
10348           samplerates can work.
10349
10350           Fixes: #402505
10351
10352 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10355         (gst_play_base_bin_get_streaminfo_value_array):
10356           Take some locks and make a copy of the streaminfo value array we
10357           maintain while holding the lock, so that the application can
10358           retrieve the stream-info as a value array in a thread-safe way.
10359
10360 2007-01-30  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/audioconvert/gstaudioconvert.c:
10363         Don't fail on 0 sized buffers. Fixes #396835.
10364
10365 2007-01-29  David Schleef  <ds@schleef.org>
10366
10367         * gst/typefind/gsttypefindfunctions.c:
10368           Detect BBCD as video/x-dirac, so we can play raw dirac
10369           streams.
10370
10371 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * ext/theora/theoraenc.c: (theora_enc_chain):
10374           Check return value of theora_encode_header(), or we might try to
10375           allocate a random number of bytes. theora_encode_header() can fail
10376           if libtheora has been compiled with encoding support disabled.
10377           Fixes #398110.
10378
10379 2007-01-29  Wim Taymans  <wim@fluendo.com>
10380
10381         * tests/check/gst/.cvsignore:
10382         Do as buildbot says.
10383
10384 2007-01-29  Wim Taymans  <wim@fluendo.com>
10385
10386         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10387         Fix strides in libvisual. Gst uses X strides.
10388         Inspired by: <ed at catmur dot co dot uk> and 
10389         <tim at centricular dot net>
10390         Fixes #401118.
10391
10392 2007-01-27  Wim Taymans  <wim@fluendo.com>
10393
10394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10395         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10396         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10397         (gst_ogg_demux_perform_seek),
10398         (gst_ogg_demux_bisect_forward_serialno),
10399         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10400         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10401         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10402         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10403         * ext/ogg/gstoggdemux.h:
10404         Properly propagate streaming errors when we are scanning the file for
10405         chains so that we don't crash when shut down. Might fix some crashers
10406         when quickly switching oggs in RB such as #332503 and #378436.
10407
10408 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10411           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10412           error code as well.
10413
10414 2007-01-25  Wim Taymans  <wim@fluendo.com>
10415
10416         * gst/playback/gstplaybasebin.c: (remove_source):
10417         Don't try to disconnect a signal from a finalized object.
10418
10419 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10422           Cast lock macro parameters to make sure we're actually accessing the
10423           lock member at the right class level. Free list itself in _dispose()
10424           as well and NULL it in case dispose gets called multiple times.
10425
10426 2007-01-25  Edward Hervey  <edward@fluendo.com>
10427
10428         * gst/playback/gstdecodebin2.c:
10429         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10430         Free GstDecodeGroups no longer used.
10431         (gst_decode_group_expose):
10432         Don't unlock too many times !
10433         (deactivate_free_recursive):
10434         Free iterator once we're done with it.
10435         Fix for recursively deactivating elements (stop at ghostpads).
10436
10437 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * gst/playback/gstplaybin.c: (handoff):
10440           Fix up caps on the frame buffer before we save it and potentially
10441           make it accessible to other threads via g_object_get; also use
10442           gst_buffer_replace() instead of gst_mini_object_replace().
10443
10444 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10445
10446         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10447           Make getting the current frame thread-safe.
10448
10449 2007-01-25  Edward Hervey  <edward@fluendo.com>
10450
10451         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10452         (gst_decode_group_new), (gst_decode_group_free):
10453         Set queues to bigger sizes to cope with HD contents.
10454         Fix some mutex freeing and add comment about MT safe methods.
10455
10456 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10459         (gst_text_overlay_text_event):
10460           Don't unnecessarily ref (and then leak) upstream events if the text
10461           pad is not linked. Fixes #399948.
10462
10463         * tests/check/gst-plugins-base.supp:
10464           Add suppression for pango on edgy/x86 for textoverlay test.
10465
10466 2007-01-24  Wim Taymans  <wim@fluendo.com>
10467
10468         * gst-libs/gst/rtp/gstrtpbuffer.h:
10469         Add some more fixed payloads.
10470
10471 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10474           Error out properly if we get an error from libogg while reading the
10475           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10476
10477 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10478
10479         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10480           Don't leak mutex.
10481
10482         * tests/check/elements/playbin.c:
10483         (test_sink_usage_video_only_stream),
10484         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10485         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10486         (test_missing_suburisource_handler),
10487         (test_missing_primary_decoder), (playbin_suite):
10488           Run all tests once with decodebin and once with decodebin2.
10489           One test does not pass yet with decodebin2.
10490
10491 2007-01-23  Edward Hervey  <edward@fluendo.com>
10492
10493         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10494         Fix the cases where oggmux doesn't properly figure out that all
10495         sinkpads have gone EOS, and therefore doesn't push out the remaining
10496         buffers and the final EOS event.
10497         Fixes #363379
10498
10499 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10500
10501         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10503         Don't lock on navigation event push, just on keysym to string.
10504         Fixes #397673 again.
10505
10506 2007-01-22  Edward Hervey  <edward@fluendo.com>
10507
10508         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10509         (get_current_group), (group_demuxer_event_probe),
10510         (gst_decode_group_expose), (deactivate_free_recursive),
10511         (gst_decode_group_free):
10512         Cleanups.
10513         Don't forget to emit 'no-more-pads' once a group is exposed.
10514         Cleanup elements from a DecodeGroup once we remove it.
10515         Protect call to gst_decode_group_expose() with the decodebin lock.
10516
10517 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10518
10519         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10521         Looking at Xorg code i can't figure out if that XKeysymToString
10522         function is thread sensible or not. Lock it just in case as
10523         recommended by Radek Doulik <rodo at ximian dot com>.
10524
10525 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10526
10527         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10529         Lock that X Call as well. Fixes #397673.
10530
10531 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10534           Don't go into an endless loop if the file starts with 00 00 01 2X,
10535           like quicktime redirect files might. Fixes #396042.
10536
10537         * tests/check/Makefile.am:
10538         * tests/check/gst/.cvsignore:
10539         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10540         (typefindfunctions_suite):
10541           Add unit test for the above.
10542
10543 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10544
10545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10546           On second thought, use "depth" field rather than "bpp" field.
10547
10548 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10551           Camtasia caps apparently need a bpp field (#398875).
10552
10553 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10556         (gen_source_element), (gst_play_base_bin_change_state):
10557           Attempt at a better error message in case we don't have the required
10558           URI handler installed; post missing-plugin message also when we're
10559           missing an URI handler for the subtitle URI; clean up properly also
10560           when an error occurs and we never made it to PAUSED state.
10561
10562         * tests/check/elements/playbin.c: (GST_START_TEST),
10563         (playbin_suite):
10564           Check that we're also getting a missing-plugin messsage for a
10565           missing subtitle URI handler (and clean up properly).
10566
10567 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10570           Plug a few reference leaks.
10571
10572 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10573
10574         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10575           Lower probability a bit if the marker isn't right at the start,
10576           to decrease the chance of false positives.
10577
10578 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10581           Small mpeg2 system stream typefinding improvement: make typefinder
10582           probe a bit into the stream instead of just looking for a marker
10583           at the beginning. Fixes #397810.
10584
10585 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10586
10587         * gst/audioconvert/gstchannelmix.c:
10588           Remove compatibility cruft for prehistoric GLib versions.
10589
10590 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10591
10592         * gst/playback/Makefile.am:
10593         * gst/playback/gstdecodebin.c: (close_pad_link):
10594         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10595         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10596         (gst_play_base_bin_handle_message_func), (unknown_type):
10597           Let decodebin be the element to post missing-plugin messages for
10598           missing decoders (rather than playbin); make playbin implement
10599           GstBin::handle_message so we can suppress missing-plugin messages
10600           for types we're not handling on purpose (don't want to bring up an
10601           installer in those cases).
10602
10603 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10606         * gst-libs/gst/tag/gstvorbistag.c:
10607         (gst_tag_list_to_vorbiscomment_buffer):
10608         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10609           Fix potentially unaligned access (#397207).
10610
10611 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10612
10613         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10614         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10615         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10616         (main):
10617           Allow to toggle looping while it plays. Fix callback prototype. Clean
10618           up code a bit more. Add copyright header.
10619
10620 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10621
10622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10623           Red and blue mask was swapped (spotted by Dan Williams).
10624
10625 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10626
10627         * gst-libs/gst/tag/gstid3tag.c:
10628         * gst-libs/gst/tag/gstvorbistag.c:
10629           Use new beats-per-minute tag from core.
10630
10631 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         * po/POTFILES.in:
10634           Add new files with translatable strings, so they actually make it
10635           into the template file one day.
10636
10637 2007-01-12  Andy Wingo  <wingo@pobox.com>
10638
10639         * gst-libs/gst/audio/gstbaseaudiosink.c
10640         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10641         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10642         stuff, as the base class handles this now. Actually tell the ring
10643         buffer to start.
10644         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10645         How did this work before? Maybe I'm not as awesome a programmer as
10646         I think.
10647
10648         * gst-libs/gst/audio/gstbaseaudiosrc.c
10649         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10650         of a pad function.
10651
10652 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10655           Remove more fields so that the application can better blacklist
10656           formats that have been tried before.
10657
10658 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * gst-libs/gst/audio/mixerutils.h:
10661           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10662           used when compiling with c++ compilers as well.
10663
10664 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * gst/typefind/gsttypefindfunctions.c:
10667           Fix comment.
10668
10669 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * gst/playback/gstplaybin.c: (post_missing_element_message),
10672         (gen_video_element), (gen_text_element), (gen_audio_element),
10673         (gen_vis_element):
10674           Post missing-plugin messages also when we error out because
10675           converters, textoverlay or auto*sinks are missing (#161922).
10676
10677 2007-01-10  Wim Taymans  <wim@fluendo.com>
10678
10679         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10680         (is_demuxer_element), (new_caps):
10681         * gst/playback/gstplaybasebin.c: (source_new_pad):
10682         Fix the case where we try to ref a NULL element when we delay a link
10683         because of unfixed caps.
10684         Set the state of autoplugged decodebins to PAUSED.
10685         RTSP now works in playbin, we can remove it from the blacklist.
10686
10687 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         * gst/playback/Makefile.am:
10690         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10691         (unknown_type), (setup_subtitle), (gen_source_element):
10692         * gst/playback/gstplaybin.c: (plugin_init):
10693           Post missing-plugin messages on the bus for missing sources and
10694           missing decoders/demuxers/depayloaders; fix error code used when
10695           we're missing an URI handler source; for media types that we are not
10696           handling on purpose at the moment, don't print "don't know how to
10697           handle xyz" messages to the terminal or post missing-plugin
10698           messages on the bus.
10699
10700         * tests/check/elements/playbin.c: (create_playbin),
10701         (GST_START_TEST), (gst_codec_src_uri_get_type),
10702         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10703         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10704         (gst_codec_src_init_type), (gst_codec_src_base_init),
10705         (gst_codec_src_create), (gst_codec_src_class_init),
10706         (gst_codec_src_init), (plugin_init), (playbin_suite):
10707           Add some tests for the missing-plugin stuff.
10708
10709 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10710
10711         * configure.ac:
10712         * gst-libs/gst/Makefile.am:
10713         * gst-libs/gst/utils/Makefile.am:
10714         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10715         * gst-libs/gst/utils/base-utils.h:
10716         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10717         (find_format_info), (caps_are_rtp_caps),
10718         (gst_base_utils_get_source_description),
10719         (gst_base_utils_get_sink_description),
10720         (gst_base_utils_get_decoder_description),
10721         (gst_base_utils_get_encoder_description),
10722         (gst_base_utils_get_element_description),
10723         (gst_base_utils_add_codec_description_to_tag_list),
10724         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10725         * gst-libs/gst/utils/descriptions.h:
10726         * gst-libs/gst/utils/missing-plugins.c:
10727         (missing_structure_get_type), (copy_and_clean_caps),
10728         (gst_missing_uri_source_message_new),
10729         (gst_missing_uri_sink_message_new),
10730         (gst_missing_element_message_new),
10731         (gst_missing_decoder_message_new),
10732         (gst_missing_encoder_message_new),
10733         (missing_structure_get_string_detail),
10734         (missing_structure_get_caps_detail),
10735         (gst_missing_plugin_message_get_installer_detail),
10736         (gst_missing_plugin_message_get_description),
10737         (gst_is_missing_plugin_message):
10738         * gst-libs/gst/utils/missing-plugins.h:
10739           API: add new libgstbaseutils library with functions
10740           - to create and parse missing-plugins messages
10741           - that provide (translated) descriptions for caps/decoders/sources/etc.
10742           Closes #392393.
10743
10744         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10745         * pkgconfig/gstreamer-plugins-base.pc.in:
10746           Add new lib.
10747
10748         * docs/libs/gst-plugins-base-libs-docs.sgml:
10749         * docs/libs/gst-plugins-base-libs-sections.txt:
10750           Generate docs for new lib and API.
10751
10752         * tests/check/Makefile.am:
10753         * tests/check/libs/.cvsignore:
10754         * tests/check/libs/utils.c: (missing_msg_check_getters),
10755         (GST_START_TEST), (libgstbaseutils_suite):
10756           Add some basic unit tests.
10757
10758 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10759
10760         * ext/ogg/Makefile.am:
10761           Dist gstoggdemux.h to fix 'make distcheck'.
10762
10763         * sys/v4l/Makefile.am:
10764           Fix 'make distcheck' even more.
10765
10766 2007-01-09  Wim Taymans  <wim@fluendo.com>
10767
10768         * docs/plugins/Makefile.am:
10769         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10770         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10771         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10772         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10773         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10774         (gst_ogg_demux_perform_seek):
10775         * ext/ogg/gstoggdemux.h:
10776         Added docs.
10777         Add some more comments.
10778         Small cleanups.
10779
10780 2007-01-09  Wim Taymans  <wim@fluendo.com>
10781
10782         * ext/theora/theoradec.c:
10783         * ext/vorbis/vorbisdec.c:
10784         * gst-libs/gst/audio/gstringbuffer.c:
10785         (gst_ring_buffer_commit_full):
10786         * gst-libs/gst/audio/gstringbuffer.h:
10787         * gst-libs/gst/rtp/gstrtpbuffer.c:
10788         * gst-libs/gst/tag/gstvorbistag.c:
10789         Small documentation updates/fixes
10790
10791 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10792
10793         * configure.ac:
10794           Require core CVS HEAD for Andy's basesrc/sink API additions.
10795
10796 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10797
10798         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10799
10800         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10801         (plugin_init):
10802           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10803           on flac.sf.net (there appear to be other versions of the first
10804           ogg page in the wild) (#391365).
10805
10806 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * configure.ac:
10809           Check if localtime_r() is available.
10810
10811         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10812           If localtime_r() is not available, fall back to localtime(). Should
10813           fix build on MingW (#393310).
10814
10815 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10816
10817         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10818         * gst/subparse/gstsubparse.h:
10819           Remove spurious 1000 subtrahend when calculating the timestamp from
10820           the frame number and the frame rate . Also, use the frames/second
10821           value specified in the first line of the file, if one is specified
10822           there. Should fix #357503.
10823
10824         * tests/check/elements/subparse.c: (do_test),
10825         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10826         (subparse_suite):
10827           Add some basic unit tests for the microdvd subtitle format.
10828
10829 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10830
10831         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10832
10833         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10834         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10835         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10836         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10837         (gst_xvimagesink_set_xwindow_id),
10838         (gst_xvimagesink_set_event_handling),
10839         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10840         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10841         Fixes: #390076.
10842         Add an adaptor property to select a specific XV adaptor.
10843         * sys/xvimage/xvimagesink.h:
10844
10845 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10846
10847         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10848         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10849         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10850         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10851         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10852         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10853         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10854         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10855         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10856         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10857         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10858         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10859         Use flow_lock much more to protect every access to xwindow.
10860         Try to catch erros while creating images in case some drivers are
10861         just generating an XError when the requested image is too big.
10862         Should fix : #354698, #384008, #384060.
10863         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10864         Implement some stress testing of setting window xid.
10865
10866 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10867
10868         * win32/common/libgsaudio.def:
10869           Add new exported function.
10870         * win32/common/libgstogg.dsp:
10871           Add gstoggaviparse.c to the build.
10872         * win32/common/libgstvideoscale.dsp:
10873           Add vs_4tap.c to the build.
10874         * win32/common/libgstvorbis.dsp:
10875           Add vorbistag.c to the build.
10876         
10877 2007-01-06  Andy Wingo  <wingo@pobox.com>
10878
10879         * gst-libs/gst/audio/gstbaseaudiosink.c
10880         (gst_base_audio_sink_class_init)
10881         (gst_base_audio_sink_init): 
10882         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10883         to baseaudiosink, and tell basesink that we can work in pull mode.
10884         This way the ring buffer thread drives the pipeline directly, if
10885         pull mode is possible. There is some lingering nastiness regarding
10886         capsnego, however.
10887         (gst_base_audio_sink_callback): Implement the callback to pull
10888         data. This interface is a bit light, though -- it should get a
10889         GstFlowReturn return value at least.
10890
10891 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10894         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10895         * gst/playback/gstdecodebin2.c:
10896         (gst_decode_group_check_if_blocked):
10897           Printf format and missing argument fixes.
10898
10899 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10900
10901         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10902         (gst_ogm_parse_change_state):
10903         Activate pads before adding them to the element.
10904
10905 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10906
10907         * tests/examples/seek/scrubby.c: (main):
10908         * tests/examples/seek/seek.c: (main):
10909           Call g_thread_init() first thing in main() (see #391278).
10910
10911 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10912
10913         * tests/check/Makefile.am:
10914         * tests/check/libs/.cvsignore:
10915         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10916         (netbuffer_suite):
10917           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10918           for the time being, since it's broken, see #393099.
10919
10920 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * tests/check/Makefile.am:
10923           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10924
10925 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10926
10927         * configure.ac:
10928           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10929           so that GST_BASE_CFLAGS can go inbetween them, making sure
10930           we use uninstalled gst-libs headers
10931         * docs/libs/Makefile.am:
10932         * ext/alsa/Makefile.am:
10933         * ext/cdparanoia/Makefile.am:
10934         * ext/gnomevfs/Makefile.am:
10935         * ext/libvisual/Makefile.am:
10936         * ext/ogg/Makefile.am:
10937         * ext/theora/Makefile.am:
10938         * ext/vorbis/Makefile.am:
10939         * gst-libs/gst/audio/Makefile.am:
10940         * gst-libs/gst/cdda/Makefile.am:
10941         * gst-libs/gst/interfaces/Makefile.am:
10942         * gst-libs/gst/riff/Makefile.am:
10943         * gst-libs/gst/rtp/Makefile.am:
10944         * gst-libs/gst/tag/Makefile.am:
10945         * gst/adder/Makefile.am:
10946         * gst/audioconvert/Makefile.am:
10947         * gst/audiorate/Makefile.am:
10948         * gst/audioresample/Makefile.am:
10949         * gst/playback/Makefile.am:
10950         * gst/tcp/Makefile.am:
10951         * gst/videoscale/Makefile.am:
10952         * gst/volume/Makefile.am:
10953         * sys/ximage/Makefile.am:
10954         * sys/xvimage/Makefile.am:
10955         * tests/icles/Makefile.am:
10956           adapt
10957
10958 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10959
10960         * gst-libs/gst/interfaces/xoverlay.c:
10961         (gst_x_overlay_handle_events):
10962         * gst-libs/gst/interfaces/xoverlay.h:
10963         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10964         (gst_ximagesink_set_xwindow_id),
10965         (gst_ximagesink_set_event_handling),
10966         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10967         (gst_ximagesink_get_property), (gst_ximagesink_init),
10968         (gst_ximagesink_class_init):
10969         * sys/ximage/ximagesink.h:
10970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10971         (gst_xvimagesink_set_xwindow_id),
10972         (gst_xvimagesink_set_event_handling),
10973         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10974         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10975         (gst_xvimagesink_class_init):
10976         * sys/xvimage/xvimagesink.h:
10977         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10978         Add a method to the XOverlay interface to allow disabling of 
10979         event handling in x[v]imagesink elements. This will let X events
10980         propagate to parent windows which can be usefull in some cases.
10981         Be carefull that the application is then responsible of pushing
10982         navigation events and expose events to the video sink.
10983         Fixes: #387138.
10984
10985 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         * gst-libs/gst/tag/gstvorbistag.c:
10988         * tests/check/libs/tag.c: (GST_START_TEST):
10989           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10990           (fixes #392070).
10991
10992 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         * configure.ac:
10995         * docs/Makefile.am:
10996         * docs/design/Makefile.am:
10997           Dist design docs.
10998
10999 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11000
11001         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11002         typo. Fixes: #390063.
11003
11004 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11005
11006         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11008         caps leak.
11009         * win32/common/config.h: Updated.
11010
11011 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11012
11013         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11014         (setup_gdpdepay_streamheader):
11015         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11016         (setup_gdppay_streamheader):
11017           Fix the dp tests, but activating the pads for the streamheader tests
11018           too and cleaning up conditionaly
11019
11020 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11021
11022         * gst/ffmpegcolorspace/avcodec.h:
11023         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11024         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11025         (gst_ffmpegcsp_avpicture_fill):
11026         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11027         (img_get_alpha_info):
11028         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11029         other end of the word. Fixes: #387073.
11030
11031         Add some inconsequential branch hints in a couple of places.
11032
11033 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11036         (gst_ffmpeg_caps_to_smpfmt):
11037           The "signed" field in raw audio caps is of boolean type, trying to
11038           extract the value with _get_int() will fail (fix to keep in sync with
11039           the copy in gst-ffmpeg)
11040
11041 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11042
11043         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11044         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11045         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11046         (cleanup_gdpdepay):
11047         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11048         * tests/check/elements/subparse.c: (teardown_subparse):
11049         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11050         * tests/check/elements/videorate.c: (cleanup_videorate):
11051         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11052         * tests/check/elements/volume.c: (cleanup_volume):
11053         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11054         (cleanup_vorbisdec):
11055         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11056         (cleanup_vorbistag):
11057           consistent pad (de)activation
11058
11059 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11062           Forgot to register the extensions.
11063
11064 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11067         (plugin_init):
11068           Add typefinder for VIVO files (my christmas present to the 90s).
11069
11070 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         * gst/playback/gstdecodebin.c: (type_found):
11073           Special-case the text/plain media type: we only want to recognise it
11074           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11075           parser, but not if the entire stream is of text/plain type. If the
11076           entire stream is text/plain, we should just error out.
11077
11078           This fixes playback of audio files with lyrics in totem. Totem can't
11079           distinguish between text files and subtitle files and passes any
11080           .txt file with the same basename as the main file to playbin as
11081           suburi, and playbin will then throw a 'subtitle found, but no video
11082           stream' error, which isn't entirely helpful. See #380342.
11083
11084           Also, with this change we'll show a slightly more correct error
11085           message in case totem passes a playlist file to us (although a
11086           custom error message wording instead of the default text would
11087           probably not be a bad idea either).
11088
11089           Same problem also needs to be fixed for playbin+decodebin2.
11090
11091         * tests/check/Makefile.am:
11092         * tests/check/elements/decodebin.c: (src_handoff_cb),
11093         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11094         (decodebin_suite):
11095           Add simple unit test for decodebin for the above.
11096
11097 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11100         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11101           Refuse to change state to READY when we failed to create any of the
11102           required elements in our instance init function.
11103
11104 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * docs/libs/gst-plugins-base-libs-sections.txt:
11107           Small docs fixes/updates.
11108
11109         * gst-libs/gst/video/gstvideosink.h:
11110           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11111           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11112           removed from the base sink API between 0.9.6 and 0.9.7).
11113           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11114           accessor macros, so we don't do a runtime GObject type check every
11115           time we use them.
11116
11117 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11118
11119         * Makefile.am:
11120         * gst-plugins-base.doap:
11121         * gst-plugins-base.spec.in:
11122           add doap file
11123
11124 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11125
11126         Patch by: Jens Granseuer <jensgr at gmx net>
11127
11128         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11129         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11130         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11131         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11132         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11133           Declare variables at the beginning of a block. Fixes #383195.
11134
11135 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11136
11137         * configure.ac:
11138         Bump version nano - back to CVS.
11139
11140
11141 === release 0.10.11 ===
11142
11143 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11144
11145         * configure.ac:
11146           releasing 0.10.11, "Dumb things"
11147
11148 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11149
11150         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11151         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11152         Handle the case where an element has multiple pads with 
11153         unfixed caps as well as still possibly producing more dynamic 
11154         pads by storing each case as a distinct entry in the dynamic list.
11155         Fixes #38223 again.
11156
11157 2006-12-04  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst/playback/gstdecodebin.c: (close_pad_link):
11160         Fix #382223, add more dynamic caps handling.
11161
11162 2006-12-04  Wim Taymans  <wim@fluendo.com>
11163
11164         * gst-libs/gst/audio/gstringbuffer.h:
11165         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11166         (gst_netaddress_set_ip4_interface),
11167         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11168         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11169         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11170         (gst_netaddress_get_ttl):
11171         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11172         * gst/playback/gstdecodebin.c: (close_pad_link):
11173         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11174         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11175         * win32/common/config.h:
11176
11177 2006-12-01  Michael Smith  <msmith@fluendo.com>
11178
11179         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11180           Delete bad debug code.
11181           Fixes #381219
11182
11183 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11184
11185         * gst/videoscale/vs_4tap.c:
11186         * win32/MANIFEST:
11187         * win32/common/config.h:
11188         * win32/vs8/libgstvideoscale.vcproj:
11189         Fix compilation on win32 under VS8
11190         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11191         Partially fixes #381175
11192
11193 2006-11-30  Michael Smith  <msmith@fluendo.com>
11194
11195         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11196         (GST_START_TEST):
11197           It would be very bad if, after a discont buffer, we thought every
11198           single following buffer was also discont. So, add to the test to
11199           ensure that this isn't the case.
11200           
11201         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11202           ... it was the case. So fix it.
11203
11204 2006-11-28  Wim Taymans  <wim@fluendo.com>
11205
11206         * gst/playback/gstplaybasebin.c: (check_queue_event):
11207         Improve debug.
11208
11209         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11210         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11211         padtemplate caps. Refixes #357577.
11212
11213 2006-11-28  Wim Taymans  <wim@fluendo.com>
11214
11215         * gst/playback/gstplaybasebin.c: (check_queue_event),
11216         (queue_threshold_reached), (queue_out_of_data),
11217         (gen_preroll_element):
11218         Add event probe to see when EOS is in a queue and we can disable the
11219         underrun signals. Fixes #357577.
11220
11221 2006-11-28  Edward Hervey  <edward@fluendo.com>
11222
11223         * gst/playback/Makefile.am:
11224         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11225         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11226         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11227         (gst_decode_bin_init), (gst_decode_bin_dispose),
11228         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11229         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11230         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11231         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11232         (connect_element), (expose_pad), (type_found),
11233         (pad_added_group_cb), (pad_removed_group_cb),
11234         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11235         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11236         (are_raw_caps), (multi_queue_overrun_cb),
11237         (multi_queue_underrun_cb), (gst_decode_group_new),
11238         (get_current_group), (group_demuxer_event_probe),
11239         (gst_decode_group_control_demuxer_pad),
11240         (gst_decode_group_control_source_pad),
11241         (gst_decode_group_check_if_blocked),
11242         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11243         (gst_decode_group_hide), (gst_decode_group_free),
11244         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11245         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11246         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11247         (plugin_init):
11248         New decodebin2 element.
11249         Closes #370092
11250         * gst/playback/gstplay-marshal.list:
11251         Added marshallers for new signals in decodebin2
11252         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11253         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11254         is set.
11255
11256 2006-11-28  Wim Taymans  <wim@fluendo.com>
11257
11258         * gst/playback/gstplaybasebin.c: (setup_source),
11259         (gst_play_base_bin_change_state):
11260         Disable rtsp:// uris for the release, it's not good enough yet.
11261         Remove unused var.
11262
11263 2006-11-26  Wim Taymans  <wim@fluendo.com>
11264
11265         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11266         (theora_dec_push_forward), (theora_dec_push_reverse),
11267         (theora_handle_data_packet), (theora_dec_decode_buffer),
11268         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11269         (theora_dec_chain_forward), (theora_dec_chain):
11270         Implement reverse playback.
11271
11272         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11273         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11274         (vorbis_dec_chain_forward):
11275         Clear buffers used for reverse playback in _reset.
11276         No need to set the eos flag, we clip samples using the segment.
11277
11278 2006-11-24  Wim Taymans  <wim@fluendo.com>
11279
11280         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11281         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11282         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11283         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11284         Some cleanups.
11285         Handle continued pages in reverse mode.
11286
11287 2006-11-24  Wim Taymans  <wim@fluendo.com>
11288
11289         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11290         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11291         (vorbis_dec_flush_decode):
11292         Small cleanups.
11293         Don't try to add invalid timestamps.
11294         Clipping will unref the buffer.
11295
11296 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11297
11298         * gst/adder/gstadder.h:
11299         * gst/audiotestsrc/gstaudiotestsrc.h:
11300           remove obsolete _factory_init protos
11301
11302 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11303
11304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11305           Fix spacing in debug message.
11306
11307 2006-11-23  Wim Taymans  <wim@fluendo.com>
11308
11309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11310         (gst_ogg_demux_chain):
11311         Don't just ignore return values from _pad_push().
11312         Small debug improvements.
11313
11314 2006-11-23  Michael Smith  <msmith@fluendo.com>
11315
11316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11317           If our incoming buffer is marked as DISCONT, then increment the page
11318           number (so that the discontinuity is marked in the final ogg
11319           bitstream) and flush the previous page.
11320
11321 2006-11-22  Michael Smith  <msmith@fluendo.com>
11322
11323         * ext/theora/gsttheoraenc.h:
11324         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11325         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11326         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11327         (theora_enc_chain), (theora_enc_change_state):
11328           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11329
11330         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11331         (GST_START_TEST), (theoraenc_suite):
11332           Enable discontinuity test, fix it.
11333
11334 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11337         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11338         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11339         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11340         (gst_text_overlay_change_state):
11341         * ext/pango/gsttextoverlay.h:
11342           Some textoverlay fixes: for one, in the video chain function,
11343           actually wait for a text buffer to come in if there is none at the
11344           moment and there should be one; also, deal more gracefully with
11345           incoming buffers that do not have a timestamp or duration; discard
11346           text buffer when not needed any longer. Fixes #341681.
11347
11348         * tests/check/Makefile.am:
11349         * tests/check/elements/.cvsignore:
11350         * tests/check/elements/textoverlay.c:
11351         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11352         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11353         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11354         (test_video_waits_for_text_send_text_newsegment_thread),
11355         (test_video_waits_for_text_shutdown_element),
11356         (test_render_continuity_push_video_buffers_thread),
11357         (textoverlay_suite):
11358           Add some unit tests for textoverlay.
11359
11360 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11363           Avoid integer underflow when the found probability for mp3 is
11364           smaller than the 'penalty' we subtract if there's not a clean
11365           mp3 header sync at offset 0.
11366
11367 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11368
11369         * docs/libs/gst-plugins-base-libs-sections.txt:
11370           Add some new symbols to the docs
11371
11372 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         * tests/check/Makefile.am:
11375         * tests/check/elements/ffmpegcolorspace.c:
11376         (ffmpegcolorspace_suite):
11377           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11378           (for now not for valgrinding though, since it takes too long).
11379
11380 2006-11-20  Wim Taymans  <wim@fluendo.com>
11381
11382         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11383         (gst_ffmpeg_pixfmt_to_caps):
11384         Fix RGBA32 caps. Fixes #357038.
11385
11386 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11387
11388         * gst-libs/gst/interfaces/mixertrack.h:
11389           Add FIXME so we can add some padding here in 0.11
11390
11391 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11394           Fix GstBaseRTPAudioPayload structure so the whole GObject
11395           inheritance business actually works (parent class instance structure
11396           must always come first in the derived class instance structure).
11397
11398 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * gst/videotestsrc/Makefile.am:
11401         * tests/check/Makefile.am:
11402           Make sure our checks and the videotestsrc plugin link against the
11403           local uninstalled gst libs and not any installed gst libs that
11404           might happen to exist as well.
11405
11406         * tests/check/elements/adder.c: (message_received),
11407         (test_event_message_received), (test_play_twice_message_received):
11408         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11409           Fix compiler warnings when compiling against core with disabled
11410           debugging system.
11411
11412 2006-11-16  Michael Smith  <msmith@fluendo.com>
11413
11414         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11415         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11416           Fix audiorate, so that it accurately sets offsets and timestamps.
11417           Doesn't change the fundamental algorithmic decisions; so should be
11418           safe.
11419
11420         * tests/check/Makefile.am:
11421           Enable audiorate test now that it passes.
11422
11423 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11424
11425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11426           clear xv when going to NULL, remove // commented non-existant proto
11427
11428         * tests/examples/seek/seek.c: (main):
11429           add missing tooltip description for scrub and play_scrub
11430
11431 2006-11-14  David Schleef  <ds@schleef.org>
11432
11433         * configure.ac:
11434           Bump liboil requirement to 0.3.8.
11435         * gst-libs/gst/riff/riff-media.c:
11436           Add Dirac fourcc.
11437         * gst/videoscale/vs_image.h:
11438         * gst/videoscale/vs_scanline.h:
11439           Use liboil's stdint.h.
11440         * gst/videotestsrc/videotestsrc.c:
11441           Remove liboil related ifdef's, since they aren't needed now, and
11442           won't work with future versions.
11443
11444 2006-11-14  David Schleef  <ds@schleef.org>
11445
11446         * gst/videoscale/Makefile.am:
11447         * gst/videoscale/gstvideoscale.c:
11448         * gst/videoscale/gstvideoscale.h:
11449         * gst/videoscale/vs_4tap.c:
11450         * gst/videoscale/vs_4tap.h:
11451         * gst/videoscale/vs_image.c:
11452         * gst/videoscale/vs_image.h:
11453         * gst/videoscale/vs_scanline.c:
11454         * gst/videoscale/vs_scanline.h:
11455           Add a 4-tap image scaler.  Theoretically looks much prettier.
11456           The tap calculation could use some improvement.
11457
11458 2006-11-14  Wim Taymans  <wim@fluendo.com>
11459
11460         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11461
11462         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11463         (gst_riff_parse_strf_iavs):
11464         * gst/subparse/gstsubparse.c: (convert_encoding):
11465         * gst/tcp/gstmultifdsink.c:
11466         (gst_multi_fd_sink_handle_client_write):
11467         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11468         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11469         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11470         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11471         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11472         (gst_ximagesink_ximage_new):
11473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11474         Various gsize and gssize printf fixes. Fixes #372507.
11475
11476 2006-11-13  Wim Taymans  <wim@fluendo.com>
11477
11478         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11479         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11480         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11481         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11482         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11483         * ext/vorbis/vorbisdec.h:
11484         First stab at vorbis reverse playback.
11485
11486 2006-11-13  Wim Taymans  <wim@fluendo.com>
11487
11488         * gst-libs/gst/audio/gstbaseaudiosink.c:
11489         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11490         * gst-libs/gst/audio/gstbaseaudiosink.h:
11491         Make the clock sync code more accurate wrt resampling and playback
11492         at different rates.
11493         
11494         * gst-libs/gst/audio/gstringbuffer.c:
11495         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11496         * gst-libs/gst/audio/gstringbuffer.h:
11497         Use better algorithm to interpolate sample rates. 
11498
11499 2006-11-13  Michael Smith  <msmith@fluendo.com>
11500
11501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11502           Improve a debug line slightly.
11503
11504         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11505           Call gst_riff_init() in plugin_init, to avoid getting errors from
11506           the debug system (unrelated changes to another plugin made this turn
11507           up; not sure why).
11508
11509 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11512
11513         * win32/common/libgsttag.def:
11514           Add missing symbol (#366492).
11515
11516 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11519           Don't unref a NULL pad.
11520
11521 2006-11-09  Wim Taymans  <wim@fluendo.com>
11522
11523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11524         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11525         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11526         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11527         (gst_ogg_demux_loop):
11528         Implement first stab at reverse playback.
11529
11530 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11531
11532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11533         (gst_riff_create_video_template_caps):
11534           add h263/h264 variants to the caps, Fixes #363118
11535
11536 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11537
11538         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11539         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11540           Use g_strerror instead of strerror so we get UTF-8.
11541
11542 2006-11-03  David Schleef  <ds@schleef.org>
11543
11544         * ext/ogg/gstoggdemux.c:
11545         * ext/ogg/gstoggmux.c:
11546           Add/remove KW-DIRAC header here, since it is ogg-specific.
11547
11548 2006-11-03  Michael Smith  <msmith@fluendo.com>
11549
11550         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11551           Recognise more mpeg4 elementary video streams.
11552
11553 2006-11-02  Edward Hervey  <edward@fluendo.com>
11554
11555         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11556         Lower the probability of mp3 typefinding functions if we don't find a
11557         valid mp3 header at the start of the file.
11558         Closes #369482
11559
11560 2006-11-02  Wim Taymans  <wim@fluendo.com>
11561
11562         * ext/theora/gsttheoradec.h:
11563         * ext/theora/theoradec.c: (gst_theora_dec_init),
11564         (theora_dec_sink_event), (theora_dec_chain_forward),
11565         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11566         (theora_dec_chain):
11567         Document and partially implement an algorithm for doing reverse playback
11568         of theora video.
11569
11570 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11573
11574         * win32/common/config.h:
11575         * win32/common/interfaces-enumtypes.c:
11576         * win32/common/libgsttag.def:
11577         * win32/vs8/gst-plugins-base.sln:
11578         * win32/vs8/libgstaudioresample.vcproj:
11579         * win32/vs8/libgstinterfaces.vcproj:
11580         * win32/vs8/libgstogg.vcproj:
11581         * win32/vs8/libgstriff.vcproj:
11582         * win32/vs8/libgsttag.vcproj:
11583         * win32/vs8/libgsttheora.vcproj:
11584         * win32/vs8/libgstvideoscale.vcproj:
11585         * win32/vs8/libgstvorbis.vcproj:
11586           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11587           to libgsttag.def; add missing dependencies for some vs8 projects;
11588           re-arrange placement of .def files in vs8 projects (#366334).
11589
11590 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * ext/ogg/gstogg.c:
11593           Remove unused variable.
11594
11595         * ext/ogg/gstoggdemux.c:
11596           Fix Wim's surname in plugin description.
11597
11598 2006-10-31  Wim Taymans  <wim@fluendo.com>
11599
11600         * gst-plugins-base.spec.in:
11601         spec new .h file. Fixes #368310.
11602
11603 2006-10-31  Michael Smith  <msmith@fluendo.com>
11604
11605         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11606         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11607         (gst_multi_fd_sink_get_stats),
11608         (gst_multi_fd_sink_remove_client_link),
11609         (gst_multi_fd_sink_queue_buffer),
11610         (gst_multi_fd_sink_handle_clients):
11611         * gst/tcp/gstmultifdsink.h:
11612           Make using the remove or clear signals threadsafe.
11613           Make calling get-stats with an invalid fd not segfault.
11614           Fixes 368273.
11615
11616 2006-10-31  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst-libs/gst/rtp/Makefile.am:
11619         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11620         (gst_base_rtp_audio_payload_init):
11621         Fix and activate base audio payloader.
11622
11623 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11626         (plugin_init):
11627           Add typefinder for QuickTime Image Files (see #366156).
11628
11629 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11632           Another typo fix (#366212).
11633
11634 2006-10-27  Wim Taymans  <wim@fluendo.com>
11635
11636         * gst/volume/gstvolume.c: (volume_transform_ip):
11637         Use stream time to synchronize volume property instead of rather random
11638         timestamps. This is needed when gnonlin does its time shifting.
11639
11640 2006-10-27  Wim Taymans  <wim@fluendo.com>
11641
11642         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11643
11644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11645         Remove the pad from the element in release_pad. Fixes #364812.
11646
11647 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11648
11649         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11651           Explicitly create our custom buffer classes at a thread-safe
11652           location as well, since g_type_class_ref() doesn't seem to be
11653           entirely thread-safe either (#365501; also see #349410).
11654
11655 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11658         (gst_riff_parse_info):
11659           If strings in INFO chunk are not UTF-8, do something similar to
11660           what we do for ID3v1 tags: check a number of environment variables
11661           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11662           character sets to try, otherwise try the current locale and/or fall
11663           back on ISO-8859-1. Fixes #360552.
11664
11665 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         * gst/videotestsrc/gstvideotestsrc.c:
11668         (gst_video_test_src_pattern_get_type),
11669         (gst_video_test_src_set_pattern):
11670         * gst/videotestsrc/gstvideotestsrc.h:
11671         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11672         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11673         (gst_video_test_src_checkers8):
11674         * gst/videotestsrc/videotestsrc.h:
11675           Add a bunch of exciting new checkers patterns.
11676
11677 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11678
11679         * gst/subparse/Makefile.am:
11680         * gst/subparse/gstsubparse.c:
11681         (gst_sub_parse_data_format_autodetect),
11682         (gst_sub_parse_format_autodetect), (handle_buffer),
11683         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11684         * gst/subparse/gstsubparse.h:
11685         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11686         (parse_tmplayer):
11687         * gst/subparse/tmplayerparse.h:
11688           Add support for TMPlayer-type subtitles (#362845).
11689
11690         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11691         (GST_START_TEST), (subparse_suite):
11692           Add some basic unit tests for the above.
11693
11694 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * tests/check/elements/audiorate.c: (test_injector_base_init),
11697         (test_injector_class_init), (test_injector_chain),
11698         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11699         (GST_START_TEST), (audiorate_suite):
11700           More tests for audiorate: inject buffers to check behaviour when
11701           buffers overlap.
11702
11703 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * tests/check/Makefile.am:
11706         * tests/check/elements/.cvsignore:
11707         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11708         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11709           Add some basic unit tests for audiorate. Disabled at the moment
11710           since it doesn't pass yet (see bug #363119).
11711
11712 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11713
11714         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11715         (parse_subrip), (handle_buffer):
11716           Add missing closing tags for markup and fix broken markup,
11717           otherwise pango won't render anything (fixes #357531). Also,
11718           make sure the text we send out is always NUL-terminated
11719           (better safe than sorry etc.).
11720
11721         * tests/check/elements/subparse.c: (test_srt_do_test),
11722         (test_srt):
11723           Some more tests for .srt incl. tests for the above stuff.
11724
11725 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11726
11727         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11729         Patch by: Stefan Kost  <ensonic@users.sf.net>
11730         Try to redraw borders only when needed. Apparently this consumes
11731         resources on small devices... :-O (#363607)
11732
11733 2006-10-20  Michael Smith  <msmith@fluendo.com>
11734
11735         * gst/tcp/gstmultifdsink.c:
11736         (gst_multi_fd_sink_client_queue_buffer):
11737           If caps change, then update the client's idea of the caps so that we
11738           don't end up re-sending streamheaders for every single buffer after
11739           the caps change.
11740
11741 2006-10-20  Michael Smith  <msmith@fluendo.com>
11742
11743         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11744         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11745           Set caps on pushed buffers; fix up refcounting of caps objects.
11746
11747 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11748
11749         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11750         (plugin_init):
11751           Typefind mmsh header data packet to application/x-mmsh (#362625).
11752
11753 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * tests/check/Makefile.am:
11756         * tests/check/elements/.cvsignore:
11757         * tests/check/elements/subparse.c: (buffer_from_static_string),
11758         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11759         (GST_START_TEST), (subparse_suite):
11760           Add very simple unit test for subparse.
11761
11762 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11765         (parse_subrip):
11766           Strip trailing newlines from subtitle text output.
11767
11768 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11771         (gst_sub_parse_change_state):
11772           Fix memleak; clear subparse->textbuf n state change function.
11773
11774 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         * gst/subparse/gstsubparse.c:
11777         (gst_sub_parse_data_format_autodetect):
11778           Don't require subrip (.srt) files to start with a chunk number of 1.
11779
11780 2006-10-18  Wim Taymans  <wim@fluendo.com>
11781
11782         * gst-libs/gst/audio/gstbaseaudiosink.c:
11783         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11784         * gst-libs/gst/audio/gstbaseaudiosink.h:
11785         Extract rate from the NEWSEGMENT event.
11786         Use commit_full to also take rate adjustment into account when writing
11787         samples to the ringbuffer.
11788         
11789         * gst-libs/gst/audio/gstringbuffer.c:
11790         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11791         (gst_ring_buffer_read):
11792         * gst-libs/gst/audio/gstringbuffer.h:
11793         Added _commit_full() to also take rate into account.
11794         Use simple interpolation algorithm to resample audio.
11795         API: gst_ring_buffer_commit_full()
11796
11797         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11798         * tests/examples/seek/seek.c: (segment_done):
11799         Don't try to seek with 0.0 rate, just pause instead.
11800         Remove bogus debug line.
11801
11802 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11805         (setup_source):
11806           Catch async errors when starting up the subtitle bin, so we can
11807           stop waiting and continue with the main film instead of hanging
11808           forever. Fixes #339366.
11809
11810         * tests/check/elements/playbin.c: (playbin_suite):
11811           Enable unit test for the above.
11812
11813 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11814
11815         * tests/check/Makefile.am:
11816         * tests/check/elements/.cvsignore:
11817         * tests/check/elements/playbin.c: (GST_START_TEST),
11818         (gst_red_video_src_uri_get_type),
11819         (gst_red_video_src_uri_get_protocols),
11820         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11821         (gst_red_video_src_uri_handler_init),
11822         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11823         (gst_red_video_src_create), (gst_red_video_src_class_init),
11824         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11825           Some small and basic unit tests for playbin; not very useful yet,
11826           but at least a start.
11827
11828 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         * gst/playback/gstplaybin.c: (setup_sinks):
11831           The old pad activation spiel.
11832
11833 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * gst/playback/gstplaybasebin.c: (setup_source):
11836           Don't hang forever if the subbin already fails to start up in 
11837           the state change to PAUSED (#339366).
11838
11839 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11842         (gst_tuner_set_channel), (gst_tuner_get_channel),
11843         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11844         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11845         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11846         (gst_tuner_find_channel_by_name):
11847           Fix some function guards, add some more function guards.
11848
11849 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11850
11851         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11852         (remove_element_chain):
11853         Don't return a pad from get_our_ghost_pad unless it is actually the
11854         one we want.
11855         Change a cast in remove_element_chain slightly.
11856
11857 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11858
11859         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11860         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11861         Segment seeking needs to use the rate and set stop to -1.
11862
11863 2006-10-13  Wim Taymans  <wim@fluendo.com>
11864
11865         * gst-libs/gst/audio/gstbaseaudiosink.c:
11866         (gst_base_audio_sink_setcaps):
11867         Don't crash when ringbuffer is not yet created.
11868         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11869         Fixes #361634.
11870
11871         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11872         * gst/playback/gststreamselector.c:
11873         (gst_stream_selector_request_new_pad):
11874         Activate pads befre adding them to running elements.
11875
11876 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11877
11878         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11879         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11880         updater when we start grabing the slider. Don't wait for the
11881         pipeline to be PAUSED.
11882
11883 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11884
11885         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11886         (gst_mixer_set_volume), (gst_mixer_get_volume),
11887         (gst_mixer_set_mute), (gst_mixer_set_option),
11888         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11889         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11890         (gst_mixer_option_changed):
11891           Guard mixer interface functions against bogus arguments.
11892
11893 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11894
11895         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11896         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11897         (msg_state_changed), (main): Use state-changed messages to trigger
11898         start/stop of scale update timer. Indeed the scale slider was
11899         jumping here and there because the update timer was activated 
11900         before seek completed. This fixes instant applying of rate changes
11901         by pressing the spinbutton like a crazy man !
11902
11903 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11904
11905         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11906
11907         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11908         (gst_basertppayload_finalize):
11909           Fix two small memory leaks (#361456).
11910
11911 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11912
11913         * tests/examples/seek/seek.c: (do_seek),
11914         (rate_spinbutton_changed_cb): When changing spinbutton we try
11915         to change the rate on the fly.
11916
11917 2006-10-10  Wim Taymans  <wim@fluendo.com>
11918
11919         * gst-libs/gst/riff/riff-ids.h:
11920         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11921         (gst_riff_create_audio_template_caps):
11922         Add WMS caps.
11923
11924 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11925
11926         Patch by: Josep Torra Valles <josep@fluendo.com>
11927
11928         * ext/gnomevfs/gstgnomevfssink.c:
11929         * ext/gnomevfs/gstgnomevfssrc.c:
11930         Fix URI interface implementation return type.
11931         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11932         Fix what looks like a copy/paste issue when assigning values.
11933         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11934         (gst_audio_filter_template_get_type):
11935         Cast to prevent Forte warnings.
11936         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11937         Fix URI interface implementation return type.
11938         gst_pad_query_position requires a signed integer pointer as
11939         3rd parameter, GstClockTime is unsigned.
11940         * gst/audioconvert/audioconvert.c:
11941         Fix integer overflow when treated as signed.
11942         * gst/audioresample/resample.c: (resample_add_input_data):
11943         Cast to prevent warnings on Forte.
11944         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11945         Fix integer overflow when treated as signed.
11946         * gst/ffmpegcolorspace/imgconvert_template.h:
11947         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11948         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11949         (cleanup_decodebin):
11950         Who initialises a guint to -1!
11951         Cast function pointers to prevent warnings on Forte.
11952         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11953         (queue_threshold_reached):
11954         Cast function pointers correctly to prevent warnings on Forte.
11955         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11956         Cast function pointers correctly to prevent warnings on Forte.
11957         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11958         Obvious change to unsigned, 0xEF > max signed char.
11959         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11960         GstClockTime is unsigned, initialise correctly.
11961         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11962         Cast so pointer arithemetic doesn't cause warnings on Forte.
11963         * gst/videorate/gstvideorate.c:
11964         Use correct return value.
11965         * tests/examples/seek/scrubby.c:
11966         GstClockTime is unsigned, initialise correctly.
11967
11968 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11971
11972         * gst/typefind/gsttypefindfunctions.c:
11973           Recognise XML files and XML-like files shorter than 256 bytes as
11974           well (fixes #359237).
11975
11976 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11977
11978         Patch by: Renato Filho <renato.filho@indt.org.br>
11979         
11980         * gst/typefind/gsttypefindfunctions.c:
11981         Added typefind functions to video/x-nuv media.
11982         
11983 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * gst-libs/gst/interfaces/xoverlay.c:
11986         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11987           Some more guards against invalid input.
11988
11989 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11990
11991         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11992         Useless goto.
11993         * tests/examples/seek/seek.c: (do_seek),
11994         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11995         seek example to experiment with rates != 1.0 (reverse playback !)
11996
11997 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11998
11999         * gst-libs/gst/interfaces/xoverlay.c:
12000           Unref message in doc-example (spotted by Robert McQueen)
12001
12002 2006-10-06  Wim Taymans  <wim@fluendo.com>
12003
12004         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12005         (mpeg1_parse_header), (mpeg1_sys_type_find):
12006         printf fix.
12007
12008 2006-10-06  Wim Taymans  <wim@fluendo.com>
12009
12010         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12011         (close_pad_link):
12012         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12013         Activate dynamic pads before adding them to the element.
12014
12015 2006-10-06  Michael Smith  <msmith@fluendo.com>
12016
12017         * gst-libs/gst/floatcast/floatcast.h:
12018           Fix obviously-bogus macros; use the correct types.
12019
12020 2006-10-06  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12023         (gst_base_rtp_depayload_change_state):
12024         Also call parent state change function to activate pads.
12025
12026         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12027         (mpeg1_parse_header), (mpeg1_sys_type_find):
12028         Add some more debug info in mpeg typefinding.
12029
12030 2006-10-06  Michael Smith  <msmith@fluendo.com>
12031
12032         * ext/theora/theoradec.c: (theora_dec_chain):
12033           Zero byte theora packets are valid and well-defined; don't warn on
12034           them.
12035
12036 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12037
12038         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12039         (gst_multi_fd_sink_get_stats), (find_limits),
12040         (gst_multi_fd_sink_queue_buffer):
12041           API: add dropped_buffers to the get-stats GValueArray
12042
12043 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * ext/alsa/gstalsadeviceprobe.c:
12046         (gst_alsa_device_property_probe_get_values):
12047         * ext/alsa/gstalsasink.c: (set_hwparams):
12048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12049         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12050         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12051         (gst_ogg_mux_process_best_pad):
12052         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12053         (gst_ogg_parse_chain):
12054         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12055         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12056         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12057         (gst_vorbis_enc_buffer_check_discontinuous):
12058         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12059         * gst-libs/gst/audio/gstbaseaudiosink.c:
12060         (gst_base_audio_sink_render):
12061         * gst-libs/gst/cdda/gstcddabasesrc.c:
12062         (gst_cdda_base_src_handle_track_seek):
12063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12064         (gst_base_rtp_depayload_push_full):
12065         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12066         * gst/audioresample/resample.c: (resample_input_pushthrough):
12067         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12068         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12069         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12070         (wavpack_type_find):
12071         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12072         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12073         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12074         * tests/check/elements/volume.c: (GST_START_TEST):
12075           Printf format fixes.
12076
12077 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12078
12079         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12080           Fix a simple mistake (see the docs)
12081           Fixes #359580
12082
12083 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * docs/plugins/Makefile.am:
12086         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12087         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12088         * docs/plugins/gst-plugins-base-plugins.args:
12089         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12090         * docs/plugins/inspect/plugin-adder.xml:
12091         * docs/plugins/inspect/plugin-alsa.xml:
12092         * docs/plugins/inspect/plugin-audioconvert.xml:
12093         * docs/plugins/inspect/plugin-audiorate.xml:
12094         * docs/plugins/inspect/plugin-audioresample.xml:
12095         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12096         * docs/plugins/inspect/plugin-cdparanoia.xml:
12097         * docs/plugins/inspect/plugin-decodebin.xml:
12098         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12099         * docs/plugins/inspect/plugin-gdp.xml:
12100         * docs/plugins/inspect/plugin-gnomevfs.xml:
12101         * docs/plugins/inspect/plugin-libvisual.xml:
12102         * docs/plugins/inspect/plugin-ogg.xml:
12103         * docs/plugins/inspect/plugin-pango.xml:
12104         * docs/plugins/inspect/plugin-playbin.xml:
12105         * docs/plugins/inspect/plugin-subparse.xml:
12106         * docs/plugins/inspect/plugin-tcp.xml:
12107         * docs/plugins/inspect/plugin-theora.xml:
12108         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12109         * docs/plugins/inspect/plugin-video4linux.xml:
12110         * docs/plugins/inspect/plugin-videorate.xml:
12111         * docs/plugins/inspect/plugin-videoscale.xml:
12112         * docs/plugins/inspect/plugin-videotestsrc.xml:
12113         * docs/plugins/inspect/plugin-volume.xml:
12114         * docs/plugins/inspect/plugin-vorbis.xml:
12115         * docs/plugins/inspect/plugin-ximagesink.xml:
12116         * docs/plugins/inspect/plugin-xvimagesink.xml:
12117           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12118
12119 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12122
12123         * ext/vorbis/Makefile.am:
12124         * ext/vorbis/vorbis.c: (plugin_init):
12125         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12126         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12127         * ext/vorbis/vorbisparse.h:
12128         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12129         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12130         (gst_vorbis_tag_parse_packet):
12131         * ext/vorbis/vorbistag.h:
12132           Add new vorbistag element which derives from vorbisparse
12133           and is essentially the same as well, only that it implements
12134           the GstTagSetter interface and can modify the stream's
12135           vorbiscomment on the fly (#335635).
12136
12137         * tests/check/Makefile.am:
12138         * tests/check/elements/.cvsignore:
12139         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12140         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12141         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12142         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12143           Add unit test for new vorbistag element.
12144
12145 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12148         (vorbis_parse_push_headers), (vorbis_parse_chain):
12149           Set BOS flag in packet structure to fix 'jump depends
12150           on unitialized value' errors in valgrind; various minor
12151           clean-ups.
12152
12153 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12154
12155         * gst/playback/gstdecodebin.c: (close_pad_link):
12156         Fix typo in a debug statement.
12157
12158         * gst/playback/gstplaybasebin.c: (probe_triggered),
12159         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12160         (gen_source_element), (source_new_pad), (analyse_source),
12161         (setup_source):
12162         When handling no_more_pads in new_decoded_pad, make sure to treat
12163         subtitle pads correctly. Fixes playback with subtitle files.
12164
12165         Move a recurring message to LOG level.
12166
12167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12168         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12169         which ends up as -1 when cast to an int. Make the logic handle the
12170         max value as an unsigned mask and only change the colorkey when it's
12171         a value we recognise.
12172
12173 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12174
12175         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12176         Removed empty * between paragraphs
12177
12178 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12179
12180         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12181         * gst-libs/gst/rtp/README:
12182         Moved some documentation into .c file
12183
12184 2006-09-29  Wim Taymans  <wim@fluendo.com>
12185
12186         * gst/playback/gstdecodebin.c: (no_more_pads):
12187         Fix compilation.
12188
12189 2006-09-29  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst/playback/gstdecodebin.c: (new_caps):
12192         Remove g_print
12193
12194         * gst/playback/gstplaybin.c:
12195         Add some docs.
12196
12197 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12198
12199         * tests/check/Makefile.am:
12200           Re-enable cddabasesrc test to see if it works again
12201           now.
12202
12203 2006-09-29  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12206         (gen_source_element):
12207         Handle invalid URIs a bit more gracefully.
12208
12209 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * tests/check/pipelines/oggmux.c:
12212           Remove obsolete comment.
12213
12214 2006-09-29  Michael Smith  <msmith@fluendo.com>
12215
12216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12217         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12218         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12219         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12220         (gst_ogg_mux_collected):
12221           Commit patch from James "Doc" Livingston, adds proper EOS handling
12222           in oggmux. GStreamer can, for the first time ever, create a valid
12223           Ogg file! Yay!
12224
12225         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12226         (oggmux_suite):
12227           Reenable tests now that they pass.
12228
12229 2006-09-29  Wim Taymans  <wim@fluendo.com>
12230
12231         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12232         Stop reading commands when EOF (we read 0) as well.
12233
12234 2006-09-28  Wim Taymans  <wim@fluendo.com>
12235
12236         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12237         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12238         (find_dynamic), (unlinked), (close_link):
12239         Implement delayed caps linking needed for element with a lot of
12240         different caps on the src pads that get fixed at runtime.
12241         Improve management of dynamic elements.
12242
12243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12244         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12245         (gen_preroll_element), (remove_groups), (unknown_type),
12246         (add_element_stream), (no_more_pads_full), (no_more_pads),
12247         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12248         (new_decoded_pad), (setup_subtitle), (array_has_value),
12249         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12250         (analyse_source), (remove_decoders), (make_decoder),
12251         (remove_source), (setup_source), (finish_source), (prepare_output),
12252         (gst_play_base_bin_change_state):
12253         * gst/playback/gstplaybasebin.h:
12254         Use more _CAST instead of full type checking casts.
12255         Small cleanups, plug some leaks.
12256         Handle dynamic sources.
12257         Add some helper functions to create lists of strings used for
12258         blacklisting and other stuff.
12259         Refactor some code dealing with analysing the source.
12260         Re-enable sources without pads (like cd:// or other selfcontained
12261         elements).
12262
12263 2006-09-28  Wim Taymans  <wim@fluendo.com>
12264
12265         * gst-libs/gst/audio/gstbaseaudiosink.c:
12266         (gst_base_audio_sink_render):
12267         When we have a timestamp, we can still perform clipping.
12268         When we have no clock, we must play the sample ASAP.
12269
12270 2006-09-28  Wim Taymans  <wim@fluendo.com>
12271
12272         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12273         Set caps on outgoing buffers.
12274
12275         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12276         (gst_video_rate_event), (gst_video_rate_chain):
12277         * gst/videorate/gstvideorate.h:
12278         Fix videorate some more. Fixes #357977
12279
12280 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12281
12282         * tests/check/elements/adder.c: (adder_suite):
12283           Don't set timeout to 6 seconds when we're running
12284           in valgrind ... (and how is 6 seconds longer than
12285           the default anyway?)
12286
12287 2006-09-28  Wim Taymans  <wim@fluendo.com>
12288
12289         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12290         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12291         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12292         Keep sink and src segment to keep track of time and support more
12293         input formats.
12294         Fix bogus next_offset and run_time calculation, don't understand how
12295         this could have worked before. Fixes #357976.
12296         Remove some unneeded vars.
12297
12298 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         * gst/playback/gstplaybin.c: (remove_sinks):
12301           Only remove visualisation from visbin if there is a visbin (or:
12302           don't throw warnings when closing totem without playing a file).
12303
12304 2006-09-27  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst-libs/gst/audio/gstbaseaudiosink.c:
12307         (gst_base_audio_sink_render):
12308         Add some more info in a WARNING.
12309
12310         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12311         (gst_base_audio_src_create):
12312         Handle PAUSE in create function, use new -core addition to
12313         wait for playing. Fixes pausing and resuming capture from an
12314         audiosrc.
12315
12316         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12317         (gst_ring_buffer_read):
12318         Constify some more.
12319         Caller supports interrupted reads now.
12320
12321 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12322
12323         * tests/check/Makefile.am:
12324           Another attempt to make the gen64 buildbot happy.
12325
12326 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12327
12328         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12329
12330         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12331         (gst_visual_chain), (gst_visual_change_state):
12332           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12333           correctly. Fixes #357800
12334
12335 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12338           Add timeout to _get_state() so we see which pipeline it is
12339           that causes trouble on the gen64 build bot.
12340
12341 2006-09-27  Wim Taymans  <wim@fluendo.com>
12342
12343         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12344         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12345         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12346         (gst_base_rtp_depayload_set_gst_timestamp):
12347         the source pad always uses fixed caps.
12348
12349 2006-09-27  Wim Taymans  <wim@fluendo.com>
12350
12351         * docs/libs/gst-plugins-base-libs-docs.sgml:
12352         * docs/libs/gst-plugins-base-libs-sections.txt:
12353         * gst-libs/gst/audio/gstaudioclock.c:
12354         * gst-libs/gst/audio/gstaudioclock.h:
12355         * gst-libs/gst/audio/gstaudiosink.c:
12356         * gst-libs/gst/audio/gstaudiosink.h:
12357         * gst-libs/gst/audio/gstaudiosrc.c:
12358         * gst-libs/gst/audio/gstbaseaudiosink.c:
12359         (gst_base_audio_sink_render):
12360         * gst-libs/gst/audio/gstbaseaudiosink.h:
12361         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12362         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12363         * gst-libs/gst/audio/gstringbuffer.h:
12364         Added docs for the audio libs.
12365
12366 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12367
12368         * tests/check/Makefile.am:
12369           Temporarily disable test that fails on the bots for unknown reasons.
12370
12371 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12372
12373         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12374         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12375         Moved AudioCodecType into priv
12376         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12377
12378 2006-09-25  Wim Taymans  <wim@fluendo.com>
12379
12380         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12381         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12382         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12383         (new_pad):
12384         Cleanups and small leak fixes.
12385         Added Depayloaders to valid list of autopluggable elements.
12386
12387 2006-09-25  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12390         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12391         (gen_video_element), (gen_text_element), (gen_audio_element),
12392         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12393         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12394         Detect NO_PREROLL state change returns and disable clock distribution to
12395         the sinks so that sync is disabled.
12396         Avoid some type checking and do simple casts instead.
12397         Small cleanups, fix some FIXMEs.
12398         Be more robust when linking user specified elements, catch an report
12399         errors. Fixes #357404.
12400         Fix some leaks in the error paths.
12401
12402 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12403
12404         * ChangeLog:
12405           ChangeLog surgery for missing bug-number
12406
12407 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         Patch by: Peter Kjellerstedt  <pkj at axis com>
12410
12411         * gst/playback/test.c:
12412           Fix compilation with uClibc and -Werror (#357591).
12413
12414 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12417           Parse dates that are followed by a time as well (#357532).
12418
12419         * tests/check/libs/tag.c: (test_vorbis_tags):
12420           Add unit test for this.
12421
12422 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12425         (gst_audio_convert_transform_caps):
12426         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12427         * gst/videotestsrc/videotestsrc.h:
12428           A few array const-ifications.
12429
12430 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12431
12432         * tests/check/Makefile.am:
12433           See if this makes the build bots happy.
12434
12435         * tests/check/libs/cddabasesrc.c:
12436           UTF8-ise my name.
12437
12438 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12439
12440         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12441
12442         * gst/subparse/samiparse.c: (handle_start_font),
12443         (fix_invalid_entities):
12444           More case-insensitivity for certain tags; recognise entities with
12445           decimal codes as special entities as well (#357330).
12446
12447 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12448
12449         * gst-libs/gst/Makefile.am:
12450           Need to build tag directory before cdda.
12451
12452 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12453
12454         * docs/libs/gst-plugins-base-libs-sections.txt:
12455         * gst-libs/gst/cdda/Makefile.am:
12456         * gst-libs/gst/cdda/gstcddabasesrc.c:
12457         (gst_cdda_base_src_base_init):
12458         * gst-libs/gst/cdda/gstcddabasesrc.h:
12459         * gst-libs/gst/tag/tag.h:
12460         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12461         (gst_tag_register_musicbrainz_tags):
12462           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12463           depend on libgsttag. This is required so we can extract/read tags like
12464           DISCID without depending on libgstcddabasesrc (which used to register
12465           them).
12466
12467         * gst-libs/gst/tag/gstvorbistag.c:
12468           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12469           tags (also see #347848).
12470
12471         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12472           Log vorbis comments we are actually writing. Const-ify array.
12473
12474 2006-09-23  Wim Taymans  <wim@fluendo.com>
12475
12476         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12477         Improve buffering a bit by avoiding a deadlock because we cannot assume
12478         the underrun is always called.
12479
12480 2006-09-23  Wim Taymans  <wim@fluendo.com>
12481
12482         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12483
12484         * gst-libs/gst/riff/riff-ids.h:
12485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12486         (gst_riff_create_audio_template_caps):
12487         Added MPEG-4 AAC and id and caps. Fixes #357289
12488         Added WMA9 Lossless id.
12489
12490 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * ext/gnomevfs/gstgnomevfssrc.c:
12493           Fix misleading docs addition.
12494
12495         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12496           Get rid of compiler warning the right way.
12497
12498 2006-09-22  Wim Taymans  <wim@fluendo.com>
12499
12500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12501         (gst_base_rtp_depayload_finalize),
12502         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12503         (gst_base_rtp_depayload_push_full),
12504         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12505         (gst_base_rtp_depayload_process),
12506         (gst_base_rtp_depayload_set_gst_timestamp),
12507         (gst_base_rtp_depayload_queue_release):
12508         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12509         Small cleanups.
12510         Fix some leaks.
12511         Refactored the process method and added methods to push from the process
12512         vmethod.
12513         Use _scale functions.
12514         API: gst_base_rtp_depayload_push_ts
12515         API: gst_base_rtp_depayload_push
12516
12517         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12518         timestamps are uint.
12519
12520 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12521
12522         * gst-libs/gst/interfaces/xoverlay.c:
12523           Remove unused statement from doc example.
12524
12525 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12526
12527         * gst-libs/gst/interfaces/videoorientation.c:
12528         (gst_video_orientation_iface_init),
12529         (gst_video_orientation_get_hflip),
12530         (gst_video_orientation_get_vflip),
12531         (gst_video_orientation_get_hcenter),
12532         (gst_video_orientation_get_vcenter),
12533         (gst_video_orientation_set_hflip),
12534         (gst_video_orientation_set_vflip),
12535         (gst_video_orientation_set_hcenter),
12536         (gst_video_orientation_set_vcenter):
12537           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12538           in ChangeLog)
12539
12540 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * tests/check/Makefile.am:
12543         * tests/check/elements/.cvsignore:
12544         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12545         (create_rgb_conversions), (rgb_conversion_free),
12546         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12547         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12548           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12549           but disable for now since it doesn't pass (something wrong with
12550           RGBA somewhere).
12551
12552 2006-09-21  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/playback/gstplaybasebin.c: (group_commit),
12555         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12556         (queue_out_of_data), (gen_preroll_element),
12557         (preroll_remove_overrun), (probe_triggered):
12558         Refactor handling of overrun detection.
12559         Separate handling of group completion and deadlock detection when doing
12560         network buffering. This should fix some deadlocks that were not detected
12561         because the group was completed.
12562         Add more comments, improve debugging.
12563
12564 2006-09-21  Wim Taymans  <wim@fluendo.com>
12565
12566         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12567         * tests/check/libs/audio.c:
12568         Some more compilation fixes.
12569
12570 2006-09-21  Wim Taymans  <wim@fluendo.com>
12571
12572         * gst-libs/gst/audio/gstringbuffer.c:
12573         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12574         (gst_ring_buffer_read):
12575         Early morning compilation fix.
12576
12577 2006-09-20  Wim Taymans  <wim@fluendo.com>
12578
12579         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12580         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12581         * tests/check/elements/videorate.c: (GST_START_TEST):
12582         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12583         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12584         Fix some warnings.
12585
12586 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12587
12588         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12589         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12590         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12591           Handcrafted merge to help CVS understanding what I changed and what
12592           not.
12593
12594 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12595
12596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12597         (gst_xvimagesink_get_times):
12598           change colorkey behaviour back according to #354773 comment 6/7
12599
12600 2006-09-19  Michael Smith  <msmith@fluendo.com>
12601
12602         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12603         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12604         (gst_multi_fd_sink_recover_client),
12605         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12606         (gst_multi_fd_sink_get_property):
12607         * gst/tcp/gstmultifdsink.h:
12608           Implement stubbed out properties unit-type, units-soft-max,
12609           units-max, to allow specifying maximum sizes in units other than
12610           buffers.
12611           Fixes #355935
12612
12613 2006-09-19  Wim Taymans  <wim@fluendo.com>
12614
12615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12616         (gst_riff_create_audio_template_caps):
12617         Reorder the audio formats a bit for clarity.
12618         Detect and create caps for MSGSM and MSN (WAV49).
12619         Fixes #356596.
12620
12621         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12622         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12623         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12624         Small cleanups, move error handling out of normal flow for clarity.
12625
12626 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12627
12628         * docs/libs/gst-plugins-base-libs-docs.sgml:
12629         * docs/libs/gst-plugins-base-libs.types:
12630         * gst-libs/gst/interfaces/Makefile.am:
12631         * gst-libs/gst/interfaces/videoorientation.c:
12632         (gst_video_orientation_get_type),
12633         (gst_video_orientation_iface_init),
12634         (gst_video_orientation_get_hflip),
12635         (gst_video_orientation_get_vflip),
12636         (gst_video_orientation_get_hcenter),
12637         (gst_video_orientation_get_vcenter),
12638         (gst_video_orientation_set_hflip),
12639         (gst_video_orientation_set_vflip),
12640         (gst_video_orientation_set_hcenter),
12641         (gst_video_orientation_set_vcenter):
12642         * gst-libs/gst/interfaces/videoorientation.h:
12643           API: Add new interface to control video orientation (fixes #354908)
12644
12645 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12646
12647         * gst/videotestsrc/gstvideotestsrc.c:
12648           Use G_UNLIKELY in _create and log one more detail.
12649           
12650         (gst_video_test_src_get_times), (gst_video_test_src_create):
12651         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12652           Use gst_util_uint64_scale_int in _get_times().
12653
12654 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12655
12656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12657           Give better warning message (add object and detail).
12658
12659 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12660
12661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12662         (gst_xvimagesink_get_times):
12663           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12664           #354773), use gst_util_uint64_scale_int in _get_times()
12665
12666 2006-09-18  Michael Smith  <msmith@fluendo.com>
12667
12668         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12669           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12670           always true, leading to dropping all timestamps.
12671
12672 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12673
12674         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12675         (gst_visual_chain), (gst_visual_change_state):
12676           update to work also with libvisual 0.4 API, fix double unref (#355914)
12677           
12678         * tools/gst-launch-ext.1.in:
12679         * tools/gst-visualise.1.in:
12680           remove references to old man-pages
12681
12682         * tests/examples/seek/seek.c: (main):
12683           add real meadi-buttons, add tool-tips for the seek-options, arrange
12684           seek options in a table
12685
12686 2006-09-18  Michael Smith  <msmith@fluendo.com>
12687
12688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12689         (gst_ogg_mux_push_buffer):
12690           Don't generate out-of-order timestamps from oggmux, instead clamp
12691           output timestamps to be >= the previously output ts.
12692           Fixes #355595
12693
12694 2006-09-18  Michael Smith  <msmith@fluendo.com>
12695
12696         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12697         (gst_multi_fd_sink_class_init):
12698           Updates, fixes, and typo corrections for multifdsink. No functional
12699           changes.
12700
12701 2006-09-17  Michael Smith  <msmith@fluendo.com>
12702
12703         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12704           Don't crash on truncated files - check that we got an 8 byte buffer
12705           before trying to memcmp it.
12706
12707 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12708
12709         * gst/playback/gstplaybasebin.c: (get_active_source):
12710           Make stream-switching appear instant to the application
12711           (ie. make sure that a g_object_get on 'current-foo' returns
12712           the stream previously set with g_object_set(). Totem needs
12713           this to update stream-related meta-info (like audio-codec)
12714           correctly when switching streams.
12715
12716 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12717
12718         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12719         (gst_alsa_mixer_ensure_track_list):
12720           Try harder to guess which mixer track is the master mixer
12721           track (instead of just taking the first one that has a pvolume).
12722           Fixes #342228.
12723
12724 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12725
12726         reviewed by: <delete if not using a buddy>
12727
12728         * gst-libs/gst/audio/audio.h:
12729         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12730
12731 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12732
12733         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12734         (gst_audio_convert_transform_caps):
12735           Get structure-name just once.
12736
12737 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12738
12739         * tests/check/elements/audioresample.c: (GST_START_TEST):
12740         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12741         * tests/check/elements/volume.c: (GST_START_TEST):
12742         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12743         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12744         (test_pipeline), (GST_START_TEST):
12745         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12746         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12747           Fix big batch of compiler warnings.
12748
12749 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12750
12751         * ext/gnomevfs/gstgnomevfssrc.c:
12752           Add docs about icydemux usage in connection with gnomevfssrc
12753
12754         * ext/libvisual/visual.c:
12755         * ext/ogg/gstoggaviparse.c:
12756         * ext/ogg/gstoggdemux.c:
12757         * ext/ogg/gstoggmux.c:
12758         * ext/ogg/gstoggparse.c:
12759         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12760         * gst-libs/gst/audio/gstaudiosink.c:
12761         * gst-libs/gst/audio/gstaudiosrc.c:
12762         * gst/audiorate/gstaudiorate.c:
12763           More G_OBJECT macro fixing.
12764
12765         * gst/audiotestsrc/gstaudiotestsrc.h:
12766           Fix wrong info in header due to copy & paste
12767
12768 2006-09-15  Wim Taymans  <wim@fluendo.com>
12769
12770         * gst-libs/gst/audio/gstbaseaudiosink.c:
12771         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12773         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12774         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12775         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12776         Do the delay calculation in the source/sink base classes as this is
12777         specific for the capture/playback mode.
12778         Try to fixate a bit better, like round depth up to a multiple of 8
12779         bigger than width.
12780         Handle underruns correctly by marking DISCONT on buffers and adjusting
12781         timestamps to handle the gap.
12782         Set offset/offset_end correctly on buffers.
12783
12784         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12785         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12786         (gst_ring_buffer_read):
12787         Remove resync and underrun recovery from the ringbuffer.
12788         Fix ringbuffer read code on under/overrun.
12789
12790 2006-09-15  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12793         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12794         (queue_threshold_reached), (gst_play_base_bin_set_property),
12795         (gst_play_base_bin_get_property):
12796         * gst/playback/gstplaybasebin.h:
12797         Don't use a 0 low watermark when buffering, it is catching starvation
12798         way too late. Instead, use a 3 second queue with 30 and 95
12799         percent low/high watermarks. 
12800         Added queue-min-threshold property to configure low watermark.
12801         Use new _buffering message API.
12802         Make queue_threshold variable big enough to store a uint64 time value.
12803         API: playbin::queue-min-threshold property.
12804
12805 2006-09-15  Wim Taymans  <wim@fluendo.com>
12806
12807         * configure.ac:
12808         We require 0.10.10.1 now because of _wait_preroll().
12809
12810         * gst-libs/gst/audio/gstbaseaudiosink.c:
12811         (gst_base_audio_sink_render):
12812         Use gst_base_sink_wait_preroll().
12813
12814 2006-09-15  Wim Taymans  <wim@fluendo.com>
12815
12816         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12817         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12818         Use DEBUG_OBJECT more.
12819
12820 === release 0.10.10 ===
12821
12822 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12823
12824         patch by: Michael Smith <msmith at fluendo dot com>
12825
12826         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12827         (gst_multi_fd_sink_client_queue_buffer),
12828         (gst_multi_fd_sink_new_client):
12829         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12830         (multifdsink_suite):
12831           Fix implementation of sync-method 'next-keyframe'
12832           Closes #354594
12833
12834 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12835
12836         patch by: Wim Taymans <wim at fluendo dot com>
12837
12838         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12839         This patch removes the RANDOM flag that was incorrectly introduced with
12840         revision 1.91.  Fixes #354590
12841
12842 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * tests/check/Makefile.am:
12845           Random variation in Makefile line to see if it makes the
12846           gen64-base-full bot any happier.
12847
12848 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12851           Disable test that fails at the moment (killed after timeout).
12852
12853 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12854
12855         Patch by: James Livingston  <doclivingston at gmail.com>
12856
12857         * tests/check/Makefile.am:
12858         * tests/check/pipelines/.cvsignore:
12859         * tests/check/pipelines/oggmux.c: (get_page_codec),
12860         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12861         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12862         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12863         (test_theora_vorbis), (oggmux_suite):
12864           Add simple unit test for oggmux from #337026 with checking for the
12865           EOS flags disabled for the time being.
12866
12867 2006-09-04  Wim Taymans  <wim@fluendo.com>
12868
12869         patch by: Alessandro Dessina <alessandro nnva org>
12870
12871         * ext/ogg/gstoggmux.c:
12872         Add cmml caps to oggmux. Fixes #353912
12873
12874 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12877           Returning a return value often helps. In this case, we
12878           don't need the return value anyway, so just get rid of it.
12879           Should make build bots much happier.
12880
12881 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12882
12883         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12884         (paint_get_structure), (gst_video_test_src_get_size),
12885         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12886         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12887         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12888         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12889         * gst/videotestsrc/videotestsrc.h:
12890           Add support for AYUV and the various RGBA formats. Initialise
12891           fields of paintinfo structs allocated on the stack.
12892
12893         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12894         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12895         (check_rgb_buf), (videotestsrc_suite):
12896           Add unit tests for videotestsrc's RGB output.
12897
12898 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * gst/videotestsrc/gstvideotestsrc.c:
12901         (gst_video_test_src_pattern_get_type),
12902         (gst_video_test_src_set_pattern):
12903         * gst/videotestsrc/gstvideotestsrc.h:
12904         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12905         (gst_video_test_src_black), (gst_video_test_src_white),
12906         (gst_video_test_src_red), (gst_video_test_src_green),
12907         (gst_video_test_src_blue):
12908         * gst/videotestsrc/videotestsrc.h:
12909           Add more uni-colour patterns ("white", "red", "green", and "blue").
12910
12911 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12914           Fix stride for YVYU, should be word-aligned (#353658).
12915
12916 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12917
12918         * gst/adder/gstadder.c: (gst_adder_src_event):
12919           Fix build.
12920
12921 2006-08-31  Edward Hervey  <edward@fluendo.com>
12922
12923         * gst/adder/gstadder.c: (forward_event_func),
12924         (gst_adder_src_event), (gst_adder_collected),
12925         (gst_adder_change_state):
12926         * gst/adder/gstadder.h:
12927         Remember the start position asked in the incoming seeks, so we can
12928         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12929         of assuming it will always be 0).
12930
12931 2006-08-31  Edward Hervey  <edward@fluendo.com>
12932
12933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12934         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12935         (gst_ogg_demux_loop):
12936         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12937
12938 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12939
12940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12941         (gst_ffmpegcsp_get_unit_size):
12942           Return FALSE instead of returning a random false unit
12943           size when the format isn't known/supported (even if
12944           this shouldn't happen under normal circumstances).
12945
12946 2006-08-29  Wim Taymans  <wim@fluendo.com>
12947
12948         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12951         (gst_gnome_vfs_src_start):
12952         Try harder to get the size from a uri by using _info_uri() when
12953         _info_from_handle() does not give us enough info. 
12954         Also follow symlinks when getting the size.
12955         Partially Fixes #332864.
12956
12957 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12958
12959         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12960
12961         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12962         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12963         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12964         (gst_alsa_mixer_set_record):
12965         * ext/alsa/gstalsamixertrack.c:
12966         (gst_alsa_mixer_track_update_alsa_capabilities),
12967         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12968         (gst_alsa_mixer_track_update):
12969         * ext/alsa/gstalsamixertrack.h:
12970           Improve and fix mixer track handling, in particular better handling
12971           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12972           separate track objects for tracks that have both capture and playback
12973           volume (and label them differently as well so they're not mistakenly
12974           assumed to be duplicates); classify mixer tracks that only affect
12975           the audible volume of something (rather than the capture volume)
12976           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12977           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12978           (following the meaning documented in the mixer interface header
12979           file); add support for alsa's exclusive cswitch groups; update/sync
12980           state/flags better if mixer settings are changed by another
12981           application. Fixes #336075.
12982
12983 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12984
12985         * gst/playback/gstplaybin.c:
12986           Improve docs: add section about BUFFERING messages sent by playbin.
12987
12988 2006-08-29  Michael Smith  <msmith@fluendo.com>
12989
12990         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12991         (gst_vorbis_enc_buffer_check_discontinuous),
12992         (gst_vorbis_enc_chain):
12993           Ignore explicit DISCONT marked on buffers (which is often spurious,
12994           particularly when using multiple segments), in favour of solely
12995           using the timestamps/durations.
12996
12997 2006-08-29  Edward Hervey  <edward@fluendo.com>
12998
12999         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13000         Don't rely on incoming buffers offset anymore, since it is completely
13001         broken when using multiple segments.
13002         Instead convert the incoming buffers timestamp to running time, and
13003         then convert that value to the offsets.
13004         Also inform GstSegment of the last outputted stop position, which is
13005         needed if we received several segments with an unknown stop value.
13006
13007 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13010           fix buffer unreffing on a header push failure
13011
13012 2006-08-28  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13015         (gst_audio_rate_chain):
13016         Make the metadata of the buffer writable before changing its
13017         flags.
13018
13019 2006-08-28  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13022         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13023         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13024         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13025         Fix audiorate some more.
13026         Reset and resync counters on flush and READY.
13027         Handle the DISCONT flag correctly.
13028         Use GstSegment to track position.
13029         Fail when not negotiated.
13030         Fixes #353234.
13031
13032 2006-08-25  Michael Smith  <msmith@fluendo.com>
13033
13034         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13035           Fix spelling.
13036           Remove accidently included debug line.
13037
13038 2006-08-25  Wim Taymans  <wim@fluendo.com>
13039
13040         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13041         Small cleanups.
13042         If a buffer is received with no caps, make the buffer metadata
13043         writable and set the caps, making sure that we don't screw up the
13044         refcounts.
13045
13046 2006-08-25  Michael Smith  <msmith@fluendo.com>
13047
13048         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13049         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13050           Fix memory leaks and misleading debug messages, add a couple of
13051           comments.
13052
13053         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13054         (gst_multi_fd_sink_render):
13055           Do not use gst_buffer_make_writable() in a basesink render method,
13056           as it may incorrectly unref the buffer. Instead, use convoluted
13057           dance to avoid copying the buffer except when we need to.
13058
13059 2006-08-25  Michael Smith  <msmith@fluendo.com>
13060
13061         * ext/vorbis/vorbisenc.c:
13062         (gst_vorbis_enc_buffer_check_discontinuous):
13063           Allow very small discontinuities in the timestamps. These we can't
13064           do anything useful with anyway (because vorbis's timestamps have
13065           only sample granularity), and are commonly produced by elements with
13066           minor bugs. Allow up to 1/2 a sample out.
13067           Fixes #351742.
13068
13069 2006-08-24  Wim Taymans  <wim@fluendo.com>
13070
13071         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13072         (play_scrub_toggle_cb), (main):
13073         Add a checkbox to enable play scrubbing. Makes it possible to disable
13074         normal scrubbing.
13075
13076 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13077
13078         * tests/check/elements/.cvsignore:
13079           make buildbot happy
13080
13081 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13082
13083         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13084         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13085         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13086         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13087         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13088         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13089         (gst_ogm_text_parse_strip_trailing_zeroes),
13090         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13091         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13092           Refactor ogm parse, do better input checking, misc. clean-ups.
13093           Cache incoming events and push them once the source pad has
13094           been created. Don't pass unterminated strings to sscanf().
13095           Strip trailing zeroes from subtitle text output, since they
13096           are not valid UTF-8. Don't push vorbiscomment packets on
13097           the subtitle text pad. Output perfect streams if possible.
13098
13099 2006-08-23  Wim Taymans  <wim@fluendo.com>
13100
13101         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13102         Waits for tasks to settle down so that we clean up correctly for 
13103         valgrind.
13104
13105 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13108           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13109           actually return return value in taglists_are_equal.
13110
13111 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13112
13113         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13114           Fix crash due to broken bitstream parsing on x86-64: can't make
13115           any assumptions about sizeof(struct) due to alignment/packing
13116           differences on different architectures. Fixes #351790.
13117
13118 2006-08-22  Wim Taymans  <wim@fluendo.com>
13119
13120         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13121         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13122         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13123         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13124         (gst_riff_parse_info):
13125         Protect public functions against bad input.
13126         Do some cleanups.
13127         Fix documentation.
13128
13129 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * gst-libs/gst/riff/riff-ids.h:
13132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13133           Add voxware audio IDs (even if we can't play it) (#351795).
13134
13135 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13136
13137         * gst-libs/gst/riff/riff-media.c:
13138         (gst_riff_create_video_template_caps),
13139         (gst_riff_create_audio_template_caps),
13140         (gst_riff_create_iavs_template_caps):
13141           Const-ify some arrays and use G_N_ELEMENTS instead
13142           of wasting oodles of RAM on terminator bits.
13143
13144 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * gst-libs/gst/tag/gstvorbistag.c:
13147         (gst_tag_list_to_vorbiscomment_buffer):
13148         * tests/check/libs/tag.c: (GST_START_TEST):
13149           And the same for _to_vorbiscomment_buffer(): allow
13150           id_data_len == 0 for speex.
13151
13152 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13153
13154         * configure.ac:
13155         * docs/plugins/Makefile.am:
13156         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13157         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13158         * docs/plugins/inspect/plugin-gdp.xml:
13159         * gst/gdp/Makefile.am:
13160         * tests/check/Makefile.am:
13161           Move GDP plugin to -base from -bad.  Closes #347783.
13162
13163 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13164
13165         * gst-libs/gst/tag/gstvorbistag.c:
13166         (gst_tag_list_from_vorbiscomment_buffer):
13167           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13168           Also add some checks to make sure we don't memcmp() beyond the end of
13169           vorbiscomment buffer if the ID to check for is larger than the buffer.
13170
13171         * tests/check/libs/tag.c: (GST_START_TEST):
13172           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13173
13174 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13177         (gst_vorbis_enc_set_metadata):
13178           Use vorbis comment utility functions from libgsttag
13179           instead of re-inventing the wheel (partially fixes #347091).
13180
13181 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13182
13183         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13184         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13185         as some that won't.
13186
13187 2006-08-21  Wim Taymans  <wim@fluendo.com>
13188
13189         * docs/libs/Makefile.am:
13190         * docs/libs/gst-plugins-base-libs-sections.txt:
13191         * docs/libs/gst-plugins-base-libs.types:
13192         Don't try to GObject scan the netbuffer as it's not a GObject.
13193         Fixes #351308.
13194
13195         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13196         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13197         Document GstNetBuffer.
13198
13199 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13200
13201         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13202         (audioconvert_suite):
13203           Add testcase for caps-size-explosion
13204
13205 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13206
13207         * gst/audioconvert/gstaudioconvert.c:
13208         (gst_audio_convert_get_unit_size), (set_structure_widths):
13209           Lower debug, use g_assert in _get_unit_size
13210
13211         * gst/audioresample/gstaudioresample.c:
13212         (audioresample_get_unit_size):
13213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13214         (gst_ffmpegcsp_get_unit_size):
13215         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13216           use g_assert in _get_unit_size
13217
13218 2006-08-18  Wim Taymans  <wim@fluendo.com>
13219
13220         * docs/libs/gst-plugins-base-libs-sections.txt:
13221         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13222         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13223         (gst_rtp_buffer_get_payload_buffer):
13224         * gst-libs/gst/rtp/gstrtpbuffer.h:
13225         Document GstRTPBuffer.
13226         Added function to efficiently strip payload headers.
13227         API: gst_rtp_buffer_get_payload_subbuffer()
13228
13229 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13232         (gst_tag_to_vorbis_comments):
13233           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13234           tags and deserialise them properly as well (#347091).
13235           Add some more gtk-doc blurbs and also some g_return_if_fail().
13236
13237         * tests/check/libs/tag.c: (GST_START_TEST),
13238         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13239           More tests.
13240
13241 2006-08-17  Wim Taymans  <wim@fluendo.com>
13242
13243         * ext/ogg/Makefile.am:
13244         * ext/ogg/gstogg.c: (plugin_init):
13245         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13246         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13247         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13248         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13249         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13250         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13251         Added ogg-in-avi parser element. Fixes #140139.
13252
13253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13254         Fixed a bug in oggdemux debug code.
13255
13256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13257         (gst_riff_create_audio_template_caps):
13258         Recognise Ogg in the AVI extensible wave format.
13259
13260 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13263           Make buffer durations add up (duration should be next_ts-ts for
13264           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13265           from CVS.
13266
13267         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13268         (test_buffer_timestamps), (cddabasesrc_suite):
13269           Add unit test for the above.
13270
13271         * tests/check/Makefile.am:
13272           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13273           to see what happens.
13274
13275 2006-08-16  Wim Taymans  <wim@fluendo.com>
13276
13277         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13278         (gst_alsasink_open):
13279         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13280         (gst_alsasrc_open):
13281         Avoid setting and using a NULL device name.
13282         Print more info when we fail to open a device.
13283
13284 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13285
13286         * docs/libs/gst-plugins-base-libs-sections.txt:
13287         * gst-libs/gst/tag/tag.h:
13288         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13289           API: add gst_tag_parse_extended_comment() (#351426).
13290
13291         * tests/check/Makefile.am:
13292         * tests/check/libs/.cvsignore:
13293         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13294           Add unit test for gst_tag_parse_extended_comment().
13295
13296 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13297
13298         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13300           Fix leak (#351502).
13301
13302 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13305         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13306         * docs/plugins/gst-plugins-base-plugins.args:
13307         * gst/playback/gstplaybin.c:
13308           Document playbin.
13309           
13310         * docs/plugins/inspect/plugin-adder.xml:
13311         * docs/plugins/inspect/plugin-alsa.xml:
13312         * docs/plugins/inspect/plugin-audioconvert.xml:
13313         * docs/plugins/inspect/plugin-audiorate.xml:
13314         * docs/plugins/inspect/plugin-audioresample.xml:
13315         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13316         * docs/plugins/inspect/plugin-cdparanoia.xml:
13317         * docs/plugins/inspect/plugin-decodebin.xml:
13318         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13319         * docs/plugins/inspect/plugin-gnomevfs.xml:
13320         * docs/plugins/inspect/plugin-ogg.xml:
13321         * docs/plugins/inspect/plugin-pango.xml:
13322         * docs/plugins/inspect/plugin-playbin.xml:
13323         * docs/plugins/inspect/plugin-subparse.xml:
13324         * docs/plugins/inspect/plugin-tcp.xml:
13325         * docs/plugins/inspect/plugin-theora.xml:
13326         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13327         * docs/plugins/inspect/plugin-video4linux.xml:
13328         * docs/plugins/inspect/plugin-videorate.xml:
13329         * docs/plugins/inspect/plugin-videoscale.xml:
13330         * docs/plugins/inspect/plugin-videotestsrc.xml:
13331         * docs/plugins/inspect/plugin-volume.xml:
13332         * docs/plugins/inspect/plugin-vorbis.xml:
13333         * docs/plugins/inspect/plugin-ximagesink.xml:
13334         * docs/plugins/inspect/plugin-xvimagesink.xml:
13335           Update to CVS version.
13336
13337 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13338
13339         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13340         (gst_play_bin_set_property), (gst_play_bin_get_property),
13341         (value_list_append_structure_list),
13342         (gst_play_bin_handle_redirect_message),
13343         (gst_play_bin_handle_message):
13344           API: GstPlayBin::connection-speed
13345           Add "connection-speed" property; re-order redirect messages with
13346           multiple redirect locations depending on the minimum bitrate if
13347           that information is available and a connection speed is set
13348           (#350399).
13349
13350 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * gst/playback/gstplaybin.c:
13353           Update max volume to the same value that the volume element uses.
13354
13355 2006-08-14  Wim Taymans  <wim@fluendo.com>
13356
13357         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13358         Less uglyness..
13359
13360 2006-08-14  Wim Taymans  <wim@fluendo.com>
13361
13362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13363         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13364         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13365         Add some more debug info.
13366         Don't crash when a seek failed.
13367         Actually return the result of the seek instead of TRUE.
13368         Ignore multiple BOS pages with the same serial so that we don't create
13369         the same stream multiple times.
13370         Post an error when we fail to do the initial seek.
13371
13372 2006-08-13  Wim Taymans  <wim@fluendo.com>
13373
13374         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13375         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13376         Small code cleanup.
13377
13378         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13379         (gst_alsa_mixer_new):
13380         Remove hack that always set the device to hw:0*.
13381         Properly find the card name for whatever device was configured.
13382         Do some better debugging.
13383         Fixes #350784.
13384
13385         * ext/alsa/gstalsamixerelement.c:
13386         (gst_alsa_mixer_element_set_property),
13387         (gst_alsa_mixer_element_change_state):
13388         Cleanups.
13389         Handle setting of a NULL device name better.
13390
13391 2006-08-11  Wim Taymans  <wim@fluendo.com>
13392
13393         * gst/adder/gstadder.c:
13394         Don't clip float values. Fixes #350900.
13395
13396 2006-08-11  Andy Wingo  <wingo@pobox.com>
13397
13398         * gst/tcp/gsttcp.c: Really fix the build?
13399
13400         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13401         fixes the build.
13402
13403 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13404
13405         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13406           Float caps shouldn't have a "signed" field.
13407
13408 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13409
13410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13411           Implement SEEKING query in its most basic form, so that we can
13412           at least check if we're seekable or not (#350655).
13413
13414 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13415
13416         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13417           The checks here are not even close to anything that would
13418           justify MAXIMUM probability, lowering to POSSIBLE until someone
13419           fixes the checks (case at hand: quicktime redirection files
13420           might start with 00 00 01 XX and pass the checks here just
13421           fine, see #350399).
13422
13423 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         Patch by: Sjoerd Simons  <sjoerd at luon net>
13426
13427         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13428           Better detection for multipart/x-mixed-replace: accept leading
13429           whitespaces before the boundary marker as well (as our very own
13430           multipartmux used to produce) (#349068).
13431
13432 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13433
13434         Patch by: Young-Ho Cha  <ganadist at chollian net>
13435
13436         * gst-libs/gst/riff/riff-ids.h:
13437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13438         (gst_riff_create_audio_template_caps):
13439           Detect DTS audio streams (#350157).
13440
13441 2006-08-05  Andy Wingo  <wingo@pobox.com>
13442
13443         * ext/theora/gsttheoraparse.h:
13444         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13445         (theora_parse_dispose, theora_parse_set_property)
13446         (theora_parse_get_property, theora_parse_munge_granulepos)
13447         (theora_parse_push_buffer, theora_parse_change_state):
13448         API: GstTheoraParse::synchronization-points
13449         Add a property 'synchronization-points' to fix badly synchronized oggs.
13450
13451 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13452
13453         * tests/check/Makefile.am:
13454         * tests/check/libs/.cvsignore:
13455         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13456         (fixed_caps_have_channel_positions), (GST_START_TEST),
13457         (audio_suite), (main):
13458           Add a few tests for the channel position stuff in libgstaudio.
13459
13460 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13461
13462         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13463         (gst_alsa_detect_channels):
13464         * ext/alsa/gstalsasink.c:
13465           Add support for cards that (only) do more than 8 channels,
13466           like the Delta 44 (#345188).
13467
13468         * gst-libs/gst/audio/multichannel.c:
13469         (gst_audio_check_channel_positions):
13470         * gst-libs/gst/audio/multichannel.h:
13471           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13472           unspecified channel position and cannot be combined with any
13473           of the other audio channel positions; adjust position layout
13474           checks accordingly (#345188).
13475
13476 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13477
13478         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13479           Recognise ancient RealAudio files (see #349779).
13480
13481 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         Patch by: Jens Granseuer  <jensgr at gmx net>
13484
13485         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13486           Add typefinder for Interplay's MVE format (#348973).
13487
13488 2006-08-02  Wim Taymans  <wim@fluendo.com>
13489
13490         Patch by: Marcel Moreaux <marcelm at luon dot net>
13491
13492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13493         (gst_base_rtp_depayload_add_to_queue):
13494         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13495         Handle RTP sequence number rollover.
13496         Disable jitterbuffer by default.
13497
13498 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13499
13500         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13501         (audioresample_set_caps):
13502         Don't leak references to the incoming caps. Clean them up when
13503         stopping.
13504
13505         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13506         (gst_video_scale_finalize):
13507         Don't leak our temporary pixel buffer.
13508
13509         * tests/check/Makefile.am:
13510         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13511         (GST_START_TEST), (simple_launch_lines_suite):
13512
13513         Fix leaks and re-enable the test for valgrind checking.
13514
13515 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         Patch by: Sjoerd Simons  <sjoerd at luon net>
13518
13519         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13520         (plugin_init):
13521           Add typefind function for multipart/x-mixed-replace (#348916).
13522
13523 2006-07-28  Wim Taymans  <wim@fluendo.com>
13524
13525         * gst/adder/gstadder.c: (gst_adder_setcaps),
13526         (gst_adder_query_duration):
13527         Fix leak in duration query.
13528         Reflow some docs and notes.
13529
13530 2006-07-28  Michael Smith  <msmith@fluendo.com>
13531
13532         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13533         (vorbisenc_suite):
13534           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13535           aspect of it.
13536
13537 2006-07-28  Michael Smith  <msmith@fluendo.com>
13538
13539         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13540         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13541         (gst_vorbis_enc_push_buffer),
13542         (gst_vorbis_enc_buffer_check_discontinuous),
13543         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13544         * ext/vorbis/vorbisenc.h:
13545           Handle discontinuities in the input vorbis stream correctly,
13546           so that the output is properly timestamped (and has good granulepos
13547           values). Needs some oggmux fixes too.
13548
13549 2006-07-27  Wim Taymans  <wim@fluendo.com>
13550
13551         patch by: Kai Vehmanen <kv2004 eca cx>
13552
13553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13554         (gst_base_rtp_depayload_chain),
13555         (gst_base_rtp_depayload_handle_sink_event),
13556         (gst_base_rtp_depayload_change_state):
13557         Don't send multiple newsegments with different formats.
13558         Fixes #348677.
13559
13560 2006-07-26  Wim Taymans  <wim@fluendo.com>
13561
13562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13563         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13564         Make seeking in ogg more accurate again by doing the more correct
13565         granuletime to stream time conversion.
13566
13567 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13568
13569         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13570         (gst_multi_fd_sink_new_client):
13571           debug a little more understandably
13572           do not use goto as a substitute for break, especially if
13573           break is also being used
13574
13575 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13578         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13579           Remove GLib-2.6 compatibility cruft.
13580
13581 2006-07-24  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst-libs/gst/audio/gstbaseaudiosink.c:
13584         (gst_base_audio_sink_render):
13585         Don't try to align a sample to an unknown value.
13586
13587 2006-07-24  Wim Taymans  <wim@fluendo.com>
13588
13589         * gst-libs/gst/audio/gstbaseaudiosink.c:
13590         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13591         When the audio clock is slaved to another clock, never try to align
13592         samples but trust the rate interpolation algorithm.
13593
13594 2006-07-24  Wim Taymans  <wim@fluendo.com>
13595
13596         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13597         Don't try to calculate silence samples, base class does this much
13598         better now.
13599
13600         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13601         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13602         (gst_ring_buffer_acquire):
13603         Calculate silence samples correctly.
13604
13605         * gst-libs/gst/audio/gstringbuffer.h:
13606         Add _CAST macro.
13607
13608 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13611           Limit search for the first markup tag to the first few kB of
13612           the file. If we don't find one there, it's highly unlikely that
13613           this is an XML(-ish) file.
13614
13615 2006-07-21  Andy Wingo  <wingo@pobox.com>
13616
13617         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13618         test to the one in vorbisenc. Also commented out.
13619
13620         * tests/check/pipelines/vorbisenc.c: 
13621         (test_discontinuity): New test, commented out until Mike lands
13622         some elite vorbisenc patches.
13623
13624         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13625         Bufferstraw was actually factored out of these tests. Now we share
13626         code yay.
13627
13628         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13629         for bufferstraw addition to gstcheck.
13630
13631 2006-07-21  Wim Taymans  <wim@fluendo.com>
13632
13633         * ext/theora/theoradec.c: (clip_buffer):
13634         Better clipping.
13635
13636 2006-07-21  Wim Taymans  <wim@fluendo.com>
13637
13638         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13639         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13640         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13641         Fix leak.
13642         Avoid type casting when we can.
13643
13644         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13645         Fix mem leak.
13646
13647 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * ext/alsa/gstalsamixerelement.c:
13650         (gst_alsa_mixer_element_change_state):
13651           Make state change fail if the specified device can't be opened
13652           for some reason.
13653
13654 2006-07-20  Wim Taymans  <wim@fluendo.com>
13655
13656         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13657         (cb_newpad), (main):
13658         Example of a small audio/video player using decodebin.
13659
13660 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13661
13662         * gst-libs/gst/riff/riff-ids.h:
13663           Add 'fact' chunk id
13664
13665 2006-07-19  Wim Taymans  <wim@fluendo.com>
13666
13667         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13668         (gst_base_rtp_depayload_chain),
13669         (gst_base_rtp_depayload_change_state):
13670         Don't assert when not negotiated but post a meaningfull 
13671         error message. Fixes #347918.
13672
13673         * gst-libs/gst/rtp/gstbasertppayload.c:
13674         Add comment about better default MTU size.
13675
13676         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13677         Small cleanups, start docs.
13678
13679 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         Patch by: Martin Szulecki
13682
13683         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13684           If "device-name" is requested and the device is not
13685           open, try to temporarily open it to obtain this
13686           information (#342494).
13687
13688 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13689
13690         * gst-libs/gst/tag/gstid3tag.c:
13691           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13692
13693         * gst-libs/gst/tag/gsttageditingprivate.h:
13694         * gst-libs/gst/tag/gstvorbistag.c:
13695           Some more random const-ifications.
13696
13697 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13698
13699         * gst-libs/gst/riff/riff-ids.h:
13700         * gst-libs/gst/riff/riff-media.c:
13701         (gst_riff_create_video_template_caps):
13702           Add more FOURCCs (sort list to make stuff easier to find),
13703           add comment what those 16 bytes in struct _gst_riff_strh according to
13704           one avi-dumper are
13705
13706 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         * gst-libs/gst/audio/multichannel.c:
13709         (gst_audio_check_channel_positions),
13710         (gst_audio_fixate_channel_positions):
13711           Const-ify two arrays.
13712
13713 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13716           Fix typo, so that alsasink also advertises 8 channels
13717           if that's supported (tags: can, worms, open, alsa, ph34r).
13718
13719 2006-07-17  Wim Taymans  <wim@fluendo.com>
13720
13721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13722         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13723         *sigh*, when is the compiler going to warn when the comments
13724         are out-of-sync with the code.. Refix case of busted theora
13725         headers with 0 granule pos.
13726
13727 2006-07-14  Wim Taymans  <wim@fluendo.com>
13728
13729         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13730         (gst_base_rtp_depayload_wait),
13731         (gst_base_rtp_depayload_change_state),
13732         (gst_base_rtp_depayload_set_property),
13733         (gst_base_rtp_depayload_get_property):
13734         Fix 99% cpu load by waiting for absolute times on the
13735         clock. Fixes #347300.
13736
13737 2006-07-14  Andy Wingo  <wingo@pobox.com>
13738
13739         * ext/theora/gsttheoraparse.h: 
13740         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13741         (theora_parse_push_headers, theora_parse_clear_queue)
13742         (theora_parse_drain_queue_prematurely, )
13743         (theora_parse_sink_event, theora_parse_change_state): Queue events
13744         until we initialized our state, like in vorbisparse.
13745
13746         * ext/vorbis/vorbisparse.h: 
13747         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13748         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13749         (vorbis_parse_drain_queue_prematurely, )
13750         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13751         until we have initialized our state. Fixes seeking after an
13752         initial pad block.
13753
13754 2006-07-14  Andy Wingo  <wingo@pobox.com>
13755
13756         Patch by: Iain Holmes <iaingnome@gmail.com>
13757         
13758         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13759
13760 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13761
13762         * configure.ac:
13763         Bump nano back to CVS
13764
13765 === release 0.10.9 ===
13766
13767 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13768
13769         * configure.ac:
13770           releasing 0.10.9, "I walk the line"
13771
13772 2006-07-14  Michael Smith  <msmith@fluendo.com>
13773
13774         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13775           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13776           (commonly happens when running this test under valgrind) when trying
13777           to remove the buffer probe.
13778
13779 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13780
13781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13782         Fix missing g_unlock from the previous commit
13783
13784 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13785
13786         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13787         (gst_ximagesink_change_state):
13788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13789         (gst_xvimagesink_change_state):
13790         Implement a locking order to ensure we always take the object lock
13791         before the x_lock and never vice-versa.
13792
13793 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13794
13795         * gst/playback/gstdecodebin.c: (find_compatibles):
13796         Fix a caps leak when linking (#347304)
13797
13798         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13799         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13800         (gst_ximagesink_change_state):
13801         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13802         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13803         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13804         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13805         Don't leak shared memory resources. Use the object lock to protect
13806         against the xcontext disappearing while returning a buffer from the
13807         pipeline. (#347304)
13808
13809 2006-07-12  Edward Hervey  <edward@fluendo.com>
13810
13811         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13812         (vorbis_handle_comment_packet):
13813         gst_tag_list_merge() returns a new object. Take that into account when
13814         using it. This avoids memleak.
13815         Revert previous commit which is not needed.
13816
13817 2006-07-12  Edward Hervey  <edward@fluendo.com>
13818
13819         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13820         Reset the decoder in finalize so that all fields get cleared.
13821
13822 2006-07-12  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13825         (gst_base_audio_src_set_clock),
13826         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13827         Don't try to post an error message when setting the clock fails
13828         as this can happen when adding an element to a bin which will then
13829         deadlock. Fixes #347296.
13830
13831 2006-07-12  Edward Hervey  <edward@fluendo.com>
13832
13833         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13834         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13835         (vorbis_handle_type_packet):
13836         Post tag messages on the bus even if we're not initialized.
13837         If we're not initialized, we still postpone the event pushing of tags.
13838
13839 2006-07-12  Wim Taymans  <wim@fluendo.com>
13840
13841         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13842         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13843         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13844         Revert last two changes that broke the freeze.
13845
13846 2006-07-12  Wim Taymans  <wim@fluendo.com>
13847
13848         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13849         basesink calculates silence sample correctly for us.
13850
13851 2006-07-12  Wim Taymans  <wim@fluendo.com>
13852
13853         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13854         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13855         Calculate correct silence samples so we don't fill our ringbuffer
13856         with noise.
13857
13858 2006-07-12  Edward Hervey  <edward@fluendo.com>
13859
13860         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13861         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13862         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13863         * ext/vorbis/vorbisdec.h:
13864         Delay sending events (newsegment, tags) until the decoder is properly
13865         initialized.
13866         Fixes #347295
13867
13868 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13869
13870         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13871         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13872           Patch from #347221 adding a test for audioconvert
13873           channel remappings.
13874
13875 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13878         (gst_ssa_parse_parse_line):
13879           Don't include the terminating NUL in the buffer size,
13880           it's only there for extra paranoia (would add random
13881           '*' characters at the end of each subtitle since the
13882           terminator itself is not valid UTF-8 technically).
13883           Also fix indenting after boilerplate macro.
13884
13885 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * gst/playback/gstdecodebin.c: (close_pad_link):
13888           Also emit 'unknown-type' signal (which should really be
13889           called unhandled-type) if we found potential decoders/demuxers
13890           in the registry but none of them worked in the end (as in the
13891           case where the plugins don't exist any longer but are still
13892           listed in the registry). Fixes #329798.
13893
13894 2006-07-08  Andy Wingo  <wingo@pobox.com>
13895
13896         * theoraparse.c (theora_parse_push_buffer)
13897         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13898         Add some more debugging. Fix granulepos reconstruction in the face
13899         of discontinuities.
13900
13901 2006-07-06  Wim Taymans  <wim@fluendo.com>
13902
13903         * gst-libs/gst/audio/gstbaseaudiosink.c:
13904         (gst_base_audio_sink_class_init),
13905         (gst_base_audio_sink_provide_clock):
13906         Use gobject_class instead of G_OBJECT_CLASS (klass)
13907
13908         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13909         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13910         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13911         (gst_base_audio_src_get_time),
13912         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13913         (gst_base_audio_src_create_ringbuffer):
13914         Fix latency and buffer-time constants and properties ala basesink.
13915         Implement pull based scheduling. Fixes #346527.
13916         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13917         one segment.
13918         Refuse slaving to another clock instead of silently not working.
13919         Only provide a clock when we are actually able to do so.
13920         Various small cleanups and compiler hints.
13921
13922 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13923
13924         Patch by: Lutz Mueller <lutz at topfrose de>
13925
13926         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13927         (plugin_init):
13928           Add typefinding for text/html (#346581).
13929
13930 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13933         (xml_check_first_element), (xml_type_find), (smil_type_find):
13934           Fix SMIL typefinding, make xml_check_first_element() more
13935           useful.
13936
13937 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13938
13939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13940         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13941         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13942         * gst/playback/gstplaybasebin.h:
13943           Protect list of elements with a subtitle-encoding property and
13944           the subtitle encoding member itself with a lock of their own
13945           instead of using the object lock. This prevents a dead-lock in
13946           the element-remove callback in some circumstances when shutting
13947           down playbin.
13948
13949 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13950
13951         * win32/common/libgsttag.def:
13952         Export some new functions.
13953         * win32/vs6/libgstogg.dsp:
13954         Add a link to libgsttag-0.10.lib.
13955
13956 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13957
13958         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13959           Some const-ification.
13960
13961 2006-07-04  Wim Taymans  <wim@fluendo.com>
13962
13963         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13964         Improve checking if we are dealing with a stream. Added some
13965         more uris that need buffering.
13966
13967 2006-07-03  Edward Hervey  <edward@fluendo.com>
13968
13969         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13970         Remove unused variable.
13971
13972 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13973
13974         * Makefile.am:
13975           include lcov.mak
13976         * configure.ac:
13977           add GCOV_LIBS to GST_LIBS
13978
13979 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13980
13981         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13982
13983         * ext/alsa/gstalsasrc.c:
13984           Add 32 bps to template caps and increase channels range
13985           from [1,2] to [1,MAX]. See #346326.
13986
13987 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13988
13989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13990           Recognise 'WMVA' video codec fourcc (#345879).
13991           
13992 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13993          
13994         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13995           Fixed nasty memory leak
13996
13997 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13998
13999         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14000         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14001           fix logging
14002
14003 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14004
14005         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14006         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14007         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14008         Protect remove_fakesink using a mutex, so that we don't try and
14009         remove the fakesink simultaneously from multiple threads.
14010
14011         When going from READY to PAUSED, restore the fakesink, so that
14012         it is there when decodebin gets reused.
14013
14014 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14015
14016         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14018         * gst-libs/gst/rtp/gstbasertppayload.c:
14019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14020         * gst/tcp/gstmultifdsink.c:
14021         * gst/tcp/gsttcpclientsink.c:
14022         * gst/tcp/gsttcpclientsrc.c:
14023         * gst/tcp/gsttcpserversink.c:
14024         * gst/tcp/gsttcpserversrc.c:
14025         * gst/videorate/gstvideorate.c:
14026         * gst/videotestsrc/gstvideotestsrc.c:
14027         * sys/v4l/gstv4ljpegsrc.c:
14028         * sys/v4l/gstv4lmjpegsink.c:
14029         * sys/v4l/gstv4lsrc.c:
14030         * tests/examples/seek/scrubby.c:
14031         * tests/examples/seek/seek.c:
14032           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14033
14034 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14035
14036         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14037           Second field in GEnumValue shouldn't be a description,
14038           but a stringified version of the enum value.
14039
14040 2006-06-22  Wim Taymans  <wim@fluendo.com>
14041
14042         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14043         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14044         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14045         Avoid type checking in buffer casts.
14046         Avoid caps copy in buffer_alloc when we can.
14047         Use pad_peer_accept.
14048
14049 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14050
14051         * gst-libs/gst/tag/tag.h:
14052           Oops, make that 'Since: 0.10.9'.
14053
14054 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         * docs/libs/gst-plugins-base-libs-sections.txt:
14057         * gst-libs/gst/tag/tag.h:
14058         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14059         (gst_tag_image_type_get_type):
14060           API: add GstTagImageType enum to describe images contained
14061           in image tags (#345641).
14062
14063 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14064
14065         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14066           Fix warnings with gst-inspect: "buffers-min" property
14067           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14068           typo in property description.
14069
14070 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14071
14072         Patch by: Cody Russell <bratsche at gnome org>
14073
14074         * gst/audioresample/gstaudioresample.c:
14075         (gst_audioresample_class_init):
14076         * gst/playback/gststreamselector.c:
14077         (gst_stream_selector_class_init):
14078         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14079         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14080         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14081         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14082         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14083         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14084         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14085         * gst/videotestsrc/gstvideotestsrc.c:
14086         (gst_video_test_src_class_init):
14087         * gst/volume/gstvolume.c: (gst_volume_class_init):
14088           Avoid unnecessary class cast check in class_init
14089           functions (#337747).
14090
14091 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14092
14093         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14094         (gst_text_overlay_video_chain):
14095           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14096           and doesn't validate its input either (and neither did
14097           textoverlay it seems). Let's do that then and fix #345206.
14098
14099 2006-06-19  Wim Taymans  <wim@fluendo.com>
14100
14101         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14102         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14103         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14104         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14105         (find_syncframe), (find_limits), (assign_value),
14106         (count_burst_unit), (gst_multi_fd_sink_new_client),
14107         (gst_multi_fd_sink_handle_client_write),
14108         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14109         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14110         (gst_multi_fd_sink_change_state):
14111         * gst/tcp/gstmultifdsink.h:
14112         Added shiny new burst-on-connect methods.
14113         Add properties to control the minimal amount of data queued.
14114         Small cleanups.
14115         API: bytes-min property
14116         API: time-min property
14117         API: buffers-min property
14118         API: burst-unit property
14119         API: burst-value property
14120         API: add-full signal
14121
14122         * gst/tcp/gsttcp-marshal.list:
14123         Added new marshaller code for the new signal.
14124
14125         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14126         (multifdsink_suite):
14127         Added testcases for new burst methods.
14128
14129 2006-06-19  Edward Hervey  <edward@fluendo.com>
14130
14131         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14132         Implement clipping for accurate seeking.
14133         Closes #345225
14134
14135 2006-06-19  Wim Taymans  <wim@fluendo.com>
14136
14137         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14138
14139         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14140         (gst_video_scale_transform):
14141         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14142
14143 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14144
14145         * configure.ac:
14146           Fix --disable-external (can't set conditionals conditionally,
14147           #343602).
14148
14149 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14150
14151         * tests/check/elements/audioresample.c: (test_reuse),
14152         (audioresample_suite):
14153           Add test case for bug #342789 fixed below.
14154
14155 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * gst/audioresample/gstaudioresample.c:
14158         (gst_audioresample_class_init), (gst_audioresample_init),
14159         (audioresample_start), (audioresample_stop),
14160         (gst_audioresample_set_property), (gst_audioresample_get_property):
14161           Implement GstBaseTransform::start and ::stop so that audioresample
14162           can clear its internal state properly and be reused instead of
14163           causing non-negotiated errors with playbin under some circumstances
14164           (#342789).
14165
14166         * tests/check/elements/audioresample.c: (setup_audioresample),
14167         (cleanup_audioresample):
14168           Need to set element state here so that ::start and ::stop are
14169           called.
14170
14171 2006-06-16  Wim Taymans  <wim@fluendo.com>
14172
14173         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14174
14175         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14176         Parse extra data better, apparently it's right behind
14177         the normal strf header size. Fixes #343500.
14178
14179 2006-06-16  Wim Taymans  <wim@fluendo.com>
14180
14181         * ext/alsa/gstalsasink.c: (set_hwparams):
14182         If we fail to set the buffer_time and period_time alsa
14183         parameters, post a warning and leave alsa select a 
14184         default instead of failing. Fixes #342085
14185
14186 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         * docs/libs/gst-plugins-base-libs-sections.txt:
14189         * gst-libs/gst/cdda/gstcddabasesrc.h:
14190           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14191           out in the header file and shouldn't be listed in the docs.
14192
14193         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14194           Must dereference pointer to fourcc in the debug statement.
14195
14196 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14197
14198         * docs/libs/Makefile.am:
14199         * docs/libs/gst-plugins-base-libs-docs.sgml:
14200         * docs/libs/gst-plugins-base-libs-sections.txt:
14201         * docs/libs/gst-plugins-base-libs.types:
14202         add remaining symbols into correct setions
14203         
14204         * gst-libs/gst/audio/gstringbuffer.c:
14205         fix incomplete docs
14206         
14207         * gst-libs/gst/audio/gstringbuffer.h:
14208         comment out not yet implemented function
14209         
14210         
14211         * gst-libs/gst/floatcast/floatcast.h:
14212         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14213         add short descriptions
14214         
14215         
14216         * gst-libs/gst/interfaces/propertyprobe.c:
14217         fix return value docs   
14218         
14219         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14220         simplify debug logging
14221         
14222         * gst-libs/gst/riff/riff-read.h:
14223         sync function prototype and docs
14224         
14225         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14226         remove left over symbol
14227
14228 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * autogen.sh:
14231         * configure.ac:
14232         * docs/Makefile.am:
14233           Use GST_PLUGIN_DOCS macro in configure.ac, add
14234           --enable-plugin-docs default to autogen.sh and use
14235           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14236
14237 2006-06-15  Wim Taymans  <wim@fluendo.com>
14238
14239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14240         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14241         (gst_ogg_demux_loop):
14242         Combine GstFlowReturn from the source pads to give a
14243         meaningfull result to the upstream peer or to stop the
14244         processing task in case of errors.
14245
14246 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14247
14248         * gst/playback/gststreaminfo.c: (cb_probe):
14249           Try GST_TAG_CODEC as fallback when extracting the
14250           codec name; more debug info.
14251
14252 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14253
14254         * ext/ogg/Makefile.am:
14255         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14256           Extract language tags from ogm subtitle streams, so that
14257           the subtitle menu choices are labelled correctly in
14258           Totem (fixes #344708).
14259
14260 2006-06-14  Wim Taymans  <wim@fluendo.com>
14261
14262         Patch by: Alessandro Decina <alessandro at nnva dot org>
14263
14264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14265         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14266         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14267         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14268         Fix various leaks. Fixes #343699.
14269         Add x-smoke mime type.
14270
14271 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14272
14273         * gst-libs/gst/riff/riff-ids.h:
14274           Add IDs for 'bext' chunks (see #343837).
14275
14276 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14277
14278         Patch by: Young-Ho Cha  <ganadist at chollian net>
14279
14280         * gst/subparse/samiparse.c: (sami_context_pop_state),
14281         (handle_start_font), (end_sami_element):
14282           Honour font face tags in SAMI subtitles (#344503).
14283
14284 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14285
14286         * po/POTFILES.in:
14287           add missing files containing translatable strings
14288
14289 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14290
14291         * docs/libs/tmpl/.cvsignore:
14292           we don't want those *.sgml files in CVS either
14293
14294 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14295
14296         * docs/libs/.cvsignore:
14297         * tests/check/elements/.cvsignore:
14298         * tests/check/libs/.cvsignore:
14299           ignore more
14300
14301 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14302
14303         * docs/libs/Makefile.am:
14304           also commiting the changed Makefile.am (added more libs to the
14305           doc-build)
14306
14307 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14308
14309         * docs/libs/gst-plugins-base-libs-docs.sgml:
14310         * docs/libs/gst-plugins-base-libs-sections.txt:
14311         * docs/libs/gst-plugins-base-libs.types:
14312           first batch of reordering things, add index & hierarchy
14313
14314 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14315
14316         * configure.ac:
14317           use GST_PKG_CHECK_MODULES, cleans up output
14318
14319 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14322           Add support for burn:// URIs (#343385); const-ify things a bit,
14323           use G_N_ELEMENTS instead of hard-coded array size.
14324
14325 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14326
14327         Patch by: Young-Ho Cha  <ganadist at chollian net>
14328
14329         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14330           Fix up broken entities before passing them to libxml *sigh*.
14331           (#343303).
14332           
14333 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14334
14335         * configure.ac:
14336           back to TRUNK
14337
14338 === release 0.10.8 ===
14339
14340 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14341
14342         * configure.ac:
14343           releasing 0.10.8, "Moar gij ziet mij nie"
14344
14345 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14346
14347         * configure.ac:
14348         * po/af.po:
14349         * po/az.po:
14350         * po/cs.po:
14351         * po/en_GB.po:
14352         * po/hu.po:
14353         * po/it.po:
14354         * po/nb.po:
14355         * po/nl.po:
14356         * po/or.po:
14357         * po/sq.po:
14358         * po/sr.po:
14359         * po/sv.po:
14360         * po/uk.po:
14361         * po/vi.po:
14362         * win32/common/config.h:
14363           0.10.7.2 prerelease
14364
14365 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14366
14367         * docs/libs/tmpl/gstaudio.sgml:
14368         * docs/libs/tmpl/gstcolorbalance.sgml:
14369         * docs/libs/tmpl/gstmixer.sgml:
14370         * docs/libs/tmpl/gstringbuffer.sgml:
14371         * docs/libs/tmpl/gsttuner.sgml:
14372         * docs/libs/tmpl/gstxoverlay.sgml:
14373         * gst-libs/gst/audio/audio.c:
14374         * gst-libs/gst/audio/gstringbuffer.c:
14375         * gst-libs/gst/interfaces/colorbalance.c:
14376         * gst-libs/gst/interfaces/mixer.c:
14377         * gst-libs/gst/interfaces/tuner.c:
14378         * gst-libs/gst/interfaces/xoverlay.c:
14379           move last template doc snippets to source code and delete them
14380
14381 2006-06-06  Michael Smith  <msmith@fluendo.com>
14382
14383         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14384         (theora_parse_drain_queue):
14385           Mark DELTA_UNIT on non-keyframes.
14386
14387 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14388
14389         * gst-libs/gst/audio/gstbaseaudiosink.c:
14390         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14391         * gst-libs/gst/audio/gstbaseaudiosink.h:
14392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14393         (gst_ring_buffer_samples_done):
14394         * gst-libs/gst/audio/gstringbuffer.h:
14395         Document better the fact that latency_time and buffer_time are values
14396         stored in microseconds, and not the usual GStreamer nanoseconds.
14397         Change the variables (compatibly) that store them from GstClockTime 
14398         to guint64 to make it more clear that they're not storing clock times.
14399         Also, remove the bogus property description that says the user can
14400         specify -1 to get the default value, since that's never been the case.
14401
14402         When computing the default segment size for the ring buffer, make it
14403         an integer number of samples.
14404
14405         When the sub-class indicates a delay greater than the number of
14406         samples we've written return 0 from the audio sink get_time method.
14407
14408 2006-06-02  Michael Smith  <msmith@fluendo.com>
14409
14410         * tests/check/elements/audioconvert.c: (set_channel_positions),
14411         (get_float_mc_caps), (get_int_mc_caps):
14412         * tests/check/elements/audioresample.c:
14413         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14414         * tests/check/elements/videorate.c:
14415         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14416         * tests/check/elements/volume.c:
14417         * tests/check/elements/vorbisdec.c:
14418         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14419           Don't busy-wait in tests; this was causing test timeouts very
14420           frequently when running under valgrind.
14421
14422 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14423
14424         * gst/tcp/README:
14425         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14426         (gst_multi_fd_sink_remove_client_link),
14427         (gst_multi_fd_sink_client_queue_caps),
14428         (gst_multi_fd_sink_client_queue_buffer),
14429         (gst_multi_fd_sink_handle_client_write),
14430         (gst_multi_fd_sink_render):
14431         * gst/tcp/gstmultifdsink.h:
14432           make multifdsink properly deal with streamheader:
14433           - streamheader is taken from caps
14434           - buffers marked with IN_CAPS are not sent
14435           - streamheaders are sent, on connection, from the caps of the
14436             buffer where the client gets positioned to
14437           - further streamheader changes are done every time the client
14438             will receive a buffer with different caps
14439         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14440         (gst_multifdsink_create_streamheader):
14441           add tests for this
14442
14443 2006-06-02  Michael Smith  <msmith@fluendo.com>
14444
14445         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14446           Reinstate limit on channel count. Vorbis does not define the meaning
14447           of > 6 channels, so they're just independent channels. Gstreamer
14448           currently has no mechanism to represent N independent channels.
14449
14450 2006-06-02  Michael Smith  <msmith@fluendo.com>
14451
14452         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14453           Don't arbitrarily restrict channel counts and rate in vorbis.
14454           In terms of effects likely on real-world files, this fixes 96kHz
14455           playback of vorbis.
14456
14457 2006-06-02  Michael Smith  <msmith@fluendo.com>
14458
14459         * gst/audioconvert/audioconvert.c: (float):
14460           More correct float->int conversion.
14461
14462 2006-06-02  Michael Smith  <msmith@fluendo.com>
14463
14464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14465           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14466           value. Fixes g-critical on trying to play back ogg containing
14467           unknown codec.
14468
14469 2006-06-02  Wim Taymans  <wim@fluendo.com>
14470
14471         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14472         (setup_source):
14473         * gst/playback/gstplaybasebin.h:
14474         Make the subtitle detection work from any thread so we don't
14475         deadlock. Fixes #343397.
14476
14477 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14478
14479         * gst/volume/Makefile.am:
14480           Seriously, it's not *that* hard to get compilation right.  Even
14481           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14482
14483 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14484
14485         * gst/volume/gstvolume.c: (volume_choose_func),
14486         (volume_update_real_volume), (gst_volume_class_init),
14487         (gst_volume_init), (volume_process_float), (volume_process_int16),
14488         (volume_process_int16_clamp), (volume_set_caps),
14489         (volume_transform_ip), (plugin_init):
14490         * gst/volume/gstvolume.h:
14491         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14492         another property desc., remove unused param from process function
14493         
14494         * tests/check/elements/volume.c: (volume_suite):
14495         reactivate the passthrough test
14496
14497 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14498
14499         * ext/alsa/gstalsamixerelement.h:
14500         * ext/alsa/gstalsamixeroptions.h:
14501         * ext/alsa/gstalsamixertrack.h:
14502         * ext/gnomevfs/gstgnomevfssink.h:
14503         * ext/gnomevfs/gstgnomevfssrc.h:
14504         * ext/theora/gsttheoradec.h:
14505         * ext/theora/gsttheoraenc.h:
14506         * ext/theora/gsttheoraparse.h:
14507         * ext/vorbis/vorbisparse.h:
14508         * gst-libs/gst/audio/gstaudioclock.h:
14509         * gst-libs/gst/audio/gstaudiofilter.h:
14510         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14511         * gst/audioconvert/gstaudioconvert.h:
14512         * gst/audioresample/gstaudioresample.h:
14513         * gst/audiotestsrc/gstaudiotestsrc.h:
14514         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14515         * gst/playback/gststreamselector.h:
14516         * gst/tcp/gstmultifdsink.h:
14517         * gst/tcp/gsttcpclientsink.h:
14518         * gst/tcp/gsttcpclientsrc.h:
14519         * gst/tcp/gsttcpserversink.h:
14520         * gst/tcp/gsttcpserversrc.h:
14521         * gst/videorate/gstvideorate.h:
14522         * gst/videoscale/gstvideoscale.h:
14523         * gst/videotestsrc/gstvideotestsrc.h:
14524         * gst/volume/gstvolume.h:
14525         * sys/v4l/gstv4ljpegsrc.h:
14526         * sys/v4l/gstv4lmjpegsink.h:
14527         * sys/v4l/gstv4lmjpegsrc.h:
14528         * sys/v4l/gstv4lsrc.h:
14529         * sys/ximage/ximagesink.h:
14530         * sys/xvimage/xvimagesink.h:
14531         * tests/old/testsuite/alsa/sinesrc.h:
14532         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14533
14534 2006-05-31  Wim Taymans  <wim@fluendo.com>
14535
14536         * ext/libvisual/visual.c: (gst_visual_reset),
14537         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14538         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14539         Handle DISCONT.
14540         Use running time before doing QoS.
14541         Handle mono too.
14542
14543 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14544
14545         * docs/libs/Makefile.am:
14546           set a magic variable to indicate we know the docs are incomplete
14547
14548 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14549
14550         * win32/common/libgstvideo.def:
14551           export gst_video_calculate_display_ratio
14552         * win32/vs6/libgstvideoscale.dsp:
14553           add link to libgstvideo-0.10.lib
14554
14555 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14556
14557         * gst/playback/gstplaybasebin.c: (gen_source_element):
14558           Throw a more comprehensible error for rtsp:// URIs (rather
14559           than erroring out with a negotiation error later on) until
14560           we fix playbin to handle rtspsrc etc.
14561
14562 2006-05-30  Wim Taymans  <wim@fluendo.com>
14563
14564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14565         (gst_text_overlay_text_event):
14566         Added some FIXMEs.
14567
14568 2006-05-30  Wim Taymans  <wim@fluendo.com>
14569
14570         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14571         (gst_adder_request_new_pad), (gst_adder_release_pad):
14572         * gst/adder/gstadder.h:
14573         Implement release_request_pad.
14574         Make padcounter atomic.
14575
14576         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14577         Added check for release_pad in adder.
14578
14579 2006-05-30  Wim Taymans  <wim@fluendo.com>
14580
14581         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14582         Fix build again.
14583
14584 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14585
14586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14587         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14588         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14589         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14590         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14591         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14592         (gst_ogg_demux_bisect_forward_serialno),
14593         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14594         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14595           add more debugging
14596           clean up printf formats for granulepos and serialno
14597
14598 2006-05-30  Michael Smith  <msmith@fluendo.com>
14599
14600         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14601         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14602         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14603         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14604         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14605         * ext/vorbis/vorbisenc.h:
14606           Multi-channel caps negotiation, so we can do proper multichannel
14607           vorbis encoding, negotiated through audioconvert.
14608
14609 2006-05-30  Wim Taymans  <wim@fluendo.com>
14610
14611         * tests/check/elements/adder.c: (test_event_message_received),
14612         (test_play_twice_message_received), (GST_START_TEST),
14613         (adder_suite):
14614         Added check to show that #339935 is fixed with ongoing
14615         adder and collectpads fixes.
14616
14617 2006-05-29  Wim Taymans  <wim@fluendo.com>
14618
14619         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14620         Don't leak pad name.
14621
14622 2006-05-29  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/adder/gstadder.c: (gst_adder_query_duration),
14625         (forward_event_func), (forward_event), (gst_adder_src_event):
14626         Fix adder seeking.
14627         Make query/seeking code threadsafe.
14628
14629         * tests/check/Makefile.am:
14630         * tests/check/elements/adder.c: (test_event_message_received),
14631         (GST_START_TEST), (test_play_twice_message_received):
14632         Fix adder test case.
14633
14634 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         Patch by: Young-Ho Cha  <ganadist at chollian net>
14637
14638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14639         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14640         (set_encoding_element), (decodebin_element_added_cb),
14641         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14642         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14643         * gst/playback/gstplaybasebin.h:
14644           Add 'subtitle-encoding' property to playbin, so applications can
14645           force a subtitle encoding for non-UTF8 subtitles (#342268).
14646
14647         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14648         (gst_sub_parse_set_property):
14649           Rename recently-added 'encoding' property to 'subtitle-encoding'
14650           (so it can be proxied by playbin/decodebin in a generic way
14651           with less danger of false positives).
14652
14653 2006-05-29  Michael Smith  <msmith@fluendo.com>
14654
14655         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14656         (append_with_other_format), (set_structure_widths),
14657         (gst_audio_convert_transform_caps):
14658           Patch from #341562: give more specific audio caps in get_caps, so
14659           that basetransform  can make better decisions on what caps to
14660           negotiate.
14661
14662 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14663
14664         * tests/check/elements/volume.c:
14665         make it compile again
14666
14667 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14668
14669         * tests/check/elements/volume.c: (volume_suite):
14670         disable test until #343196 gets resolved
14671
14672 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14673
14674         * gst/adder/gstadder.c: (gst_adder_get_type):
14675         Make it easier to copy&paste
14676         
14677         * gst/volume/Makefile.am:
14678         * gst/volume/gstvolume.c: (volume_update_real_volume),
14679         (gst_volume_set_volume), (gst_volume_set_mute),
14680         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14681         (volume_transform_ip), (volume_update_mute),
14682         (volume_update_volume):
14683         * gst/volume/gstvolume.h:
14684         Add own debug category, move duplicate code to helper function, fix
14685         property texts, add more comments and prepare ffor liboil-goodness
14686         
14687         * tests/check/Makefile.am:
14688         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14689         add test for mute and passtrough case, be a bit more verbose to track
14690         failure
14691         
14692         * tests/check/generic/states.c: (GST_START_TEST):
14693         catch elements that fail to instantiate
14694
14695 2006-05-28  Edward Hervey  <edward@fluendo.com>
14696
14697         * tests/check/pipelines/simple-launch-lines.c:
14698         * tests/check/pipelines/theoraenc.c:
14699         * tests/check/pipelines/vorbisenc.c:
14700         Comment out tests using parse_launch() if core was built without
14701         parsing capabilities.
14702
14703 2006-05-27  Edward Hervey  <edward@fluendo.com>
14704
14705         * tests/check/Makefile.am:
14706         Extra bonus points for whoever explains to ensonic that you are meant
14707         to test unit tests thoroughly before commiting them, especially if
14708         you know it's going to break.
14709         De-activated element/adder tests.
14710
14711 2006-05-27  Edward Hervey  <edward@fluendo.com>
14712
14713         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14714         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14715         Marking caps conversion issues as GST_WARNING is way too verbose,
14716         Moving them to GST_LOG.
14717
14718 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14719
14720         * README:
14721           Replace current README (containing the release notes from
14722           some 0.9.x version) with a proper README taken from the core.
14723
14724 2006-05-26  Wim Taymans  <wim@fluendo.com>
14725
14726         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14727         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14728         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14729         (vorbis_dec_change_state):
14730         Small cleanups.
14731         Add some FIXMEs
14732         Clip output samples to segment boundaries.
14733
14734 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14735
14736         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14737         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14738         Improve the errors produced on bad output, including some human
14739         readable description strings.
14740         Handle the (theoretical for ximagesink) case where the XServer 
14741         has a different idea about the size required for a particular 
14742         frame and gives us too small a memory allocation.
14743
14744 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14745
14746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14747         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14748         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14749         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14750         Improve the errors produced on bad output, including some human 
14751         readable description strings.
14752         Handle RGB Xv formats properly by transforming them into our 
14753         big-endian caps description.
14754         Use gst_caps_truncate to ensure that we never try and choose a
14755         non-fixed caps in buffer_alloc.
14756         Handle the case where the XServer has a different idea about the size
14757         required for a particular frame and gives us too small a memory
14758         allocation.
14759         Use -1 to indicate 'no image format', because 0 is a valid XServer
14760         image format number.
14761         Put RGB Xv formats at the end of the caps, so that we always prefer
14762         YUV format frames.
14763         Iterate the available Xv Encodings to determine the maximum width and
14764         height, and then return that in our caps.
14765         (Closes #315312, #337544)
14766
14767 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14768
14769         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14770         When there is only one unfinished pad and it receives an event that
14771         doesn't match our requirements, we need to set alldone=FALSE so that
14772         the fakesink is not removed yet.
14773
14774 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14777           Use gst_type_find_helper_for_buffer() to find the type
14778           of stream from the first packet.
14779
14780         * configure.ac:
14781           Bump requirements to core CVS (needed for vorbis
14782           typefinding to work).
14783
14784 2006-05-24  Edward Hervey  <edward@fluendo.com>
14785
14786         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14787         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14788         contain.  Else they play perfectly fine with qtdemux.
14789
14790 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14791
14792         * ext/theora/theoradec.c:
14793         * ext/theora/theoraenc.c:
14794         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14795         * gst/audiorate/gstaudiorate.c:
14796           make more debug catagories static
14797         
14798         * tests/check/Makefile.am:
14799         * tests/check/elements/adder.c: (message_received),
14800         (test_event_message_received), (GST_START_TEST),
14801         (test_play_twice_message_received), (adder_suite):
14802           added test case for using element twice, extra bonus points for anyone
14803           who can make these test run reliably
14804
14805 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * ext/theora/theoradec.c: (theora_dec_chain):
14808           Make work with time-stamped input buffers that do not
14809           have a granulepos in BUFFER_OFFSET_END (like theora
14810           buffers coming from matroskademux). Fixes #342448.
14811
14812 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         Patch by: Peter Kjellerstedt  <pkj at axis com>
14815
14816         * gst/tcp/Makefile.am:
14817           fdstresstest doesn't need Gtk+, fix compilation if 
14818           gtk is not available (#342566).
14819
14820 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14821          
14822         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14823           80 line columns
14824           Removed redundant floor()
14825
14826 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14827
14828         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14829           On second thought, just skip JUNK chunks automatically, so
14830           the caller doesn't have to handle this. Fixes #342345.
14831           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14832           not GST_FLOW_ERROR.
14833
14834 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14837           Don't bail out on JUNK chunks with a size of 0 (would try to
14838           pull_range 0 bytes before, which sources don't like too much).
14839           See #342345.
14840
14841 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14842
14843         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14845         Use the gstutil scaling function to preserve 64 bits while calculating
14846         output width and height from the display-aspect-ratio. (A continuation
14847         of #341542)
14848
14849 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14850
14851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14852         (gst_xvimagesink_buffer_alloc):
14853         * sys/xvimage/xvimagesink.h:
14854         When performing buffer allocations, remember the caps and image format
14855         we return so that if the same caps are asked for next time we can
14856         return them immediately without doing any caps intersections.
14857
14858 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14859          
14860         * gst-libs/gst/rtp/README:
14861           Some new documentation
14862         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14863           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14864         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14865         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14866           New RTP audio base payloader class. Supports frame or sample based
14867           codecs.  Not enabled in Makefile.am until approved.
14868
14869 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * tests/check/elements/alsa.c: (test_device_property_probe):
14872           Fix test case: don't try to free NULL GValueArray when there
14873           are no devices.
14874
14875 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14876
14877         * tests/check/Makefile.am:
14878         * tests/check/elements/alsa.c: (test_device_property_probe),
14879         (alsa_suite), (main):
14880           Add simple test that runs a device property probe on alsasrc,
14881           alsasink and alsamixer. Disable valgrind check for now (too
14882           many leaks in libasound, and valgrind ignored my suppressions
14883           additions).
14884
14885 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14888         (gst_alsa_device_property_probe_probe_property),
14889         (gst_alsa_device_property_probe_needs_probe),
14890         (gst_alsa_device_property_probe_get_values),
14891         (gst_alsa_type_add_device_property_probe_interface):
14892         * ext/alsa/gstalsadeviceprobe.h:
14893         * ext/alsa/gstalsamixerelement.c:
14894         (gst_alsa_mixer_element_init_interfaces):
14895         * ext/alsa/gstalsamixerelement.h:
14896           Clean up and simplify alsa device probing. Make it actually work
14897           for multiple classes. Don't cache results any longer.
14898
14899         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14900         (gst_alsasink_init):
14901         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14902         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14903         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14904           Make alsasink and alsasrc implement the GstPropertyProbe interface
14905           for device probing (#342181).
14906           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14907
14908 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14909
14910         * gst/subparse/samiparse.c: (handle_start_font):
14911           Don't ignore return value of strtol (++compiler_happiness).
14912
14913 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14914
14915         Patch by: Young-Ho Cha  <ganadist chollian net>
14916
14917         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14918         (gst_sub_parse_class_init), (gst_sub_parse_init),
14919         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14920         (convert_encoding):
14921         * gst/subparse/gstsubparse.h:
14922           Add 'encoding' property (#341681).
14923
14924         * gst/subparse/samiparse.c: (characters_sami):
14925           Output is pango markup, so we need to escape text
14926           between tags (#342143).
14927
14928 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * gst-libs/gst/audio/multichannel.c:
14931         (gst_audio_check_channel_positions):
14932           It's okay to have caps with channels=1 and a channel position
14933           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14934           (deinterleavers might want to keep the position in the caps,
14935           so that they can be re-interleaved again properly later).
14936           Leave check for unexpected 2-channel layouts intact for now.
14937
14938 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14939
14940         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14941         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14942         basesrc can do its job correctly.
14943
14944 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         * ext/alsa/Makefile.am:
14947         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14948         (gst_alsa_detect_formats), (get_channel_free_structure),
14949         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14950         (gst_alsa_probe_supported_formats):
14951         * ext/alsa/gstalsa.h:
14952         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14953           Refactor and improve caps probing code: probe signedness
14954           when we probe the supported formats/widths; set endianness
14955           to the one we actually probed for (ie. cpu endianness).
14956           
14957         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14958         (gst_alsasrc_close):
14959         * ext/alsa/gstalsasrc.h:
14960           Implement caps probing for alsasrc.
14961
14962 2006-05-15  Wim Taymans  <wim@fluendo.com>
14963
14964         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14965         (theora_dec_src_query), (theora_dec_src_event),
14966         (theora_dec_sink_event), (theora_handle_comment_packet),
14967         (theora_handle_data_packet), (theora_dec_change_state):
14968         Cleanups, add some G_LIKELY.
14969         Use segment helpers instead of our own wrong code.
14970         Clear queued buffers on seek and READY.
14971
14972         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14973         (vorbis_dec_convert), (vorbis_dec_src_query),
14974         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14975         (vorbis_handle_comment_packet), (vorbis_dec_push),
14976         (vorbis_handle_data_packet), (vorbis_dec_chain),
14977         (vorbis_dec_change_state):
14978         * ext/vorbis/vorbisdec.h:
14979         Remove old useless packetno variable.
14980         Do position query properly.
14981         Add some G_LIKELY.
14982         Do cleanup of queued buffers in new helper function
14983         and use it.
14984
14985 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14988           Query supported sample rates. Fixes #341732.
14989
14990 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14991
14992         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14993         (gst_decode_bin_change_state): Make decodebin reusable
14994         when going from PAUSE_TO_READY and then back to PAUSED.
14995         Fixes #331678.
14996
14997 2006-05-15  Wim Taymans  <wim@fluendo.com>
14998
14999         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15000         (vorbis_dec_convert), (vorbis_dec_src_query),
15001         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15002         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15003         (vorbis_dec_clean_queued), (vorbis_dec_push),
15004         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15005         Cleanups. Use refcounting and DEBUG_OBJECT.
15006         Reset segment on flush, use code methods instead of our
15007         own wrong version.
15008         Fix potential memleak.
15009
15010 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15013         (gst_alsasink_init):
15014         * ext/alsa/gstalsasink.h:
15015           Don't leak allocated snd_output_t structure if there's
15016           more than one alsasink instance at a time (#341873).
15017           Also fix GObject macros in header file.
15018           
15019 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15020
15021         * gst/subparse/gstsubparse.c:
15022         (gst_sub_parse_data_format_autodetect):
15023           Don't use libxml functions in the typefinding code.
15024
15025 2006-05-15  Wim Taymans  <wim@fluendo.com>
15026
15027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15028         Fix seeking performance in the case where a non-header 
15029         packet has a 0 granulepos (busted theora case). 
15030         Fixes #341719
15031         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15032          the first place, you limelight stealer you)
15033
15034 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         * gst/subparse/gstsubparse.c:
15037         (gst_sub_parse_data_format_autodetect):
15038           Improve SAMI typefinding: handle case where there are
15039           whitespaces or newlines in front of the first <SAMI>
15040           tag (#169936).
15041
15042 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15043
15044         * configure.ac:
15045           Build video4linux plugin even if there's no XVIDEO, just
15046           without implementing the GstXOverlay interface (#334002).
15047          
15048 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15049
15050         * configure.ac:
15051         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15052         (plugin_init):
15053           Add tentative support for libvisual-0.4 (#336881).
15054
15055 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15056
15057         Patch by: Young-Ho Cha <ganadist at chollian net>
15058
15059         * gst/subparse/samiparse.c: (handle_start_font):
15060           Need to map "silver" colour explicitly (#169936).
15061
15062 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15063
15064         Patch by: Young-Ho Cha  <ganadist at chollian net>
15065
15066         * gst/subparse/Makefile.am:
15067         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15068         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15069         (gst_sub_parse_format_autodetect), (feed_textbuf),
15070         (gst_subparse_type_find), (plugin_init):
15071         * gst/subparse/gstsubparse.h:
15072         * gst/subparse/samiparse.c:
15073         * gst/subparse/samiparse.h:
15074           Add support for SAMI subtitles (#169936).
15075
15076 2006-05-14  Michael Smith  <msmith@fluendo.com>
15077
15078         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15079           Fix #341696: crash when mixing L+R+C to mono or stereo.
15080         * tests/check/Makefile.am:
15081         * tests/check/elements/audioconvert.c: (set_channel_positions),
15082         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15083         (audioconvert_suite):
15084           Add test for the above, including some generic framework bits for
15085           testing multichannel things.
15086
15087 === release 0.10.7 ===
15088
15089 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15090
15091         * configure.ac:
15092           releasing 0.10.7, "Leave the gun"
15093
15094 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15095
15096         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15098         Fix the build.
15099
15100 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15101
15102         * docs/libs/gst-plugins-base-libs-docs.sgml:
15103         * docs/libs/gst-plugins-base-libs-sections.txt:
15104         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15105         * gst-libs/gst/video/video.h:
15106         * gst/videoscale/Makefile.am:
15107         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15109         * tests/check/Makefile.am:
15110         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15111         (main):
15112           Fix integer overflow problem with pixel-aspect-ratio calculations
15113           in videoscale and xvimagesink (#341542)
15114
15115 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * gst-libs/gst/tag/gstid3tag.c:
15118           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15119
15120 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15121
15122         * win32/MANIFEST:
15123           update win32 files listing
15124
15125 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15126
15127         patch by: Sjoerd Simons (sjoerd@luon.net)
15128
15129         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15130         (group_create), (group_destroy), (add_stream),
15131         (gst_play_base_bin_get_property),
15132         (gst_play_base_bin_get_streaminfo_value_array):
15133         * gst/playback/gstplaybasebin.h:
15134           API: GstPlayBaseBin::stream-info-value-array property
15135           use a more bindings-friendly way of exposing streaminfo
15136           using a GValueArray.  Tested in ipython.
15137           Closes #341114
15138
15139 2006-05-11  Wim Taymans  <wim@fluendo.com>
15140
15141         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15142         (queue_underrun_cb), (queue_filled_cb):
15143         Also catch queue underruns but don't do anything yet.
15144         Refactor and comment queue enlarging code a bit.
15145
15146         * gst/playback/gstplaybasebin.c: (queue_overrun),
15147         (queue_threshold_reached), (queue_out_of_data),
15148         (gen_preroll_element):
15149         If a queue over/underruns check that we don't create nasty
15150         deadlocks when the min-threshold is not reached but the
15151         max-bytes is. In those cases disable max-bytes when we
15152         know that the queue is fed timed data.
15153         Add more comments.
15154
15155 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * gst/playback/gstplaybin.c: (gen_audio_element):
15158           Make playbin automatically plug an 'audioresample'
15159           element before the audio sink as well. This solves
15160           problems with sinks that only accept a very specific
15161           sample rate, like esdsink (e.g. #340379).
15162
15163 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15164
15165         * gst/playback/gstplaybasebin.c: (gen_source_element):
15166           Make http sources send special headers so that we receive
15167           icecast metadata if the http stream is an icecast stream
15168           (otherwise the server will just ignore them). This also
15169           means that from now on users will need the 'icydemux'
15170           element from gst-plugins-good installed if they want to
15171           listen to icecast radio streams. (#341432, #333657).
15172
15173 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15174
15175         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15176         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15177           remove stupid example from docs - it should come with a simple
15178           C program instead.
15179           Clean up/fix docs
15180         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15181         (fail_if_can_read), (GST_START_TEST),
15182         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15183           add a test for changing streamheader which exposes a bug in
15184           multifdsink
15185
15186 2006-05-11  Michael Smith  <msmith@fluendo.com>
15187
15188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15189         (gst_gnome_vfs_src_received_headers_callback):
15190         * ext/gnomevfs/gstgnomevfssrc.h:
15191           Don't set icy-caps unless we have a sane interval value. Move
15192           interval to a local variable; we never use it outside this function.
15193
15194 2006-05-11  Wim Taymans  <wim@fluendo.com>
15195
15196         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15198         Register special buffer types along with the objects so
15199         that they are not registered at runtime from N different
15200         streaming threads since they are not threadsafe.
15201
15202 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15203
15204         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15205         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15206           add two more tests, one doing streamheader
15207
15208 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15209
15210         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15211           clean up the bufqueue when shutting down
15212         * tests/check/Makefile.am:
15213         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15214         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15215         (main):
15216           add a test for the leak that was just fixed
15217
15218 2006-05-10  Wim Taymans  <wim@fluendo.com>
15219
15220         * gst/adder/gstadder.c: (gst_adder_setcaps),
15221         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15222         (gst_adder_src_event), (gst_adder_sink_event),
15223         (gst_adder_class_init), (gst_adder_finalize),
15224         (gst_adder_request_new_pad), (gst_adder_collected):
15225         * gst/adder/gstadder.h:
15226         Updated some docs. Added comments and FIXMEs all over the place.
15227         Improve debugging info.
15228         Fix leak on finalize by not calling the parent.
15229         Implement duration query.
15230         Make event forwarding threadsafe.
15231         Correctly send NEWSEGMENT at start and after flush.
15232         Handle EOS correctly.
15233         Post error when not negotiated.
15234
15235         * tests/check/elements/adder.c: (GST_START_TEST):
15236         Added FIXME in the test.
15237
15238 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15239
15240         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15241         (gst_text_overlay_halign_get_type),
15242         (gst_text_overlay_wrap_mode_get_type):
15243         * ext/theora/theoradec.c: (theora_handle_type_packet),
15244         (theora_handle_data_packet):
15245         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15246         (theora_enc_sink_setcaps), (theora_enc_chain):
15247         * gst-libs/gst/cdda/gstcddabasesrc.c:
15248         (gst_cdda_base_src_mode_get_type):
15249         * gst/audiotestsrc/gstaudiotestsrc.c:
15250         (gst_audiostestsrc_wave_get_type):
15251         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15252         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15253         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15254         (gst_sync_method_get_type), (gst_unit_type_get_type),
15255         (gst_client_status_get_type):
15256         * gst/videoscale/gstvideoscale.c:
15257         (gst_video_scale_method_get_type):
15258         * gst/videotestsrc/gstvideotestsrc.c:
15259         (gst_video_test_src_pattern_get_type):
15260         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15261         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15262         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15263         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15264         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15265         (paint_setup_RGB565), (paint_setup_xRGB1555):
15266           Const-ify GEnumValue and GFlagsValue arrays. Use
15267           GST_ROUND_UP_* macros instead of home-made ones.
15268
15269 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15270
15271         * configure.ac:
15272           Require core CVS for the new newsegment stuff.
15273
15274 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15275
15276         Patch by: Sjoerd Simons  <sjoerd at luon net>
15277
15278         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15279           Register nick for enum value (#341160).
15280
15281 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15282
15283         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15284         (plugin_init):
15285          backout typefind patch #340375
15286          
15287         * tests/check/elements/adder.c: (message_received),
15288         (GST_START_TEST), (adder_suite):
15289           redo, signal-handling of test
15290
15291 2006-05-09  Wim Taymans  <wim@fluendo.com>
15292
15293         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15294         (gst_adder_collected):
15295         * gst/adder/gstadder.h:
15296         Remove bogus segment merging and forwarding, we don't
15297         care about timestamps anyway and we just produce a
15298         continuous stream. 
15299         Also create a nice NEWSEGMENT event when we start.
15300         Use _scale_int some more.
15301
15302 2006-05-09  Edward Hervey  <edward@fluendo.com>
15303
15304         * tests/icles/stress-xoverlay.c:
15305         Fix if core was built without parsing support.
15306
15307 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15308
15309         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15310           Add SEDG (Samsung MPEG-4) fourcc.
15311
15312 2006-05-09  Edward Hervey  <edward@fluendo.com>
15313
15314         * tests/icles/stress-xoverlay.c:
15315         * tests/examples/volume/volume.c:
15316         Fix if core was built without parsing support.
15317
15318         * tests/examples/seek/seek.c:
15319         Disable the parse_launch example if core was built without parsing
15320         support.
15321
15322 2006-05-08  Edward Hervey  <edward@fluendo.com>
15323
15324         * autogen.sh: (CONFIGURE_DEF_OPT): 
15325         libtoolize on Darwin/MacOSX is called glibtoolize
15326
15327 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15328
15329         * tests/check/Makefile.am:
15330         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15331           Disable the adder test, until the build-slaves posses the kindness to 
15332           either like it or to give valid reason for not doing so 
15333
15334 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15335
15336         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15337         (adder_suite):
15338           Shuffle NULL state change around and raise timeout more
15339
15340 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15341
15342         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15343         (mp4_type_find), (plugin_init):
15344           Add typefind to distinguish between "audio/x-m4a" and new type
15345           "video/mp4". Fixes #340375
15346
15347         * tests/check/elements/adder.c: (adder_suite):
15348           Raise timeout to make buildbot happy
15349
15350 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15351
15352         * gst/adder/gstadder.c: (gst_adder_sink_event),
15353         (gst_adder_request_new_pad), (gst_adder_change_state):
15354         * gst/adder/gstadder.h:
15355         * tests/check/Makefile.am:
15356         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15357         (adder_suite), (main):
15358           Add sink-event handling to adder. It tries to merge incomming
15359           newsegment-events. Added test to check if segment_done is comming
15360           through. Fixes #340060
15361
15362 2006-05-05  Andy Wingo  <wingo@pobox.com>
15363
15364         * ext/theora/theoraparse.c (gst_theora_parse_init)
15365         (theora_parse_src_convert, theora_parse_src_query):
15366         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15367         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15368         query functions on the source pads of the theora and vorbis parse
15369         elements. Fixes position querying when doing a remux.
15370
15371 2006-05-05  Michael Smith  <msmith@fluendo.com>
15372
15373         * ext/theora/theoraparse.c: (parse_granulepos),
15374         (theora_parse_drain_queue_prematurely),
15375         (theora_parse_queue_buffer), (theora_parse_sink_event):
15376           Fix flushing.
15377           Fix invalid granulepos outputs when starting with a non-keyframe.
15378
15379 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15380
15381         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15382         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15383         Rearrange MPEG system stream detection, fixing some memleaks in the
15384         process.
15385         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15386         they clean up their data correctly.
15387         Remove unused ogganx caps and move the 'is_annodex' check to inside
15388         the 'is_ogg' if statement.
15389
15390 2006-05-05  Wim Taymans  <wim@fluendo.com>
15391
15392         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15393         Properly remove ghostpads. Fixes #340392
15394
15395 2006-05-04  David Schleef  <ds@schleef.org>
15396
15397         * gst/typefind/gsttypefindfunctions.c:
15398
15399 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15400
15401         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15402         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15403
15404         When typefinding an MP3 in push-based mode, don't penalise the
15405         probability down to 74% when we found 5 valid frames just because we
15406         can't peek the end of the file.
15407
15408         Make the probability for detecting MPEG Transport Streams based on the
15409         number of sequential headers we successfully detected.
15410
15411 2006-05-03  Wim Taymans  <wim@fluendo.com>
15412
15413         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15414         (vorbis_dec_push), (vorbis_dec_chain):
15415         Still produce an error when we receive an empty packet.
15416
15417 2006-05-03  Wim Taymans  <wim@fluendo.com>
15418
15419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15420         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15421         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15422         Mark buffers with DISCONT after seek and after activating new
15423         chains.
15424
15425         * ext/theora/gsttheoradec.h:
15426         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15427         (theora_get_query_types), (theora_dec_sink_event),
15428         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15429         (theora_dec_change_state):
15430         Fix frame counter.
15431         Detect and mark DISCONT buffers.
15432
15433         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15434         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15435         (vorbis_dec_change_state):
15436         * ext/vorbis/vorbisdec.h:
15437         Use GstSegment.
15438         Detect and mark DISCONT buffers.
15439         Don't crash on 0 sized buffers.
15440
15441 2006-05-03  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15444         (volume_transform_ip):
15445         Increase "volume" property to 10.0. Fixes #340369.
15446         Set the process function to NULL when capsnego fails so that
15447         we properly error out.
15448
15449 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15450
15451         * gst/playback/gstplaybin.c: (add_sink):
15452         * gst/playback/test.c: (main):
15453         * gst/playback/test5.c: (dump_element_stats):
15454         * gst/playback/test6.c: (main):
15455           free caps using gst_caps_unref, don't leak caps-strings
15456
15457 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15460         (plugin_init):
15461           Refine musepack typefinding a bit. Return MAXIMUM
15462           probability when we detect stream version 7 to make
15463           sure the mpeg audio typefinder doesn't trump us.
15464
15465 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15466
15467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15468           Protect against unexpected NULL strf_data buffer.
15469
15470 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15471
15472         * tests/check/elements/audioconvert.c: (verify_convert),
15473         (GST_START_TEST):
15474           interpret the out[] buffer in the order the bytes are actually
15475           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15476           Other tests should use BYTE_ORDER since the array is filled in
15477           with actual values
15478
15479 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15480
15481         * tests/check/elements/audioconvert.c: (verify_convert),
15482         (GST_START_TEST):
15483           when a test fails, give an indication of which it is
15484
15485 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15486
15487         * gst-libs/gst/cdda/gstcddabasesrc.c:
15488           compile fix; strtol() needs <stdlib.h>
15489
15490 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15491
15492         * ext/alsa/gstalsamixerelement.c:
15493         * ext/alsa/gstalsasrc.c:
15494         * ext/cdparanoia/gstcdparanoiasrc.c:
15495         * ext/gnomevfs/gstgnomevfssink.c:
15496         * ext/gnomevfs/gstgnomevfssrc.c:
15497         * ext/ogg/gstoggdemux.c:
15498         * ext/ogg/gstoggmux.c:
15499         * ext/ogg/gstoggparse.c:
15500         * ext/ogg/gstogmparse.c:
15501         * ext/pango/gstclockoverlay.c:
15502         * ext/pango/gsttextoverlay.c:
15503         * ext/pango/gsttextrender.c:
15504         * ext/pango/gsttimeoverlay.c:
15505         * ext/theora/theoradec.c:
15506         * ext/theora/theoraenc.c:
15507         * ext/vorbis/vorbisdec.c:
15508         * ext/vorbis/vorbisenc.c:
15509         * gst-libs/gst/audio/gstaudiofilter.c:
15510         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15511         * gst/audioconvert/gstaudioconvert.c:
15512         * gst/audiorate/gstaudiorate.c:
15513         * gst/audioresample/gstaudioresample.c:
15514         * gst/audiotestsrc/gstaudiotestsrc.c:
15515         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15516         * gst/playback/gstdecodebin.c:
15517         * gst/playback/gstplaybin.c:
15518         * gst/playback/gststreamselector.c:
15519         * gst/subparse/gstsubparse.c:
15520         * gst/tcp/gstmultifdsink.c:
15521         * gst/tcp/gsttcpclientsink.c:
15522         * gst/tcp/gsttcpclientsrc.c:
15523         * gst/tcp/gsttcpserversink.c:
15524         * gst/tcp/gsttcpserversrc.c:
15525         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15526         * gst/videorate/gstvideorate.c:
15527         * gst/videoscale/gstvideoscale.c:
15528         * gst/videotestsrc/gstvideotestsrc.c:
15529         * gst/volume/gstvolume.c:
15530         * sys/v4l/gstv4ljpegsrc.c:
15531         * sys/v4l/gstv4lmjpegsink.c:
15532         * sys/v4l/gstv4lmjpegsrc.c:
15533         * sys/v4l/gstv4lsrc.c:
15534         * sys/ximage/ximagesink.c:
15535         * sys/xvimage/xvimagesink.c:
15536         * tests/check/libs/cddabasesrc.c:
15537           make GstElementDetails const
15538
15539 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15540
15541         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15542         (gst_adder_init):
15543           send events from src-pad to all sink-pads fixes #338657
15544
15545 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15546
15547         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15548         (alsasink_parse_spec):
15549           query width capabilities from alsa, fixes #338919
15550
15551 2006-04-28  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15554         (gst_multi_fd_sink_remove_client_link):
15555         * gst/tcp/gstmultifdsink.h:
15556         Fix race condition in multifdsink that can lead to spurious 
15557         duplicate clients. this patch adds a new signal that is fired when
15558         multifdsink has removed all references to the fd.
15559         Fixes #339574.
15560         Updated documentation.
15561         API: client-fd-removed signal added
15562
15563 2006-04-28  Michael Smith  <msmith@fluendo.com>
15564
15565         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15566           When asking g_value_array_new to prealloc elements, we may as well
15567           ask for the right number of elements.
15568
15569 2006-04-28  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst-libs/gst/audio/gstbaseaudiosink.c:
15572         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15573         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15574         patch to make timestamp checking more tollerant to rounding 
15575         errors given that real discontinuities are to be marked on
15576         buffers. Fixes some asf files and #338778.
15577         Also avoid some crashers when we receive an event in the 
15578         NULL state.
15579
15580 2006-04-28  Michael Smith  <msmith@fluendo.com>
15581
15582         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15583         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15584         (gst_gnome_vfs_src_get_property),
15585         (gst_gnome_vfs_src_send_additional_headers_callback),
15586         (gst_gnome_vfs_src_received_headers_callback),
15587         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15588         (gst_gnome_vfs_src_stop):
15589         * ext/gnomevfs/gstgnomevfssrc.h:
15590           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15591           proper shared support within icydemux.
15592
15593 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15596         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15597           fix up docs
15598           fix a leak when no caps negotiated
15599           fix counting of input frames
15600         * tests/check/elements/.cvsignore:
15601         * tests/check/elements/videorate.c: (assert_videorate_stats),
15602         (GST_START_TEST), (videorate_suite):
15603           add tests for these
15604
15605 2006-04-28  Wim Taymans  <wim@fluendo.com>
15606
15607         * gst-libs/gst/audio/gstringbuffer.c:
15608         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15609         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15610         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15611         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15612         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15613         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15614         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15615         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15616         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15617         Check arguments passed to public functions instead of
15618         crashing.
15619
15620 2006-04-28  Wim Taymans  <wim@fluendo.com>
15621
15622         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15623         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15624         GstBaseAudioSrc must be live or it does not work.
15625
15626         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15627         Don't set live to TRUE as this is the default in the parentclass.
15628
15629 2006-04-28  Wim Taymans  <wim@fluendo.com>
15630
15631         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15632         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15633         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15634         fixation cases better. Fixes #338991
15635
15636 2006-04-28  Wim Taymans  <wim@fluendo.com>
15637
15638         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15639         Handle 0/1 framerate correctly Fixes #331901.
15640
15641 2006-04-28  Wim Taymans  <wim@fluendo.com>
15642
15643         * tests/check/elements/audioconvert.c: (get_float_caps),
15644         (GST_START_TEST), (audioconvert_suite):
15645         Added check for correct clipping when doing float samples
15646         in audioconvert.
15647
15648 2006-04-28  Wim Taymans  <wim@fluendo.com>
15649
15650         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15651         (gst_video_rate_chain):
15652         Print more debugging info.
15653
15654 2006-04-28  Wim Taymans  <wim@fluendo.com>
15655
15656         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15657         (resample_set_state_from_caps):
15658         Add support for other formats audioresample can handle such as
15659         32 bits in and float and 64 bits float. Fixes #301759
15660
15661 2006-04-28  Wim Taymans  <wim@fluendo.com>
15662
15663         * gst/audioconvert/audioconvert.c: (float):
15664         correctly clip float samples > 1.0. Fixes #338718
15665
15666 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15667
15668         Patch by: Young-Ho Cha  <ganadist at chollian net>
15669
15670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15671         (gst_text_overlay_render_text):
15672           Don't strip newlines from the text. Also, center lines
15673           within multi-line paragraphs (#339405).
15674
15675 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15676
15677         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15678           Fix wavpack typefinding to work in more cases (don't peek
15679           for chunks of multiple hundred kBs at once, but process
15680           things step-by-step in smaller units). Fixes #339786.
15681
15682 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15683
15684         * configure.ac:
15685           back to HEAD
15686
15687 === release 0.10.6 ===
15688
15689 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15690
15691         * configure.ac:
15692           releasing 0.10.6, "Chao"
15693
15694 2006-04-26  David Schleef  <ds@schleef.org>
15695
15696         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15697           Fixes #338897.
15698
15699 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15700
15701         * configure.ac:
15702         * win32/common/config.h:
15703           new prerelease
15704
15705 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15706
15707         patch by: Wim Taymans
15708
15709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15710         (gst_ogg_demux_perform_seek):
15711           make sure correct newsegments are sent, so that the decoder
15712           and the demuxer agree on timestamps.  Fixes playback of a lot
15713           of Ogg files that do not start from 0.  Fixes #339833.
15714
15715 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15716
15717         Patch by: Edward Hervey  <edward@fluendo.com>
15718
15719         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15720         * tests/check/Makefile.am:
15721         * tests/check/elements/videorate.c: (assert_videorate_stats),
15722         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15723         (videorate_suite), (main):
15724           Fix an infinite loop if frames are passed in with wrongly ordered
15725           timestamps.  Fixes #339013.
15726
15727 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15728
15729         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15730
15731         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15732           fix typefinding on some ISO files.  Fixes #339212.
15733
15734 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15735
15736         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15737
15738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15739           add another H264 fourcc.  Fixes #339047.
15740
15741 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15742
15743         Patch by: Jan Schmidt
15744
15745         * gst/playback/gststreamselector.c:
15746         (gst_stream_selector_bufferalloc):
15747           Restore old StreamSelector behaviour.
15748           Fixes #338419.
15749
15750 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15751
15752         * configure.ac:
15753         * win32/common/config.h:
15754           prerelease
15755
15756 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15757
15758         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15759
15760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15761         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15762           Fix some memory leaks: on finalize, free buffers left in the queue
15763           before destroying the queue; in _push(), unref rtp_buf even if
15764           the process vfunc returned a NULL buffer as output buffer (#337548);
15765           demote some recuring debug messages to LOG level.
15766
15767 2006-04-11  Wim Taymans  <wim@fluendo.com>
15768
15769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15770         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15771         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15772         (gst_ogg_demux_loop):
15773         More cleanups.
15774         Respect segment stop when emiting EOS or SEGMENT_DONE.
15775         Fixes (#337945).
15776
15777 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15778
15779         * gst/playback/gststreamselector.c:
15780         (gst_stream_selector_get_property):
15781           Don't leak pad name.
15782
15783 2006-04-10  Michael Smith  <msmith@fluendo.com>
15784
15785         * tests/check/Makefile.am:
15786         * tests/check/gst-plugins-base.supp:
15787           Suppress an old libtheora bug (fixed in more recent versions), so 
15788           that FC4 buildslaves can pass.
15789
15790 2006-04-10  Wim Taymans  <wim@fluendo.com>
15791
15792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15793         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15794         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15795         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15796         (gst_ogg_demux_loop):
15797         Don't leak events.
15798         Remember what error we got when finding chains, if we
15799         were shutdown, that would not be an error.
15800
15801 2006-04-10  Wim Taymans  <wim@fluendo.com>
15802
15803         * gst-libs/gst/audio/gstbaseaudiosink.c:
15804         (gst_base_audio_sink_event):
15805         Starting the ringbuffer when we did not acquire it can cause
15806         a deadlock, is pointless and causes nasty things for
15807         subclasses. 
15808         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15809
15810 2006-04-10  Wim Taymans  <wim@fluendo.com>
15811
15812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15813         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15814         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15815         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15816         (gst_ogg_demux_deactivate_current_chain),
15817         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15818         (gst_ogg_demux_bisect_forward_serialno),
15819         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15820         Add some more debugging.
15821
15822 2006-04-10  Wim Taymans  <wim@fluendo.com>
15823
15824         * ext/theora/theoradec.c: (theora_dec_src_event),
15825         (theora_handle_data_packet):
15826         Some more debug info.
15827
15828         * tests/examples/seek/seek.c: (start_seek), (main):
15829         Print element messages too.
15830
15831 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15832
15833         * gst/audioresample/debug.h:
15834           replace debug macros with variable number of parameters
15835           by a simple alias to gstreamer standard debug macros 
15836          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15837           supported by MSVC 6.0 and 7.1)
15838         * gst/audioresample/resample.h:
15839           define M_PI and rint for WIN32
15840         * win32/common/libgstaudio.def:
15841         * win32/common/libgstriff.def:
15842         * win32/common/libgsttag.def:
15843         * win32/common/libgstvideo.def:
15844           add new exported functions
15845         * win32/vs6:
15846           update project files
15847
15848 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15849
15850         * ext/alsa/gstalsamixeroptions.c:
15851         (gst_alsa_mixer_options_class_init):
15852         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15854         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15855         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15856         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15857         * gst-libs/gst/audio/gstaudiofilter.c:
15858         (gst_audio_filter_class_init):
15859         * gst-libs/gst/audio/gstaudiosink.c:
15860         (gst_audioringbuffer_class_init):
15861         * gst-libs/gst/audio/gstaudiosrc.c:
15862         (gst_audioringbuffer_class_init):
15863         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15864         * gst-libs/gst/interfaces/colorbalancechannel.c:
15865         (gst_color_balance_channel_class_init):
15866         * gst-libs/gst/interfaces/mixeroptions.c:
15867         (gst_mixer_options_class_init):
15868         * gst-libs/gst/interfaces/mixertrack.c:
15869         (gst_mixer_track_class_init):
15870         * gst-libs/gst/interfaces/tunerchannel.c:
15871         (gst_tuner_channel_class_init):
15872         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15873         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15874         (gst_netbuffer_class_init):
15875         * gst-libs/gst/rtp/gstbasertppayload.c:
15876         (gst_basertppayload_class_init):
15877         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15879         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15880         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15881         * gst/playback/gststreamselector.c:
15882         (gst_stream_selector_class_init):
15883         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15884         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15885         * sys/v4l/gstv4lcolorbalance.c:
15886         (gst_v4l_color_balance_channel_class_init):
15887         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15888         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15889         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15890         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15891         (gst_v4l_tuner_norm_class_init):
15892         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15894         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15895         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15896
15897 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15898
15899         * ext/pango/gsttextrender.h:
15900         * gst-libs/gst/audio/gstaudiosink.h:
15901         * gst-libs/gst/audio/gstaudiosrc.h:
15902         * gst-libs/gst/audio/gstbaseaudiosink.h:
15903         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15904         * gst-libs/gst/audio/gstringbuffer.h:
15905         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15906         * gst-libs/gst/rtp/gstbasertppayload.h:
15907         * gst-libs/gst/video/gstvideofilter.h:
15908         * gst-libs/gst/video/gstvideosink.h:
15909         * gst/playback/gstplaybasebin.h:
15910         * gst/tcp/gstmultifdsink.h:
15911         * sys/v4l/gstv4lelement.h:
15912         Fix broken GObject macros
15913
15914 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15915
15916         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15917         More debug to trace why my USB headset is not working with gst
15918
15919 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15920
15921         * gst/playback/gstplaybasebin.c: (group_destroy):
15922         Clean up our group elements properly in the case where it never 
15923         got committed - it still got added unconditionally to the bin.
15924
15925 2006-04-07  Wim Taymans  <wim@fluendo.com>
15926
15927         * ext/theora/theoradec.c: (theora_dec_sink_event),
15928         (theora_handle_data_packet), (theora_dec_chain):
15929         Unref unhandled events.
15930         Protect against empty buffers.
15931         Perform QoS on running time.
15932
15933 2006-04-07  Michael Smith  <msmith@fluendo.com>
15934
15935         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15936         (gst_vorbis_enc_chain):
15937           Remove leaks from vorbisenc.
15938           Mostly minor changes, the only significant one is that now the
15939           buffers we set as 'streamheader' on the caps are copies of the
15940           original buffers, to avoid circular refcounting problems.
15941
15942 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15943
15944         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15945           Don't remove our mute-probe if someone else already did so.
15946           Don't set a 2nd one if there is already one pending on the pad.
15947
15948         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15949         (do_playbin_seek):
15950           When a seek fails, ensure that playbin is still set back to playing.
15951           
15952         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15953         (mpeg_ts_type_find), (plugin_init):
15954           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15955
15956 2006-04-06  Andy Wingo  <wingo@pobox.com>
15957
15958         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15959         (gst_video_rate_init): Caps-related parameters should not be reset
15960         by a flush -- move their inits to the instance init function.
15961         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15962         is not OK, just return the result.
15963
15964         * gst/audiotestsrc/gstaudiotestsrc.c
15965         (gst_audio_test_src_class_init)
15966         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15967         broken by Stefan's commit on 24 March.
15968
15969         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15970         buffers being pushed out. Fixes oggmux ! multifdsink.
15971
15972 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15973
15974         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15975         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15976         * ext/vorbis/vorbisdec.h:
15977         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15978         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15979         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15980         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15981         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15982         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15983         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15984         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15985         (gst_vorbis_enc_buffer_from_packet),
15986         (gst_vorbis_enc_buffer_from_header_packet),
15987         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15988         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15989         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15990         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15991         (gst_vorbis_enc_change_state):
15992         * ext/vorbis/vorbisenc.h:
15993           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15994           vorbisenc adhere to the official nomenclature; use boilerplate
15995           macro.
15996
15997 2006-04-04  Andy Wingo  <wingo@pobox.com>
15998
15999         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16000         Whoops, fix bug introduced. Bad hacker!
16001         
16002         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16003         Properly handle the case where you get EOS before any buffers are
16004         received. Use gst_buffer_make_metadata_writable where appropriate.
16005
16006         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16007         is often negative -- make it signed so as not to wrap around.
16008         Fixes segfaults introduced on 9 March.
16009
16010 2006-04-03  Wim Taymans  <wim@fluendo.com>
16011
16012         * ext/theora/gsttheoradec.h:
16013         * ext/theora/theoradec.c: (theora_dec_src_event):
16014         Don't try to store a gdouble in a gboolean.
16015         Small cleanups.
16016
16017 2006-04-03  Michael Smith  <msmith@fluendo.com>
16018
16019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16020           Oggmux sucks.
16021           Make it suck slightly less by writing out the final page.
16022           Still can't encode a vorbis-in-ogg file correctly, though.
16023
16024 2006-04-03  Andy Wingo  <wingo@pobox.com>
16025
16026         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16027         a g_print.
16028
16029         * ext/theora/theora.c (plugin_init): Register theoraparse.
16030
16031         * ext/theora/gsttheoraparse.h: 
16032         * ext/theora/theoraparse.c: New files implementing a theora
16033         parser. Now we can properly remux ogg/theora+vorbis, yay.
16034
16035         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16036
16037 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16038
16039         * gst/audiotestsrc/gstaudiotestsrc.c:
16040           Fixed the sample pipeline (see #323798)
16041
16042 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16043
16044         * configure.ac:
16045         * win32/common/config.h:
16046         * win32/common/config.h.in:
16047           use AS_VERSION and AS_NANO
16048           more cleanups
16049
16050 2006-03-31  Andy Wingo  <wingo@pobox.com>
16051
16052         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16053         uninitialized variable return that would happen.
16054         
16055         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16056         uninitialized variable return that would never happen.
16057
16058         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16059         (vorbis_parse_sink_event): Add an event function to flush our
16060         state on a seek, and to drain buffers on a premature EOS.
16061         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16062         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16063         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16064         (vorbis_parse_drain_queue): Queue up buffers until we can set
16065         their timestamps and granulepos values.
16066
16067         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16068         and keep track of data needed for deriving granulepos and
16069         timestamps for buffers.
16070
16071 2006-03-29  Wim Taymans  <wim@fluendo.com>
16072
16073         Patch by: j^ <j at bootlab dot org>
16074
16075         * ext/alsa/gstalsamixerelement.c:
16076         (gst_alsa_mixer_element_class_init):
16077         * ext/alsa/gstalsasink.c:
16078         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16079         * ext/ogg/gstoggdemux.c:
16080         * ext/ogg/gstoggmux.c:
16081         * ext/ogg/gstoggparse.c:
16082         * ext/pango/gstclockoverlay.c:
16083         * ext/pango/gsttextoverlay.c:
16084         * ext/pango/gsttextrender.c:
16085         * ext/pango/gsttimeoverlay.c:
16086         * ext/theora/theoradec.c:
16087         * ext/theora/theoraenc.c:
16088         * ext/vorbis/vorbisdec.c:
16089         * ext/vorbis/vorbisenc.c:
16090         * gst/audioconvert/gstaudioconvert.c:
16091         * gst/subparse/gstsubparse.c:
16092         * gst/tcp/gstmultifdsink.c:
16093         * gst/tcp/gsttcpclientsink.c:
16094         * gst/tcp/gsttcpclientsrc.c:
16095         * gst/tcp/gsttcpserversink.c:
16096         * gst/tcp/gsttcpserversrc.c:
16097           better/unified long descriptions
16098           Fixes #336477
16099
16100 2006-03-29  Wim Taymans  <wim@fluendo.com>
16101
16102         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16103         (stop_seek):
16104         Don't let double and triple clicks mess up our state.
16105
16106 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16107
16108         * gst/playback/gstplaybin.c: (gen_video_element),
16109         (gen_text_element), (gen_audio_element), (gen_vis_element):
16110           Error out gracefully when we can't create any of the usual
16111           conversion elements for some reason. Also, don't try to
16112           create an audioscale (sic) element that's not used anyway.
16113
16114 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * gst/playback/gstplaybasebin.c: (setup_source):
16117           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16118           element for a particular protocol, that's confusing for users.
16119           Instead, post a RESOURCE_FAILED error, so that our own error
16120           message is actually shown in totem etc. (#336303).
16121
16122 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16123
16124         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16125
16126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16127         (gst_gnome_vfs_src_get_icy_metadata):
16128           Fix some minor memory leaks (#336194).
16129
16130 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16131
16132         * ext/gnomevfs/gstgnomevfs.c:
16133         (gst_gnome_vfs_location_to_uri_string):
16134         * ext/gnomevfs/gstgnomevfs.h:
16135         * ext/gnomevfs/gstgnomevfssink.c:
16136         (gst_gnome_vfs_sink_set_property):
16137         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16138           Make gnomevfssink accept filenames as well as URIs for the
16139           "location" property, just like gnomevfssrc does (and
16140           filesrc/filesink do) (#336190).
16141
16142 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16143
16144         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16145           set to NULL before unreffing, fixes a valgrind leak.
16146           Why was this not triggering the error that an object needs to
16147           be NULL before unreffing ?
16148         * win32/common/config.h:
16149           update
16150
16151 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16152
16153         * gst/subparse/gstsubparse.c: (convert_encoding),
16154         (gst_sub_parse_change_state):
16155         * gst/subparse/gstsubparse.h:
16156           Text subtitle files may or may not be UTF-8. If it's not, we
16157           don't really want to see '?' characters in place of non-ASCII
16158           characters like accented characters. So let's assume the input
16159           is UTF-8 until we come across text that is clearly not. If it's
16160           not UTF-8, we don't really know what it is, so try the following:
16161           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16162           is set; if not, check (b) if the current locale encoding is
16163           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16164           the current locale encoding is UTF-8 and the environment variable
16165           was not set to any particular encoding. Not perfect, but better
16166           than nothing (and better than before, I think) (fixes #172848).
16167
16168 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16169
16170         * configure.ac:
16171           update core requirement to 0.10.4.1 because of async_playback
16172           vmethod on GstBaseSink
16173
16174 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16175
16176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16177         * gst/adder/gstadder.c: (gst_adder_init):
16178         use DEBUG_FUNCPTR for collectpads
16179
16180 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16181
16182         * docs/plugins/Makefile.am:
16183         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16184         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16185         * ext/cdparanoia/gstcdparanoiasrc.c:
16186         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16187         (gst_gnome_vfs_sink_class_init):
16188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16190         * ext/ogg/gstoggmux.c:
16191         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16192         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16193         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16194         * ext/pango/gsttextoverlay.c:
16195         * ext/pango/gsttextrender.c:
16196         * ext/theora/theoradec.c:
16197         * ext/theora/theoraenc.c:
16198         * ext/vorbis/vorbisdec.c:
16199         * ext/vorbis/vorbisenc.c:
16200         * gst-libs/gst/audio/gstaudiofilter.c:
16201         (gst_audio_filter_base_init):
16202         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16203         (gst_audio_filter_template_base_init):
16204         * gst/adder/gstadder.c: (gst_adder_get_type):
16205         * gst/adder/gstadder.h:
16206         * gst/audioconvert/gstaudioconvert.c:
16207         * gst/audiotestsrc/gstaudiotestsrc.c:
16208         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16209         (gst_audio_test_src_create):
16210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16211         * gst/playback/gstdecodebin.c:
16212         * gst/playback/gstplaybin.c:
16213         * gst/playback/gststreamselector.c:
16214         (gst_stream_selector_base_init):
16215         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16216         * gst/volume/gstvolume.c:
16217         * sys/v4l/gstv4lmjpegsink.c:
16218         * sys/v4l/gstv4lmjpegsrc.c:
16219         * tests/check/libs/cddabasesrc.c:
16220         * tests/old/examples/gob/gst-identity2.gob:
16221           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16222           define GstElementDetails at the top
16223
16224 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16225
16226         * win32/common/libgstinterfaces.def:
16227         Add a lot of export functions for gst-python
16228         * win32/vs6/libgstinterfaces.dsp:
16229         Add a missing include folder in the project configuration
16230         
16231 2006-03-23  Wim Taymans  <wim@fluendo.com>
16232
16233         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16234         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16235         (gst_base_audio_src_change_state):
16236         Fix audio sources, forgot to make the ringbuffer
16237         startable...
16238
16239 2006-03-23  Wim Taymans  <wim@fluendo.com>
16240
16241         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16242         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16243         (gst_base_audio_src_change_state):
16244         unparent instead of unref the ringbuffer.
16245
16246 2006-03-23  Wim Taymans  <wim@fluendo.com>
16247
16248         * gst-libs/gst/audio/gstbaseaudiosink.c:
16249         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16250         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16251         Implement new async_play vmethod to start slaving and allow
16252         playback start in case of async PLAY state changes. 
16253
16254         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16255         Enable QoS with new method in base class.
16256
16257 2006-03-23  Wim Taymans  <wim@fluendo.com>
16258
16259         Patch by: Julien MOUTTE <julien at moutte dot net>
16260
16261         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16262         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16263         Partially handle 0 framerate, only EOS after the first frame
16264         is missing.
16265
16266 2006-03-23  Wim Taymans  <wim@fluendo.com>
16267
16268         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16269
16270         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16271         (gst_riff_create_video_template_caps):
16272         * gst/ffmpegcolorspace/avcodec.h:
16273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16274         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16275         (gst_ffmpegcsp_avpicture_fill):
16276         * gst/ffmpegcolorspace/imgconvert.c:
16277         Patch for support of YVU9 AVI files (#334822)
16278
16279 2006-03-22  Edward Hervey  <edward@fluendo.com>
16280
16281         * docs/design/design-decodebin.txt:
16282         Added design document for new decodebin
16283         (Target Caps): text/x-pango-markup is also a default target caps.
16284
16285 2006-03-22  Wim Taymans  <wim@fluendo.com>
16286
16287         * gst-libs/gst/audio/gstbaseaudiosink.c:
16288         (gst_base_audio_sink_dispose):
16289         Since we _parent the ringbuffer, we also need to
16290         _unparent instead of a plain _unref.
16291
16292 2006-03-22  Wim Taymans  <wim@fluendo.com>
16293
16294         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16295         (stop_seek), (scrub_toggle_cb), (main):
16296         Add scrub checkbox.
16297
16298 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16299
16300         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16301         (gst_ogg_parse_chain):
16302           Fix very inefficient usage of linked lists (#335365).
16303
16304 2006-03-21  Edward Hervey  <edward@fluendo.com>
16305
16306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16307         * gst/playback/gstplaybin.c: (handoff):
16308         * gst/playback/gststreamselector.c:
16309         (gst_stream_selector_set_property):
16310         gcc 4.1 unreferenced pointer fixes.
16311         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16313         gst_buffer_ref() now takes a GstBuffer*.
16314
16315 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16316
16317         * sys/xvimage/xvimagesink.c:
16318         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16319         by Jan Schmidt.
16320
16321 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16322
16323         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16324         (id3v1_type_find), (apetag_type_find), (plugin_init):
16325           Can't do tag preferences via probability, as tags would then
16326           lose against types that are recognised with MAXIMUM probability
16327           (like .wav); so let all tag typefinders return MAXIMUM themselves
16328           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16329           that we can prefer APE to ID3v1 (fixes #335028).
16330           
16331 2006-03-17  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst-libs/gst/audio/gstbaseaudiosink.c:
16334         (gst_base_audio_sink_change_state):
16335         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16336         (gst_ring_buffer_may_start):
16337         * gst-libs/gst/audio/gstringbuffer.h:
16338         Only start playback if we are playing.
16339         should fix #330748.
16340
16341 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16342
16343         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16344         * win32/common/config.h:
16345           Revert accidental commits to these files.
16346
16347 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16350
16351         * tests/Makefile.am:
16352           Don't try to build tests in tests/icles if we
16353           don't have X (#323852)
16354
16355 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         * gst-libs/gst/tag/gstid3tag.c:
16358           Add TXXX frame identifiers for replaygain stuff as used
16359           by some taggers (see #323721).
16360
16361 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16362
16363         * gst/playback/gststreamselector.c:
16364         (gst_stream_selector_set_property),
16365         (gst_stream_selector_bufferalloc):
16366           Preserve the existing buggy streamselector behaviour by performing
16367           a fallback buffer allocation when downstream isn't linked yet.
16368           This should really be fixed in playbin by blocking pads until it's
16369           linked them.
16370           Also, use gst_pad_alloc_buffer instead of
16371           gst_pad_alloc_buffer_and_set.
16372
16373 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16374
16375         * gst-libs/gst/tag/gstid3tag.c:
16376           Don't crash on unknown ID3v2 TXXX frames.
16377           
16378 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16379
16380         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16381           Chain up to the parent finalize method.
16382           Add 32-bit sample size to the template caps.
16383
16384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16385         (gst_riff_create_video_template_caps):
16386           Add the fourcc that the VMWare codec uses.
16387           
16388         * gst/playback/gststreamselector.c:
16389         (gst_stream_selector_set_property),
16390         (gst_stream_selector_bufferalloc),
16391         (gst_stream_selector_request_new_pad):
16392           For the active pad, forward buffer-alloc requests, otherwise
16393           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16394           having to memcpy every frame when used by playbin.
16395
16396         * gst/tcp/gstmultifdsink.c:
16397         (gst_multi_fd_sink_handle_client_write):
16398           Get negotiated caps from the sink pad, rather than the sink
16399           pad's peer.
16400
16401 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16404         
16405         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16406           Don't forget to set src->callbacks_pushed to FALSE again when
16407           popping them, otherwise re-activation in a different mode won't
16408           work (#334620).
16409
16410 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         Patch by: Sebastien Moutte  <sebastien moutte net>
16413
16414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16415         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16416         (gst_ffmpeg_smpfmt_to_caps):
16417           Replace __VA_ARGS__ caps creation macros with varargs functions.
16418           Makes things compile on MSVC (#320765), looks nicer, and we can
16419           tell the compiler to check for the NULL terminator.
16420
16421 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16422
16423         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16424
16425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16426           Make sure the buffer we copy into is really always big
16427           enough, this time for real (#333488).
16428           
16429 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16432           Add support for 24bpp DIB (#305279).
16433
16434 2006-03-14  Wim Taymans  <wim@fluendo.com>
16435
16436         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16437         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16438         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16439         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16440         (gst_video_scale_init), (gst_video_scale_src_event):
16441         Re-enable QoS after the release.
16442         Rework videoscale to use the base class src_event handler.
16443
16444 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16445
16446         * configure.ac:
16447           back to CVS.
16448
16449 === release 0.10.5 ===
16450
16451 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16452
16453         * configure.ac:
16454           releasing 0.10.5, "Net"
16455
16456 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16457
16458         * docs/plugins/Makefile.am:
16459           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16460           
16461 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16462
16463         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16464         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16465         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16466           Add cdparanoiasrc to docs.
16467
16468         * gst-libs/gst/cdda/gstcddabasesrc.c:
16469           More GstCddaBaseSrc docs.
16470
16471 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16472
16473         * docs/libs/gst-plugins-base-libs-sections.txt:
16474         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16475         * gst-libs/gst/tag/tag.h:
16476           API: libgsttag: new method gst_tag_from_id3_user_tag().
16477
16478 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16481           NULL-terminate array of mpeg4 video file extensions.
16482           Fixes crash on PPC (#334226).
16483
16484 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16485
16486         * ext/gnomevfs/gstgnomevfssrc.c:
16487         (gst_gnome_vfs_src_check_get_range):
16488           gnome_vfs_uri_is_local() alone is not a good indicator
16489           whether we can operate in pull-mode with a specific URI,
16490           as it returns FALSE for file:// URIs that point to an
16491           NFS-mounted path. Be more conservative here: whitelist
16492           local files, blacklist http URIs and use the old
16493           mechanism for anything else (fixes #334216).
16494
16495 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16496
16497         * configure.ac:
16498           back to trunk
16499
16500 === release 0.10.4 ===
16501
16502 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16503
16504         * configure.ac:
16505           releasing 0.10.4, "Power"
16506
16507 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16508
16509         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16510         Disable max-lateness by setting it to -1 for now, so that 
16511         we can bed QoS stuff in thoroughly between now and the next
16512         release.
16513
16514 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         Patch by: Fabrizio Gennari
16517
16518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16519           Make sure we don't read beyond the palette buffer in case of
16520           broken or manipulated files (#333488)
16521
16522 2006-03-10  Edward Hervey  <edward@fluendo.com>
16523
16524         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16525         Fix for variable not initialized.
16526
16527 2006-03-09  Wim Taymans  <wim@fluendo.com>
16528
16529         * ext/libvisual/visual.c: (gst_visual_get_type),
16530         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16531         (gst_visual_chain):
16532         Small cleanups.
16533
16534         * ext/theora/gsttheoradec.h:
16535         * ext/theora/theoradec.c: (gst_theora_dec_init),
16536         (gst_theora_dec_reset), (_theora_granule_time),
16537         (theora_dec_src_convert), (theora_dec_sink_convert),
16538         (theora_dec_src_query), (theora_dec_src_event),
16539         (theora_dec_sink_event), (theora_handle_comment_packet),
16540         (theora_handle_header_packet), (theora_dec_push),
16541         (theora_handle_data_packet), (theora_dec_chain),
16542         (theora_dec_change_state):
16543         Add simple QoS.
16544
16545 2006-03-09  Wim Taymans  <wim@fluendo.com>
16546
16547         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16548         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16549         Some cleanups.
16550
16551 2006-03-09  Wim Taymans  <wim@fluendo.com>
16552
16553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16554         Don't try to activate NULL chains.
16555
16556 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16557
16558         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16559           Fix invalid memory access to region before peek'd data (#332964).
16560
16561 2006-03-09  Wim Taymans  <wim@fluendo.com>
16562
16563         Patch by: Christophe Fergeau
16564
16565         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16566         * ext/pango/gsttextrender.c: (gst_text_render_init):
16567         * gst/adder/gstadder.c: (gst_adder_init):
16568         Don't leak padtemplates, closes #333510.
16569
16570 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16571
16572         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16573           Fix invalid memory access: make sure string passed to
16574           regexec() is NUL-termianted.
16575
16576 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16577
16578         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16579         (mp3_type_find):
16580           Refactor mpeg/audio typefinding to make it more maintainable
16581           and easier to fine-tune. Make probing into middle of the file
16582           work properly (fixes #333900, also see #152688).
16583
16584 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16585
16586         * gst/typefind/gsttypefindfunctions.c:
16587         (utf8_type_find_have_valid_utf8_at_offset):
16588           Remove part from previous commit that was bogus:
16589           g_utf8_validate() does in fact not accept embedded
16590           zeroes, so we don't need to check for those (thanks
16591           to Mike for the hint).
16592
16593 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16594
16595         * gst/typefind/gsttypefindfunctions.c:
16596         (utf8_type_find_count_embedded_zeroes),
16597         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16598           Make plain/text typefinder more conservative: firstly, check
16599           for embedded zeroes, which are perfectly valid UTF-8 characters,
16600           but also a fairly good sign that something is not a plain text
16601           file; secondly, probe into the middle of the file if possible.
16602           If we can't probe into the middle, limit the probability value
16603           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16604
16605 2006-03-08  Michael Smith  <msmith@fluendo.com>
16606
16607         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16608           Make typefind function name for mpeg4 video unique.
16609
16610 2006-03-08  Wim Taymans  <wim@fluendo.com>
16611
16612         * ext/libvisual/visual.c: (gst_visual_init),
16613         (gst_visual_clear_actors), (gst_visual_dispose),
16614         (gst_visual_reset), (gst_visual_src_setcaps),
16615         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16616         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16617         (gst_visual_chain), (gst_visual_change_state):
16618         Cleanups, post nice errors.
16619         Handle sink and src events.
16620         Implement simple QoS.
16621
16622         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16623         Use new basesink methods to configure max-lateness.
16624         Small doc update.
16625
16626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16627         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16628         Debug statement cleanups.
16629
16630         * gst/volume/gstvolume.c: (gst_volume_class_init):
16631         Simple cleanup.
16632
16633 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16634
16635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16636         (gst_text_overlay_init), (gst_text_overlay_set_property),
16637         (gst_text_overlay_get_property):
16638           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16639           as string type properties, but mark them deprecated. Add
16640           'halignment' and 'valignment' properties that use enums
16641           instead of strings.
16642
16643 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16644
16645         Patch by: Fabrizio Gennari
16646
16647         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16648           Allow palettes with less than 256 colours in AVI files
16649           (#333488)
16650
16651 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16652
16653         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16654         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16655         pad. We were releasing the queued text buffer when we should keep
16656         it until video pad gets EOS or discard the text buffer because it's
16657         too old. That was eating the last subtitle buffer. Add some more
16658         debug.
16659
16660 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16661
16662         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16663         (gst_text_overlay_video_chain):
16664           Fix invalid memory access (we can't access a buffer after it's been
16665           pushed downstream without taking a reference); fix memory leak (if
16666           there's no text to render, bail out before allocating stuff).
16667
16668 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16671         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16672         * ext/pango/gsttextoverlay.h:
16673           If input is plain text, escape it before passing it to
16674           pango_layout_set_markup().
16675
16676 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16677
16678         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16679           Don't ignore flow return from gst_pad_push().
16680
16681 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16682
16683         Patch by: Fabrizio Gennari
16684
16685         * ext/libvisual/visual.c: (gst_visual_getcaps),
16686         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16689         (gst_vorbisenc_convert_sink):
16690         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16691         (gst_audio_duration_from_pad_buffer):
16692         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16693         (gst_audio_filter_chain):
16694         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16695         (gst_base_rtp_depayload_setcaps):
16696         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16697         (gst_video_get_size):
16698         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16699           Don't leak references returned by gst_pad_get_parent()
16700           (#333663)
16701
16702 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16703
16704         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16705           change location param details
16706         * gst/volume/gstvolume.c: (plugin_init):
16707           correct plugin description
16708
16709 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16710
16711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16712         (gst_gnome_vfs_src_check_get_range):
16713           Override GstBaseSrc::check_get_range() in order to avoid opening
16714           the resource just to check whether we can operate in pull-mode or
16715           not - we can predict that pretty well from the URI alone. Should
16716           fix problems with last.fm (#331690). (Requires latest core CVS).
16717
16718 2006-03-06  Wim Taymans  <wim@fluendo.com>
16719
16720         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16721         (gst_video_sink_class_init):
16722         Throw away frames that are later than 20 ms.
16723
16724 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16725
16726         Patch by: Fabrizio Gennari
16727
16728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16729           Set depth on WMA caps (#333545)
16730
16731 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16732
16733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16734         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16735           put Theora BOS pages before others.  This hardcodes
16736           the Ogg/Theora I profile, but hey.
16737
16738 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16739
16740         * ext/ogg/README:
16741           updated with some examples
16742         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16743         (granulepos_add), (theora_buffer_from_packet):
16744         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16745         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16746         (gst_vorbisenc_chain):
16747           implement strategy from ext/ogg/README
16748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16749         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16750         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16751         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16752           Fix muxer so that oggz-validate is happy with all streams;
16753           except for no eos mark, and the BOS page ordering
16754         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16755         (check_buffer_granulepos):
16756         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16757           update tests to check for OFFSET being set as requested
16758           fixed type of granulepos, it's not a ClockTime
16759
16760 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16761
16762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16763         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16764         Check that the xvimage we are creating has a correct size
16765         before returning it. (#314897)
16766
16767 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16768
16769         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16770           Give id3 and ape tag typefinders a rank slightly higher
16771           than PRIMARY to ensure they're always run before any of
16772           the other typefinders (in particular wav and mp3) (#324186).
16773
16774 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16775
16776         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16777           Add support for '3IVD' fourcc (#333403).
16778
16779 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         * configure.ac:
16782           Bump requirements to GStreamer CVS for the new error enum.
16783
16784         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16785           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16786           space left on the device (fixes #333352).
16787
16788 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16789
16790         * win32/vs6:
16791           add a project file for libgstvolume
16792           update the workspace
16793
16794 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16795
16796         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16797         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16798         (GST_START_TEST):
16799           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16800           Set IN_CAPS on header buffers
16801
16802 2006-03-02  Wim Taymans  <wim@fluendo.com>
16803
16804         * docs/plugins/Makefile.am:
16805         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16806         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16807         Add audioresample to docs.
16808
16809         * gst/audioconvert/gstaudioconvert.c:
16810         Add revision date.
16811
16812         * gst/audioresample/gstaudioresample.c:
16813         (gst_audioresample_base_init), (gst_audioresample_class_init),
16814         (gst_audioresample_init), (gst_audioresample_dispose),
16815         (audioresample_get_unit_size), (audioresample_transform_caps),
16816         (resample_set_state_from_caps), (audioresample_transform_size),
16817         (audioresample_set_caps), (audioresample_event),
16818         (audioresample_do_output), (audioresample_transform),
16819         (audioresample_pushthrough), (gst_audioresample_set_property),
16820         (gst_audioresample_get_property), (plugin_init):
16821         * gst/audioresample/gstaudioresample.h:
16822         Added docs.
16823         Small code cleanups.
16824
16825 2006-03-02  Wim Taymans  <wim@fluendo.com>
16826
16827         * docs/plugins/Makefile.am:
16828         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16829         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16830         Added videoscale to docs.
16831
16832         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16833         (gst_video_rate_swap_prev), (gst_video_rate_event),
16834         (gst_video_rate_chain):
16835         Fix typo in docs.
16836
16837         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16838         (gst_video_scale_init), (gst_video_scale_prepare_size),
16839         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16840         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16841         * gst/videoscale/gstvideoscale.h:
16842         Added docs, examples.
16843         Some code cleanups.
16844         Post errors instead of g_warning.
16845
16846 2006-03-02  Wim Taymans  <wim@fluendo.com>
16847
16848         * docs/libs/gst-plugins-base-libs-docs.sgml:
16849         * docs/libs/gst-plugins-base-libs-sections.txt:
16850         * docs/libs/gst-plugins-base-libs.types:
16851         * docs/plugins/Makefile.am:
16852         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16853         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16854         Added some more docs to libs and plugins.
16855
16856         * gst-libs/gst/audio/gstringbuffer.c:
16857         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16858         * gst-libs/gst/audio/gstringbuffer.h:
16859         Document ringbuffer some more.
16860
16861         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16862         (gst_video_rate_setcaps), (gst_video_rate_reset),
16863         (gst_video_rate_init), (gst_video_rate_flush_prev),
16864         (gst_video_rate_swap_prev), (gst_video_rate_event),
16865         (gst_video_rate_chain), (gst_video_rate_change_state):
16866         * gst/videorate/gstvideorate.h:
16867         Fix videorate to use segments.
16868         Make it work with 0/1 framerates (closes #331903)
16869         Handle EOS correctly.
16870         Added docs.
16871
16872 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16873
16874         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16875         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16876         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16877           In state change function, first chain up to parent class,
16878           then handle downwards state change stuff. Remove some
16879           commented out cruft from 0.8 code.
16880
16881 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16882
16883         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16884         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16885         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16886         (gst_ogm_parse_chain):
16887           Don't remove/re-add source pad if the new caps are the same as
16888           the old caps anyway (#333042). When removing source pad, don't
16889           unref it afterwards - we didn't ref it when adding. Sprinkle some
16890           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16891           after using gst_pad_get_parent(). Return downstream flow return
16892           value in chain function.
16893
16894 2006-03-02  Wim Taymans  <wim@fluendo.com>
16895
16896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16897         * docs/plugins/gst-plugins-base-plugins.args:
16898         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16899         * docs/plugins/gst-plugins-base-plugins.interfaces:
16900         * docs/plugins/gst-plugins-base-plugins.signals:
16901         Fix hierarchy, added some more elements to the docs.
16902
16903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16904         (gst_ffmpegcsp_get_type):
16905         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16906         Fix docs for ffmpegcolorspace.
16907
16908 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16911         (apetag_type_find), (ape_type_find), (plugin_init):
16912           Some typefinding fine-tuning:
16913           - rank ID3/APE tags in order of preference via probabilities, so that
16914             ID3v2 > APEv2 > APEv1 > ID3v1.
16915           - three or four bytes don't really justify MAXIMUM probability,
16916             change those to 'very likely' (musepack and monkeysaudio).
16917
16918 2006-03-01  Wim Taymans  <wim@fluendo.com>
16919
16920         * docs/plugins/Makefile.am:
16921         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16922         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16923         * ext/alsa/gstalsamixer.c:
16924         * ext/alsa/gstalsamixer.h:
16925         * ext/alsa/gstalsamixerelement.c:
16926         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16927         * ext/alsa/gstalsamixerelement.h:
16928         * ext/alsa/gstalsasink.c:
16929         * ext/alsa/gstalsasink.h:
16930         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16931         (gst_alsasrc_init):
16932         * ext/alsa/gstalsasrc.h:
16933         Added alsa docs.
16934         Small code cleanups.
16935
16936 2006-03-01  Wim Taymans  <wim@fluendo.com>
16937
16938         * ext/theora/Makefile.am:
16939         Dist new header too,
16940
16941 2006-03-01  Wim Taymans  <wim@fluendo.com>
16942
16943         * docs/plugins/Makefile.am:
16944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16946         * ext/gnomevfs/gstgnomevfssink.h:
16947         * ext/gnomevfs/gstgnomevfssrc.h:
16948         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16949         * ext/vorbis/vorbisdec.h:
16950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16951         * ext/vorbis/vorbisenc.h:
16952         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16953         (vorbis_parse_chain), (vorbis_parse_change_state):
16954         * ext/vorbis/vorbisparse.h:
16955         * gst/audioconvert/gstaudioconvert.h:
16956         * gst/tcp/gsttcpserversink.h:
16957         * gst/videotestsrc/gstvideotestsrc.c:
16958         * gst/videotestsrc/gstvideotestsrc.h:
16959         * gst/volume/gstvolume.c:
16960         * gst/volume/gstvolume.h:
16961         Fix some more docs.
16962         Added docs for vorbisdec and vorbisparse.
16963         Fix vorbisparse.
16964
16965 2006-03-01  Wim Taymans  <wim@fluendo.com>
16966
16967         * docs/plugins/Makefile.am:
16968         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16969         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16970         * ext/pango/gstclockoverlay.h:
16971         * ext/pango/gsttextoverlay.h:
16972         * ext/pango/gsttextrender.h:
16973         * ext/pango/gsttimeoverlay.h:
16974         * ext/theora/gsttheoradec.h:
16975         * ext/theora/gsttheoraenc.h:
16976         * ext/theora/theoradec.c:
16977         * ext/theora/theoraenc.c:
16978         * gst/audioconvert/gstaudioconvert.h:
16979         * gst/audiotestsrc/gstaudiotestsrc.h:
16980         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16981         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16982         * gst/tcp/gstmultifdsink.h:
16983         Updated/added documentation.
16984
16985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16986         (gst_text_overlay_halign_get_type),
16987         (gst_text_overlay_wrap_mode_get_type),
16988         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16989         (gst_text_overlay_init), (gst_text_overlay_set_property),
16990         (gst_text_overlay_get_property):
16991         Fix up properties to be enums instead of string to make bindings,
16992         introspection and automatic GUI creation possible.
16993         Add getters for the properties.
16994
16995 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16996
16997         * gst/audiotestsrc/gstaudiotestsrc.c:
16998           added defines of M_PI and M_PI_2
16999         * gst/ffmpegcolorspace/avcodec.h:
17000           removed #include "stdint.h" for win32 as _stdint.h is 
17001           autogenerated to win32/common
17002         * win32/common/libgstaudio.def:
17003         * win32/common/libgsttag.def:
17004           added some exports
17005         * win32/vs6:
17006           some project files bugs corrected
17007         * win32/vs7:
17008           project files are reset to the default vs7 configuration 
17009           (they link to msvcr71.dll using default optimizations)
17010           
17011 2006-02-28  Wim Taymans  <wim@fluendo.com>
17012
17013         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17014         Fix some docs.
17015
17016 2006-02-28  Edward Hervey  <edward@fluendo.com>
17017
17018         * ext/alsa/gstalsasrc.c:
17019         Set proper class on the ElementDetails:
17020         Source/Audio instead of Src/Audio/
17021
17022 2006-02-28  Edward Hervey  <edward@fluendo.com>
17023
17024         * gst/videoscale/vs_scanline.c:
17025         (vs_scanline_resample_nearest_RGBA):
17026         Revert optimization in videoscale. It should go in liboil and have
17027         an appropriate liboil function.
17028
17029 2006-02-28  Wim Taymans  <wim@fluendo.com>
17030
17031         * gst-libs/gst/audio/gstbaseaudiosink.c:
17032         (gst_base_audio_sink_provide_clock):
17033         Don't try to provide a clock in the NULL state.
17034
17035 2006-02-28  Wim Taymans  <wim@fluendo.com>
17036
17037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17038         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17039         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17040         (gst_ogg_demux_deactivate_current_chain),
17041         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17042         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17043         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17044         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17045         Use GstSegment infrastructure to remove duplicated code
17046         and handle more seek cases correctly.
17047
17048 2006-02-28  Wim Taymans  <wim@fluendo.com>
17049
17050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17051         (gst_ffmpegcsp_transform):
17052         Don't ignore return code from ffmpeg convert function.
17053
17054         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17055         Split out some long statements to ease debugging.
17056
17057 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17058
17059         * ext/libvisual/visual.c: (gst_visual_init),
17060         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17061         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17062         being able to renegotiate the size. Instead, use the negotiation
17063         algorithm from the goom plugin to pick an initial output caps. 
17064
17065         Also, allow theoretical libvisual plugins that might support non-GL 
17066         output even if they also do GL.
17067
17068 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17069
17070         * ext/libvisual/visual.c: (gst_visual_init),
17071         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17072         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17073         possible negotiation issues.
17074
17075 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17076
17077         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17078
17079 2006-02-24  Michael Smith  <msmith@fluendo.com>
17080
17081         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17082         (cmml_type_find), (plugin_init):
17083           Fix CMML type find function to not require a specific minor version
17084           of the CMML header.
17085
17086           Add an MPEG4 video elementary stream typefind function.
17087
17088 2006-02-04  Michael Smith  <msmith@fluendo.com>
17089
17090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17091         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17092         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17093         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17094         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17095         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17096           Annodex support in ogg demuxer. Doesn't do very much without the
17097           other annodex patches (to come).
17098
17099 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17100
17101         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17102
17103         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17104           Pick up palette for MS video v1 (#327028)
17105
17106 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17107
17108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17109         (gst_ffmpegcsp_caps_remove_format_info),
17110         (gst_ffmpegcsp_get_unit_size):
17111           The 'palette_data' field from incoming RGB caps shouldn't be
17112           proxied on outgoing YUV caps; also, restrict unit size
17113           adjustment in case of paletted data only to the unit that
17114           actually has a palette. Fixes #330711.
17115
17116 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17117
17118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17119         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17120         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17121         (gst_ffmpegcsp_get_unit_size):
17122           Plug some memory leaks.
17123
17124 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17125
17126         * sys/ximage/Makefile.am:
17127         * sys/xvimage/Makefile.am:
17128           Add some _CFLAGS and _LIBS that seem to be missing
17129           and/or required for Cygwin (see #317048).
17130
17131 2006-02-22  Wim Taymans  <wim@fluendo.com>
17132
17133         * ext/alsa/gstalsasrc.c:
17134         Fix description as pointed out by caugier.
17135
17136 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17137
17138         Reviewed by : Edward Hervey  <edward@fluendo.com>
17139
17140         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17141         (qt_type_find):
17142         Better 3gp typefinding (#331526).
17143
17144 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17145
17146         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17147           Don't send EOS event here, the base class will send one for us.
17148
17149         * gst/playback/gstplaybasebin.c: (prepare_output):
17150           Subpictures without video stream aren't allowed either.
17151         
17152         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17153           Fix debug statement copy'n'paste-o.
17154
17155 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17156
17157         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17158           Fix issues with mixer keeping state when muting/unmuting
17159           and when changing the volume whilst muted (see #331763
17160           and #331765).
17161
17162 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17163
17164         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17165         (parse_subrip), (gst_sub_parse_format_autodetect):
17166           Set right caps given that we send escaped text. Also,
17167           honour <i></i>, <b></b> and <u></u> markers that can be found
17168           in .srt files (fixes #310202).
17169
17170 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17171
17172         * gst-libs/gst/audio/mixerutils.c:
17173         (element_factory_rank_compare_func):
17174           Make order in which elements are tried more determinable.
17175
17176 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17177
17178         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17179         (remove_element_chain), (cleanup_decodebin),
17180         (gst_decode_bin_change_state): Make decodebin reusable by
17181         fixing remove_element_chain first and then introduce a
17182         cleaner in state change to ->NULL. (Closes #331678)
17183
17184 2006-02-19  Wim Taymans  <wim@fluendo.com>
17185
17186         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17187         use 0666 mask when creating files so umask gets applied
17188         correctly. Fixes #331295.
17189
17190 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17191
17192         * gst/subparse/Makefile.am:
17193         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17194         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17195         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17196         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17197         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17198         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17199         * gst/subparse/gstssaparse.h:
17200         * gst/subparse/gstsubparse.c: (plugin_init):
17201           Add very basic parser for SSA subtitle streams (as often
17202           found in matroska files).
17203
17204 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17205
17206         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17207           That should be text/x-pango-markup, not text/x-pango-layout.
17208
17209 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17210
17211         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17212         Polishing.
17213
17214 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17215
17216         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17217         (gst_text_overlay_finalize), (gst_text_overlay_init),
17218         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17219         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17220         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17221         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17222         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17223         Fix state change deadlock.
17224
17225 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17226
17227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17228         (gst_text_overlay_finalize), (gst_text_overlay_init),
17229         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17230         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17231         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17232         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17233         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17234         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17235         and subtitles files.
17236
17237 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17238
17239         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17240         should be considered as raw.
17241
17242 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17243
17244         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17245         (cb_probe):
17246         * gst/playback/gststreaminfo.h: Introduce language informations.
17247
17248 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17249
17250         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17251         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17252         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17253         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17254         Set shared memory segments to be deleted as soon as we have attached,
17255         that way they get cleaned up automatically if we crash.
17256
17257 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17258
17259         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17260         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17261         functions are called with lock held.
17262
17263 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17264
17265         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17266         (gst_text_overlay_finalize), (gst_text_overlay_init),
17267         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17268         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17269         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17270         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17271         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17272         (gst_text_overlay_change_state): Refactoring of textoverlay
17273         without collectpads. This now supports sparse subtitles coming
17274         from a demuxer instead of a sub file. Seeking is still broken 
17275         though. Need to discuss with wtay some more on how to handle
17276         seeking correctly.
17277         * ext/pango/gsttextoverlay.h:
17278         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17279         subtitles coming from the demuxer.
17280
17281 2006-02-17  Wim Taymans  <wim@fluendo.com>
17282
17283         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17284         (gst_vorbisenc_convert_sink):
17285         Use some more scaling functions.
17286
17287 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17288
17289         * ext/cdparanoia/gstcdparanoiasrc.c:
17290         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17291         (gst_cd_paranoia_paranoia_callback),
17292         (gst_cd_paranoia_src_signal_is_being_watched),
17293         (gst_cd_paranoia_src_read_sector):
17294         * ext/cdparanoia/gstcdparanoiasrc.h:
17295           Add back 'transport-error' and 'uncorrected-error' signals and
17296           make them actually be fired when bad stuff happens (#319340).
17297
17298 2006-02-17  Wim Taymans  <wim@fluendo.com>
17299
17300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17301         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17302         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17303         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17304         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17305         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17306         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17307         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17308         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17309         (gst_ring_buffer_clear):
17310         Small cleanups.
17311         Added some G_LIKELY.
17312
17313 2006-02-17  Wim Taymans  <wim@fluendo.com>
17314
17315         * gst-libs/gst/audio/TODO:
17316         Update TODO
17317
17318         * gst-libs/gst/audio/gstbaseaudiosink.c:
17319         (gst_base_audio_sink_get_offset):
17320         When trying to play samples ASAP and we don't have a
17321         previous sample, try to play at position 0 instead of
17322         an invalid position.
17323
17324 2006-02-17  Wim Taymans  <wim@fluendo.com>
17325
17326         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17327         (gst_alsasink_reset):
17328         Also release lock when we get an error in _reset();
17329         fix an error message.
17330
17331 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17332
17333         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17334         (gst_alsasink_init), (get_channel_free_structure),
17335         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17336         (gst_alsasink_close):
17337         * ext/alsa/gstalsasink.h:
17338           Add support for more than 2 channels (#326720).
17339
17340 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17341
17342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17343           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17344           with 4 or 6 channels, assume a default channel layout to make things
17345           work (not sure there's anything else we can do in those cases).
17346
17347 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17348
17349         * gst-libs/gst/audio/multichannel.c:
17350           Minor docs fix.
17351
17352         * gst-libs/gst/riff/Makefile.am:
17353         * gst-libs/gst/riff/riff-ids.h:
17354         * gst-libs/gst/riff/riff-media.c:
17355         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17356           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17357           channels and a channel layout map.
17358           
17359 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17360
17361         Reviewed by Edward Hervey  <edward@fluendo.com>
17362
17363         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17364         C-level optimization of the RGBA nearest neighbour function.
17365         Eventually this might end up in liboil with vectorized versions.
17366
17367 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17368
17369         * gst-libs/gst/audio/multichannel.c:
17370         (gst_audio_get_channel_positions):
17371           When we have more than 2 channels, but no channel layout is
17372           specified in the caps, return some default channel layout
17373           to the caller and warn about about a possibly buggy element
17374           (could be buggy filtercaps as well of course) (#317038).
17375
17376 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17377
17378         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17379           Add gst-libs/gst/cdda to list of lib search paths.
17380
17381 2006-02-15  Andy Wingo  <wingo@pobox.com>
17382
17383         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17384         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17385         to the Lord Jesus that I do not have to touch the ogg muxer ever
17386         again.
17387
17388 2006-02-15  Edward Hervey  <edward@fluendo.com>
17389
17390         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17391         quicktime movie files can also contain 'uuid' atoms.
17392
17393 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17394
17395         * gst/audioconvert/plugin.c: (plugin_init):
17396           Register the GstAudioChannelPosition enum type with the type
17397           system in the plugin_init function, so that it is known before
17398           any element actually makes use of multi-channel stuff. This is
17399           required for example if one wants to be able to deserialise/use
17400           a caps string with channel positions before any pipeline has
17401           been setup and started, like with gst-launch.
17402
17403 2006-02-14  Wim Taymans  <wim@fluendo.com>
17404
17405         * gst-libs/gst/audio/gstringbuffer.c:
17406         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17407         (gst_ring_buffer_samples_done), (wait_segment),
17408         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17409         Add some compiler G_(UN_)LIKELY help.
17410         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17411         make sure they can exit their functions. Should fix #330748
17412
17413 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * Makefile.am:
17416         * configure.ac:
17417         * win32/MANIFEST:
17418         * win32/common/_stdint.h:
17419           Windows does not have long long; copy the generated _stdint.h
17420         * win32/common/interfaces-enumtypes.c:
17421         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17422         (gst_mixer_track_flags_get_type),
17423         (gst_tuner_channel_flags_get_type):
17424         * win32/common/multichannel-enumtypes.c:
17425         (gst_audio_channel_position_get_type):
17426           update
17427
17428 2006-02-13  Wim Taymans  <wim@fluendo.com>
17429
17430         * gst-libs/gst/audio/gstbaseaudiosink.c:
17431         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17432         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17433         Always sync on first sample we receive when starting.
17434
17435 2006-02-13  Wim Taymans  <wim@fluendo.com>
17436
17437         * gst/playback/gstplaybin.c: (gen_vis_element):
17438         Update vis bin docs.
17439         Move queue after tee so we don't queue video buffers but
17440         audio samples instead. Fixes problems where the video queue
17441         is filled and the audio queue empty.
17442
17443 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17444
17445         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17446           No need to push an EOS event here, GstBaseSrc will do that for us
17447           when we return FLOW_UNEXPECTED.
17448           
17449 2006-02-12  Wim Taymans  <wim@fluendo.com>
17450
17451         * gst-libs/gst/audio/gstbaseaudiosink.c:
17452         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17453         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17454         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17455         Use scale functions when possible.
17456         Fix error messages.
17457         Free clockid when after waiting for EOS.
17458         Use G_(UN_)LIKLY when it makes sense.
17459         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17460
17461 2006-02-12  Edward Hervey  <edward@fluendo.com>
17462
17463         * gst/playback/gstplaybasebin.c: (prepare_output): 
17464         Remove stray semi-colon (fixes #330888).
17465
17466 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17467
17468         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17470         Fix up the XShm call testing so that we catch errors, and don't
17471         cause new ones by attempting to detach from a segment we failed
17472         to attach to. Fixes #312439.
17473
17474 2006-02-10  Edward Hervey  <edward@fluendo.com>
17475
17476         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17477         Added flv file typefind (video/x-flv).
17478
17479 2006-02-10  Edward Hervey  <edward@fluendo.com>
17480
17481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17482         (gst_riff_create_video_template_caps):
17483         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17484         Also added the caps to the default set of riff video caps.
17485
17486 2006-02-09  Andy Wingo  <wingo@pobox.com>
17487
17488         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17489         time and the end time of the last packet in the page.
17490         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17491         on the pages in our queue, set the duration as well. Reflow a
17492         debug statement.
17493         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17494         Fixes bad muxing order.
17495
17496 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17497
17498         * gst-libs/gst/rtp/gstbasertppayload.c:
17499         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17500           update seqnum before setting it on the packet; this makes sure
17501           that the timestamp and seqnum properties match after pushing
17502           a buffer
17503
17504 2006-02-09  Andy Wingo  <wingo@pobox.com>
17505
17506         * gst-libs/gst/audio/gstringbuffer.c
17507         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17508         overflow after 13.5 hours of recording. Kapow!
17509
17510         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17511         the buffer size -- we don't care about underrun/overrun reporting
17512         right now, just need to return a useful value.
17513
17514 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17515
17516         * configure.ac:
17517           Back to CVS
17518
17519 === release 0.10.3 ===
17520
17521 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17522
17523         * configure.ac:
17524           releasing 0.10.3, "Under Pressure"
17525
17526 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17527
17528         * configure.ac:
17529         Drat. Bump libtool version number for new API.
17530         Prelease 0.10.2.3 (of 0.10.3)
17531
17532 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17533
17534         * configure.ac:
17535         * win32/common/config.h:
17536         0.10.2.2 prerelease (of 0.10.3).
17537
17538 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17539
17540         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17541           Revert Andy's newsegment change pending a more correct
17542           fix.
17543
17544 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17545
17546         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17547         (qt_type_find), (plugin_init):
17548           detect more files as 3gp
17549           group and reorder the iso file formats
17550
17551 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * ext/vorbis/vorbis.c: (plugin_init):
17554           Register musicbrainz tags, so apps don't have to.
17555
17556 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17559         (gst_tag_to_vorbis_tag):
17560           Make sure we called gst_tag_register_musicbrainz_tags()
17561           before possibly mapping a vorbiscomment string from/to a
17562           musicbrainz tag.
17563
17564 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17565
17566         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17567           In case we can't find the required number of consecutive
17568           mpeg audio frames to positively identify an MPEG audio
17569           stream, check if there's at least a valid mpeg audio
17570           frame right at offset 0 and if so suggest mpeg/audio
17571           caps with a very low probability (#153004).
17572
17573 2006-02-07  Andy Wingo  <wingo@pobox.com>
17574
17575         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17576         a TIME segment if we get timestamped buffers. Requires recent
17577         fixes in core to work properly.
17578
17579 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17580
17581         * gst/playback/gstplaybasebin.c: (prepare_output):
17582           Don't print the URI as part of the error message, it
17583           makes error dialogs look rather ugly, especially if
17584           the URI is very long or has characters in it that
17585           need escaping.
17586
17587 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17588
17589         * gst/playback/gstplaybasebin.c: (prepare_output):
17590           Error out if we have only text or subtitles, but nothing
17591           else. Also error out if we have subtitles but no video
17592           stream.
17593
17594 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17597           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17598           Post an error message on the bus when we encounter an
17599           error, which will hopefully be more meaningful than the
17600           'Internal Flow Error' message users get to see if we
17601           just return GST_FLOW_ERROR.
17602
17603 2006-02-07  Andy Wingo  <wingo@pobox.com>
17604
17605         * configure.ac (GST_MAJORMINOR): Update core version req to
17606         0.10.2.2, for the collectpads API addition (#330244).
17607
17608 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17609
17610         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17611           Return FALSE from plugin_init() when GnomeVFS can't
17612           be initialised for some reason (#328423).
17613
17614 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17615
17616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17617         Stick to seeking theory until i find the bug.
17618         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17619
17620 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17621
17622         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17623         (theora_enc_finalize), (theora_enc_sink_setcaps),
17624         (theora_set_header_on_caps), (theora_enc_chain),
17625         (theora_enc_change_state):
17626         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17627           Make theoraenc and the tests leak free. Like, really.
17628
17629 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17630
17631         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17632         (theora_enc_finalize), (theora_enc_sink_setcaps):
17633           Add a finalize method to ensure we clean up state even if
17634           someone omitted the state change back to NULL.
17635
17636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17637         (gst_vorbisenc_chain):
17638           Free some more leaked bits.
17639
17640         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17641         (stop_pipeline):
17642           Wait for state changes to happen if they're ASYNC.
17643
17644           This ought to teach those fancy pants buildbots a lesson.
17645
17646 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17647
17648         * gst-libs/gst/tag/gstid3tag.c:
17649           Add mapping for ID3 International Standard Recording Code
17650           tag "TSRC"
17651
17652 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17653
17654         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17655           Don't leak tag names.
17656
17657 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17658
17659         * docs/libs/gst-plugins-base-libs-docs.sgml:
17660         * docs/libs/gst-plugins-base-libs-sections.txt:
17661         * gst-libs/gst/tag/gstid3tag.c:
17662         * gst-libs/gst/tag/gstvorbistag.c:
17663         * gst-libs/gst/tag/tags.c:
17664           Split libgsttag docs into multiple sections.
17665
17666 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17667
17668         * docs/libs/Makefile.am:
17669         * docs/libs/gst-plugins-base-libs-docs.sgml:
17670         * docs/libs/gst-plugins-base-libs-sections.txt:
17671         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17672         * gst-libs/gst/tag/gstvorbistag.c:
17673         * gst-libs/gst/tag/tag.h:
17674         * gst-libs/gst/tag/tags.c:
17675           Add libgsttag to the docs.
17676
17677 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17678
17679         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17680         (gst_text_overlay_init), (gst_text_overlay_src_event),
17681         (gst_text_overlay_collected): Fix clockoverlay.
17682
17683 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17684
17685         * docs/libs/compiling.sgml:
17686           Fix typo: it's pkg-config, not pkg-gconfig
17687
17688         * docs/libs/gst-plugins-base-libs-docs.sgml:
17689         * docs/libs/gst-plugins-base-libs-sections.txt:
17690         * docs/libs/tmpl/gstgconf.sgml:
17691           There is no libgstgconf in 0.10, remove it
17692           from the docs.
17693
17694 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17695
17696         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17697         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17698         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17699         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17700         (gst_sub_parse_class_init), (gst_sub_parse_init),
17701         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17702         (parse_mpsub), (parser_state_init), (handle_buffer),
17703         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17704         * gst/subparse/gstsubparse.h: Introduce seeking code.
17705
17706 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17707
17708         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17709           Add comment about LANGUAGE tag inconsistency (we want
17710           ISO-639-1, but extract three-letter identifiers?)
17711
17712         * po/POTFILES.in:
17713           Add two translatable files.
17714
17715 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17716
17717         * gst-libs/gst/tag/Makefile.am:
17718         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17719         * gst-libs/gst/tag/tag.h:
17720         * gst-libs/gst/tag/tags.c:
17721         (gst_tag_register_musicbrainz_tags_internal),
17722         (gst_tag_register_musicbrainz_tags):
17723           Forward-port some tags stuff from the 0.8 branch. This is
17724           mostly the addition of musicbrainz tags and their mapping
17725           to vorbistags, and a vorbistag mapping of the language tag.
17726
17727 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17728
17729         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17730         refactoring.
17731
17732 2006-02-04  David Schleef  <ds@schleef.org>
17733
17734         * ext/ogg/gstoggmux.c:
17735         * gst/typefind/gsttypefindfunctions.c:
17736           Add Dirac typefinding and add dirac format to oggmux.
17737
17738 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17739
17740         * gst/playback/gstdecodebin.c: (try_to_link_1):
17741           Don't put essential function call into
17742           g_return_*() macro, otherwise it'll all be
17743           replaced by NOOPs when compiling with
17744           G_DISABLE_CHECKS defined.
17745
17746 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17747
17748         * ext/ogg/gstoggdemux.c:
17749         * ext/ogg/gstoggparse.c:
17750         * gst/tcp/gsttcpserversink.c:
17751         * sys/v4l/v4lsrc_calls.c:
17752         * sys/v4l/v4lsrc_calls.h:
17753         Just make it compile with --disable-gst-debug.
17754
17755 2006-02-03  Wim Taymans  <wim@fluendo.com>
17756
17757         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17758         (gst_alsasink_class_init), (gst_alsasink_init),
17759         (gst_alsasink_write), (gst_alsasink_reset):
17760         * ext/alsa/gstalsasink.h:
17761         Add lock to protect alsa calls.
17762         Implement reset to flush samples ASAP, does not work
17763         with dmix though.
17764
17765 2006-02-02  Wim Taymans  <wim@fluendo.com>
17766
17767         * gst-libs/gst/audio/gstbaseaudiosink.c:
17768         (gst_base_audio_sink_provide_clock):
17769         Ugh.. getting late I guess...
17770
17771 2006-02-02  Wim Taymans  <wim@fluendo.com>
17772
17773         * gst-libs/gst/audio/gstbaseaudiosink.c:
17774         (gst_base_audio_sink_provide_clock),
17775         (gst_base_audio_sink_set_property),
17776         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17777         Don't try to provide a clock when we are not negotiated since
17778         we might not be able to make it run.
17779
17780 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17781
17782         * gst/playback/gstdecodebin.c: (try_to_link_1):
17783           Unlinking two source pads is ... hard.
17784
17785 2006-02-02  Wim Taymans  <wim@fluendo.com>
17786
17787         * gst-libs/gst/audio/TODO:
17788         Updated.
17789
17790         * gst-libs/gst/audio/gstbaseaudiosink.c:
17791         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17792         On EOS, wait till the last sample is played before posting EOS.
17793
17794 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17795
17796         Patch by: Kai Vehmanen
17797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17798           Adds ability to enable newsegment bypass by setting queue_delay to
17799           zero. Also avoid thread being started if queue_delay is zero.
17800
17801 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17804           Make test work again by connecting fakesinks to each decoded pad,
17805           which makes the pipeline wait until each fakesink has a buffer
17806           queued before going to PAUSED state. At that point we know the
17807           decodebin pads are negotiated.
17808
17809 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17810
17811         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17812         (gst_cdda_base_src_handle_event):
17813         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17814           Pass unhandled queries to the parent class's query function.
17815
17816 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17817
17818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17819         (gst_ogg_pad_src_query):
17820         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17821         * ext/theora/theoradec.c: (theora_dec_src_query),
17822         (theora_dec_sink_query):
17823         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17824         (vorbis_dec_sink_query):
17825         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17826         (gst_vorbisenc_sink_query):
17827         * gst/adder/gstadder.c: (gst_adder_query):
17828           Pass unhandled queries upstream instead of just
17829           dropping them (#326447). Also, fix supported
17830           query types list for some elements.
17831
17832 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17835         (paris_type_find), (ilbc_type_find), (plugin_init):
17836           Fix typefinding for audio/x-au, audio/x-paris and
17837           audio/iLBC-sh. We cannot use the START_WITH macros
17838           here, because there can only be one typefind factory
17839           with the same name (caps), so the second one would
17840           replace the first one and the first one would never
17841           be called when doing typefinding (see #161712).
17842           
17843
17844 2006-01-31  Wim Taymans  <wim@fluendo.com>
17845
17846         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17847         (vorbis_handle_header_packet), (vorbis_dec_push),
17848         (vorbis_handle_data_packet):
17849         Use scale_int when we can, add some more scaling.
17850         Check packettype before parsing it.
17851
17852 2006-01-31  Wim Taymans  <wim@fluendo.com>
17853
17854         * ext/theora/theoradec.c: (_theora_granule_time),
17855         (theora_dec_src_convert), (theora_dec_sink_convert):
17856         Call right _scale functions.
17857         Use parameter instead of some other random value.
17858
17859 2006-01-31  Wim Taymans  <wim@fluendo.com>
17860
17861         * ext/theora/theoradec.c: (_theora_granule_frame),
17862         (_theora_granule_time), (_inc_granulepos),
17863         (theora_dec_src_convert), (theora_dec_sink_convert),
17864         (theora_handle_type_packet), (theora_handle_data_packet),
17865         (theora_dec_chain):
17866         Use higher precision timestamps calculation.
17867         Convert some other conversions to _scale.
17868
17869 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17870
17871         * gst/audiotestsrc/gstaudiotestsrc.c:
17872         (gst_audio_test_src_create_sine_table), (plugin_init):
17873         * gst/volume/gstvolume.c: (plugin_init):
17874           initialize gst_controller before using
17875
17876 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17877
17878         * tests/check/pipelines/theoraenc.c:
17879         * tests/check/pipelines/vorbisenc.c:
17880         Define constant using G_GINT64_CONSTANT to avoid errors when
17881         passing it around - otherwise it gets truncated to 32 bits.
17882
17883         Fixes failing tests.
17884
17885 2006-01-31  Andy Wingo  <wingo@pobox.com>
17886
17887         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17888         caps being set doesn't have a framerate value. Basically a stopgap
17889         measure.
17890
17891         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17892         technically correct enough to put into core though.
17893         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17894         DURATION. Fixes theoraenc ! oggmux.
17895
17896         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17897         fraction, not double.
17898
17899 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17900
17901         * win32/vs7:
17902         add vs7 project files created by Sergey Scobich
17903
17904 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17905
17906         * win32/vs8:
17907         add vs8 project files created by Sergey Scobich
17908         
17909 2006-01-30  Andy Wingo  <wingo@pobox.com>
17910
17911         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17912         timestamp + duration, not just timestamp -- ogg pages should be
17913         ordered by stop time. Necessary fix given the change in vorbis
17914         timestamps.
17915
17916         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17917         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17918         (granulepos_add): New function, handles the messiness of adjusting
17919         granulepos values.
17920         (theora_buffer_from_packet):
17921         (theora_enc_chain):
17922         (theora_enc_sink_event): Use granulepos_add, not +.
17923
17924         * tests/check/pipelines/theoraenc.c
17925         (check_buffer_granulepos_from_starttime): Just check the frame
17926         count, not the actual granulepos -- we can't dictate to the
17927         encoder when it should be placing keyframes.
17928
17929 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17930
17931         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17932           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17933           play an http:// stream from a server that's not serving
17934
17935 2006-01-30  Andy Wingo  <wingo@pobox.com>
17936
17937         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17938         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17939         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17940         available.
17941
17942         * ext/theora/gsttheoraenc.h:
17943         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17944         although theoraenc was timestamping correctly. Added handling of
17945         streams that start with nonzero timestamps.
17946
17947         * tests/check/Makefile.am:
17948         * tests/check/pipelines/theoraenc.c: New file, basically does same
17949         tests as vorbisenc.
17950
17951         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17952
17953 2006-01-30  Wim Taymans  <wim@fluendo.com>
17954
17955         * gst-libs/gst/audio/gstaudiosink.c:
17956         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17957         (gst_audioringbuffer_pause):
17958         Implement pause that does not wait for completion.
17959
17960         * gst-libs/gst/audio/gstbaseaudiosink.c:
17961         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17962         Don't drop buffers when going to PAUSED but perform preroll on
17963         remaining samples now that core base class supports this.
17964
17965         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17966         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17967         (gst_ring_buffer_commit):
17968         Pause should not signal waiters.
17969         Implement return value of _commit correctly.
17970
17971 2006-01-30  Andy Wingo  <wingo@pobox.com>
17972
17973         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17974
17975         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17976         updated to timestamp from the first sample, not the last.
17977         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17978         special care of granulepos and timestamp for header packets.
17979         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17980         when the first buffer has a nonzero timestamp.
17981
17982         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17983         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17984         case when the first audio buffer we get has a nonzero timestamp.
17985         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17986         properly timestamp vorbis buffers with the time of the first
17987         sample, not the last.
17988         
17989         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17990         vorbis_granule_time_copy -- now it takes the granule/subgranule
17991         offset into account.
17992
17993         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17994         timestamps, durations, and granulepos on buffers produced by
17995         vorbisenc.
17996
17997 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17998
17999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18000         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18001           Patch from Eric Jonas to support conversions to/from UYVY 
18002           (Fixes: #324626)
18003
18004 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18005
18006         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18007         (setup_subtitle), (setup_source), (set_active_source):
18008         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18009         (gen_text_element), (gen_audio_element), (gen_vis_element),
18010         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18011
18012 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18013
18014         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18015         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18016                 use gst_guint64_to_gdouble to be compliant with vs6
18017         * gst/playback/gstdecodebin.c: (try_to_link_1)
18018         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18019                 use G_GINT64_CONSTANT for int64 constants
18020         * win32/common/libgstinterfaces.def:
18021                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18022         * win32/vs6:
18023                 update and add new project files
18024                 
18025 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18026
18027         * Makefile.am:
18028         * win32/MANIFEST:
18029         * win32/common/interfaces-enumtypes.c:
18030         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18031         (gst_mixer_track_flags_get_type),
18032         (gst_tuner_channel_flags_get_type):
18033         * win32/common/interfaces-enumtypes.h:
18034         * win32/common/multichannel-enumtypes.c:
18035         (gst_audio_channel_position_get_type):
18036         * win32/common/multichannel-enumtypes.h:
18037           add a win32-update rule like in core, and copy over enumtypes files
18038
18039 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18040
18041         * win32/MANIFEST:
18042         * win32/common/config.h:
18043         * win32/common/config.h.in:
18044           add config files just like in core
18045
18046 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18047
18048         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18049           Make gcc-4.1 happy (part of #327357).
18050
18051 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18052
18053         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18054         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18055         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18056         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18057         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18058         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18059           Update all error messages.  All of them should either use
18060           the default translated message, or actually provide a
18061           translatable string.
18062           Make the string for channel count problems meaningful.
18063
18064 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18067           check for and throw RESOURCE_BUSY
18068
18069 2006-01-27  David Schleef  <ds@schleef.org>
18070
18071         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18072           checked in this change -- it requires liboil features not
18073           in 0.3.6.  Revert parts.
18074
18075 2006-01-27  David Schleef  <ds@schleef.org>
18076
18077         * REQUIREMENTS:
18078         * configure.ac: update liboil requirement to 0.3.6
18079         * gst/videoscale/Makefile.am:
18080         * gst/videoscale/vs_scanline.c: liboilify
18081
18082 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18083
18084         * ext/libvisual/visual.c: (get_buffer):
18085           When pad_alloc returns a GstFlowReturn other
18086           than GST_FLOW_OK, make sure it is passed upstream.
18087
18088 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18089
18090         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18091         (gst_alsasink_class_init):
18092           Free the device name string.
18093
18094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18095         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18096         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18097           Don't remove a pad from the collectpads structure until it
18098           is released - it's a request pad, and may receive data again
18099           if the element gets moved back to PLAYING state.
18100
18101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18102           Ensure we turn on double buffering on the Xv port, and
18103           set the colour key to something dark and mysterious that
18104           isn't black.
18105
18106 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18107
18108         * ext/alsa/gstalsaplugin.c: (plugin_init):
18109         * ext/cdparanoia/gstcdparanoiasrc.c:
18110         (gst_cd_paranoia_src_base_init), (plugin_init):
18111         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18113           - a library should not call setlocale. see "Libraries" node in
18114             gettext manual
18115           - make sure all plugins that use translation do bindtextdomain
18116             to point to the localedir
18117         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18118         (setup_sinks), (plugin_init):
18119           all this, and check for NULL when creating sinks
18120
18121 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18122
18123         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18124         (plugin_init): Make typefinding of subtitles work again.
18125
18126 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18127
18128         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18129         (mp3_type_frame_length_from_header), (mp3_type_find),
18130         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18131         (plugin_init):
18132           Backport a bunch of typefinding fixes from the 0.8 branch.
18133           Also, improve wavpack typefinding: if we can't peek the
18134           entire wavpack block, try to parse the bits we can get and
18135           see if we find what we're looking for in those.
18136
18137 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18138
18139         * sys/ximage/ximagesink.c:
18140         (gst_ximagesink_calculate_pixel_aspect_ratio):
18141         * sys/xvimage/xvimagesink.c:
18142         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18143         more cases of pixel aspect ratio.
18144
18145 2006-01-26  Edward Hervey  <edward@fluendo.com>
18146
18147         * gst/playback/gstdecodebin.c: (pad_probe):
18148         Also consider the flush-start and tag events as unblockers
18149         for the pad probes.
18150
18151 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18152
18153         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18154         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18155         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18156         On the fly visualisation switch, works disabling, enabling as
18157         well but it won't be able to enable vis in a playbin that was
18158         created with no visualisation.
18159
18160 2006-01-25  Wim Taymans  <wim@fluendo.com>
18161
18162         * gst-libs/gst/audio/gstbaseaudiosink.c:
18163         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18164         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18165         resume after pause.
18166
18167 2006-01-25  Wim Taymans  <wim@fluendo.com>
18168
18169         * gst-libs/gst/audio/gstbaseaudiosink.c:
18170         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18171         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18172         Improve debugging.
18173         Post error when caps cannot be parsed.
18174         Resync on discontinuity in the stream.
18175         Clip samples to segment boundaries.
18176         return WRONG_STATE sooner when we are flushing.
18177
18178         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18179         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18180         Make audiosrc operate in TIME.
18181         Set TIMESTAMP and DURATION on buffers.
18182
18183 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18184
18185         * tests/examples/seek/seek.c: (main):
18186           Output tag messages as well.
18187
18188 2006-01-23  Edward Hervey  <edward@fluendo.com>
18189
18190         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18191         (free_pad_probes), (remove_fakesink), (pad_probe),
18192         (close_pad_link), (gst_decode_bin_change_state):
18193         Replace GstPadBlockCallback with pad probes that detect
18194         first buffer AND eos before removing fakesink.
18195         Fixes hang with demuxers doing EOS while pre-rolling.
18196         Solves #328279
18197
18198 2006-01-23  Andy Wingo  <wingo@pobox.com>
18199
18200         * ext/alsa/gstalsasink.c:
18201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18202         (gst_base_rtp_depayload_setcaps),
18203         (gst_base_rtp_depayload_add_to_queue),
18204         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18205         
18206         Patch by: Jens Granseuer <jensgr at gmx dot net>
18207
18208 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18209
18210         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18211         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18212         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18213         frames. We might get a frame destroyed after changing state to
18214         NULL, adding a safety check on xcontext.
18215
18216 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18217
18218         * gst-libs/gst/interfaces/xoverlay.c:
18219           Fix prepare-xwindow-id code example in the docs - we need to
18220           ignore all messages that aren't element messages as well.
18221           
18222 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18223
18224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18225           I think one day i'll completely undestand how caps negotiation
18226           is supposed to work. This refactoring handles buffer_alloc
18227           called with caps we can't handle. We definitely don't want a
18228           set_caps with those caps, so we define and allocate a buffer
18229           we would like to receive.
18230
18231 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18232
18233         * gst/playback/gstplaybasebin.c: (setup_source):
18234           Free iterator when done.
18235
18236 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18237
18238         * gst-libs/gst/audio/gstbaseaudiosink.c:
18239         (gst_base_audio_sink_render):
18240           Fix playback of non-synchronised streams by assuming a rate
18241           of 1.0 instead of a random one.
18242
18243           Makes this work again:
18244
18245           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18246           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18247           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18248           audioresample ! alsasink
18249
18250 === release 0.10.2 ===
18251
18252 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18253
18254         * configure.ac:
18255           releasing 0.10.2, "Then the devil is six"
18256
18257 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18258
18259         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18260         * gst/playback/gststreamselector.c:
18261         (gst_stream_selector_set_property):
18262           Comment out broken code that connects to the state-changed signal.
18263           At this point, changing current stream selection is broken, but 
18264           stuff like gst-launch playbin current-audio=1 works and filters
18265           to the chosen stream.
18266
18267 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18268
18269         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18270           Fix #327216 (null dereference in vorbisdec)
18271
18272 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18273
18274         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18275           Post taglist actually on bus instead of just freeing it
18276           (fixes #327114 and totem bug #327080).
18277
18278         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18279           Use gst_element_found_tags_for_pad(), so that the tags
18280           are sent downstream as an event as well.
18281
18282 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18283
18284         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18285         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18286         (gst_ximagesink_buffer_alloc):
18287         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18288         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18289         (gst_xvimagesink_buffer_alloc):
18290           move all regularly occurring messages to GST_LOG level
18291           add some more object logs
18292
18293 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18294
18295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18296           fix a silly segfault
18297
18298 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18299
18300         * docs/libs/gst-plugins-base-libs-docs.sgml:
18301         * docs/libs/gst-plugins-base-libs-sections.txt:
18302         * gst-libs/gst/audio/mixerutils.c:
18303         * gst-libs/gst/audio/mixerutils.h:
18304           Add docs for mixerutils stuff.
18305
18306 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18307
18308         * gst/playback/gstplaybasebin.c: (setup_source):
18309           Fix playback for sources that emit raw audio or
18310           raw video streams (e.g.: cd audio sources) (#325984).
18311
18312 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18313
18314         * gst-libs/gst/audio/mixerutils.c:
18315         (gst_audio_mixer_filter_do_filter):
18316           actually save the element we create
18317
18318 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18319
18320         * gst-libs/gst/cdda/gstcddabasesrc.c:
18321         (gst_cdda_base_src_handle_track_seek):
18322           No need to post a tag message on the bus when seeking
18323           within the same track, only post it when the current
18324           track changes.
18325
18326 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18327
18328         * gst/playback/gstplaybasebin.c: (group_destroy),
18329         (probe_triggered), (new_decoded_pad), (mute_group_type),
18330         (set_active_source):
18331         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18332         * gst/playback/gststreamselector.c:
18333         (gst_stream_selector_base_init),
18334         (gst_stream_selector_set_property),
18335         (gst_stream_selector_request_new_pad):
18336           Reenable stream selection. These mechanisms need a complete overhaul
18337           in the face of 0.8->0.10 changes though.
18338
18339 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18340
18341         * ext/ogg/gstoggdemux.c:
18342           Change the pad template to src_%d to match the pads that 
18343           are created from it. decodebin needs this information in order
18344           to decide that oggdemux is capable of producing multiple pads
18345           (and hence needs queues inserted).
18346
18347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18348         (gst_ogg_mux_collected):
18349           Make debug output more useful by using GST_PTR_FORMAT.
18350
18351 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18352
18353         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18354
18355         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18356           Set depth and width for alaw/mulaw (fixes #326601).
18357
18358 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18359
18360         * tests/icles/Makefile.am:
18361           don't build the tests if we don't have the libs
18362
18363 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18364
18365         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18366         (gst_cd_paranoia_paranoia_callback):
18367           Don't try to free NULL pointers.
18368
18369 2006-01-10  Edward Hervey  <edward@fluendo.com>
18370
18371         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18372         (gst_audio_rate_change_state), (plugin_init):
18373         Add debugging category.
18374         Fix type issues.
18375         Add case for incoming buffers without valid offset/offset_end.
18376
18377 2006-01-10  Michael Smith  <msmith@fluendo.com>
18378
18379         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18380           Don't leak GCond in audio sources.
18381
18382 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18383
18384         * gst/playback/gstplaybin.c: (gen_audio_element):
18385           Don't leak an autoaudiosink/alsasink when we generate
18386           a new audio element. (old code, I guess)
18387
18388 2006-01-10  Michael Smith  <msmith@fluendo.com>
18389
18390         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18391           Support float audio in audiorate.
18392           Use width rather than depth for selecting sample width.
18393
18394 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18395
18396         * gst/videotestsrc/videotestsrc.h:
18397           Use GLib types here (that way we don't have to include the
18398           generated _stdint.h header, which makes life easier for win32
18399           folks that don't use autotools for the build) (#325990, patch
18400           by: Sergey Scobich).
18401
18402 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18403
18404         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18405         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18406         (gst_ring_buffer_pause), (wait_segment):
18407         * gst-libs/gst/audio/gstringbuffer.h:
18408           Name (private) union, makes Forte compiler happy (this time
18409           for real) (#324900).
18410
18411 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18412
18413         * gst-libs/gst/audio/Makefile.am:
18414           Link against libgstinterfaces, needed for mixer
18415           and property probe stuff.
18416
18417 2006-01-09  Edward Hervey  <edward@fluendo.com>
18418
18419         * gst-libs/gst/Makefile.am:
18420
18421 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18422
18423         * gst-libs/gst/audio/Makefile.am:
18424         * gst-libs/gst/audio/mixerutils.c:
18425         (gst_audio_mixer_filter_do_filter),
18426         (gst_audio_mixer_filter_check_element),
18427         (gst_audio_mixer_filter_probe_feature),
18428         (element_factory_rank_compare_func),
18429         (gst_audio_default_registry_mixer_filter):
18430         * gst-libs/gst/audio/mixerutils.h:
18431           Add gst_audio_default_registry_mixer_filter() utility
18432           function.
18433
18434 2006-01-03  Michael Smith  <msmith@fluendo.com>
18435
18436         * gst/audioresample/resample.h:
18437           As before, but for o_buf
18438
18439 2006-01-03  Michael Smith  <msmith@fluendo.com>
18440
18441         * gst/audioresample/resample.h:
18442           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18443           since we do arithmetic on it.
18444
18445 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18446
18447         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18448         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18449         (gst_ring_buffer_pause), (wait_segment):
18450         * gst-libs/gst/audio/gstringbuffer.h:
18451           Sun's Forte compiler doesn't seem to like anonymous structs,
18452           so use same setup as in GstBaseSrc (fixes #324900).
18453
18454 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18455
18456         * configure.ac:
18457         * gst/volume/Makefile.am:
18458         * gst/volume/demo.c:
18459           move old example to tests/examples/volume/volune.c
18460         * tests/examples/Makefile.am:
18461         * tests/examples/seek/seek.c: (main):
18462           change window-close event from "delete-event" to "destroy"
18463         * tests/examples/volume/Makefile.am:
18464         * tests/examples/volume/volume.c: (value_changed_callback),
18465         (setup_gui), (message_received), (eos_message_received), (main):
18466           fix event handling and bus usage
18467
18468 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18469
18470         * gst/audiotestsrc/gstaudiotestsrc.c:
18471         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18472         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18473         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18474         (gst_audio_test_src_create_square),
18475         (gst_audio_test_src_create_saw),
18476         (gst_audio_test_src_create_triangle),
18477         (gst_audio_test_src_create_silence),
18478         (gst_audio_test_src_create_white_noise),
18479         (gst_audio_test_src_create_pink_noise),
18480         (gst_audio_test_src_init_sine_table),
18481         (gst_audio_test_src_create_sine_table),
18482         (gst_audio_test_src_change_wave),
18483         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18484         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18485         * gst/audiotestsrc/gstaudiotestsrc.h:
18486           update to basesrc changes, implement segmented seeking and eos
18487           handling, add a 'sine-tab' waveform for performance critical playback
18488
18489 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18490
18491         * po/POTFILES.in:
18492           ... and this time the other modified file that I missed last time.
18493
18494 2005-12-29  Michael Smith  <msmith@fluendo.com>
18495
18496         * gst/playback/gstdecodebin.c: (new_pad):
18497           Fix non-C89 variable declaration not at the start of a block. Should
18498           help some compilers.
18499
18500 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18501
18502         * tests/check/Makefile.am:
18503           And now fix 'make distcheck' (builddir != srcdir)
18504
18505 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18506
18507         * configure.ac:
18508         * ext/cdparanoia/Makefile.am:
18509         * ext/cdparanoia/gstcdparanoia.c:
18510         * ext/cdparanoia/gstcdparanoia.h:
18511         * ext/cdparanoia/gstcdparanoiasrc.c:
18512         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18513         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18514         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18515         (gst_cd_paranoia_paranoia_callback),
18516         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18517         (gst_cd_paranoia_src_set_property),
18518         (gst_cd_paranoia_src_get_property), (plugin_init):
18519         * ext/cdparanoia/gstcdparanoiasrc.h:
18520           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18521           plugin again (there are still fixes required to playbin to make
18522           cdda:// uris work there).
18523
18524 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18525
18526         * tests/check/Makefile.am:
18527           Fix test case compilation.
18528
18529 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18530
18531         * gst-libs/gst/cdda/gstcddabasesrc.c:
18532         (gst_cdda_base_src_update_duration),
18533         (gst_cdda_base_src_calculate_cddb_id):
18534           An integer is not a string. Fix access to uninitialised variable.
18535
18536         * tests/check/Makefile.am:
18537           Add cddabasesrc unit test; also actually enable the vorbis test.
18538
18539         * tests/check/generic/states.c:
18540           Blacklist new cd audio elements as well.
18541
18542         * tests/check/libs/cddabasesrc.c:
18543           Unit test for GstCddaBaseSrc (discid calculation mostly).
18544
18545 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18546
18547         * docs/libs/Makefile.am:
18548         * docs/libs/gst-plugins-base-libs-docs.sgml:
18549         * docs/libs/gst-plugins-base-libs-sections.txt:
18550         * docs/libs/gst-plugins-base-libs.types:
18551           Add docs for libgstcdda/GstCddaBaseSrc.
18552
18553         * gst-libs/gst/interfaces/mixertrack.h:
18554           Do one struct member per line with a semicolon at the end, that way
18555           even gtk-doc might parse it without complaining.
18556
18557 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18558
18559         * configure.ac:
18560         * gst-libs/gst/Makefile.am:
18561         * gst-libs/gst/cdda/Makefile.am:
18562         * gst-libs/gst/cdda/base64.c:
18563         * gst-libs/gst/cdda/base64.h:
18564         * gst-libs/gst/cdda/gstcddabasesrc.c:
18565         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18566         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18567         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18568         (gst_cdda_base_src_get_property),
18569         (gst_cdda_base_src_get_track_from_sector),
18570         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18571         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18572         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18573         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18574         (gst_cdda_base_src_uri_get_protocols),
18575         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18576         (gst_cdda_base_src_uri_handler_init),
18577         (gst_cdda_base_src_setup_interfaces),
18578         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18579         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18580         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18581         (gst_cdda_base_src_add_tags),
18582         (gst_cdda_base_src_add_index_associations),
18583         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18584         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18585         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18586         (gst_cdda_base_src_create):
18587         * gst-libs/gst/cdda/gstcddabasesrc.h:
18588         * gst-libs/gst/cdda/sha1.c:
18589         * gst-libs/gst/cdda/sha1.h:
18590           Add new libgstcdda with GstCddaBaseSrc class.
18591
18592 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18593
18594         * ext/gnomevfs/gstgnomevfssink.h:
18595           Use GstBaseSinkClass as parent_class member for class struct, not
18596           GstBaseSink.
18597
18598 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18599
18600         Patch by: Michael Benes
18601
18602         * gst/videotestsrc/gstvideotestsrc.c:
18603         (gst_video_test_src_class_init), (gst_video_test_src_start):
18604           Add start method to reset running time and number of frames sent
18605           when starting up (fixes #324696)
18606
18607 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18608
18609         * docs/plugins/Makefile.am:
18610         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18611         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18612         * docs/plugins/gst-plugins-base-plugins.args:
18613         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18614         * docs/plugins/gst-plugins-base-plugins.signals:
18615           Add docs stuff for gnomevfssrc and gnomevfssink.
18616
18617         * ext/gnomevfs/gstgnomevfssrc.c:
18618           Fix example pipeline in gtk-doc blurb.
18619
18620 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18621
18622         * ext/gnomevfs/Makefile.am:
18623         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18624         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18625         (gst_gnome_vfs_handle_get_type), (plugin_init):
18626         * ext/gnomevfs/gstgnomevfs.h:
18627         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18628         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18629         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18630         (gst_gnome_vfs_sink_set_property),
18631         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18632         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18633         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18634         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18635         (gst_gnome_vfs_sink_uri_get_type),
18636         (gst_gnome_vfs_sink_uri_get_protocols),
18637         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18638         (gst_gnome_vfs_sink_uri_handler_init):
18639         * ext/gnomevfs/gstgnomevfssink.h:
18640           Port gnomevfssink; add gtk-doc blurb.
18641
18642         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18643         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18644         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18645         (gst_gnome_vfs_src_uri_get_type),
18646         (gst_gnome_vfs_src_uri_get_protocols),
18647         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18648         (gst_gnome_vfs_src_uri_handler_init),
18649         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18650         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18651         (gst_gnome_vfs_src_send_additional_headers_callback),
18652         (gst_gnome_vfs_src_received_headers_callback),
18653         (gst_gnome_vfs_src_push_callbacks),
18654         (gst_gnome_vfs_src_pop_callbacks),
18655         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18656         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18657         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18658         * ext/gnomevfs/gstgnomevfssrc.h:
18659           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18660           file; add gtk-doc blurb with example pipelines.
18661
18662 === release 0.10.1 ===
18663
18664 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18665
18666         * configure.ac:
18667           releasing 0.10.1, "Dobro Dedek"
18668
18669 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18670
18671         * gst/typefind/gsttypefindfunctions.c:
18672         iLBC30 and iLBC20 added to typefind.
18673
18674 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18675
18676         * gst-libs/gst/audio/gstbaseaudiosink.c:
18677         (gst_base_audio_sink_class_init):
18678         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18679         (gst_base_audio_src_class_init):
18680           update strings, values are in microseconds
18681           change the default sink buffer time to something that is smaller
18682           (to help software volume mixing have a slightly lower delay) but
18683           still be acceptable on Wim's laptop
18684
18685 2005-12-20  Edward Hervey  <edward@fluendo.com>
18686
18687         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18688         Made a quack, forgot to add DUCK to the riff video template.
18689
18690 2005-12-19  Edward Hervey  <edward@fluendo.com>
18691
18692         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18693         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18694         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18695         (gst_ogm_parse_chain):
18696         Make sure pads are initialized correctly.
18697         * gst-libs/gst/riff/riff-ids.h:
18698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18699         (gst_riff_create_video_template_caps):
18700         Add a whole bunch of FOURCC <=> MimeType.
18701         Extend the riff video pad template to support the newly added fourcc.
18702
18703 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18704
18705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18706         (gst_ogg_demux_activate_chain):
18707           Extra debug output when activating/deactivating chains.
18708
18709         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18710         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18711         (unlinked):
18712           Remove a queue from our list when it becomes unlinked.
18713           Don't add queues to elements in class 'Demux' if they
18714           can only produce one pad 
18715
18716 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18717
18718         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18719         (gst_video_sink_get_type): Add a debug category.
18720
18721 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18722
18723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18724         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18725           Handle downstream newsegment by sending our own newsegment before the
18726           next buffer to be released. (#323900)
18727
18728 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18729
18730         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18731         (gst_base_rtp_depayload_set_gst_timestamp):
18732           add queue delay to new segment as well (as opposed to just the first
18733           buffer). (bug #322347)
18734
18735 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18736
18737         * ext/libvisual/visual.c: (make_valid_name):
18738           change some char* into char[]
18739         * gst/audiotestsrc/gstaudiotestsrc.c:
18740         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18741         (gst_audio_test_src_create):
18742         * gst/audiotestsrc/gstaudiotestsrc.h:
18743           prepare to handle EOS and SEGMENT_DONE
18744
18745 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18746
18747         * tests/check/generic/states.c: (GST_START_TEST):
18748           Blacklist cdparanoia element in state test.
18749
18750 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18751
18752           Patch by: Benjamin Pineau
18753
18754         * gst/tcp/gsttcp.c:
18755         * gst/tcp/gsttcpclientsink.c:
18756         * gst/tcp/gsttcpserversink.c:
18757         * gst/tcp/gsttcpserversrc.c:
18758           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18759
18760 2005-12-15  Michael Smith  <msmith@fluendo.com>
18761
18762         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18763         (gst_video_rate_chain):
18764           Fix timestamping for videorate when the first buffer it sees has a
18765           non-zero timestamp. Fix some misleading debug output.
18766
18767 2005-12-15  Michael Smith  <msmith@fluendo.com>
18768
18769         * gst/audioresample/gstaudioresample.c:
18770           Don't leak all input buffers to audioresample.
18771
18772 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18773
18774         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18775           Don't operate on empty text buffers. Strip newlines and
18776           tabs only from the end of the text, but leave them intact
18777           in the middle. Fix typo in gtk-doc description.
18778
18779 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18780
18781         * gst/playback/gstplaybasebin.c:
18782         * gst/playback/gstplaybin.c: (handoff):
18783           Make sure the video frame buffer we return to apps via the
18784           "frame" property always has caps set on it. Modify
18785           _gst_gvalue_set_object() macro to handle NULL objects
18786           gracefully too.
18787
18788 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18789
18790         * gst/audiotestsrc/gstaudiotestsrc.c:
18791         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18792         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18793         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18794         (gst_audio_test_src_create):
18795         * gst/audiotestsrc/gstaudiotestsrc.h:
18796         Adjust to some recent api changes and add wtays new cool seeking
18797         capabillities
18798
18799 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * ext/alsa/Makefile.am:
18802         * ext/alsa/gstalsadeviceprobe.c:
18803         * ext/alsa/gstalsadeviceprobe.h:
18804           Helper functions to add device probing via the GstPropertyProbe
18805           interface to a class.
18806
18807         * ext/alsa/gstalsamixer.h:
18808           Comment out GST_ALSA_MIXER, it returns a struct that's not
18809           used.
18810
18811         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18812           Add some debug info. 
18813
18814         * ext/alsa/gstalsamixerelement.c:
18815         (gst_alsa_mixer_element_interface_supported),
18816         (gst_implements_interface_init),
18817         (gst_alsa_mixer_element_init_interfaces),
18818         (gst_alsa_mixer_element_class_init),
18819         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18820         (gst_alsa_mixer_element_set_property),
18821         (gst_alsa_mixer_element_get_property),
18822         (gst_alsa_mixer_element_change_state):
18823         * ext/alsa/gstalsamixerelement.h:
18824           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18825           for device handling (gnome-volume-control will need that).
18826
18827 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18828
18829         * ext/Makefile.am: fix cdparanoia entry
18830         * gst-plugins-base.spec.in: add cdparanoia
18831
18832 2005-12-12  Michael Smith  <msmith@fluendo.com>
18833
18834         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18835           Use the correct function to free list of typefind factories.
18836
18837 2005-12-12  Wim Taymans  <wim@fluendo.com>
18838
18839         * gst/videotestsrc/gstvideotestsrc.c:
18840         (gst_video_test_src_class_init), (gst_video_test_src_init),
18841         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18842         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18843         (gst_video_test_src_create):
18844         * gst/videotestsrc/gstvideotestsrc.h:
18845         Implement seeking in videotestsrc.
18846         Small cleanups.
18847
18848 2005-12-12  Wim Taymans  <wim@fluendo.com>
18849
18850         * ext/cdparanoia/Makefile.am:
18851         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18852         (gst_paranoia_endian_get_type), (_do_init),
18853         (cdparanoia_class_init), (cdparanoia_init),
18854         (cdparanoia_set_property), (cdparanoia_get_property),
18855         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18856         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18857         (cdparanoia_convert), (cdparanoia_get_query_types),
18858         (cdparanoia_query), (cdparanoia_set_index),
18859         (cdparanoia_uri_set_uri):
18860         * ext/cdparanoia/gstcdparanoia.h:
18861         Partially ported cdparanoia now that basesrc can support a
18862         plugin like this..
18863
18864 2005-12-12  Wim Taymans  <wim@fluendo.com>
18865
18866         * tests/examples/seek/scrubby.c: (main):
18867         Set higher priority for bus events so they don't get reordered with
18868         gtk gui events.
18869
18870         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18871         (flush_toggle_cb), (main):
18872         Added checkbox to disable flushing seeks. 
18873         Disable scrubbing when doing non flushing seeks.
18874
18875 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18876
18877         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18878         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18879         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18880         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18881           Implement some sort of event handling that doesn't rely on
18882           g_return_if_fail; make sure we always push the last chunk of an 
18883           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18884           state change function; remove some old cruft. Seeking is still
18885           rather unlikely to work though.
18886
18887         * tools/.cvsignore:
18888           Ignore more.
18889
18890 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18891
18892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18893         Fixed a leak of the current image reference when cleaning up.
18894         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18895
18896 2005-12-09  Michael Smith  <msmith@fluendo.com>
18897
18898         * tools/Makefile.am:
18899         * tools/gst-launch-ext-m.m:
18900           Remove gst-launch-ext. It doesn't work, and is no longer
18901           particularly useful.
18902
18903 2005-12-08  Luca Ognibene  <luogni@tin.it>
18904
18905         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18906           don't pass random values to ogmparse convert function.
18907           Make seeking possible in the exile1.ogm file.
18908
18909 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18910
18911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18912         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18913           Work around refcount problem with g_value_set_object() that occur
18914           if the core has been compiled against GLib-2.6 (g_value_set_object()
18915           will only g_object_ref() the element, but the caller will
18916           gst_object_unref() it and bad things will happen due to the way
18917           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18918           totem for people on FC4 using Thomas's 0.10 RPMs.
18919           
18920 2005-12-07  Edward Hervey  <edward@fluendo.com>
18921
18922         Time to welcome ogm to 0.10 :)
18923         
18924         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18925         (gst_ogg_pad_typefind):
18926         Oggdemux can now properly typefind elements with dynamic pads.
18927         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18928         Properly set caps on src pad, and set caps on outgoing buffers.
18929
18930 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18931
18932         * ext/alsa/gstalsamixer.h:
18933         * ext/alsa/gstalsamixerelement.h:
18934         * ext/alsa/gstalsamixeroptions.h:
18935         * ext/alsa/gstalsamixertrack.h:
18936         * ext/alsa/gstalsasink.c:
18937         * ext/alsa/gstalsasink.h:
18938         * ext/alsa/gstalsasrc.c:
18939         * ext/alsa/gstalsasrc.h:
18940         * ext/cdparanoia/gstcdparanoia.h:
18941         * ext/gnomevfs/gstgnomevfsuri.h:
18942         * ext/ogg/gstoggdemux.c:
18943         * ext/ogg/gstoggmux.c:
18944         * ext/pango/gsttextoverlay.h:
18945         * ext/theora/theoradec.c:
18946         * ext/theora/theoraenc.c:
18947         * ext/vorbis/vorbisdec.h:
18948         * ext/vorbis/vorbisenc.c:
18949         * ext/vorbis/vorbisenc.h:
18950         * ext/vorbis/vorbisparse.h:
18951         * gst-libs/gst/audio/gstaudioclock.h:
18952         * gst-libs/gst/audio/gstaudiosink.c:
18953         * gst-libs/gst/audio/gstaudiosink.h:
18954         * gst-libs/gst/audio/gstaudiosrc.c:
18955         * gst-libs/gst/audio/gstaudiosrc.h:
18956         * gst-libs/gst/audio/gstbaseaudiosink.c:
18957         * gst-libs/gst/audio/gstbaseaudiosink.h:
18958         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18959         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18960         * gst-libs/gst/audio/gstringbuffer.h:
18961         * gst-libs/gst/audio/multichannel.h:
18962         * gst-libs/gst/floatcast/floatcast.h:
18963         * gst-libs/gst/interfaces/colorbalance.c:
18964         * gst-libs/gst/interfaces/colorbalance.h:
18965         * gst-libs/gst/interfaces/colorbalancechannel.h:
18966         * gst-libs/gst/interfaces/mixer.h:
18967         * gst-libs/gst/interfaces/mixeroptions.h:
18968         * gst-libs/gst/interfaces/mixertrack.h:
18969         * gst-libs/gst/interfaces/navigation.h:
18970         * gst-libs/gst/interfaces/propertyprobe.h:
18971         * gst-libs/gst/interfaces/tuner.h:
18972         * gst-libs/gst/interfaces/tunerchannel.h:
18973         * gst-libs/gst/interfaces/tunernorm.h:
18974         * gst-libs/gst/interfaces/xoverlay.h:
18975         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18976         * gst-libs/gst/riff/riff-ids.h:
18977         * gst-libs/gst/riff/riff-media.h:
18978         * gst-libs/gst/riff/riff-read.h:
18979         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18980         * gst-libs/gst/rtp/gstbasertppayload.c:
18981         * gst-libs/gst/rtp/gstbasertppayload.h:
18982         * gst-libs/gst/rtp/gstrtpbuffer.c:
18983         * gst-libs/gst/rtp/gstrtpbuffer.h:
18984         * gst-libs/gst/tag/gsttageditingprivate.h:
18985         * gst-libs/gst/tag/gstvorbistag.c:
18986         (gst_tag_list_from_vorbiscomment_buffer):
18987         * gst-libs/gst/tag/tag.h:
18988         * gst-libs/gst/video/video.h:
18989         * gst/adder/gstadder.c:
18990         * gst/adder/gstadder.h:
18991         * gst/audioconvert/audioconvert.c:
18992         * gst/audioconvert/audioconvert.h:
18993         * gst/audioconvert/gstaudioconvert.c:
18994         * gst/audioconvert/gstchannelmix.c:
18995         * gst/audioconvert/gstchannelmix.h:
18996         * gst/audiorate/gstaudiorate.c:
18997         * gst/audioresample/buffer.h:
18998         * gst/audioresample/functable.h:
18999         * gst/audioresample/gstaudioresample.c:
19000         * gst/audioresample/resample.h:
19001         * gst/ffmpegcolorspace/avcodec.h:
19002         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19003         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19004         * gst/ffmpegcolorspace/imgconvert.c:
19005         * gst/ffmpegcolorspace/imgconvert_template.h:
19006         * gst/playback/gstdecodebin.c:
19007         * gst/playback/gstplaybasebin.h:
19008         * gst/playback/gstplaybin.c:
19009         * gst/playback/gststreaminfo.h:
19010         * gst/tcp/gstfdset.c:
19011         * gst/tcp/gstfdset.h:
19012         * gst/tcp/gstmultifdsink.c:
19013         * gst/tcp/gstmultifdsink.h:
19014         * gst/tcp/gsttcp.h:
19015         * gst/tcp/gsttcpclientsrc.c:
19016         * gst/tcp/gsttcpclientsrc.h:
19017         * gst/tcp/gsttcpplugin.h:
19018         * gst/tcp/gsttcpserversink.c:
19019         * gst/tcp/gsttcpserversrc.c:
19020         * gst/typefind/gsttypefindfunctions.c:
19021         * gst/videorate/gstvideorate.c:
19022         * gst/videotestsrc/gstvideotestsrc.h:
19023         * gst/videotestsrc/videotestsrc.h:
19024         * sys/v4l/gstv4lcolorbalance.h:
19025         * sys/v4l/gstv4ltuner.h:
19026         * sys/v4l/gstv4lxoverlay.h:
19027         * sys/v4l/v4l_calls.h:
19028         * sys/v4l/videodev_mjpeg.h:
19029         * tests/check/elements/audioconvert.c:
19030         * tests/check/elements/audioresample.c:
19031         * tests/check/elements/audiotestsrc.c:
19032         * tests/check/elements/videotestsrc.c:
19033         * tests/check/elements/volume.c:
19034         * tests/examples/seek/scrubby.c:
19035         * tests/examples/seek/seek.c:
19036           expand tabs
19037
19038 === release 0.10.0 ===
19039
19040 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19041
19042         * configure.ac:
19043           releasing 0.10.0, "Mont-d'or"
19044
19045 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19046
19047         * tests/examples/seek/Makefile.am:
19048         Build fix for when gtk is not available.
19049
19050 2005-12-05  Andy Wingo  <wingo@pobox.com>
19051
19052         * ext/libvisual/visual.c: (get_buffer):
19053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19054         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19055         * ext/theora/theoradec.c: (theora_handle_data_packet):
19056         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19057         (theora_enc_chain):
19058         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19059         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19060         Update for alloc_buffer changes.
19061
19062 2005-12-05  Andy Wingo  <wingo@pobox.com>
19063
19064         patch by: Kai Vehmanen <kv2004 eca cx>
19065         
19066         * gst-libs/gst/rtp/gstbasertpdepayload.c
19067         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19068
19069 2005-12-04  Andy Wingo  <wingo@pobox.com>
19070
19071         patch by: Sebastien Cote <sebas642 yahoo ca>
19072         
19073         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19074         Fixes #319172.
19075
19076 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19077
19078         * docs/plugins/Makefile.am:
19079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19081         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19082         * ext/pango/gstclockoverlay.c:
19083         * ext/pango/gsttextoverlay.c: 
19084         * ext/pango/gsttextrender.c:
19085         * ext/pango/gsttimeoverlay.c:
19086           Add gtk-doc blurbs to pango elements.
19087
19088 2005-12-02  Wim Taymans  <wim@fluendo.com>
19089
19090         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19091         * gst/audioresample/buffer.h:
19092         * gst/audioresample/gstaudioresample.c:
19093         * gst/audioresample/gstaudioresample.h:
19094         * gst/audioresample/resample.c: (resample_input_flush),
19095         (resample_input_pushthrough), (resample_input_eos),
19096         (resample_get_output_size_for_input),
19097         (resample_get_input_size_for_output), (resample_get_output_size),
19098         (resample_get_output_data):
19099         * gst/audioresample/resample.h:
19100         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19101         Fix audioresample, seek torture, new segments, reverse negotiation
19102         etc.. work fine.
19103
19104 2005-12-02  Wim Taymans  <wim@fluendo.com>
19105
19106         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19107         Small cleanups.
19108
19109 2005-12-02  Wim Taymans  <wim@fluendo.com>
19110
19111         * gst/audioconvert/gstaudioconvert.c:
19112         (gst_audio_convert_transform):
19113         Post errors.
19114
19115 === release 0.9.7 ===
19116
19117 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19118
19119         * configure.ac:
19120           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19121
19122 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19123
19124         * Makefile.am:
19125         * po/hu.po:
19126         * win32/MANIFEST:
19127         * win32/gst.sln:
19128           add win32 MANIFEST file
19129           do something to the hungarian translation
19130
19131 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19132
19133         * ext/Makefile.am:
19134           Add $(PANGO_DIR) to SUBDIRS
19135
19136         * ext/pango/gstclockoverlay.c:
19137         * ext/pango/gsttimeoverlay.c:
19138           Fix and improve element descriptions.
19139
19140 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19141
19142         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19143         * docs/plugins/inspect/plugin-libvisual.xml:
19144         * docs/plugins/inspect/plugin-pango.xml:
19145           add pango plugin to docs
19146
19147 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19148
19149         * configure.ac:
19150         * ext/Makefile.am:
19151           moved pango to base
19152
19153 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19154
19155         * configure.ac:
19156         * tests/Makefile.am:
19157         * tests/icles/.cvsignore:
19158         * tests/icles/Makefile.am:
19159         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19160         (close_display), (resize_window), (move_window), (create_window),
19161         (terminate_playback), (pause_playback), (start_playback), (main):
19162           add stress test for xoverlay from Julien
19163
19164 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19165
19166         * docs/libs/tmpl/gstcolorbalance.sgml:
19167         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19168         * gst-libs/gst/rtp/gstbasertppayload.c:
19169         * gst-libs/gst/rtp/gstrtpbuffer.c:
19170         * gst-libs/gst/rtp/gstrtpbuffer.h:
19171           Do burger's rename for rtp payloaders and depayloaders
19172
19173 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19174
19175         * win32/:
19176           add Visual Studio 6 build files
19177
19178 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19179
19180         * docs/libs/gst-plugins-base-libs-docs.sgml:
19181         * docs/libs/gst-plugins-base-libs-sections.txt:
19182         * docs/libs/tmpl/gstaudio.sgml:
19183         * docs/libs/tmpl/gstringbuffer.sgml:
19184         * gst-libs/gst/interfaces/xoverlay.c:
19185         * gst-libs/gst/video/gstvideofilter.c:
19186         * gst-libs/gst/video/gstvideosink.c:
19187           update documentation
19188
19189 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19190
19191         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19192         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19193         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19194         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19195         (gst_multi_fd_sink_get_stats),
19196         (gst_multi_fd_sink_remove_client_link),
19197         (gst_multi_fd_sink_handle_client_read),
19198         (gst_multi_fd_sink_client_queue_data),
19199         (gst_multi_fd_sink_client_queue_caps),
19200         (gst_multi_fd_sink_client_queue_buffer),
19201         (gst_multi_fd_sink_new_client),
19202         (gst_multi_fd_sink_handle_client_write),
19203         (gst_multi_fd_sink_recover_client),
19204         (gst_multi_fd_sink_queue_buffer),
19205         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19206         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19207         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19208         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19209         * gst/tcp/gstmultifdsink.h:
19210         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19211         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19212         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19213         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19214         (gst_tcp_client_sink_set_property),
19215         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19216         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19217         * gst/tcp/gsttcpclientsink.h:
19218         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19219         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19220         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19221         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19222         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19223         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19224         * gst/tcp/gsttcpclientsrc.h:
19225         * gst/tcp/gsttcpplugin.c: (plugin_init):
19226         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19227         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19228         (gst_tcp_server_sink_finalize),
19229         (gst_tcp_server_sink_handle_server_read),
19230         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19231         (gst_tcp_server_sink_set_property),
19232         (gst_tcp_server_sink_get_property),
19233         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19234         * gst/tcp/gsttcpserversink.h:
19235         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19236         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19237         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19238         (gst_tcp_server_src_set_property),
19239         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19240         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19241         * gst/tcp/gsttcpserversrc.h:
19242           more borgifying
19243
19244 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19245
19246         * docs/plugins/Makefile.am:
19247         * docs/plugins/gst-plugins-base-plugins.args:
19248         * docs/plugins/inspect/plugin-libvisual.xml:
19249         * gst/audioconvert/plugin.h:
19250         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19251         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19252         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19253         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19254         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19255         (plugin_init):
19256         * gst/audiotestsrc/gstaudiotestsrc.c:
19257         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19258         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19259         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19260         (gst_audio_test_src_get_query_types),
19261         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19262         (gst_audio_test_src_create_square),
19263         (gst_audio_test_src_create_saw),
19264         (gst_audio_test_src_create_triangle),
19265         (gst_audio_test_src_create_silence),
19266         (gst_audio_test_src_create_white_noise),
19267         (gst_audio_test_src_init_pink_noise),
19268         (gst_audio_test_src_generate_pink_noise_value),
19269         (gst_audio_test_src_create_pink_noise),
19270         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19271         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19272         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19273         (plugin_init):
19274         * gst/audiotestsrc/gstaudiotestsrc.h:
19275         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19276         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19277         (gst_sub_parse_init), (gst_sub_parse_formats),
19278         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19279         (convert_encoding), (get_next_line),
19280         (gst_sub_parse_data_format_autodetect),
19281         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19282         (gst_sub_parse_loop), (gst_sub_parse_chain),
19283         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19284         (plugin_init):
19285         * gst/subparse/gstsubparse.h:
19286         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19287         (gst_video_rate_base_init), (gst_video_rate_class_init),
19288         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19289         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19290         (gst_video_rate_init), (gst_video_rate_event),
19291         (gst_video_rate_chain), (gst_video_rate_set_property),
19292         (gst_video_rate_get_property), (gst_video_rate_change_state),
19293         (plugin_init):
19294         * gst/videoscale/gstvideoscale.c:
19295         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19296         (gst_video_scale_src_template_factory),
19297         (gst_video_scale_sink_template_factory),
19298         (gst_video_scale_get_type), (gst_video_scale_base_init),
19299         (gst_video_scale_class_init), (gst_video_scale_init),
19300         (gst_video_scale_set_property), (gst_video_scale_get_property),
19301         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19302         (gst_video_scale_prepare_size), (parse_caps),
19303         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19304         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19305         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19306         (plugin_init):
19307         * gst/videoscale/gstvideoscale.h:
19308         * gst/videotestsrc/gstvideotestsrc.c:
19309         (gst_video_test_src_pattern_get_type),
19310         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19311         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19312         (gst_video_test_src_set_pattern),
19313         (gst_video_test_src_set_property),
19314         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19315         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19316         (gst_video_test_src_event), (gst_video_test_src_get_times),
19317         (gst_video_test_src_create), (plugin_init):
19318         * gst/videotestsrc/gstvideotestsrc.h:
19319         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19320         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19321         (gst_video_test_src_black):
19322         * gst/videotestsrc/videotestsrc.h:
19323           borgify further
19324           clean up docs a little
19325
19326 2005-11-30  Wim Taymans  <wim@fluendo.com>
19327
19328         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19329         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19330         (gst_basertppayload_event), (gst_basertppayload_push),
19331         (gst_basertppayload_change_state):
19332         * gst-libs/gst/rtp/gstbasertppayload.h:
19333         closed #320644.
19334
19335 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19336
19337         * docs/libs/gst-plugins-base-libs-docs.sgml:
19338         * docs/libs/gst-plugins-base-libs-sections.txt:
19339         * gst-libs/gst/video/gstvideofilter.c:
19340         * gst-libs/gst/video/gstvideosink.c:
19341         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19342
19343 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19344
19345         * LICENSE:
19346           move
19347         * po/af.po:
19348         * po/az.po:
19349         * po/cs.po:
19350         * po/en_GB.po:
19351         * po/hu.po:
19352         * po/it.po:
19353         * po/nb.po:
19354         * po/nl.po:
19355         * po/or.po:
19356         * po/sq.po:
19357         * po/sr.po:
19358         * po/sv.po:
19359         * po/uk.po:
19360         * po/vi.po:
19361         * Makefile.am:
19362           update
19363         * scripts/autoplugins.sh:
19364           remove
19365
19366 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19367
19368         * Makefile.am:
19369         * configure.ac:
19370         * examples/Makefile.am:
19371         * examples/capsfilter/Makefile.am:
19372         * examples/capsfilter/capsfilter1.c:
19373         * examples/gob/Makefile.am:
19374         * examples/gob/gst-identity2.gob:
19375         * examples/indexing/.cvsignore:
19376         * examples/indexing/Makefile.am:
19377         * examples/indexing/indexmpeg.c:
19378         * examples/seeking/.cvsignore:
19379         * examples/seeking/Makefile.am:
19380         * examples/seeking/cdparanoia.c:
19381         * examples/seeking/cdplayer.c:
19382         * examples/seeking/chained.c:
19383         * examples/seeking/scrubby.c:
19384         * examples/seeking/seek.c:
19385         * examples/stats/Makefile.am:
19386         * examples/stats/mp2ogg.c:
19387         * examples/switch/.cvsignore:
19388         * examples/switch/Makefile.am:
19389         * examples/switch/switcher.c:
19390         * tests/Makefile.am:
19391         * tests/check/generic/.cvsignore:
19392         * tests/check/pipelines/.cvsignore:
19393         * tests/examples/Makefile.am:
19394         * tests/examples/seek/Makefile.am:
19395           reorganize stuff under tests/
19396
19397 2005-11-30  Edward Hervey  <edward@fluendo.com>
19398
19399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19400         Go away you stupid GstStaticPadTemplate memleak.
19401
19402 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19403
19404         * gst-libs/gst/net/Makefile.am:
19405         * gst-libs/gst/net/README:
19406         * gst-libs/gst/net/gstnetbuffer.c:
19407         * gst-libs/gst/net/gstnetbuffer.h:
19408           this was moved to "netbuffer"
19409
19410 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19411
19412         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19413         (gst_video_filter_class_init), (gst_video_filter_init):
19414         * gst-libs/gst/video/gstvideofilter.h:
19415           borgify name to bring in line with other classes
19416
19417 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19418
19419         * gst/audioscale/.cvsignore:
19420         * gst/audioscale/Makefile.am:
19421         * gst/audioscale/README:
19422         * gst/audioscale/audioscale.vcproj:
19423         * gst/audioscale/dtof.c:
19424         * gst/audioscale/dtos.c:
19425         * gst/audioscale/functable.c:
19426         * gst/audioscale/gstaudioscale.c:
19427         * gst/audioscale/gstaudioscale.h:
19428         * gst/audioscale/private.h:
19429         * gst/audioscale/resample.c:
19430         * gst/audioscale/resample.h:
19431         * gst/audioscale/test.c:
19432           remove
19433
19434 2005-11-30  Edward Hervey  <edward@fluendo.com>
19435
19436         * gst-libs/gst/netbuffer/Makefile.am:
19437         really, really tired
19438
19439 2005-11-30  Edward Hervey  <edward@fluendo.com>
19440
19441         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19442         Update for new GstTypeFindFactory _register()
19443
19444 2005-11-30  Edward Hervey  <edward@fluendo.com>
19445
19446         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19447         Let's not override libgstnet from core for no reason...
19448         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19449         Ok, maybe not so quick next time.
19450
19451 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19452
19453         * configure.ac:
19454         * gst-libs/gst/Makefile.am:
19455           moved gst-libs/gst/net to netbuffer through CVS surgery
19456           remove old directory
19457           updating build to accomodate
19458           (#322257)
19459
19460 2005-11-29  Andy Wingo  <wingo@pobox.com>
19461
19462         * pkgconfig/gstreamer-plugins-base.pc.in:
19463         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19464         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19465         (#322257).
19466
19467 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19468
19469         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19470         3rd time's the charm. Correct ref-counting for discarded buffers.
19471
19472 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19473
19474         * gst/playback/gststreamselector.c:
19475         (gst_stream_selector_class_init),
19476         (gst_stream_selector_set_property),
19477         (gst_stream_selector_get_property),
19478         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19479         Fix ref-counting
19480
19481 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19482
19483         * gst/subparse/gstsubparse.c: (feed_textbuf):
19484           Don't access already unref'ed buffer.
19485
19486 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19487
19488         * gst/playback/gststreamselector.c:
19489         (gst_stream_selector_class_init), (gst_stream_selector_init),
19490         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19491         (gst_stream_selector_get_property),
19492         (gst_stream_selector_get_linked_pad),
19493         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19494         * gst/playback/gststreamselector.h:
19495         Add the active-pad property for playbin to use shortly. Ignore buffers
19496         from any other pad, returning GST_FLOW_NOT_LINKED
19497
19498 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19499
19500         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19501         patch from bug #322704 (Alessandro Decina).
19502
19503 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19504
19505         * gst-libs/gst/audio/Makefile.am:
19506           folded audiofilter into the audio library
19507
19508 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19509
19510         * gst/videoscale/gstvideoscale.h:
19511         * gst/videoscale/gstvideoscale.c:
19512           remove unimplemented scale methods
19513
19514 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19515
19516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19517           Don't leak caps.
19518
19519 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19520
19521         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19522         (gst_ximagesink_setcaps):
19523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19524         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19525         happens (only visible on ximagesink but bug is in xv too) set_caps was
19526         destroying the internal x[v]image used to memcpy non locally alloced
19527         buffers so that it got renewed on next _chain. The issue is that 
19528         _expose will try to put that image as it reffed it in _put.
19529         Using gst_buffer_unref instead of destroy fixes it !
19530
19531 2005-11-28  Edward Hervey  <edward@fluendo.com>
19532
19533         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19534         (try_to_link_1), (queue_filled_cb):
19535         Better use of the queues. Start with a small size queue and only increase
19536         the size of the queues when the other queues are empty.
19537
19538 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19539
19540         * gst-libs/gst/video/Makefile.am:
19541           compile in copied-over videofilter into the video library
19542         * gst-libs/gst/video/videosink.h:
19543           rename the header to gstvideosink.h since it's a base GstObject class
19544         * sys/ximage/ximagesink.h:
19545         * sys/xvimage/xvimagesink.h:
19546           use the new header
19547
19548 2005-11-28  Wim Taymans  <wim@fluendo.com>
19549
19550         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19551         * gst/playback/gstplaybasebin.h:
19552         Prepare to handle errors betters.
19553
19554         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19555         Set sinks to PAUSED first before adding and linking them so that
19556         we don't interrupt dataflow.
19557
19558 2005-11-28  Wim Taymans  <wim@fluendo.com>
19559
19560         * gst-libs/gst/audio/TODO:
19561         Updated TODO
19562
19563         * gst-libs/gst/audio/gstaudiosink.c:
19564         (gst_audioringbuffer_open_device),
19565         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19566         (gst_audioringbuffer_release):
19567         Small cleanups.
19568
19569         * gst-libs/gst/audio/gstbaseaudiosink.c:
19570         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19571         (gst_base_audio_sink_change_state):
19572         Slave to the master clock when going to PLAYING and unslave when
19573         going to PAUSED.
19574
19575         * gst-libs/gst/audio/gstringbuffer.c:
19576         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19577         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19578         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19579         (gst_ring_buffer_clear_all), (wait_segment),
19580         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19581         (gst_ring_buffer_advance):
19582         * gst-libs/gst/audio/gstringbuffer.h:
19583         Add some docs and cleanups.
19584
19585 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19586
19587         * sys/xvimage/xvimagesink.c:
19588         (gst_xvimagesink_navigation_send_event): Fix navigation events
19589         coordinates translation with pixel aspect ratios.
19590
19591 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19592
19593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19594         Use calculated video geometry from _setcaps instead of buffer
19595         caps to respect pixel aspect ratio. (fixes #322388)
19596
19597 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19598
19599         * docs/libs/tmpl/gstcolorbalance.sgml:
19600         * docs/libs/tmpl/gstmixer.sgml:
19601         * docs/libs/tmpl/gstxoverlay.sgml:
19602         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19603         interface.
19604
19605 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19606
19607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19608         Refuse to create an XvImage if we can't find the format.
19609
19610 2005-11-28  Edward Hervey  <edward@fluendo.com>
19611
19612         * gst-libs/gst/riff/riff-media.c:
19613         (gst_riff_create_audio_template_caps):
19614         Add ATRAC3 to the list of riff-possible audio caps.
19615         I know we still don't have a plugin for atrac3, but it's saner to output
19616         that than a cryptic mimetype.
19617
19618 2005-11-27  Edward Hervey  <edward@fluendo.com>
19619
19620         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19621         Don't try to create a zero-sized subbuffer.
19622
19623 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19624
19625         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19626         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19627         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19628         (gst_ximagesink_expose): Fixed a tricky race.
19629         * sys/ximage/ximagesink.h:
19630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19631         (gst_xvimagesink_expose): Fixed a tricky race.
19632         * sys/xvimage/xvimagesink.h:
19633
19634 2005-11-27  Edward Hervey  <edward@fluendo.com>
19635
19636         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19637         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19638         Remove unused properties, and add queues between demuxers and decoders
19639         so that a lot more files can preroll properly.
19640
19641 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19642
19643         * gst-libs/gst/net/Makefile.am:
19644         * gst-libs/gst/rtp/Makefile.am:
19645         * gst-libs/gst/tag/Makefile.am:
19646           remove silly include
19647         * gst/tags/Makefile.am:
19648         * gst/tags/gsttagediting.c:
19649         * gst/tags/gsttageditingprivate.h:
19650         * gst/tags/tagedit.vcproj:
19651           remove directory, is as good as empty
19652
19653 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19654
19655         * configure.ac:
19656           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19657         * gst-libs/Makefile.am:
19658         * gst-libs/gst/audio/Makefile.am:
19659         * gst-libs/gst/interfaces/Makefile.am:
19660         * gst-libs/gst/net/Makefile.am:
19661         * gst-libs/gst/riff/Makefile.am:
19662         * gst-libs/gst/rtp/Makefile.am:
19663         * gst-libs/gst/tag/Makefile.am:
19664         * gst-libs/gst/video/Makefile.am:
19665           and use them
19666
19667 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19668
19669         * docs/libs/tmpl/gstcolorbalance.sgml:
19670         * docs/libs/tmpl/gstmixer.sgml:
19671         * docs/libs/tmpl/gstxoverlay.sgml:
19672         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19673         * sys/ximage/ximagesink.h:
19674         * sys/xvimage/xvimagesink.h: More and more documentation.
19675
19676 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19677
19678         * docs/libs/gst-plugins-base-libs-docs.sgml:
19679         * docs/libs/gst-plugins-base-libs-sections.txt:
19680         * docs/libs/tmpl/gstcolorbalance.sgml:
19681         * docs/libs/tmpl/gstmixer.sgml:
19682         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19683         to documentation.
19684
19685 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19686
19687         * docs/plugins/Makefile.am:
19688         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19689         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19690         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19691
19692 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19693
19694         * docs/plugins/Makefile.am:
19695         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19696         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19697         * docs/plugins/inspect/plugin-adder.xml:
19698         * docs/plugins/inspect/plugin-alsa.xml:
19699         * docs/plugins/inspect/plugin-audioconvert.xml:
19700         * docs/plugins/inspect/plugin-audiorate.xml:
19701         * docs/plugins/inspect/plugin-audioresample.xml:
19702         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19703         * docs/plugins/inspect/plugin-decodebin.xml:
19704         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19705         * docs/plugins/inspect/plugin-gnomevfs.xml:
19706         * docs/plugins/inspect/plugin-ogg.xml:
19707         * docs/plugins/inspect/plugin-playbin.xml:
19708         * docs/plugins/inspect/plugin-subparse.xml:
19709         * docs/plugins/inspect/plugin-tcp.xml:
19710         * docs/plugins/inspect/plugin-theora.xml:
19711         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19712         * docs/plugins/inspect/plugin-video4linux.xml:
19713         * docs/plugins/inspect/plugin-videorate.xml:
19714         * docs/plugins/inspect/plugin-videoscale.xml:
19715         * docs/plugins/inspect/plugin-videotestsrc.xml:
19716         * docs/plugins/inspect/plugin-volume.xml:
19717         * docs/plugins/inspect/plugin-vorbis.xml:
19718         * docs/plugins/inspect/plugin-ximagesink.xml:
19719         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19720         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19721
19722 2005-11-26  Edward Hervey  <edward@fluendo.com>
19723
19724         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19725         Properly return GstFlowReturn from gst_pad_push in chain functions.
19726
19727 2005-11-25  Michael Smith  <msmith@fluendo.com>
19728
19729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19730         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19731         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19732         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19733           Handle various conditions better when we don't understand a stream.
19734           Removes a heap of CRITICALs on ogg streams containing unknown data.
19735
19736 2005-11-24  Andy Wingo  <wingo@pobox.com>
19737
19738         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19739         Be threadsafe.
19740
19741 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         * configure.ac: back to HEAD
19744
19745 === release 0.9.6 ===
19746
19747 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19748
19749         * configure.ac:
19750           releasing 0.9.6, "White Eight"
19751
19752 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19753
19754         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19755         * docs/plugins/inspect/plugin-sine.xml:
19756           remove sinesrc some more
19757
19758 2005-11-23  Wim Taymans  <wim@fluendo.com>
19759
19760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19761         If we are reading too slowly, jump forward in the ringbuffer
19762         instead of blocking.
19763
19764 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19765
19766         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19767         (gst_visual_chain):
19768         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19769         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19770         (gst_videorate_chain):
19771         * gst/videotestsrc/gstvideotestsrc.c:
19772         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19773         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19774         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19775         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19777         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19778           Updates for API changes
19779
19780 2005-11-23  Wim Taymans  <wim@fluendo.com>
19781
19782         * gst-libs/gst/audio/gstbaseaudiosink.c:
19783         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19784         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19785         Fix for calibration API change.
19786
19787 2005-11-23  Michael Smith <msmith@fluendo.com>
19788
19789         * gst-libs/gst/audio/multichannel.c:
19790         (gst_audio_get_channel_positions),
19791         (gst_audio_set_channel_positions),
19792         (gst_audio_set_structure_channel_positions_list),
19793         (gst_audio_fixate_channel_positions):
19794           Use gst_value_array_*() functions on value arrays, not
19795           gst_value_list_*().
19796
19797 2005-11-23  Edward Hervey  <edward@fluendo.com>
19798
19799         * autogen.sh:
19800         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19801         Fixes autogen
19802
19803 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19804
19805         * check/Makefile.am:
19806         * check/elements/videotestsrc.c: (setup_videotestsrc),
19807         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19808         (main):
19809           add a test for videotestsrc
19810
19811 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19812
19813         * gst/sine/.cvsignore:
19814         * gst/sine/Makefile.am:
19815         * gst/sine/gstsinesrc.c:
19816         * gst/sine/gstsinesrc.h:
19817         * gst/sine/sinesrc.vcproj:
19818           and remove sinesrc from the repository.  Closes #321446
19819
19820 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19821
19822         * configure.ac:
19823         * gst-plugins-base.spec.in:
19824           remove sinesrc from the build
19825
19826 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19827
19828         * check/Makefile.am:
19829         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19830         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19831         (main):
19832           add a test for audiotestsrc, testing all waves.  Even seems
19833           leak-free at first glance, nice job Stefan
19834
19835 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19836
19837         * po/af.po:
19838         * po/az.po:
19839         * po/cs.po:
19840         * po/en_GB.po:
19841         * po/hu.po:
19842         * po/it.po:
19843         * po/nb.po:
19844         * po/nl.po:
19845         * po/or.po:
19846         * po/sq.po:
19847         * po/sr.po:
19848         * po/sv.po:
19849         * po/uk.po:
19850         * po/vi.po:
19851           Translation string updates
19852
19853         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19854         (gst_v4lsrc_set_caps):
19855         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19856         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19857         * sys/v4l/v4lsrc_calls.h:
19858           Improve v4lsrc, by making it work again.
19859
19860 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19861
19862         * ext/libvisual/visual.c: (gst_visual_chain):
19863           Fix the fps calculations.
19864
19865         * gst/ffmpegcolorspace/avcodec.h:
19866           Move structure element for clarity
19867
19868         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19869         * gst-libs/gst/interfaces/tunernorm.h:
19870         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19871         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19872         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19873         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19874         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19875         (gst_v4lmjpegsrc_getcaps):
19876         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19877         (gst_v4lsrc_set_caps):
19878         * sys/v4l/gstv4lsrc.h:
19879         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19880         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19881         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19882         * sys/v4l/v4lsrc_calls.h:
19883           Fractional framerates...
19884
19885 2005-11-22  Wim Taymans  <wim@fluendo.com>
19886
19887         * gst-libs/gst/audio/gstbaseaudiosink.c:
19888         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19889         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19890         And we provide a clock by default, of course...
19891
19892 2005-11-22  Wim Taymans  <wim@fluendo.com>
19893
19894         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19895         This clock can be slaved to a master clock now.
19896
19897         * gst-libs/gst/audio/gstbaseaudiosink.c:
19898         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19899         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19900         (gst_base_audio_sink_set_clock),
19901         (gst_base_audio_sink_set_property),
19902         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19903         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19904         * gst-libs/gst/audio/gstbaseaudiosink.h:
19905         Handle slaving the internal clock to the clock selected in the
19906         pipeline.
19907         Add property to make the basesink not provide a clock.
19908
19909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19910         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19911         (gst_base_rtp_depayload_wait):
19912         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19913         We can use the clock in GstElement, no need to store it ourselves.
19914
19915 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19916
19917         * docs/libs/tmpl/gstaudio.sgml:
19918           update
19919         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19920         (gst_paranoia_endian_get_type):
19921         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19922         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19923         * gst/audiotestsrc/gstaudiotestsrc.c:
19924         (gst_audiostestsrc_wave_get_type):
19925         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19926         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19927         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19928         (gst_sync_method_get_type), (gst_unit_type_get_type),
19929         (gst_client_status_get_type), (gst_multifdsink_class_init),
19930         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19931         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19932         (gst_multifdsink_get_property):
19933         * gst/tcp/gstmultifdsink.h:
19934         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19935         * gst/videotestsrc/gstvideotestsrc.c:
19936         (gst_videotestsrc_pattern_get_type):
19937           remove deprecated properties
19938           fix up enums to correctly have short lowercase dashed nicks
19939
19940 2005-11-22  Michael Smith <msmith@fluendo.com>
19941
19942         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19943         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19944           Add underscore.
19945
19946 2005-11-22  Michael Smith <msmith@fluendo.com>
19947
19948         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19949         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19950           Use utility method for scaling clocktime for fractional framerates.
19951
19952 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19953
19954         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19955         (gst_visual_chain):
19956         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19957         * ext/theora/theoradec.c: (theora_handle_type_packet):
19958         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19959         (theora_enc_chain):
19960         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19961         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19962         * gst-libs/gst/video/video.h:
19963         * gst/ffmpegcolorspace/avcodec.h:
19964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19965         (gst_ffmpeg_caps_to_pixfmt):
19966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19967         (gst_ffmpegcsp_set_caps):
19968         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19969         (gst_videorate_setcaps), (gst_videorate_blank_data),
19970         (gst_videorate_chain):
19971         * gst/videotestsrc/gstvideotestsrc.c:
19972         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19973         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19974         (gst_videotestsrc_event), (gst_videotestsrc_create):
19975         * gst/videotestsrc/gstvideotestsrc.h:
19976         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19977         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19978         (gst_ximagesink_get_times), (gst_ximagesink_init):
19979         * sys/ximage/ximagesink.h:
19980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19981         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19982         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19983         * sys/xvimage/xvimagesink.h:
19984           Convert elements to use fractions for their framerate.
19985           V4L elements to come later tonight.
19986
19987 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19988
19989         * gst-libs/gst/audio/audio.c:
19990         * gst-libs/gst/audio/audio.h:
19991           remove some deprecated functions
19992
19993 2005-11-22  Andy Wingo  <wingo@pobox.com>
19994
19995         * Update for gst_tag_setter API changes.
19996
19997 2005-11-22  Andy Wingo  <wingo@pobox.com>
19998
19999         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20000         (gst_ogg_demux_perform_seek):
20001         * ext/theora/theoradec.c (theora_dec_sink_event):
20002         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20003         update-funcnames.
20004
20005 2005-11-22  Wim Taymans  <wim@fluendo.com>
20006
20007         * examples/seeking/seek.c: (main):
20008         Give higher priority to bus signals than the gtk events
20009         to fix a race condition in the segment looping.
20010
20011 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20012
20013         * ext/theora/Makefile.am:
20014         * ext/vorbis/Makefile.am:
20015         * gst-libs/gst/tag/Makefile.am:
20016         * gst-plugins-base.spec.in:
20017           Rename libgsttagedit to libgsttag (#322117).
20018
20019 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20020
20021         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20023           Call gst_x_overlay_prepare_xwindow_id() to give applications
20024           a final chance to set their own xwindow id before the video
20025           sink creates its own window.
20026
20027 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20028
20029         * sys/xvimage/xvimagesink.c:
20030         (gst_xvimagesink_navigation_send_event): Handle navigation
20031         events correcly with borders if applicable.
20032
20033 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20034
20035         Patch by: Luca Ognibene
20036
20037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20038         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20040         (gst_ffmpegcsp_caps_remove_format_info):
20041         * gst/ffmpegcolorspace/imgconvert.c:
20042         * gst/ffmpegcolorspace/imgconvert_template.h:
20043           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20044           #318353); use gst_structure_has_name().
20045
20046 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20047
20048         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20049         (gst_ximagesink_class_init): Add debug macros on functions.
20050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20051         (gst_xvimagesink_xwindow_draw_borders),
20052         (gst_xvimagesink_xvimage_put),
20053         (gst_xvimagesink_xwindow_update_geometry),
20054         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20055         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20056         (gst_xvimagesink_xcontext_clear),
20057         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20058         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20059         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20060         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20061         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20062         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20063         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20064         expose while being PAUSED, out of data flow navigation events, etc..
20065
20066 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20067
20068         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20069         * gst-libs/gst/audio/audio.h:
20070           fix prototype - wondering why the test worked regardless
20071
20072 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20073
20074         * check/Makefile.am:
20075         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20076         * gst-libs/gst/audio/audio.h:
20077           add a method that returns a proper GstClockTime
20078
20079 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20080
20081         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20082         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20083         * gst-libs/gst/interfaces/xoverlay.h:
20084           Remove everything having to do with the desired size; add 
20085           gst_x_overlay_prepare_xwindow_id() function; remove the
20086           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20087           post a message on the bus instead (#321816).
20088
20089         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20091         (gst_xvimagesink_xoverlay_init):
20092           Remove desired size stuff (#321816).
20093
20094 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20095
20096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20097         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20098         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20099           Terminate vararg functions with NULL instead of 0 to 
20100           make gcc4 happy.
20101
20102 2005-11-21  Andy Wingo  <wingo@pobox.com>
20103
20104         patch by: Sebastien Cote <sebas642@yahoo.ca>
20105         
20106         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20107         * gst-libs/gst/rtp/gstrtpbuffer.c
20108         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20109
20110 2005-11-21  Andy Wingo  <wingo@pobox.com>
20111
20112         * gst/playback/gstplaybin.c (gen_audio_element) 
20113         (gen_video_element): Use the new MISSING_PLUGIN core error
20114         category. Closes #320060.
20115
20116         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20117         * gst/videorate/gstvideorate.c (gst_videorate_event):
20118         * ext/theora/theoradec.c (theora_dec_sink_event): 
20119         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20120         stream lock.
20121
20122         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20123         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20124         stream lock changes.
20125
20126 2005-11-21  Wim Taymans  <wim@fluendo.com>
20127
20128         * gst-libs/gst/audio/gstbaseaudiosink.c:
20129         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20130         (gst_base_audio_sink_provide_clock),
20131         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20132         (gst_base_audio_sink_change_state):
20133         * gst/audioresample/gstaudioresample.c:
20134         Segment update fix.
20135
20136 2005-11-21  Andy Wingo  <wingo@pobox.com>
20137
20138         * *.h:
20139         * *.c: Ran scripts/update-macros. Oh yes.
20140
20141 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20142
20143         * sys/ximage/Makefile.am:
20144         * sys/ximage/ximage.c:
20145           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20146           remove your old libgstximage.* manually if necessary).
20147
20148 2005-11-21  Michael Smith <msmith@fluendo.com>
20149
20150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20151           Minimal fix for bug #320200: set the min/max bitrate in the correct
20152           units. A better fix would be to upgrade to the RATEMANAGE2
20153           interface, rather than using the deprecated interface used here, but
20154           that would require an update in our libvorbis dependency (to 1.1),
20155           which is probably undesirable.
20156
20157 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20158
20159         * ext/libvisual/visual.c: (get_buffer):
20160         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20161         (gst_base_audio_src_fixate):
20162         * gst/audioconvert/gstaudioconvert.c:
20163         (gst_audio_convert_fixate_caps):
20164         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20165         * gst/audiotestsrc/gstaudiotestsrc.c:
20166         (gst_audiotestsrc_src_fixate):
20167         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20168         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20170         * gst/videotestsrc/gstvideotestsrc.c:
20171         (gst_videotestsrc_src_fixate):
20172         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20174           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20175           (#322027)
20176
20177
20178 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20179
20180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20181         (gst_riff_create_iavs_caps):
20182         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20183         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20184         (gst_riff_parse_info):
20185         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20188           Fixes for GST_FOURCC_FORMAT API change.
20189
20190 2005-11-21  Andy Wingo  <wingo@pobox.com>
20191
20192         patch by: Alessandro Dessina <alessandro nnva org>
20193
20194         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20195         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20196         (gst_ogg_parse_chain):
20197         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20198         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20199         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20200         gst_value_list calls on arrays. Fixes #321962.
20201
20202 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20203
20204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20205         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20206         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20207         * gst/adder/gstadder.c: (gst_adder_init),
20208         (gst_adder_request_new_pad), (gst_adder_collected),
20209         (gst_adder_change_state):
20210           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20211           API change.
20212
20213 2005-11-21  Michael Smith <msmith@fluendo.com>
20214
20215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20216         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20217           Properly handle pad_push return values.
20218
20219 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20220
20221         * gst-libs/gst/tag/Makefile.am:
20222         * gst-libs/gst/tag/gstvorbistag.c:
20223         (gst_tag_list_to_vorbiscomment_buffer):
20224           Remove obsolete vorbistag element and debug category.
20225
20226         * gst/playback/gstplaybasebin.c: (check_queue):
20227           Don't divide by 0 when queue-threshold is 0.
20228
20229         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20230           Don't modify an existing pixel-aspect-ratio if we fail to read
20231           a new one.
20232
20233 2005-11-20  Wim Taymans  <wim@fluendo.com>
20234
20235         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20236         (gst_vorbisenc_push_packet):
20237         GST_PAD_IS_USABLE is gone, use the return value of
20238         the push or pad_alloc_buffer instead.
20239
20240 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20241
20242         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20243         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20244         (gst_ximagesink_ximage_destroy),
20245         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20246         (gst_ximagesink_xwindow_new),
20247         (gst_ximagesink_xwindow_update_geometry),
20248         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20249         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20250         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20251         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20252         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20253         (gst_ximagesink_navigation_send_event),
20254         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20255         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20256         (gst_ximagesink_finalize), (gst_ximagesink_init),
20257         (gst_ximagesink_class_init):
20258         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20259         This new version brings correct software scaling, non flickering
20260         window while resizing, pixel aspect ratio handling, usage of
20261         hardware buffer pools, out of data flow event thread for 
20262         navigation and handling of expose events even when being PAUSED,
20263         a new property to keep video aspect ratio when resizing, etc...
20264
20265 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20266
20267         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20268         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20269         handling of PAR.
20270
20271 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20272
20273         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20274         Unsetting IS_SINK flag from the fakesink, so decodebin
20275         never behaves as a sink.
20276
20277 2005-11-17  Wim Taymans  <wim@fluendo.com>
20278
20279         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20280         (gst_base_audio_src_change_state):
20281         Fix the audiosrc base class again, we did not unflush.
20282
20283 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20284
20285         * examples/seeking/seek.c: (make_dv_pipeline),
20286         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20287         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20288         to ogg/vorbis/theora pipeline.
20289
20290 2005-11-17  Wim Taymans  <wim@fluendo.com>
20291
20292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20293         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20294         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20295         Fix EOS on multiple streams.
20296         More debugging.
20297
20298 2005-11-16  Wim Taymans  <wim@fluendo.com>
20299
20300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20301         (gst_ogg_demux_perform_seek):
20302         Segment done must include stream time.
20303
20304         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20305         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20306         (gst_ogg_mux_change_state):
20307         Fix ogg muxer again.
20308
20309 2005-11-16  Wim Taymans  <wim@fluendo.com>
20310
20311         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20312         Fix compile again.
20313
20314 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20315
20316         * ext/libvisual/visual.c: (gst_visual_init):
20317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20318         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20319         (gst_ogg_parse_chain):
20320         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20321         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20322         * ext/theora/theoradec.c: (gst_theora_dec_init):
20323         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20324         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20325         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20326         * gst/adder/gstadder.c: (gst_adder_class_init),
20327         (gst_adder_dispose):
20328         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20329         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20330         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20331           Fix a whole set of pad template leaks
20332
20333 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20334
20335         * check/generic/states.c: (GST_START_TEST):
20336           fix the test so that it only checks for elements that are part of
20337           this source module
20338
20339 2005-11-16  Michael Smith <msmith@fluendo.com>
20340
20341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20342         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20343         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20344         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20345         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20346         (gst_ogg_mux_change_state):
20347           Fix leaking collectpads.
20348
20349 2005-11-16  Edward Hervey  <edward@fluendo.com>
20350
20351         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20352         (gst_videorate_event), (gst_videorate_chain):
20353         Handle segment seeks
20354
20355 2005-11-16  Wim Taymans  <wim@fluendo.com>
20356
20357         * gst-libs/gst/audio/gstbaseaudiosink.c:
20358         (gst_base_audio_sink_provide_clock),
20359         (gst_base_audio_sink_change_state):
20360         Set ringbuffer to non-flushing when going to PAUSED, set to
20361         flushing again when going to READY.
20362
20363         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20364         (gst_ring_buffer_stop):
20365         Start in flushing mode by default.
20366         Don't set flushing in the _stop method, let the app call
20367         this explicitly.
20368
20369 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20370
20371         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20372         * gst-libs/gst/video/videosink.h: Add helper function needed
20373         for video sinks.
20374
20375 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20376
20377         * gst/videoscale/gstvideoscale.c:
20378         (gst_videoscale_handle_src_event):
20379           Don't leak reference to pad parent.
20380
20381 2005-11-16  Wim Taymans  <wim@fluendo.com>
20382
20383         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20384         Set ringbuffer to flushing when stopping so that we don't
20385         block on wait_segment anymore and livelock.
20386
20387 2005-11-16  Wim Taymans  <wim@fluendo.com>
20388
20389         * examples/seeking/seek.c: (send_event), (do_seek),
20390         (loop_toggle_cb), (segment_done), (main):
20391         Added looping checkbox.
20392
20393 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20394
20395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20396         (gst_ogg_demux_init):
20397         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20398         (gst_vorbis_dec_init):
20399           revert unrefs, they don't pass make check
20400
20401 2005-11-15  Johan Dahlin  <johan@gnome.org>
20402
20403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20404         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20405         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20406         (gst_vorbis_dec_init):
20407         Fix pad template leaks. 
20408
20409 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20410
20411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20412           Make state change function thread safe.
20413
20414 2005-11-15  Edward Hervey  <edward@fluendo.com>
20415
20416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20417         (gst_ogg_demux_class_init):
20418         Implement GstElement::send_event, so we can send seek events
20419         in GST_STATE_READY
20420
20421 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20422
20423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20424         Discovered how to take away flickering while resizing the
20425         window. Please don't put that in ximagesink, refactoring in
20426         progress.
20427
20428 2005-11-14  Michael Smith <msmith@fluendo.com>
20429
20430         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20431         (gst_multifdsink_render):
20432           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20433
20434 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20435
20436         * gst/playback/gstplaybin.c: (gen_audio_element):
20437           Use autoaudiosink, it tends to be more widely available than
20438           autoaudiiosink.
20439           
20440 2005-11-14  Andy Wingo  <wingo@pobox.com>
20441
20442         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20443         as well if it is available. Fixes #316442.
20444
20445 2005-11-14  Michael Smith <msmith@fluendo.com>
20446
20447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20448         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20449         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20450         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20451         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20452         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20453         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20454         (gst_vorbisenc_change_state):
20455           Fix a small memory leak in vorbisenc.
20456           Fix large memory leaks in oggmux, also fix lots of state change
20457           bugs in oggmux.
20458
20459 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20460
20461         * gst/videotestsrc/gstvideotestsrc.c:
20462         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20463         (gst_videotestsrc_src_fixate):
20464           move fixation to a fixate function
20465           remove negotiate function, basesrc's is good enough
20466           fixes a bug for check when using the element alone
20467
20468 2005-11-13  Edward Hervey  <edward@fluendo.com>
20469
20470         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20471         (key_toggle_cb), (main):
20472         Added checkboxes for adding/removing the accurate and key_unit seek
20473         flags.
20474
20475 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20476
20477         * configure.ac: back to HEAD
20478
20479 === release 0.9.5 ===
20480
20481 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20482
20483         * configure.ac:
20484           releasing 0.9.5, "No No Kia"
20485
20486 2005-11-11  Edward Hervey  <edward@fluendo.com>
20487
20488         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20489         Added parse-launch syntax seeking mode for the seeking example.
20490         This should help stress-test even more cases.
20491         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20492
20493 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20494
20495         * sys/xvimage/xvimagesink.c:
20496         (gst_xvimagesink_navigation_send_event):
20497           Check whether peer pad exists before sending navigation events
20498           to it.
20499
20500 2005-11-11  Michael Smith <msmith@fluendo.com>
20501
20502         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20503         (gst_vorbisenc_buffer_from_packet):
20504         * ext/vorbis/vorbisenc.h:
20505           Set duration on encoded buffers. This allows oggmux's
20506           max_page_delay parameter to actually work.
20507
20508 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20509
20510         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20511         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20512         (gst_ffmpegcsp_avpicture_fill):
20513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20514         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20515           Make palettes work again (see #132341). Use our own macros
20516           for rounding up.
20517
20518 2005-11-10  Andy Wingo  <wingo@pobox.com>
20519
20520         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20521         string doober.
20522
20523 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20524
20525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20526         (gst_ffmpegcsp_transform_caps):
20527           Prefer passthrough in transform_caps
20528
20529 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20530
20531         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20532           check for ALSA errors properly, instead of relying on ALSA's
20533           error strings to serve to the user.
20534
20535 2005-11-10  Wim Taymans  <wim@fluendo.com>
20536
20537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20538         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20539         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20540         Modernise the seek code.
20541
20542 2005-11-10  Michael Smith <msmith@fluendo.com>
20543         
20544         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20545         (setup_substreams), (set_active_source):
20546           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20547           trying to go to NULL if we failed to read a file.
20548
20549 2005-11-10  Wim Taymans  <wim@fluendo.com>
20550
20551         * gst/audiotestsrc/gstaudiotestsrc.c:
20552         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20553         (gst_audiotestsrc_create):
20554         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20555         (gst_sinesrc_get_times), (gst_sinesrc_create):
20556         * gst/videotestsrc/gstvideotestsrc.c:
20557         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20558         (gst_videotestsrc_create):
20559         The base class can now sync for us.
20560
20561 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20564           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20565           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20566           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20567           format=(fourcc)I420" ! xvimagesink
20568
20569 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20570
20571         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20572         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20573         (gst_sinesrc_newsegment):
20574           Send newsegment event in TIME format, set duration if
20575           num-buffers is set, fix duration querying.
20576
20577 2005-11-10  Michael Smith <msmith@fluendo.com>
20578
20579         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20580         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20581         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20582         (gst_ogg_mux_collected):
20583          Fix EOS handling, partially. Now forwarding an EOS event once we have
20584          EOS on all pads works correctly. However, we still don't properly set
20585          EOS on the actual ogg stream pages.
20586
20587 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20588
20589         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20590           Set elements to NULL state before disposing of them.
20591
20592 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20593
20594         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20595
20596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20597         (gst_base_rtp_depayload_init),
20598         (gst_base_rtp_depayload_set_gst_timestamp):
20599         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20600           We need to send a newsegment event for each instance, not
20601           just for the first instance of this class (get rid of
20602           static variable in function). (#321011).
20603           
20604 2005-11-08  Michael Smith <msmith@fluendo.com>
20605
20606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20607         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20608         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20609         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20610           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20611           This makes us mux things correctly according to the ogg muxing
20612           rules. Still not handling EOS correctly right now, though.
20613
20614 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20615
20616         * gst/audioconvert/gstaudioconvert.c:
20617           Fix typo in docs. 
20618
20619 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20620
20621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20622         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20623           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20624           creating a new chain; should fix live streaming. Also
20625           add more debug output and fix a typo.
20626
20627 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20628
20629         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20630
20631         * gst/volume/gstvolume.c: (volume_set_caps):
20632           Fix compilation on Solaris with Forte. (#320923)
20633
20634 2005-11-08  Wim Taymans  <wim@fluendo.com>
20635
20636         * gst-libs/gst/audio/gstbaseaudiosink.c:
20637         (gst_base_audio_sink_render):
20638         No need to do a typecheck.
20639
20640 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20641
20642         * ext/alsa/gstalsa.h:
20643           We register a debug category, so let's use it.
20644
20645 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20646
20647         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20648         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20649         Fixed a small problem.
20650
20651 2005-11-04  Wim Taymans  <wim@fluendo.com>
20652
20653         * examples/seeking/Makefile.am:
20654         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20655         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20656         (make_playerbin_pipeline), (format_value), (update_scale),
20657         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20658         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20659         (print_usage), (main):
20660         Added app for playback speed testing.
20661
20662         * examples/seeking/seek.c: (dynamic_link),
20663         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20664         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20665         (message_received), (main):
20666         Updated seek example.
20667
20668 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20669
20670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20671         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20672         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20673         (gst_base_rtp_depayload_set_clock):
20674         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20675         Don't sleep on the bench (system clock) when you have a nice 
20676         comfortable bed (Gstreamer clock) to sleep on.
20677
20678 2005-11-03  Wim Taymans  <wim@fluendo.com>
20679
20680         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20681         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20682         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20683         Handle the case where a pad_block failed.
20684
20685 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20686
20687         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20688
20689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20690         (gst_base_rtp_depayload_add_to_queue),
20691         (gst_base_rtp_depayload_push),
20692         (gst_base_rtp_depayload_set_gst_timestamp),
20693         (gst_base_rtp_depayload_queue_release):
20694           Fixes some bugs in the depayloader's queuing/de-queueing code.
20695
20696 2005-10-31  Michael Smith <msmith@fluendo.com>
20697
20698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20699         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20700         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20701           Patch from Alessandro Decina <alessandro@nnva.org>.
20702           Make oggdemux only find the final time in a chain, not per-pad,
20703           since the per-pad information can be very expensive to locate, and
20704           it isn't used anywhere. This makes reading a file containing
20705           OggSkeleton reasonably fast.
20706           Also, make chain finding work when there are logical bitstreams that
20707           can't be decoded. Fixes #319110.
20708
20709 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20710
20711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20712         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20713         (gst_base_rtp_depayload_chain),
20714         (gst_base_rtp_depayload_add_to_queue),
20715         (gst_base_rtp_depayload_push),
20716         (gst_base_rtp_depayload_set_gst_timestamp),
20717         (gst_base_rtp_depayload_queue_release),
20718         (gst_base_rtp_depayload_start_thread),
20719         (gst_base_rtp_depayload_set_property),
20720         (gst_base_rtp_depayload_get_property):
20721         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20722         Some random fixes, to fullfill the desires of thomas.
20723
20724 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20725
20726         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20727         (gst_base_rtp_depayload_add_to_queue),
20728         (gst_base_rtp_depayload_push):
20729         Fixed the queueing algorithm.
20730
20731 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20732
20733         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20734         (gst_base_rtp_depayload_push):
20735         A small fix
20736
20737 2005-10-31  Wim Taymans  <wim@fluendo.com>
20738
20739         * gst-libs/gst/audio/gstringbuffer.h:
20740         Don't break ABI.
20741
20742         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20743         (gst_ffmpeg_caps_to_pixfmt):
20744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20745         (gst_ffmpegcsp_set_caps):
20746         Some more comments.
20747         Handle missing required caps fields better.
20748
20749 2005-10-31  Wim Taymans  <wim@fluendo.com>
20750
20751         * gst-libs/gst/audio/gstbaseaudiosink.c:
20752         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20753         (gst_base_audio_sink_render):
20754         * gst-libs/gst/audio/gstringbuffer.c:
20755         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20756         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20757         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20758         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20759         (gst_ring_buffer_read):
20760         * gst-libs/gst/audio/gstringbuffer.h:
20761         Add flushing mode to the ringbuffer so that it in all cases does
20762         not try to handle more audio. This makes sure it does not try to
20763         block anymore when flushing and fixes a livelock.
20764
20765 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20766
20767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20768         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20769         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20770           Explicitly check for -1 values before doing a conversion
20771           and always map them to -1. (#315545)
20772
20773 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20774
20775         * gst/playback/gstplaybin.c: (gen_video_element):
20776           first try autovideosink, then xvimagesink, then error out
20777         * po/POTFILES.in:
20778           add translatable file
20779         * po/af.po:
20780         * po/az.po:
20781         * po/cs.po:
20782         * po/en_GB.po:
20783         * po/hu.po:
20784         * po/it.po:
20785         * po/nb.po:
20786         * po/nl.po:
20787         * po/or.po:
20788         * po/sq.po:
20789         * po/sr.po:
20790         * po/sv.po:
20791         * po/uk.po:
20792         * po/vi.po:
20793           update translations
20794
20795 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20796
20797         * gst-libs/gst/rtp/gstbasedepayload.c:
20798         * gst-libs/gst/rtp/gstbasedepayload.h:
20799           Minor cleanups
20800
20801 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20802
20803         * gst/playback/.cvsignore:
20804         * gst/playback/decodetest.c:
20805         * gst/playback/test3.c:
20806           Port these two tests as well.
20807
20808 2005-10-27  Wim Taymans  <wim@fluendo.com>
20809
20810         * ext/theora/theoradec.c: (theora_dec_src_query),
20811         (theora_dec_sink_event):
20812         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20813         (theora_enc_change_state):
20814         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20815         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20816         Take proper locks when handling events.
20817
20818 2005-10-27  Wim Taymans  <wim@fluendo.com>
20819
20820         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20821         (gst_adder_change_state):
20822         Fix timestamps and fix deadlock when stopping the collectpads.
20823
20824 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20825
20826         * gst-libs/gst/rtp/gstrtpbuffer.h:
20827         Declaring the payload types as strings too so that they can be used
20828         in the padtemplate inialization.
20829
20830 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20831
20832         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20833
20834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20835         (gst_base_rtp_depayload_class_init):
20836         Fixes a small but nasty bug. The derived elements no longer segfaults
20837         on finalization.
20838
20839 2005-10-26  Michael Smith <msmith@fluendo.com>
20840
20841         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20842           When clearing an audioconvert context, set tmpbufsize to zero, so
20843           we'll allocate it again later if required.
20844           This fixes audioconvert re-negotiating formats, which previously
20845           segfaulted with a NULL destination buffer.
20846
20847 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20848
20849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20850         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20851         (gst_base_rtp_depayload_set_gst_timestamp),
20852         (gst_base_rtp_depayload_queue_release):
20853         Fixed a smalll memleak.
20854
20855 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20856         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20857         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20858         (gst_base_rtp_depayload_finalize),
20859         (gst_base_rtp_depayload_setcaps),
20860         (gst_base_rtp_depayload_add_to_queue),
20861         (gst_base_rtp_depayload_push),
20862         (gst_base_rtp_depayload_set_gst_timestamp),
20863         (gst_base_rtp_depayload_queue_release),
20864         (gst_base_rtp_depayload_thread),
20865         (gst_base_rtp_depayload_change_state):
20866         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20867         Changed the C++ comments to C comments
20868
20869 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20870
20871         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20872         * gst/tcp/gsttcpclientsrc.h:
20873         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20874         * gst/tcp/gsttcpserversrc.h:
20875           Remove unused 'curoffset' structure member.
20876
20877 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20878
20879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20880         (gst_base_rtp_depayload_base_init),
20881         (gst_base_rtp_depayload_finalize):
20882         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20883         * gst-libs/gst/rtp/gstbasertppayload.h:
20884           The pad-template on the sinkpad should be set by the derived classes.
20885           Also added some useful macros.
20886
20887 2005-10-24  Wim Taymans  <wim@fluendo.com>
20888
20889         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20890         Correctly flush decoder samples even if we could not
20891         copy them to an output buffer. Fixes #319618.
20892
20893 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20894
20895         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20897         the caps against our xcontext caps.
20898
20899 2005-10-24  Wim Taymans  <wim@fluendo.com>
20900
20901         * gst-libs/gst/audio/gstbaseaudiosink.c:
20902         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20903         Remove g_print
20904         Use sync property from baseclass to disable sync.
20905
20906 2005-10-24  Wim Taymans  <wim@fluendo.com>
20907
20908         * gst-libs/gst/audio/gstbaseaudiosink.c:
20909         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20910         Buffers with no timestamps get aligned with previous buffers or
20911         on underrun, played ASAP.
20912
20913 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20914
20915         * gst-libs/gst/video/video.h:
20916         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20917         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20919         here comes my change on caps for framerate and geometry range.
20920         We are now accepting 1 to MAXINT for width and height, and from
20921         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20922         to be blended correctly in videomixer.
20923
20924 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20925
20926         * configure.ac:
20927           back to HEAD
20928
20929 === release 0.9.4 ===
20930
20931 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20932
20933         * NEWS:
20934         * RELEASE:
20935         * configure.ac:
20936           releasing 0.9.4, "Velociraptor"
20937
20938 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20939
20940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20941         * po/POTFILES.in:
20942           STOPPED -> FAILED
20943
20944 2005-10-21  Wim Taymans  <wim@fluendo.com>
20945
20946         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20947         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20948         (pad_blocked), (close_pad_link), (new_pad):
20949         Don't try to remove elements twice.
20950
20951 2005-10-21  Wim Taymans  <wim@fluendo.com>
20952
20953         * ext/theora/theoradec.c: (theora_dec_src_query),
20954         (theora_dec_sink_event):
20955         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20956         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20957         (vorbis_handle_data_packet):
20958         * ext/vorbis/vorbisdec.h:
20959         Fix old naming.
20960
20961         * gst-libs/gst/audio/gstbaseaudiosink.c:
20962         (gst_base_audio_sink_render):
20963         Don't try to sync on buffers without a timestamp.
20964
20965 2005-10-21  Wim Taymans  <wim@fluendo.com>
20966
20967         * ext/theora/theoradec.c: (theora_dec_src_query),
20968         (theora_dec_sink_event):
20969         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20970         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20971         (vorbis_handle_data_packet):
20972         * ext/vorbis/vorbisdec.h:
20973         Fix old naming.
20974
20975 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20976
20977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20978         (gst_vorbisenc_src_query):
20979           Implement position and duration queries.
20980
20981         * gst/playback/test3.c: (update_scale), (main):
20982           Fix for async state changes and print nicer output.
20983
20984 2005-10-20  Wim Taymans  <wim@fluendo.com>
20985
20986         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20987         (dump_element_stats), (main):
20988         * gst/playback/test6.c: (main):
20989         Fix tests again
20990
20991 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20992
20993         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20994         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20995           Don't use functions for position queries when handling
20996           duration queries.
20997
20998 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20999
21000         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21001         (vorbis_handle_data_packet), (vorbis_dec_chain),
21002         (vorbis_dec_change_state):
21003         * ext/vorbis/vorbisdec.h:
21004           Vorbis streams can be embedded in other container formats
21005           than ogg, container formats where the demuxer might set 
21006           timestamps on encoded vorbis buffers instead of those silly 
21007           granulepos thingies. In short: make vorbisdec handle 
21008           timestamps on incoming buffers as well.
21009
21010 2005-10-20  Wim Taymans  <wim@fluendo.com>
21011
21012         * gst/playback/gstplaybasebin.c: (group_destroy),
21013         (gst_play_base_bin_change_state):
21014         Fix leak.
21015         Handle case where playbasebin is now ASYNC because
21016         decodebin is.
21017
21018 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21019
21020         * gst/audioconvert/Makefile.am:
21021         * gst/audioconvert/bufferframesconvert.c:
21022         * gst/audioconvert/plugin.c: (plugin_init):
21023         * gst/audioconvert/plugin.h:
21024           And bye bye buffer-frames-convert
21025
21026 2005-10-19  Wim Taymans  <wim@fluendo.com>
21027
21028         * check/elements/audioconvert.c:
21029         * docs/libs/tmpl/gstaudio.sgml:
21030         * docs/libs/tmpl/gstcolorbalance.sgml:
21031         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21032         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21033         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21034         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21035         * gst-libs/gst/audio/audio.h:
21036         * gst/audioconvert/audioconvert.h:
21037         * gst/audioconvert/gstaudioconvert.c:
21038         (gst_audio_convert_parse_caps):
21039         * gst/volume/gstvolume.c:
21040         Bye bye buffer-frames.
21041
21042 2005-10-19  Wim Taymans  <wim@fluendo.com>
21043
21044         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21045         (query_positions_elems), (query_positions_pads), (update_scale),
21046         (do_seek), (set_update_scale), (message_received), (main):
21047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21048         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21049         (gst_ogg_demux_loop):
21050         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21051         * ext/theora/theoradec.c: (theora_dec_src_query),
21052         (theora_dec_sink_event):
21053         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21054         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21055         * gst/adder/gstadder.c: (gst_adder_query):
21056         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21057         * gst/playback/test3.c: (update_scale):
21058         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21059         (dump_element_stats), (main):
21060         * gst/playback/test6.c: (main):
21061         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21062         Query API update.
21063
21064 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21065
21066         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21067         (xml_check_first_element), (xml_type_find), (smil_type_find),
21068         (plugin_init):
21069           Add typefinding for SMIL and for generic XML. Based on patch by
21070           Akos Maroy (#308663).
21071
21072 2005-10-18  Wim Taymans  <wim@fluendo.com>
21073
21074         * gst/playback/Makefile.am:
21075         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21076         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21077         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21078         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21079         (gst_decode_bin_change_state):
21080         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21081         (gst_play_bin_send_event_to_sink):
21082         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21083         (dump_element_stats), (main):
21084         * gst/playback/test6.c: (main):
21085         Make playbin async, it'll commit state to paused when all streams
21086         are detected.
21087         Remove ugly hack.
21088         Added test6.c to show async behaviour.
21089
21090 2005-10-18  Wim Taymans  <wim@fluendo.com>
21091
21092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21093         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21094         Fix for segment-start/stop API change.
21095
21096 2005-10-18  Wim Taymans  <wim@fluendo.com>
21097
21098         * check/Makefile.am:
21099         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21100         (main):
21101         Add future test for clock selection.
21102
21103 2005-10-18  Wim Taymans  <wim@fluendo.com>
21104
21105         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21106         (gst_alsasink_close):
21107         Set handle to NULL.
21108
21109         * gst-libs/gst/audio/gstringbuffer.c:
21110         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21111         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21112         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21113         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21114         (gst_ring_buffer_read):
21115         More debug info.
21116
21117 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21118
21119         * gst/audiotestsrc/Makefile.am:
21120         * gst/sine/Makefile.am:
21121         * gst/volume/Makefile.am:
21122           fix broken build of controllerized plugins
21123
21124 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21125
21126         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21127
21128         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21129         (gst_riff_create_video_template_caps):
21130           Add support for Indeo-3 (IV32).
21131
21132 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21133
21134         * configure.ac:
21135           rewrite
21136
21137 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21138
21139         * gst-libs/gst/video/video.c: (gst_video_get_size):
21140         * gst/audiotestsrc/gstaudiotestsrc.c:
21141           doc updates
21142
21143 2005-10-17  Andy Wingo  <wingo@pobox.com>
21144
21145         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21146         with the collectpads change.
21147         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21148
21149         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21150
21151         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21152
21153         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21154         alloc_buffer flow return to callers.
21155         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21156         change. Fix some memleaks in theoraenc.
21157
21158         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21159         in strange circumstance.
21160
21161 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21162
21163         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21164         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21165         from caps, let's use the caps...
21166
21167 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21168
21169         * configure.ac:
21170           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21171
21172 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21173
21174         * gst-libs/gst/interfaces/Makefile.am:
21175           fix silly typo
21176
21177 2005-10-16  Andy Wingo  <wingo@pobox.com>
21178
21179         * gst/playback/gstdecodebin.c
21180         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21181         function!
21182         (try_to_link_1): Increase kraziness level.
21183
21184 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21185
21186         * configure.ac:
21187           restructure like the core one
21188         * gst-libs/gst/audio/Makefile.am:
21189         * gst-libs/gst/interfaces/Makefile.am:
21190         * gst-libs/gst/net/Makefile.am:
21191         * gst-libs/gst/riff/Makefile.am:
21192         * gst-libs/gst/rtp/Makefile.am:
21193         * gst-libs/gst/tag/Makefile.am:
21194         * gst-libs/gst/video/Makefile.am:
21195           use correct linker flags, now the libs are properly versioned
21196         * check/elements/audioconvert.c: (verify_convert):
21197         * ext/alsa/gstalsaplugin.c:
21198         * ext/cdparanoia/gstcdparanoia.c:
21199         * ext/gnomevfs/gstgnomevfs.c:
21200         * ext/libvisual/visual.c:
21201         * ext/ogg/gstogg.c:
21202         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21203         * ext/theora/theora.c:
21204         * ext/vorbis/vorbis.c:
21205         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21206         * gst-libs/gst/tag/gsttagediting.c:
21207         * gst-libs/gst/video/video.c:
21208         * gst/adder/gstadder.c:
21209         * gst/audioconvert/plugin.c:
21210         * gst/audiorate/gstaudiorate.c:
21211         * gst/audioresample/gstaudioresample.c:
21212         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21213         * gst/audioscale/gstaudioscale.c:
21214         * gst/audioscale/resample.c:
21215         * gst/audiotestsrc/gstaudiotestsrc.c:
21216         * gst/ffmpegcolorspace/gstffmpeg.c:
21217         * gst/playback/gstdecodebin.c: (close_pad_link):
21218         * gst/playback/gstplaybin.c: (gen_video_element),
21219         (gen_audio_element):
21220         * gst/sine/gstsinesrc.c:
21221         * gst/subparse/gstsubparse.c:
21222         * gst/tags/gsttagediting.c:
21223         * gst/tcp/gsttcpplugin.c:
21224         * gst/typefind/gsttypefindfunctions.c:
21225         * gst/videorate/gstvideorate.c:
21226         * gst/videoscale/gstvideoscale.c:
21227         * gst/videotestsrc/gstvideotestsrc.c:
21228         * gst/volume/gstvolume.c:
21229         * sys/v4l/gstv4l.c:
21230         * sys/ximage/ximage.c:
21231         * sys/xvimage/xvimagesink.c:
21232           fix up defines
21233
21234 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21235
21236         * ext/vorbis/vorbisenc.c:
21237         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21238         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21239         (gst_tag_to_vorbis_comments):
21240           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21241
21242 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21243
21244         * examples/stats/mp2ogg.c:
21245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21246           typo fixes
21247
21248 2005-10-13  Michael Smith <msmith@fluendo.com>
21249
21250         * ext/ogg/gstoggmux.c:
21251           Use magic glib macros to define constants as 64 bit, to ensure
21252           appropriate vararg passing.
21253
21254 2005-10-13  Michael Smith <msmith@fluendo.com>
21255
21256         * ext/ogg/gstoggmux.c:
21257         * gst/audioconvert/audioconvert.c: (float):
21258           Don't use LL suffix, as it's not portable, and neither of these
21259           uses required it anyway.
21260
21261 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21262
21263         * examples/indexing/indexmpeg.c: (main):
21264         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21265         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21266         (cdparanoia_convert), (cdparanoia_query):
21267         * ext/cdparanoia/gstcdparanoia.h:
21268         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21269         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21270         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21271         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21272         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21273         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21274         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21275         (gst_multifdsink_render), (gst_multifdsink_start),
21276         (gst_multifdsink_stop):
21277         * gst/tcp/gstmultifdsink.h:
21278         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21279         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21280         (gst_tcpclientsink_stop):
21281         * gst/tcp/gsttcpclientsink.h:
21282         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21283         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21284         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21285         * gst/tcp/gsttcpclientsrc.h:
21286         * gst/tcp/gsttcpserversink.h:
21287         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21288         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21289         (gst_tcpserversrc_stop):
21290         * gst/tcp/gsttcpserversrc.h:
21291         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21292         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21293         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21294           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21295           moved bitshift from macro to enum definition
21296
21297 2005-10-12  Wim Taymans  <wim@fluendo.com>
21298
21299         * examples/seeking/Makefile.am:
21300         Oops.
21301
21302 2005-10-12  Wim Taymans  <wim@fluendo.com>
21303
21304         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21305         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21306         Don't assert on normal stuff.
21307
21308         * gst/playback/gstplaybin.c: (do_playbin_seek):
21309         API fix.
21310
21311 2005-10-12  Wim Taymans  <wim@fluendo.com>
21312
21313         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21314         * examples/seeking/Makefile.am:
21315         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21316         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21317         (do_seek), (set_update_scale), (message_received), (main):
21318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21319         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21320         Update for _get_state() API change.
21321
21322 2005-10-11  Wim Taymans  <wim@fluendo.com>
21323
21324         * gst-libs/gst/audio/gstbaseaudiosink.c:
21325         (gst_base_audio_sink_render):
21326         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21327         (gst_base_audio_src_create):
21328         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21329         (gst_ring_buffer_read):
21330         Cleanups.
21331         Commit and read from ringbuffer in samples rather than bytes.
21332
21333 2005-10-11  Wim Taymans  <wim@fluendo.com>
21334
21335         * gst-libs/gst/audio/gstbaseaudiosink.c:
21336         (gst_base_audio_sink_render):
21337         Respect segment rate and accum when scheduling samples.
21338
21339 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21340
21341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21342         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21343         EOS correctly, that needs more work.
21344
21345 2005-10-11  Wim Taymans  <wim@fluendo.com>
21346
21347         * check/generic/states.c: (GST_START_TEST):
21348         remove old property.
21349
21350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21351         (gst_ogg_demux_perform_seek):
21352         * ext/theora/theoradec.c: (theora_dec_sink_event):
21353         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21354         (vorbis_handle_data_packet):
21355         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21356         (gst_base_rtp_depayload_set_gst_timestamp):
21357         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21358         Update for newsegment API change.
21359
21360 2005-10-11  Michael Smith <msmith@fluendo.com>
21361
21362         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21363         (do_playbin_seek), (gst_play_bin_send_event):
21364           Override send_event differently, so that we can takes bits of
21365           functionality from GstPipeline (special handling for seeks,
21366           including pausing/resuming, and resetting stream time) and still get
21367           the appropriate behaviour of only forwarding event to a single sink,
21368           rather than all of them.
21369           Unfortunately requires a lot of code duplication, but the
21370           alternatives are equally ugly in the end.
21371
21372 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21373
21374         * check/elements/audioconvert.c: (setup_audioconvert),
21375         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21376         (GST_START_TEST), (audioconvert_suite):
21377           clean up tests a little, fix some leaks.
21378
21379 2005-10-10  Wim Taymans  <wim@fluendo.com>
21380
21381         * ext/alsa/gstalsasink.c:
21382         Also allow unsigned int.
21383
21384         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21385         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21386         Small cleanup
21387
21388 2005-10-10  Wim Taymans  <wim@fluendo.com>
21389
21390         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21391         Small update, use API as stated in design docs.
21392
21393         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21394         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21395         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21396         (message_received), (main):
21397         Updated seek example for GOption. Some usability improvements.
21398
21399 2005-10-10  Wim Taymans  <wim@fluendo.com>
21400
21401         * gst/audioconvert/audioconvert.h:
21402         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21403         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21404         Alloc temp storage somewhere else where we can do it more
21405         portable.
21406
21407 2005-10-10  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21410         (gst_tcpserversrc_start):
21411         Don't block in accept while doing the state change, move
21412         to poll and make cancellable.
21413
21414 2005-10-09  Philippe Khalaf <burger@speedy.org>
21415
21416         * gst-libs/gst/rtp/rtpbasedepayload.c:
21417         Set timestamp and add queue delay to timestamp
21418         * gst-libs/gst/rtp/rtpbuffer.h:
21419         Set correct payload type for h263
21420
21421 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21422
21423         * gst/audiotestsrc/gstaudiotestsrc.c:
21424         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21425         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21426         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21427         (gst_audiotestsrc_create_triangle),
21428         (gst_audiotestsrc_create_silence),
21429         (gst_audiotestsrc_create_white_noise),
21430         (gst_audiotestsrc_init_pink_noise),
21431         (gst_audiotestsrc_generate_pink_noise_value),
21432         (gst_audiotestsrc_create_pink_noise),
21433         (gst_audiotestsrc_change_wave):
21434         * gst/audiotestsrc/gstaudiotestsrc.h:
21435           fixed typo, added pink noise
21436
21437 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21438
21439         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21440         (plugin_init):
21441           Add wavpack and spc typefind functions from 0.8 branch.
21442
21443 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21444
21445         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21446         (ar_type_find), (msdos_type_find), (plugin_init):
21447           Add typefind functions for tar archives, ar archives,
21448           RAR archives, and msdos-executables (dlls, exe, etc.).
21449           Some of those would be wrongly identified as mpeg
21450           streams of some sort before (#315550).
21451
21452 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21453
21454         * configure.ac:
21455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21457         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21458         * gst/audiotestsrc/Makefile.am:
21459         * gst/audiotestsrc/gstaudiotestsrc.c:
21460         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21461         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21462         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21463         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21464         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21465         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21466         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21467         (gst_audiotestsrc_create_silence),
21468         (gst_audiotestsrc_create_white_noise),
21469         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21470         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21471         (gst_audiotestsrc_start), (plugin_init):
21472         * gst/audiotestsrc/gstaudiotestsrc.h:
21473           add new plugin and element
21474         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21475           use gobject_class
21476
21477 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21478
21479         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21480         (gst_adder_init), (gst_adder_request_new_pad),
21481         (gst_adder_change_state):
21482           Add query function to source pad, so adder reports the correct
21483           time/sample position when queried (#315457); fix state change
21484           function; use GST_DEBUG_FUNCPTR() for pad functions.
21485
21486 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21487
21488         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21489           Fix leaks in typefind registration
21490           Clean up the gratuitous commenting and whitespacing a little
21491
21492 2005-10-08  Wim Taymans  <wim@fluendo.com>
21493
21494         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21495         Only actually wait for the thread to be stopped if it's 
21496         running.
21497
21498 2005-10-08  Wim Taymans  <wim@fluendo.com>
21499
21500         * gst-libs/gst/audio/gstbaseaudiosink.c:
21501         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21502         If we receive EOS we can start playback of what we had.
21503
21504 2005-10-08  Wim Taymans  <wim@fluendo.com>
21505
21506         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21507         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21508         (gst_multifdsink_stop):
21509         Fix crasher when going to NULL multiple times.
21510
21511 2005-10-06  Wim Taymans  <wim@fluendo.com>
21512
21513         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21514         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21515         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21517         patch from Edgard Lima <edgard.lima@indt.org.br>
21518         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21519
21520 2005-10-06  Wim Taymans  <wim@fluendo.com>
21521
21522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21523         Report the FLOW_RETURN as string in the error message.
21524
21525         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21526         Don't assert when clearing an unnegotiated buffer.
21527
21528 2005-10-04  Michael Smith <msmith@fluendo.com>
21529
21530         * gst/playback/gstplaybasebin.c: (group_destroy),
21531         (gen_preroll_element), (remove_groups), (setup_source):
21532         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21533         (setup_sinks), (gst_play_bin_send_event),
21534         (gst_play_bin_change_state):
21535           Set state to NULL before removing from bin. Fix refcounting.
21536
21537 2005-10-04  Michael Smith <msmith@fluendo.com>
21538
21539         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21540           Correct refcounting in send_event() function. Previously was wrong
21541           if the first sink was unable to handle the event.
21542
21543 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21544
21545         * configure.ac:
21546           back to development
21547
21548 === release 0.9.3 ===
21549
21550 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21551
21552         * configure.ac:
21553           Releasing 0.9.3, "De Facto"
21554
21555 2005-10-03  Andy Wingo  <wingo@pobox.com>
21556
21557         * gst/playback/gstdecodebin.c (try_to_link_1)
21558         (remove_element_chain): set element to NULL before removing it.
21559
21560 2005-10-02  Johan Dahlin  <johan@gnome.org>
21561
21562         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21563         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21564         MT safe.
21565
21566 2005-10-02  Andy Wingo  <wingo@pobox.com>
21567
21568         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21569         (gst_ring_buffer_prepare_read): 
21570         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21571         Demote to LOG.
21572
21573 2005-09-29  Wim Taymans  <wim@fluendo.com>
21574
21575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21576         * ext/theora/theoradec.c: (theora_handle_data_packet):
21577         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21578         Propagate error codes from alloc_buffer too.
21579
21580 2005-09-29  Wim Taymans  <wim@fluendo.com>
21581
21582         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21583         We use fixed caps.
21584
21585         * gst/playback/Makefile.am:
21586         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21587         (dump_element_stats), (main):
21588         Added example stream introspection code.
21589
21590 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21591
21592         * gst/adder/gstadder.c: (gst_adder_collected):
21593           fix adder for float elements
21594
21595 2005-09-28  Wim Taymans  <wim@fluendo.com>
21596
21597         * gst-libs/gst/audio/gstbaseaudiosink.c:
21598         (gst_base_audio_sink_class_init),
21599         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21600         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21601         (gst_base_audio_src_class_init),
21602         (gst_base_audio_src_provide_clock):
21603         get_clock -> provide_clock
21604
21605 2005-09-28  Andy Wingo  <wingo@pobox.com>
21606
21607         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21608         and unlocking.
21609
21610         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21611         unlocking.
21612
21613         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21614         Actually add the pad template.
21615         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21616
21617         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21618         I'm at it...
21619
21620         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21621         from fdsrc. Get caps in create() instead of start() so it can be
21622         interrupted. Interruption somewhat untested.
21623
21624         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21625         Proper EOS handling.
21626
21627 2005-09-27  Andy Wingo  <wingo@pobox.com>
21628
21629         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21630
21631         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21632
21633         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21634
21635         * gst/tcp/gsttcp.h: 
21636         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21637         out of tcpclientsrc.c. Cancellable.
21638         (gst_tcp_socket_read): Made private, cancellable, with better
21639         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21640         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21641         whole buffer, and better diagnostics.
21642         (gst_tcp_gdp_read_caps): Same.
21643
21644         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21645
21646 2005-09-26  Andy Wingo  <wingo@pobox.com>
21647
21648         * gst/sine/gstsinesrc.h:
21649         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21650         change the 'sync' property to 'is-live' and implement it halfway,
21651         update for controller api change.
21652
21653         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21654         controller api change.
21655
21656 2005-09-24  Wim Taymans  <wim@fluendo.com>
21657
21658         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21659         * gst-libs/gst/audio/gstaudiosink.c:
21660         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21661         (gst_audioringbuffer_stop):
21662         * gst-libs/gst/audio/gstbaseaudiosink.c:
21663         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21664         (gst_base_audio_sink_change_state):
21665         * gst-libs/gst/audio/gstbaseaudiosink.h:
21666         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21667         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21668         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21669         * gst-libs/gst/audio/gstringbuffer.h:
21670         Fix sync again. Moved sample alignment to basesink.
21671
21672 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21673
21674         * docs/plugins/Makefile.am:
21675         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21676         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21677         * gst/volume/gstvolume.c:
21678           add/fix docs
21679         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21680         * gst-libs/gst/audio/audio.h:
21681           add conversion macros for frames <-> clocktime
21682
21683 2005-09-23  David Schleef  <ds@schleef.org>
21684
21685         * gst/audioresample/Makefile.am:
21686         * gst/audioresample/debug.h:
21687         * gst/audioresample/gstaudioresample.c:
21688         * gst/audioresample/resample.c: Convert to using gst debugging
21689
21690 2005-09-22  Wim Taymans  <wim@fluendo.com>
21691
21692         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21693         (gst_play_bin_send_event):
21694         Only seek on one sink, the first one that succeeds.
21695
21696 2005-09-22  Michael Smith <msmith@fluendo.com>
21697
21698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21699         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21700         Don't flush encoder state unless we have an initialised encoder.
21701         Clear out encoder state on PAUSED_TO_READY.
21702
21703 2005-09-22  Wim Taymans  <wim@fluendo.com>
21704
21705         * gst-libs/gst/rtp/gstbasertppayload.c:
21706         (gst_basertppayload_class_init), (gst_basertppayload_init),
21707         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21708         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21709         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21710         (gst_basertppayload_set_property),
21711         (gst_basertppayload_get_property),
21712         (gst_basertppayload_change_state):
21713         * gst-libs/gst/rtp/gstbasertppayload.h:
21714         Added max-ptime to control amount of data in the rtp packets.
21715
21716 2005-09-21  Andy Wingo  <wingo@pobox.com>
21717
21718         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21719         thingies.
21720
21721         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21722         can be called multiple times, dogs.
21723
21724 2005-09-21  Wim Taymans  <wim@fluendo.com>
21725
21726         * gst-libs/gst/rtp/gstbasertppayload.c:
21727         (gst_basertppayload_class_init), (gst_basertppayload_init),
21728         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21729         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21730         (gst_basertppayload_push), (gst_basertppayload_get_property),
21731         (gst_basertppayload_change_state):
21732         Allow 0 ssrc too.
21733
21734 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21735
21736         * docs/libs/compiling.sgml:
21737           fixing typos
21738
21739 2005-09-20  Wim Taymans  <wim@fluendo.com>
21740
21741         * gst-libs/gst/rtp/gstbasertppayload.c:
21742         (gst_basertppayload_class_init), (gst_basertppayload_init),
21743         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21744         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21745         (gst_basertppayload_push), (gst_basertppayload_set_property),
21746         (gst_basertppayload_get_property),
21747         (gst_basertppayload_change_state):
21748         * gst-libs/gst/rtp/gstbasertppayload.h:
21749         Added property to configure sequence number offsets.
21750
21751 2005-09-20  Wim Taymans  <wim@fluendo.com>
21752
21753         * gst-libs/gst/rtp/gstbasertppayload.c:
21754         (gst_basertppayload_class_init), (gst_basertppayload_init),
21755         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21756         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21757         (gst_basertppayload_push), (gst_basertppayload_set_property),
21758         (gst_basertppayload_get_property),
21759         (gst_basertppayload_change_state):
21760         * gst-libs/gst/rtp/gstbasertppayload.h:
21761         Make timestamp offset configurable.
21762
21763 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21766           fix wrong pop/unref
21767
21768 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21769
21770         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21771
21772         * gst-libs/gst/interfaces/propertyprobe.c:
21773         (gst_property_probe_probe_property_name),
21774         (gst_property_probe_needs_probe_name),
21775         (gst_property_probe_get_values_name),
21776         (gst_property_probe_probe_and_get_values_name):
21777           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21778           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21779
21780 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21781
21782         * check/Makefile.am:
21783           have some tests be disabled for valgrinding
21784         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21785         (GST_START_TEST):
21786         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21787           Fix A Leak.  Chain To Parent Finalize.
21788
21789 2005-09-19  Wim Taymans  <wim@fluendo.com>
21790
21791         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21792         Fixed wav pipeline.
21793
21794 2005-09-19  Wim Taymans  <wim@fluendo.com>
21795
21796         * gst-libs/gst/rtp/gstbasertppayload.c:
21797         (gst_basertppayload_class_init), (gst_basertppayload_init),
21798         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21799         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21800         (gst_basertppayload_push), (gst_basertppayload_get_property),
21801         (gst_basertppayload_change_state):
21802         Posting ERROR and WARNING messages is good.
21803
21804 2005-09-19  Wim Taymans  <wim@fluendo.com>
21805
21806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21807         (gst_base_rtp_depayload_add_to_queue),
21808         (gst_base_rtp_depayload_push),
21809         (gst_base_rtp_depayload_set_gst_timestamp),
21810         (gst_base_rtp_depayload_queue_release):
21811         This one was not supposed to go in.
21812
21813 2005-09-19  Wim Taymans  <wim@fluendo.com>
21814
21815         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21816         Fix for bus API.
21817
21818         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21819         (gst_base_rtp_depayload_chain),
21820         (gst_base_rtp_depayload_add_to_queue),
21821         (gst_base_rtp_depayload_push),
21822         (gst_base_rtp_depayload_set_gst_timestamp),
21823         (gst_base_rtp_depayload_queue_release):
21824         Some cleanups.
21825
21826         * gst-libs/gst/rtp/gstbasertppayload.c:
21827         (gst_basertppayload_class_init), (gst_basertppayload_init),
21828         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21829         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21830         (gst_basertppayload_get_property),
21831         (gst_basertppayload_change_state):
21832         Added debugging category.
21833
21834 2005-09-18  David Schleef  <ds@schleef.org>
21835
21836         * gst/playback/gstdecodebin.c: free plugin list correctly
21837         * gst/playback/gstplaybin.c: emit warning if autovideosink
21838           and autoaudiosink can't be found (instead of segfaulting)
21839
21840 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21841
21842         * check/elements/audioconvert.c: (GST_START_TEST):
21843           try out 24 bit conversion
21844
21845 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21846
21847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21848         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21849         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21850         * ext/vorbis/vorbisenc.h:
21851           Fix EOS handling.  Still needs a fix in the ogg muxer to
21852           mark the last page as eos.
21853
21854 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21855
21856         * common/gtk-doc-plugins.mak:
21857         * docs/plugins/Makefile.am:
21858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21859         * gst/ffmpegcolorspace/Makefile.am:
21860         * gst/ffmpegcolorspace/avcodec.h:
21861         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21862         * gst/tcp/gstmultifdsink.c:
21863           fix up ffmpegcolorspace docs; extract header
21864
21865 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21866
21867         * common/gtk-doc-plugins.mak:
21868         * docs/plugins/Makefile.am:
21869         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21870         * ext/theora/Makefile.am:
21871         * ext/theora/gsttheoraenc.h:
21872         * ext/theora/theoraenc.c:
21873         * ext/vorbis/vorbisenc.c:
21874           pick up signals and args for vorbis; add some docs for vorbis
21875
21876 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * common/gstdoc-scangobj:
21879         * common/gtk-doc-plugins.mak:
21880         * docs/libs/Makefile.am:
21881         * docs/plugins/gst-plugins-base-plugins.args:
21882         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21883         * docs/plugins/gst-plugins-base-plugins.interfaces:
21884         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21885         * docs/plugins/gst-plugins-base-plugins.signals:
21886           only scanobj stuff from our source module.  Not sure yet
21887           if that's correct, given the hierarchy stuff :)
21888
21889 2005-09-15  Wim Taymans  <wim@fluendo.com>
21890
21891         * gst/audioconvert/gstaudioconvert.c:
21892         And enable 24 bits mode as well..
21893
21894 2005-09-15  Wim Taymans  <wim@fluendo.com>
21895
21896         * gst-libs/gst/rtp/Makefile.am:
21897         * gst-libs/gst/rtp/gstbasertppayload.c:
21898         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21899         (gst_basertppayload_class_init), (gst_basertppayload_init),
21900         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21901         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21902         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21903         (gst_basertppayload_set_property),
21904         (gst_basertppayload_get_property),
21905         (gst_basertppayload_change_state):
21906         * gst-libs/gst/rtp/gstbasertppayload.h:
21907         Added rtp payloader base class.
21908
21909 2005-09-15  Andy Wingo  <wingo@pobox.com>
21910
21911         * configure.ac (plugindir): Remove the EOL matcher from the
21912         regexp, as it causes me problems. Libtool? Make? Who knows?
21913
21914 2005-09-14  David Schleef  <ds@schleef.org>
21915
21916         * check/generic/states.c: 
21917         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21918         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21919           Fixes for changes in registry API.
21920
21921         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21922           to GST_PLUGIN_LDFLAGS.
21923         * ext/libvisual/visual.c: Make the library shut up.
21924         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21925         * gst-libs/gst/audio/gstaudiofilter.c: same
21926
21927 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21928
21929         * docs/plugins/Makefile.am:
21930         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21931         * docs/plugins/inspect/plugin-libvisual.xml:
21932         * docs/plugins/tmpl/element-tcpserversink.sgml:
21933         * ext/theora/theoraenc.c:
21934           add libvisual plugin and theoraenc element to docs
21935
21936 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21937
21938         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21939         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21940         * ext/theora/theoraenc.c:
21941           add theoraenc
21942
21943 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21944
21945         * gst/audioconvert/Makefile.am:
21946           Audioconvert derives from GstBaseTransform and should
21947           link to the library with our base elements to avoid
21948           unresolved symbols. Makes things work with MinGW (#316160)
21949
21950         * gst/playback/test4.c: (main):
21951           Fix MinGW build problem and use g_usleep() instead of 
21952           sleep() (#316162)
21953
21954 2005-09-12  Wim Taymans  <wim@fluendo.com>
21955
21956         * gst/audioconvert/audioconvert.c: (float),
21957         (audio_convert_prepare_context), (audio_convert_convert):
21958         * gst/audioconvert/audioconvert.h:
21959         Cleanups, speedups, simplifications, added back support
21960         for 24 bits.
21961
21962 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21963
21964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21965         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21966         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21967         * docs/plugins/tmpl/element-tcpserversink.sgml:
21968         * gst/ffmpegcolorspace/gstffmpeg.c:
21969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21970         * gst/videotestsrc/gstvideotestsrc.c:
21971         * gst/volume/gstvolume.c:
21972           add more elements to the docs
21973
21974 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21975
21976         * check/Makefile.am:
21977         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21978         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21979           Add extra tests for basetransform based components. 
21980           Comment out the test_element_negotiation test until we decide
21981           if it's testing correct behaviour.
21982         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21983         (gst_visual_chain), (gst_visual_change_state):
21984           Slightly more correct but still bogus timestamping.
21985           Fix state change function.
21986         * gst/audioconvert/gstaudioconvert.c:
21987         (gst_audio_convert_class_init):
21988         * gst/audioresample/gstaudioresample.c:
21989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21990         (gst_ffmpegcsp_class_init):
21991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21992         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21993         (gst_videoscale_prepare_image):
21994         * gst/volume/gstvolume.c: (gst_volume_class_init),
21995         (volume_transform_ip):
21996           Basetransform updates. Enable passthrough modes.
21997         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21998         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21999         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22000           Negotiation fix that allows the window to return to the original
22001           size and renegotiate passthrough upstream. Extra debug output.
22002
22003 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22004
22005         * gst/sine/gstsinesrc.c:
22006         * gst/volume/gstvolume.c:
22007           fix up header include
22008
22009 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22010
22011         * gst-libs/gst/audio/gstbaseaudiosink.c:
22012         (gst_base_audio_sink_render):
22013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22014         * gst/volume/gstvolume.c: (gst_volume_class_init),
22015         (volume_transform):
22016           fixing lost sync, some more debugging
22017
22018 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22019
22020         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22021         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22022         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22023         (gst_xvimagesink_check_xshm_calls):
22024           Fix compilation when XShm is not available.
22025
22026 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22027
22028         * ext/libvisual/visual.c: (gst_visual_dispose),
22029         (gst_visual_getcaps), (gst_visual_src_setcaps),
22030         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22031         (gst_visual_change_state):
22032           Finish fixing up libvisual plugin so that it runs. 
22033
22034 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22035
22036         * ext/vorbis/vorbisenc.c:
22037         * gst-libs/gst/tag/gstvorbistag.c:
22038           gsttaginterface.h -> gsttagsetter.h
22039
22040 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22041
22042         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22043           added another test that failes for me (test is not active by default)
22044
22045 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22046
22047         * configure.ac:
22048           v4l2 is no longer in gst-plugins-base
22049
22050 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22051
22052         * configure.ac:
22053           In the output at the end, don't show the first plugin on the same
22054           line as "Core plug-ins, always built:".
22055           Indent the output as for other plugin categories
22056         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22057           #define that can be used to not use peer buffer_alloc functions for
22058           test purposes.
22059         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22060         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22061         (gst_ximagesink_show_frame):
22062         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22063         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22064         (gst_xvimagesink_show_frame):
22065           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22066           fails gracefully instead of XError aborting or deadlocking.
22067
22068 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22069
22070         * ext/libvisual/Makefile.am:
22071           link against gst-base-libs
22072
22073 2005-09-06  David Schleef  <ds@schleef.org>
22074
22075         * configure.ac: Enable libvisual plugin.
22076         * ext/libvisual/Makefile.am:
22077         * ext/libvisual/visual.c: Fixes to make it compile.
22078
22079 === release 0.9.2 ===
22080
22081 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22082
22083         * NEWS:
22084         * RELEASE:
22085         * configure.ac:
22086         * docs/random/ChangeLog-0.8:
22087           releasing 0.9.2, "Spoon"
22088
22089 2005-09-05  Michael Smith <msmith@fluendo.com>
22090
22091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22092           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22093           that in the vorbisenc element.
22094
22095 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22096
22097         * common/gtk-doc-plugins.mak:
22098         * docs/plugins/Makefile.am:
22099           fix distcheck
22100         * gst/audioresample/resample.c:
22101           fix wrong docstring
22102
22103 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22104
22105         * common/gst-xmlinspect.py:
22106         * common/gtk-doc-plugins.mak:
22107           only inspect plugins for this given package
22108           require gst-python 0.9
22109
22110 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22111
22112         * Makefile.am:
22113         * autogen.sh:
22114         * common/gst-xmlinspect.py:
22115         * configure.ac:
22116         * docs/Makefile.am:
22117         * docs/plugins/inspect/plugin-alsa.xml:
22118         * docs/plugins/inspect/plugin-audioresample.xml:
22119         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22120         * docs/plugins/inspect/plugin-ogg.xml:
22121         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22122         * docs/plugins/tmpl/element-multifdsink.sgml:
22123         * docs/plugins/tmpl/element-tcpserversink.sgml:
22124         * docs/plugins/tmpl/element-vorbisenc.sgml:
22125         * gst-plugins-base.spec.in:
22126           various doc-related updates
22127
22128 2005-08-31  Wim Taymans  <wim@fluendo.com>
22129
22130         * gst-libs/gst/audio/gstbaseaudiosink.c:
22131         (gst_base_audio_sink_render):
22132         Resync if the buffer timestamps drift more than a 10th 
22133         of a second.
22134
22135 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22136
22137         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22138         (gst_v4lsrc_get_property):
22139           The 'timestamp-offset' property is registered as an int64, so
22140           let's use g_value_{set|get}_int64() in our setter and getter
22141           functions (makes it work and fixes warnings with gst-inspect).
22142
22143 2005-08-30  Wim Taymans  <wim@fluendo.com>
22144
22145         * check/elements/audioconvert.c: (setup_audioconvert):
22146         * check/elements/audioresample.c: (setup_audioresample):
22147         * check/elements/volume.c: (setup_volume):
22148         Fix checks.
22149
22150 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22151
22152         * common/gtk-doc-plugins.mak:
22153         * common/plugins.xsl:
22154         * docs/plugins/Makefile.am:
22155           make module a param
22156
22157 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22158
22159         * examples/seeking/seek.c: (make_mp3_pipeline),
22160         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22161         (play_cb), (pause_cb), (stop_cb):
22162           update the example
22163
22164 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22165
22166         * gst/volume/gstvolume.c: (gst_volume_class_init),
22167         (volume_transform):
22168           do not update controlled params, if buffer has no timestamp
22169
22170 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22171
22172         * configure.ac:
22173         * gst/sine/Makefile.am:
22174         * gst/volume/Makefile.am:
22175           controllerized elements also need to link against controller-libs ;)
22176
22177 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22178
22179         * docs/libs/tmpl/gstcolorbalance.sgml:
22180         * docs/libs/tmpl/gstgconf.sgml:
22181         * docs/libs/tmpl/gstmixer.sgml:
22182         * docs/libs/tmpl/gstringbuffer.sgml:
22183         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22184         (gst_sinesrc_create):
22185         * gst/volume/gstvolume.c: (gst_volume_class_init),
22186         (volume_transform):
22187           controllerized two audio plugins
22188
22189 2005-08-29  Andy Wingo  <wingo@pobox.com>
22190
22191         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22192         (vorbis_handle_data_packet): Fix some int overflow errors.
22193
22194         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22195         -1.
22196         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22197         valid.
22198         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22199         if it's valid. Fixed streaming-mode playback.
22200
22201         * check/elements/volume.c (cleanup_volume): Fix for running
22202         CK_FORK=no.
22203
22204         * check/elements/audioconvert.c: Convert from native endian, not
22205         little endian.
22206
22207 2005-08-29  Michael Smith <msmith@fluendo.com>
22208
22209         * ext/ogg/Makefile.am:
22210         * ext/ogg/gstogg.c: (plugin_init):
22211         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22212         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22213         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22214         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22215         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22216         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22217         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22218         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22219         Add an ogg parser element.
22220
22221 2005-08-28  Andy Wingo  <wingo@pobox.com>
22222
22223         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22224
22225 2005-08-26  Wim Taymans  <wim@fluendo.com>
22226
22227         * gst/audioconvert/audioconvert.c: (if), (float),
22228         (audio_convert_get_func_index), (check_default),
22229         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22230         (audio_convert_clean_context), (audio_convert_get_sizes),
22231         (audio_convert_convert):
22232         Cleanups.
22233
22234 2005-08-26  Wim Taymans  <wim@fluendo.com>
22235
22236         * gst/audioconvert/audioconvert.c: (if), (float),
22237         (audio_convert_get_func_index), (check_default),
22238         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22239         (audio_convert_clean_context), (audio_convert_get_sizes),
22240         (audio_convert_convert):
22241         More elegant and working temp buffer selection algo.
22242
22243 2005-08-26  Wim Taymans  <wim@fluendo.com>
22244
22245         * gst/audioconvert/audioconvert.c: (if), (float),
22246         (audio_convert_get_func_index), (check_default),
22247         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22248         (audio_convert_clean_context), (audio_convert_get_sizes),
22249         (get_temp_buffer), (audio_convert_convert):
22250         Use realloc else we lose our original data.
22251
22252 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22253
22254         * gst/audioresample/gstaudioresample.c:
22255           use base class' newsegment to properly timestamp
22256
22257 2005-08-26  Wim Taymans  <wim@fluendo.com>
22258
22259         * gst/audioconvert/audioconvert.c: (if), (float),
22260         (audio_convert_get_func_index), (check_default),
22261         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22262         (audio_convert_clean_context), (audio_convert_get_sizes),
22263         (get_temp_buffer), (audio_convert_convert):
22264         * gst/audioconvert/gstaudioconvert.c:
22265         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22266         (gst_audio_convert_transform_caps),
22267         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22268         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22269         Oops, allocate enough space to perform the channel mix.
22270
22271 2005-08-26  Wim Taymans  <wim@fluendo.com>
22272
22273         * gst/audioconvert/Makefile.am:
22274         * gst/audioconvert/audioconvert.c: (if), (float),
22275         (audio_convert_get_func_index), (check_default),
22276         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22277         (audio_convert_clean_context), (audio_convert_get_sizes),
22278         (get_temp_buffer), (audio_convert_convert):
22279         * gst/audioconvert/audioconvert.h:
22280         * gst/audioconvert/gstaudioconvert.c:
22281         (gst_audio_convert_class_init), (gst_audio_convert_init),
22282         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22283         (gst_audio_convert_get_unit_size),
22284         (gst_audio_convert_transform_caps),
22285         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22286         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22287         * gst/audioconvert/gstaudioconvert.h:
22288         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22289         (gst_channel_mix_fill_identical),
22290         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22291         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22292         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22293         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22294         (gst_channel_mix_mix):
22295         * gst/audioconvert/gstchannelmix.h:
22296         Cleanups, librarify a bit, optimize, better negotiation and more.
22297
22298 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22299
22300         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22301         Another from MikeS:
22302         During typefinding, don't support negative offsets
22303         (offsets from the end of the stream) in our typefind->peek() function
22304         - nothing embedded in ogg ever needs them. However, we need to recognise
22305         those requests and reject them, otherwise we return invalid pointers.
22306
22307 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22308
22309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22310         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22311         (vorbisdec_finalize), (vorbis_handle_type_packet):
22312           Big shout-out to MikeS for fixing this giant memory leak.
22313           Huzzah!
22314
22315 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22316
22317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22318         (audio_convert_get_unit_size):
22319           plug some leaks
22320
22321 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22322
22323         * check/Makefile.am:
22324         * check/elements/audioconvert.c: (setup_audioconvert),
22325         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22326         (GST_START_TEST), (audioconvert_suite), (main):
22327           add a test for audioconvert
22328         * gst/audioresample/gstaudioresample.c:
22329         * gst/audioresample/gstaudioresample.h:
22330           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22331           note that for buffers of 1/3 sec this means DURATION(c) is 
22332           one nanosecond more than for a and b
22333
22334 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22335
22336         * check/Makefile.am:
22337         * check/elements/audioresample.c: (setup_audioresample),
22338         (cleanup_audioresample), (fail_unless_perfect_stream),
22339         (test_perfect_stream_instance), (GST_START_TEST),
22340           add a check for audioresample
22341         (audioresample_suite), (main):
22342         * check/elements/volume.c: (GST_START_TEST):
22343           remove unused method
22344         * gst/audioresample/gstaudioresample.c:
22345           set correct buffer parameters since we're changing them
22346         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22347           add some debug
22348
22349 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22350
22351         * gst/audioresample/debug.c:
22352         * gst/audioresample/gstaudioresample.c:
22353           add room for extra overlap samples when asked to transform size
22354           protect against possible mem corruption and check for discrepancies
22355           between written size and outbuffer's size so we can warn for
22356           potential problems
22357         * gst/audioresample/resample.c: (resample_init),
22358         (resample_get_output_size_for_input), (resample_get_output_size),
22359         (resample_set_n_channels), (resample_set_format):
22360           set debug level based on RESAMPLE_DEBUG env var
22361           make sure that get_output_size* returns a whole number of
22362           sample_size
22363           set sample_size each time either channel or format is set
22364         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22365         * gst/audioresample/resample_functable.c:
22366         (resample_scale_functable):
22367         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22368           remove r->sample_size, it's done in resample.c now
22369           add some debugging to the ref implementation
22370           make sure we only give back bytes that are wholes of the sample
22371           size
22372
22373 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22374         * gst/playback/gstplaybasebin.c: (fill_buffer):
22375         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22376
22377 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22378
22379         * gst/volume/gstvolume.c:
22380           made set_caps function static
22381
22382 2005-08-24  Wim Taymans  <wim@fluendo.com>
22383
22384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22385         (gst_vorbisenc_change_state):
22386         Stop leaking taglists.
22387
22388 2005-08-24  Wim Taymans  <wim@fluendo.com>
22389
22390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22391         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22392         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22393         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22394         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22395         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22396         Parse seeking events better.
22397         Unref static caps.
22398         Generate correct newsegment events, fixes seeking in live oggs.
22399
22400         * ext/theora/theoradec.c: (theora_dec_src_query),
22401         (theora_dec_src_event), (theora_dec_src_getcaps),
22402         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22403         Use newsegment values to report correct play time.
22404
22405         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22406         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22407         * ext/vorbis/vorbisdec.h:
22408         Parse and use newsegment values to report correct play time.
22409
22410         * gst-libs/gst/audio/gstbaseaudiosink.c:
22411         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22412         Clear ringbuffer on flush.
22413         Use newsegment values to calculate playback time.
22414
22415         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22417         Basesink does newsegment calculations for us now.
22418
22419 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22420
22421         * check/Makefile.am:
22422         * configure.ac:
22423           add core's plugins to the mix so that playbin works
22424         * check/generic/states.c: (GST_START_TEST):
22425           set a 0 timeout on pipelines, so they don't force the next
22426           state change
22427         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22428         (gst_play_base_bin_change_state):
22429           remove the crappy error handling and do GST error handling
22430
22431 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22432
22433         * check/Makefile.am:
22434         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22435           add same test as to core, it bitches out on playbin atm.
22436
22437 2005-08-24  Wim Taymans  <wim@fluendo.com>
22438
22439         * configure.ac:
22440         Remove audioscale.
22441
22442 2005-08-24  Wim Taymans  <wim@fluendo.com>
22443
22444         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22445         (gst_videoscale_prepare_size), (parse_caps),
22446         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22447         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22448         (gst_videoscale_transform):
22449         * gst/videoscale/gstvideoscale.h:
22450         Refactor, make use of BaseTranform really well.
22451
22452 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22453
22454         * configure.ac:
22455           compile audioresample
22456         * gst/audioresample/Makefile.am:
22457         * gst/audioresample/buffer.c:
22458         * gst/audioresample/functable.c:
22459         * gst/audioresample/gstaudioresample.c:
22460         * gst/audioresample/gstaudioresample.h:
22461         * gst/audioresample/resample.c:
22462         (resample_get_output_size_for_input):
22463         * gst/audioresample/resample.h:
22464         * gst/audioresample/resample_chunk.c:
22465         * gst/audioresample/resample_functable.c:
22466         * gst/audioresample/resample_ref.c:
22467           port to use basetransform; doesn't work in all cases yet
22468
22469 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22470
22471         * gst/audioconvert/gstaudioconvert.c:
22472         (gst_audio_convert_class_init), (gst_audio_convert_init),
22473         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22474         (audio_convert_fixate_caps), (audio_convert_set_caps),
22475         (audio_convert_transform),
22476         (gst_audio_convert_buffer_to_default_format),
22477         (gst_audio_convert_buffer_from_default_format),
22478         (gst_audio_convert_channels):
22479         * gst/audioconvert/gstchannelmix.c:
22480         * gst/audioconvert/gstchannelmix.h:
22481           port to basetransform
22482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22483         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22484         (gst_ffmpegcsp_get_unit_size):
22485         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22486         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22487           fix for basetransform changes
22488
22489 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22490
22491         * check/Makefile.am:
22492           Add CHECK_CFLAGS and LDFLAGS
22493
22494         * gst/playback/gstplaybasebin.c: (fill_buffer):
22495           GST_MESSAGE_SRC became a GObject
22496
22497 2005-08-24  Wim Taymans  <wim@fluendo.com>
22498
22499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22500         (gst_ring_buffer_clear_all):
22501         * gst-libs/gst/audio/gstringbuffer.h:
22502         Added function to clear the ringbuffer.
22503
22504 2005-08-24  Andy Wingo  <wingo@pobox.com>
22505
22506         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22507         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22508         of _open and _close.
22509
22510         * sys/v4l/gstv4lxoverlay.h:
22511         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22512         an Xv connection here, instead of all the time. Make Xv only be
22513         loaded if you axe for it. Kindof a workaround for buggy behaviour
22514         of Xv when using remote xservers (XvQueryExtension would block).
22515         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22516         replace the _open and _close public API. Only start the xv
22517         connection if necessary.
22518         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22519
22520 2005-08-23  David Schleef  <ds@schleef.org>
22521
22522         * gst/audioresample/Makefile.am: Leet audioresampling code
22523         * gst/audioresample/buffer.c:
22524         * gst/audioresample/buffer.h:
22525         * gst/audioresample/debug.c:
22526         * gst/audioresample/debug.h:
22527         * gst/audioresample/functable.c:
22528         * gst/audioresample/functable.h:
22529         * gst/audioresample/gstaudioresample.c:
22530         * gst/audioresample/gstaudioresample.h:
22531         * gst/audioresample/resample.c:
22532         * gst/audioresample/resample.h:
22533         * gst/audioresample/resample_chunk.c:
22534         * gst/audioresample/resample_functable.c:
22535         * gst/audioresample/resample_ref.c:
22536
22537 2005-08-23  Wim Taymans  <wim@fluendo.com>
22538
22539         * examples/seeking/seek.c: (make_vorbis_pipeline),
22540         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22541         Small seek updates.
22542
22543 2005-08-23  Andy Wingo  <wingo@pobox.com>
22544
22545         * gst-libs/gst/audio/gstbaseaudiosrc.c
22546         (gst_base_audio_src_fixate): Only fixate endianness if it is
22547         present in the caps.
22548
22549 2005-08-22  Andy Wingo  <wingo@pobox.com>
22550
22551         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22552         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22553         device-name property.
22554
22555         * gst-libs/gst/audio/gstaudiosrc.h:
22556         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22557         close_device in the ring buffer, like gstaudiosink.
22558
22559         * ext/alsa/gstalsamixer.h:
22560         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22561         macro to implement the interface without much code. Cleanups. 
22562
22563         * ext/alsa/gstalsasrc.h:
22564         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22565         READY.
22566
22567         * ext/alsa/Makefile.am: Add new files.
22568         * ext/alsa/gstalsamixerelement.c: 
22569         * ext/alsa/gstalsamixerelement.c: Split element code out from
22570         mixer code so that alsasrc can be a mixer too.
22571
22572 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22573
22574         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22575         (GST_START_TEST):
22576         * check/elements/vorbisdec.c: (setup_vorbisdec),
22577         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22578         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22579         (vorbis_handle_identification_packet),
22580         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22581         (vorbis_handle_header_packet), (vorbis_dec_push),
22582         (vorbis_dec_chain):
22583           use the setup/teardown methods to save code.  save code is good.
22584
22585 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22586
22587         * check/Makefile.am:
22588           add ext dir for plugins
22589           add vorbisdec test conditionally
22590         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22591         (GST_START_TEST), (volume_suite):
22592           add a test with wrong caps
22593         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22594         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22595           add a vorbisdec test
22596         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22597         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22598           clean up debug output
22599         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22600           yay, fix a segfault/security issue in vorbisdec
22601           gst-launch fakesrc ! vorbisdec wasn't happy
22602         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22603         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22604         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22605         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22606         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22607         (gst_vorbisenc_set_metadata), (get_constraints_string),
22608         (update_start_message), (gst_vorbisenc_setup),
22609         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22610         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22611         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22612         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22613         * ext/vorbis/vorbisenc.h:
22614           march in line
22615         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22616         (gst_ffmpegcsp_transform):
22617           have the kow come home
22618         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22619           debug my func ptr
22620         * gst/volume/gstvolume.c: (volume_set_caps):
22621           add a debug
22622
22623 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22624
22625         * Makefile.am:
22626         * check/.cvsignore:
22627         * check/Makefile.am:
22628         * check/elements/.cvsignore:
22629         * check/elements/volume.c: (chain_func), (event_func),
22630         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22631         (main):
22632         * configure.ac:
22633           add unit test structure for gst-plugins-base
22634           add a test for volume
22635         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22636         (gst_volume_set_volume), (gst_volume_get_volume),
22637         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22638         (volume_funcfind), (volume_process_float), (volume_process_int16),
22639         (volume_set_caps), (volume_transform), (volume_update_mute),
22640         (volume_update_volume), (volume_set_property),
22641         (volume_get_property):
22642           document a little; use basetransform vmethod _set_caps
22643
22644 2005-08-19  Andy Wingo  <wingo@pobox.com>
22645
22646         * ext/alsa/gstalsamixertrack.h:
22647         * ext/alsa/gstalsamixertrack.c:
22648         * ext/alsa/gstalsamixeroptions.h:
22649         * ext/alsa/gstalsamixeroptions.c:
22650         * ext/alsa/gstalsamixer.h:
22651         * ext/alsa/gstalsamixer.c: Port to 0.9.
22652
22653         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22654         Remove gstalsa.c and alsaclock. No more cruft here.
22655         
22656 2005-08-18  Wim Taymans  <wim@fluendo.com>
22657
22658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22659         (gst_base_rtp_depayload_chain),
22660         (gst_base_rtp_depayload_add_to_queue),
22661         (gst_base_rtp_depayload_push),
22662         (gst_base_rtp_depayload_queue_release):
22663         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22664         Fix for RTPBuffer changes.
22665
22666         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22667         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22668         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22669         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22670         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22671         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22672         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22673         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22674         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22675         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22676         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22677         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22678         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22679         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22680         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22681         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22682         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22683         (gst_rtpbuffer_get_payload):
22684         * gst-libs/gst/rtp/gstrtpbuffer.h:
22685         Don't subclass GstBuffer but add methods and helper functions
22686         to construct and manipulate RTP packets in regular GstBuffers.
22687
22688 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22689
22690         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22691           moved statement below switch
22692         * gst/volume/gstvolume.c: (gst_volume_class_init):
22693           added debug ptr
22694
22695 2005-08-16  Wim Taymans  <wim@fluendo.com>
22696
22697         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22698         (gst_base_audio_src_change_state):
22699         Open and close device in READY<->NULL state change.
22700
22701 2005-08-16  Andy Wingo  <wingo@pobox.com>
22702
22703         * examples/seeking/Makefile.am: Don't compile non-compiling
22704         compiled objects with the compiler.
22705
22706         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22707         elements.
22708
22709 2005-08-12  Philippe Khalaf <burger@speedy.org>
22710         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22711         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22712           Made a thread to release the queue.
22713           Removed timestamp conversion for now.
22714
22715 2005-08-10  Philippe Khalaf <burger@speedy.org>
22716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22717         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22718           Added rtp timestamp -> gst timestamp conversion.
22719           Fixed several problems with queue.
22720
22721 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22722
22723         * gst-libs/gst/audio/gstaudioclock.h:
22724         * gst-libs/gst/audio/gstaudiofilter.h:
22725         * gst-libs/gst/audio/gstaudiosink.h:
22726         * gst-libs/gst/audio/gstaudiosrc.h:
22727         * gst-libs/gst/audio/gstbaseaudiosink.h:
22728         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22729         * gst-libs/gst/audio/gstringbuffer.h:
22730         * gst-libs/gst/net/gstnetbuffer.h:
22731         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22732         * gst-libs/gst/rtp/gstrtpbuffer.h:
22733           Add padding (you will need to rebuild gst-plugins-base,
22734           gst-plugins and all applications afterwards!)
22735
22736 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22737
22738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22739         (gst_riff_parse_chunk):
22740           Fix bug in debug message and add some more debug messages.
22741
22742 2005-08-08  Edward Hervey  <edward@fluendo.com>
22743
22744         * gst-libs/gst/riff/riff-media.c:
22745         backported updates since branch
22746
22747 2005-08-08  Andy Wingo  <wingo@pobox.com>
22748
22749         * gst-libs/gst/audio/gstbaseaudiosink.c
22750         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22751         like good elements should. Close on READY->NULL too.
22752
22753         * gst-libs/gst/audio/gstaudiosink.c
22754         (gst_audioringbuffer_open_device,
22755         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22756         (gst_audioringbuffer_release): Updates for new ring buffer API,
22757         hook into the new audio sink api.
22758
22759         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22760         (GstAudioSinkClass.close): Just open and close the device -- no
22761         resource allocation or configuration.
22762         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22763         vmethods, handle device setup and resource allocation.
22764
22765         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22766         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22767         base class API.
22768
22769         * gst-libs/gst/audio/gstringbuffer.h
22770         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22771         New vmethods.
22772
22773         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22774         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22775         New API functions. The device should be opened before acquiring
22776         and closed after releasing.
22777
22778 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22779
22780         * gst-libs/gst/interfaces/mixer.h:
22781           Reset padding to GST_PADDING.
22782
22783 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22784
22785         * gst/playback/gstplaybin.c: (remove_sinks):
22786           Remove visualization from parent explicitely; works around some
22787           apparent refcount issue that I haven't tracked down yet.
22788
22789 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22790
22791         * ext/alsa/gstalsasink.c: (set_hwparams):
22792           Assign debug category, add negotiation debug msgs.
22793
22794 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22795
22796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22797           Fix error code for file-not-found to NOT_FOUND.
22798
22799 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22800
22801         * common/gtk-doc-plugins.mak:
22802         * docs/plugins/Makefile.am:
22803         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22805           renamed to actual element names, so much nicer to look at
22806         * docs/plugins/tmpl/gstmultifdsink.sgml:
22807           remove
22808         * docs/plugins/tmpl/multifdsink.sgml:
22809         * docs/plugins/tmpl/tcpserversink.sgml:
22810           add
22811         * ext/alsa/gstalsa.c:
22812         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22813         * ext/ogg/gstoggmux.c:
22814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22815         * gst/playback/gstdecodebin.c:
22816         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22817         * gst/tcp/gsttcpserversink.c:
22818           various fixes and documentation additions
22819
22820 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22821
22822         * common/Makefile.am:
22823         * common/gstdoc-scangobj:
22824         * common/gtk-doc-plugins.mak:
22825         * common/gtk-doc.mak:
22826           add a custom scangobj that uses the registry
22827           add a custom gtk-doc-plugins.mak that uses it
22828           some doc build fixes
22829         * configure.ac:
22830         * docs/Makefile.am:
22831         * docs/plugins/Makefile.am:
22832         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22833         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22834         * docs/plugins/gst-plugins-base-plugins.types:
22835         * docs/plugins/tmpl/gstmultifdsink.sgml:
22836           add docs for one element, multifdsink
22837         * gst/adder/gstadder.h:
22838         * gst/volume/gstvolume.h:
22839           don't privatize enum
22840         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22841         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22842         (gst_sync_method_get_type), (gst_client_status_get_type),
22843         (gst_multifdsink_class_init),
22844         (gst_multifdsink_client_queue_buffer),
22845         (gst_multifdsink_handle_client_write):
22846         * gst/tcp/gstmultifdsink.h:
22847         * gst/tcp/gsttcp.h:
22848         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22849         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22850         (gst_tcpclientsink_render):
22851         * gst/tcp/gsttcpclientsink.h:
22852         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22853         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22854         (gst_tcpclientsrc_start):
22855         * gst/tcp/gsttcpclientsrc.h:
22856         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22857         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22858         * gst/tcp/gsttcpserversrc.h:
22859         * gst/typefind/gsttypefindfunctions.c:
22860           remove superfluous Type stuff
22861
22862 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22863
22864         * gst/playback/gstplaybin.c: (gen_video_element):
22865           Enable videoscale.
22866
22867 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22868
22869         * gst-libs/gst/gconf/gconf.c:
22870         * gst-libs/gst/gconf/gconf.h:
22871           Fix some Andy Problem [tm].
22872
22873 2005-08-04  Andy Wingo  <wingo@pobox.com>
22874
22875         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22877         (gst_ffmpegcsp_get_size): Adapt to API changes.
22878
22879         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22880         Implement an in-place do-nothing transform.
22881
22882 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22883
22884         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22885         (gst_ximagesink_renegotiate_size):
22886           Do not set new window sizes yet if we prepare a new buffer size
22887           for upstream renegotiation (software scaling) at some point in the
22888           future, because this new size waqs not actually accepted yet. Once
22889           accepted, renegotiation later on will set the new sizes just fine.
22890           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22891           embedding testcase.
22892
22893 2005-08-03  Andy Wingo  <wingo@pobox.com>
22894
22895         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22896         (gst_ximagesink_buffer_alloc): 
22897         Protect the height, width, and desired_caps with the pool_lock.
22898         Fixes videotestsrc ! queue ! ximagesink.
22899
22900 2005-08-02  Edward Hervey  <edward@fluendo.com>
22901
22902         * gst/volume/gstvolume.c:
22903         include left from controller cleanup
22904
22905 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22907           Stop collectpads before calling the parent state
22908           change function on PAUSED->READY.
22909
22910 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22911         * configure.ac:
22912           When testing for X libs, use the X CFlags 
22913         * gst/adder/gstadder.c: (gst_adder_change_state):
22914           Stop the collectpads before calling parent state change function
22915           on PAUSED->READY, otherwise we deadlock deactivating pads.
22916
22917 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22918
22919         * configure.ac:
22920         * docs/libs/tmpl/gstcolorbalance.sgml:
22921         * docs/libs/tmpl/gstmixer.sgml:
22922         * examples/Makefile.am:
22923         * gst/sine/Makefile.am:
22924         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22925         (gst_sinesrc_set_property), (plugin_init):
22926         * gst/sine/gstsinesrc.h:
22927         * gst/volume/Makefile.am:
22928         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22929         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22930         (volume_process_float), (volume_process_int16),
22931         (volume_set_property), (plugin_init):
22932         * gst/volume/gstvolume.h:
22933           deactivate and remove dparams (libgstcontrol)
22934
22935 2005-07-29  Wim Taymans  <wim@fluendo.com>
22936
22937         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22938         Convert me to BaseTransform!! help..
22939
22940 2005-07-29  Andy Wingo  <wingo@pobox.com>
22941
22942         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22943         sinks.
22944
22945         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22946         support of both endiannesses.
22947
22948 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22949
22950         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22951           Fix confusing debug message (s/event/query/)
22952
22953 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22954
22955         * gst/videotestsrc/videotestsrc.h:
22956           Use "_stdint.h" instead of <stdint.h>
22957
22958 2005-07-27  Wim Taymans  <wim@fluendo.com>
22959
22960         * ext/vorbis/Makefile.am:
22961         Revert wrong commit.
22962
22963 2005-07-27  Wim Taymans  <wim@fluendo.com>
22964
22965         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22966         More compilation fixen.
22967
22968 2005-07-27  Wim Taymans  <wim@fluendo.com>
22969
22970         * gst-libs/gst/audio/gstbaseaudiosink.c:
22971         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22972         (gst_base_audio_sink_create_ringbuffer),
22973         (gst_base_audio_sink_change_state):
22974         Fix compilation.
22975
22976 2005-07-27  Wim Taymans  <wim@fluendo.com>
22977
22978         * examples/seeking/seek.c: (setup_dynamic_link),
22979         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22980         (query_positions_elems), (query_positions_pads), (do_seek):
22981         Update seek example.
22982
22983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22984         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22985         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22986         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22987         (gst_ogg_demux_handle_event),
22988         (gst_ogg_demux_deactivate_current_chain),
22989         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22990         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22991         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22992         (gst_ogg_demux_loop):
22993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22994         * ext/theora/theoradec.c: (theora_dec_src_event),
22995         (theora_dec_src_getcaps), (theora_dec_sink_event),
22996         (theora_dec_push), (theora_dec_chain):
22997         * ext/vorbis/Makefile.am:
22998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22999         (vorbis_dec_sink_event), (vorbis_dec_push),
23000         (vorbis_handle_data_packet):
23001         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23002         (gst_vorbisenc_chain):
23003         * gst/playback/gststreaminfo.c: (cb_probe):
23004         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23005         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23006         * gst/videoscale/gstvideoscale.c:
23007         (gst_videoscale_handle_src_event):
23008         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23009         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23010         (gst_ximagesink_navigation_send_event):
23011         * sys/xvimage/xvimagesink.c:
23012         (gst_xvimagesink_navigation_send_event):
23013         Various event updates and cleanups
23014
23015 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23016
23017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23018           Fix segfault for I420/YV12.
23019
23020 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23021
23022         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23023           Report bitrate.
23024
23025 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23026
23027         * gst/playback/gstplaybin.c: (gen_video_element),
23028         (gen_audio_element):
23029           Switch to auto*sink elements as default sinks; add volume element
23030           so that volume control in totem works.
23031
23032 2005-07-21  Wim Taymans  <wim@fluendo.com>
23033
23034         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23035         * gst/playback/gstplaybin.c: (setup_sinks),
23036         (gst_play_bin_change_state):
23037         Refcount fix and more comments.
23038
23039 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23040
23041         * sys/ximage/Makefile.am:
23042         * sys/ximage/ximage.c: (plugin_init):
23043         * sys/ximage/ximagesink.c:
23044         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23045         
23046
23047 2005-07-21  Wim Taymans  <wim@fluendo.com>
23048
23049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23050         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23051         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23052         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23053         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23054         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23055         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23056         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23057         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23058         Generate correct disconts for live chained oggs.
23059
23060         * gst-libs/gst/audio/gstbaseaudiosink.c:
23061         (gst_base_audio_sink_render),
23062         (gst_base_audio_sink_create_ringbuffer),
23063         (gst_base_audio_sink_change_state):
23064         Handle discont math correctly.
23065
23066         * gst/playback/gstplaybin.c: (add_sink):
23067         Some small debug cleanup.
23068
23069 2005-07-21  Wim Taymans  <wim@fluendo.com>
23070
23071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23072         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23073         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23074         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23075         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23076         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23077         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23078         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23079         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23080         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23081         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23082         (gst_ogg_demux_change_state), (gst_ogg_print):
23083         Reorganize code to send the right disconts when in streaming
23084         mode.
23085
23086 2005-07-20  Andy Wingo  <wingo@pobox.com>
23087
23088         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23089         fix (?), fixes a seggie mcfalterson (#310894).
23090
23091 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23092
23093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23094         (gst_ogg_mux_set_header_on_caps):
23095         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23096         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23097         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23098         * gst-libs/gst/audio/multichannel.c:
23099         (gst_audio_set_channel_positions),
23100         (gst_audio_set_structure_channel_positions_list):
23101         * gst/playback/gstdecodebin.c: (dynamic_create):
23102         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23103         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23104           Fixes for API changes in core.
23105
23106 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23107
23108         * gst/playback/gstplaybasebin.c: (fill_buffer):
23109           Use _new_custom() so we can set custom message types for buffering
23110           messages.
23111
23112 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23113
23114         * configure.ac:
23115         * gst-libs/gst/Makefile.am:
23116         * gst-libs/gst/gconf/.cvsignore:
23117         * gst-libs/gst/gconf/Makefile.am:
23118         * gst-libs/gst/gconf/test-gconf.c:
23119         * pkgconfig/Makefile.am:
23120         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23121         * pkgconfig/gstreamer-gconf.pc.in:
23122           Remove gconf stuff, use gconf elements instead from now on.
23123
23124 2005-07-20  Wim Taymans  <wim@fluendo.com>
23125
23126         * gst-libs/gst/audio/TODO:
23127         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23128         (gst_audio_clock_get_internal_time):
23129         * gst-libs/gst/audio/gstaudioclock.h:
23130         * gst-libs/gst/audio/gstbaseaudiosink.c:
23131         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23132         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23133         (gst_base_audio_sink_render),
23134         (gst_base_audio_sink_create_ringbuffer),
23135         (gst_base_audio_sink_change_state):
23136         Make sure the audio clock always returns an increasing value.
23137
23138 2005-07-19  Andy Wingo  <wingo@pobox.com>
23139
23140         * gst/videotestsrc/: Cleanups.
23141
23142 2005-07-19  Wim Taymans  <wim@fluendo.com>
23143
23144         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23145         Better debugging.
23146
23147 2005-07-19  Wim Taymans  <wim@fluendo.com>
23148
23149         * examples/seeking/seek.c: (make_dv_pipeline),
23150         (make_vorbis_theora_pipeline), (query_rates),
23151         (query_positions_elems), (query_positions_pads), (do_seek):
23152         Make correct DV pipeline.
23153
23154 2005-07-18  Andy Wingo  <wingo@pobox.com>
23155
23156         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23157         default. Also because it's the only thing that really works. (This
23158         is used in the GConf elements).
23159         Use AS_LIBTOOL_TAGS.
23160
23161 2005-07-18  Wim Taymans  <wim@fluendo.com>
23162
23163         * gst/playback/gstdecodebin.c: (remove_element_chain):
23164         * gst/playback/gstplaybin.c: (add_sink):
23165         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23166         (gst_stream_info_set_mute):
23167         * gst/playback/gststreamselector.c:
23168         (gst_stream_selector_get_linked_pad),
23169         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23170         More leak and compile fixes.
23171
23172 2005-07-18  Wim Taymans  <wim@fluendo.com>
23173
23174         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23175         (query_rates), (query_positions_elems), (query_positions_pads),
23176         (do_seek), (seek_cb), (stop_seek):
23177         Updated seek example. 
23178
23179         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23180         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23181         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23182         * gst/playback/gstplaybin.c: (add_sink):
23183         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23184         (gst_stream_info_set_mute):
23185         Some refcount leak fixes.
23186
23187 2005-07-16  Wim Taymans  <wim@fluendo.com>
23188
23189         * gst-libs/gst/audio/gstbaseaudiosink.c:
23190         (gst_base_audio_sink_render):
23191         Align samples even if we have roundoff errors in the 
23192         timestamp conversion.
23193
23194 2005-07-16  Wim Taymans  <wim@fluendo.com>
23195
23196         * docs/libs/tmpl/gstringbuffer.sgml:
23197         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23198         (query_rates), (query_positions_elems), (query_positions_pads),
23199         (update_scale), (do_seek):
23200         Updated seek example.
23201
23202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23203         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23204         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23205         (gst_ogg_demux_loop):
23206         Push out correct discont values.
23207
23208         * ext/theora/theoradec.c: (theora_dec_src_convert),
23209         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23210         (theora_dec_sink_event), (theora_handle_type_packet),
23211         (theora_handle_header_packet), (theora_dec_push),
23212         (theora_handle_data_packet), (theora_dec_chain),
23213         (theora_dec_change_state):
23214         Better timestamping.
23215
23216         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23217         (vorbis_dec_sink_event), (vorbis_dec_push),
23218         (vorbis_handle_data_packet), (vorbis_dec_chain):
23219         * ext/vorbis/vorbisdec.h:
23220         Better timestamping.
23221
23222         * gst-libs/gst/audio/gstbaseaudiosink.c:
23223         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23224         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23225         Handle syncing on timestamps instead of sample offsets. Make
23226         use of DISCONT values as described in design docs.
23227
23228         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23229         (gst_base_audio_src_get_time):
23230         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23231         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23232         (gst_ring_buffer_read):
23233         * gst-libs/gst/audio/gstringbuffer.h:
23234         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23235         (gst_ximagesink_show_frame):
23236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23237         Correcly convert buffer timestamp to stream time.
23238
23239 2005-07-16  Wim Taymans  <wim@fluendo.com>
23240
23241         * gst/audioconvert/gstaudioconvert.c:
23242         (gst_audio_convert_get_buffer):
23243         Timestamp buffers correctly.
23244
23245         * gst/playback/gstplaybin.c: (gen_video_element):
23246         Make internal fakesink silent.
23247
23248 2005-07-15  Wim Taymans  <wim@fluendo.com>
23249
23250         * gst/ffmpegcolorspace/Makefile.am:
23251         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23252         (gst_ffmpegcsp_caps_remove_format_info),
23253         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23254         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23255         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23256         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23257         Ported ffmpegcolorspace to basetransform.
23258
23259         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23260         * gst/volume/gstvolume.c: (volume_transform):
23261         Ported to new API.
23262
23263 2005-07-14  Wim Taymans  <wim@fluendo.com>
23264
23265         * gst/videotestsrc/Makefile.am:
23266         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23267         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23268         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23269         (gst_videotestsrc_init), (gst_videotestsrc_event),
23270         (gst_videotestsrc_create), (gst_videotestsrc_start),
23271         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23272         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23273         (gst_videotestsrc_get_property):
23274         * gst/videotestsrc/gstvideotestsrc.h:
23275         Make videotestsrc a pushsrc.
23276
23277 2005-07-14  Wim Taymans  <wim@fluendo.com>
23278
23279         * gst/tcp/gstfdset.c: (gst_fdset_free):
23280         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23281         (gst_multifdsink_add), (gst_multifdsink_remove),
23282         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23283         (gst_multifdsink_remove_client_link),
23284         (gst_multifdsink_client_queue_data),
23285         (gst_multifdsink_client_queue_caps),
23286         (gst_multifdsink_client_queue_buffer),
23287         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23288         (gst_multifdsink_stop):
23289         * gst/tcp/gstmultifdsink.h:
23290         0.8 backporting.
23291
23292         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23293         Also draw image when not from a pool.
23294
23295 2005-07-14  Wim Taymans  <wim@fluendo.com>
23296
23297         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23298         (mute_stream), (silence_stream):
23299         Small debug additions.
23300
23301 2005-07-14  Wim Taymans  <wim@fluendo.com>
23302
23303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23304         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23305         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23306         Better error recovery, ignore unconnected pads and
23307         non-fatal errors.
23308
23309 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23310
23311         * docs/libs/tmpl/gstaudio.sgml:
23312         * docs/libs/tmpl/gstcolorbalance.sgml:
23313         * docs/libs/tmpl/gstgconf.sgml:
23314         * docs/libs/tmpl/gstmixer.sgml:
23315         * docs/libs/tmpl/gstringbuffer.sgml:
23316         * docs/libs/tmpl/gsttuner.sgml:
23317         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23318         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23319         (gst_tcpclientsrc_class_init):
23320         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23321         (gst_tcpserversrc_class_init):
23322         * sys/v4l/gstv4lelement.c:
23323           more autistic cleanliness in functions/names/defines
23324
23325 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23326
23327         * configure.ac:
23328           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23329           added manually to each Makefile.am so we are sure it goes
23330           *last* and doesn't add -L flags before linking in libs of our
23331           own, like, say, internal .la libs, that then accidentally pick
23332           up the installed copy.
23333         * docs/libs/Makefile.am:
23334         * ext/alsa/Makefile.am:
23335         * ext/cdparanoia/Makefile.am:
23336         * ext/gnomevfs/Makefile.am:
23337         * ext/libvisual/Makefile.am:
23338         * ext/ogg/Makefile.am:
23339         * ext/theora/Makefile.am:
23340         * ext/vorbis/Makefile.am:
23341         * gst-libs/gst/video/Makefile.am:
23342         * gst/adder/Makefile.am:
23343         * gst/audioconvert/Makefile.am:
23344         * gst/audiorate/Makefile.am:
23345         * gst/audioscale/Makefile.am:
23346         * gst/ffmpegcolorspace/Makefile.am:
23347         * gst/playback/Makefile.am:
23348         * gst/sine/Makefile.am:
23349         * gst/subparse/Makefile.am:
23350         * gst/tags/Makefile.am:
23351         * gst/tcp/Makefile.am:
23352         * gst/typefind/Makefile.am:
23353         * gst/videorate/Makefile.am:
23354         * gst/videoscale/Makefile.am:
23355         * gst/videotestsrc/Makefile.am:
23356         * gst/volume/Makefile.am:
23357         * sys/v4l/Makefile.am:
23358         * sys/ximage/Makefile.am:
23359         * sys/xvimage/Makefile.am:
23360           adapt properly to this change. This should make sure that
23361           plugins and libs properly link to the as-yet-uninstalled
23362           copies of stuff like libgstinterfaces and libgstvideo
23363
23364 2005-07-13  Andy Wingo  <wingo@pobox.com>
23365
23366         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23367         (gst_v4lsrc_fixate): Fixate on format as well.
23368
23369         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23370         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23371         buffer points to it.
23372         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23373         rather just doing X calls ourselves. Also fixes a memleak.
23374
23375 2005-07-12  Andy Wingo  <wingo@pobox.com>
23376
23377         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23378         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23379         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23380         TRUE to avoid deadlocks if an element holds on to our buffers.
23381
23382 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23383
23384         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23385         (gst_sinesrc_init), (gst_sinesrc_create),
23386         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23387         (gst_sinesrc_start):
23388         * gst/sine/gstsinesrc.h:
23389           removing num-buffers property before moving it
23390
23391 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23392
23393         * configure.ac:
23394           use overridable ERROR_CFLAGS
23395         * docs/libs/gst-plugins-base-libs.types:
23396         * docs/libs/tmpl/gstringbuffer.sgml:
23397         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23398         (gst_alsasink_class_init):
23399         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23400         (gst_alsasrc_class_init):
23401         * gst-libs/gst/audio/audio.h:
23402         * gst-libs/gst/audio/gstaudioclock.h:
23403         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23404         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23405         (gst_audio_filter_link), (gst_audio_filter_init),
23406         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23407         (gst_audio_filter_get_property),
23408         (gst_audio_filter_class_add_pad_templates):
23409         * gst-libs/gst/audio/gstaudiofilter.h:
23410         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23411         (gst_audio_filter_template_get_type),
23412         (gst_audio_filter_template_base_init),
23413         (gst_audio_filter_template_class_init),
23414         (gst_audio_filter_template_init),
23415         (gst_audio_filter_template_set_property),
23416         (gst_audio_filter_template_get_property), (plugin_init),
23417         (gst_audio_filter_template_setup),
23418         (gst_audio_filter_template_filter),
23419         (gst_audio_filter_template_filter_inplace):
23420         * gst-libs/gst/audio/gstaudiosink.c:
23421         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23422         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23423         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23424         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23425         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23426         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23427         * gst-libs/gst/audio/gstaudiosink.h:
23428         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23429         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23430         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23431         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23432         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23433         (gst_audio_src_class_init), (gst_audio_src_init),
23434         (gst_audio_src_create_ringbuffer):
23435         * gst-libs/gst/audio/gstaudiosrc.h:
23436         * gst-libs/gst/audio/gstbaseaudiosink.c:
23437         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23438         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23439         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23440         (gst_base_audio_sink_set_property),
23441         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23442         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23443         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23444         (gst_base_audio_sink_create_ringbuffer),
23445         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23446         * gst-libs/gst/audio/gstbaseaudiosink.h:
23447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23448         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23449         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23450         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23451         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23452         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23453         (gst_base_audio_src_event), (gst_base_audio_src_create),
23454         (gst_base_audio_src_create_ringbuffer),
23455         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23456         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23457         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23458         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23459         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23460         (gst_ring_buffer_debug_spec_caps),
23461         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23462         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23463         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23464         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23465         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23466         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23467         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23468         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23469         (gst_ring_buffer_clear):
23470         * gst-libs/gst/audio/gstringbuffer.h:
23471         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23472         (gst_video_sink_class_init), (gst_video_sink_get_type):
23473         * gst-libs/gst/video/videosink.h:
23474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23475         (gst_multifdsink_class_init),
23476         (gst_multifdsink_handle_client_write),
23477         (gst_multifdsink_change_state):
23478         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23479         (gst_tcpclientsink_setcaps):
23480         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23481         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23482         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23483         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23484         (gst_ximagesink_send_pending_navigation),
23485         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23486         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23488         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23489         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23490         (gst_xvimagesink_send_pending_navigation),
23491         (gst_xvimagesink_navigation_send_event),
23492         (gst_xvimagesink_set_xwindow_id),
23493         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23494         (gst_xvimagesink_get_type):
23495         more macro splitting
23496
23497 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23498
23499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23500           plug a memleak, allows me to import 1479 albums in one go
23501           in jamboree
23502         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23503         (vorbis_handle_type_packet), (vorbis_dec_chain),
23504         (vorbis_dec_change_state):
23505           fix some format strings
23506
23507 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23508
23509         * docs/libs/tmpl/gstcolorbalance.sgml:
23510         * docs/libs/tmpl/gstmixer.sgml:
23511         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23512         (gst_alsasink_set_property), (gst_alsasink_get_property):
23513         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23514         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23515           add device property
23516
23517 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23518
23519         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23520         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23521         (audiocast_register_listener), (audiocast_thread_run),
23522         (gst_gnomevfssrc_send_additional_headers_callback),
23523         (gst_gnomevfssrc_received_headers_callback),
23524         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23525         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23526         (gst_gnomevfssrc_get_size):
23527           add/clean up debugging
23528         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23529           cleanups
23530
23531 2005-07-07  Andy Wingo  <wingo@pobox.com>
23532
23533         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23534         framerate. Need to get a handle on when exactly this function is
23535         called, tho.
23536
23537         * sys/v4l/v4lsrc_calls.h:
23538         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23539         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23540         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23541
23542         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23543         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23544         v4lelements are sources.
23545
23546         * sys/v4l/gstv4lxoverlay.h:
23547         * sys/v4l/gstv4lxoverlay.c:
23548         * sys/v4l/gstv4ltuner.h:
23549         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23550         
23551         * sys/v4l/gstv4lsrc.h:
23552         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23553         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23554         or something should handle that. Made a live source.
23555
23556         * sys/v4l/gstv4lelement.h:
23557         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23558         signals. Some cleanups.
23559
23560         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23561
23562         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23563         stuff.
23564
23565         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23566         stuff.
23567
23568         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23569
23570 2005-07-07  Wim Taymans  <wim@fluendo.com>
23571
23572         * ext/theora/theoradec.c: (theora_get_query_types),
23573         (theora_dec_src_getcaps), (theora_dec_push):
23574         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23575         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23576         Remove deprecated/unused query types.
23577
23578 2005-07-06  Wim Taymans  <wim@fluendo.com>
23579
23580         * ext/alsa/Makefile.am:
23581         * ext/alsa/gstalsaplugin.c: (plugin_init):
23582         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23583         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23584         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23585         (gst_alsasrc_class_init), (gst_alsasrc_init),
23586         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23587         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23588         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23589         (gst_alsasrc_reset):
23590         * ext/alsa/gstalsasrc.h:
23591         * gst-libs/gst/audio/Makefile.am:
23592         * gst-libs/gst/audio/gstaudiosink.c:
23593         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23594         (gst_audioringbuffer_start):
23595         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23596         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23597         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23598         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23599         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23600         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23601         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23602         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23603         * gst-libs/gst/audio/gstaudiosrc.h:
23604         * gst-libs/gst/audio/gstbaseaudiosink.c:
23605         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23606         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23607         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23608         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23609         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23610         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23611         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23612         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23613         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23614         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23615         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23616         (gst_baseaudiosrc_change_state):
23617         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23618         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23619         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23620         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23621         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23622         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23623         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23624         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23625         * gst-libs/gst/audio/gstringbuffer.h:
23626         Added audiosource base classes.
23627         Ported alsasrc, still very basic.
23628
23629 2005-07-06  Wim Taymans  <wim@fluendo.com>
23630
23631         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23632         (theora_dec_push), (theora_handle_data_packet):
23633         Prepare for better timestamp fix later.
23634
23635         * gst/audioconvert/gstaudioconvert.c:
23636         List most accurate caps first
23637
23638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23639         Use proper pad task function.
23640
23641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23642         (gst_xvimagesink_show_frame):
23643         Fix deadlock when alloc failed.
23644
23645 2005-07-05  Andy Wingo  <wingo@pobox.com>
23646
23647         * ext/gnomevfs/gstgnomevfssrc.c:
23648         * gst/sine/gstsinesrc.c:
23649         * gst/tcp/gsttcpserversrc.c:
23650         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23651
23652         * sys/v4l/: Port from 0.8.
23653
23654         * Many files: Null if we got it....
23655
23656 2005-07-05  Andy Wingo  <wingo@pobox.com>
23657
23658         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23659         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23660         Signedness fixes.
23661
23662 2005-07-05  Wim Taymans  <wim@fluendo.com>
23663
23664         * configure.ac:
23665         * gst/tcp/Makefile.am:
23666         * gst/tcp/README:
23667         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23668         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23669         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23670         (is_sync_frame), (gst_multifdsink_handle_client_write),
23671         (gst_multifdsink_render), (gst_multifdsink_start),
23672         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23673         * gst/tcp/gstmultifdsink.h:
23674         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23675         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23676         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23677         * gst/tcp/gsttcp.h:
23678         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23679         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23680         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23681         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23682         * gst/tcp/gsttcpclientsink.h:
23683         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23684         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23685         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23686         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23687         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23688         * gst/tcp/gsttcpclientsrc.h:
23689         * gst/tcp/gsttcpplugin.c: (plugin_init):
23690         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23691         * gst/tcp/gsttcpserversink.h:
23692         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23693         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23694         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23695         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23696         (gst_tcpserversrc_stop):
23697         * gst/tcp/gsttcpserversrc.h:
23698         * gst/tcp/gsttcpsink.c:
23699         * gst/tcp/gsttcpsink.h:
23700         * gst/tcp/gsttcpsrc.c:
23701         * gst/tcp/gsttcpsrc.h:
23702         Ported tcp plugins to 0.9. 
23703         
23704
23705 2005-07-05  Andy Wingo  <wingo@pobox.com>
23706
23707         * gst/playback/gstplaybasebin.c (fill_buffer):
23708         message_new_application fixen.
23709
23710         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23711         Style fix.
23712
23713 2005-07-04  Wim Taymans  <wim@fluendo.com>
23714
23715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23716         Set caps on output buffer.
23717
23718 2005-07-04  Andy Wingo  <wingo@pobox.com>
23719
23720         * ext/gnomevfs/gstgnomevfssrc.c
23721         (gst_gnomevfssrc_received_headers_callback) 
23722         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23723         hopefully.
23724
23725         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23726         No refcount leakage.
23727
23728         * configure.ac: Enable -Werror.
23729         
23730         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23731         * gst/audioconvert/bufferframesconvert.c
23732         (buffer_frames_convert_fixate):
23733         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23734         (gst_audio_convert_fixate):
23735         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23736         (gst_sinesrc_create): Fixate func changes.
23737         
23738         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23739         (gst_ximagesink_buffer_alloc): Unused var.
23740
23741 2005-07-01  Andy Wingo  <wingo@pobox.com>
23742
23743         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23744         getcaps to do explicit caps. Needs to be done in all decoders,
23745         possibly via a base class.
23746
23747         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23748
23749         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23750         caps on the sink pad, just rely on the pad template. Also, setting
23751         ANY caps on a pad is not valid because the caps are not fixed.
23752
23753         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23754         caps on the buffer, and get the width from the desired_caps if
23755         they're set.
23756         (gst_ximagesink_renegotiate_size): Implement via setting the
23757         desired_caps on the ximagesink.
23758         (gst_ximagesink_setcaps): Only reset the width of the player if it
23759         wasn't already set. Not sure if this is right.
23760         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23761
23762         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23763         that the user wants. NULL unless the window has been resized.
23764
23765         * gst/volume/gstvolume.c (volume_transform): Adapt to
23766         basetransform refcount changes.
23767         
23768 2005-07-01  Andy Wingo  <wingo@pobox.com>
23769
23770         * gst/videoscale/gstvideoscale.c:
23771         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23772         from BaseTransform, implements a transform_caps. Removed dead code
23773         including some PAR stuff that was never reached -- should probably
23774         be added back somehow.
23775
23776 2005-07-01  Andy Wingo  <wingo@pobox.com>
23777
23778         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23779         come later.
23780
23781 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23782
23783         * configure.ac:
23784         * docs/libs/Makefile.am:
23785         * docs/libs/gst-plugins-libs.types:
23786         * ext/alsa/Makefile.am:
23787         * ext/alsa/gstalsamixer.h:
23788         * ext/alsa/gstalsamixeroptions.h:
23789         * ext/alsa/gstalsamixertrack.h:
23790         * gst-libs/gst/Makefile.am:
23791         * gst-libs/gst/colorbalance/.cvsignore:
23792         * gst-libs/gst/colorbalance/Makefile.am:
23793         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23794         * gst-libs/gst/colorbalance/colorbalance.c:
23795         * gst-libs/gst/colorbalance/colorbalance.h:
23796         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23797         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23798         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23799         * gst-libs/gst/interfaces/Makefile.am:
23800         * gst-libs/gst/interfaces/colorbalance.c:
23801         (gst_color_balance_class_init):
23802         * gst-libs/gst/interfaces/colorbalance.h:
23803         * gst-libs/gst/interfaces/interfaces-marshal.list:
23804         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23805         * gst-libs/gst/interfaces/mixer.h:
23806         * gst-libs/gst/interfaces/mixeroptions.h:
23807         * gst-libs/gst/interfaces/navigation.c:
23808         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23809         * gst-libs/gst/interfaces/tuner.h:
23810         * gst/volume/Makefile.am:
23811         * gst/volume/gstvolume.c:
23812         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23813         * sys/ximage/Makefile.am:
23814         * sys/ximage/ximagesink.c:
23815         * sys/xvimage/Makefile.am:
23816         * sys/xvimage/xvimagesink.c:
23817           fold in all interfaces into an interfaces dir, preserving CVS
23818           history
23819
23820 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23821
23822         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23823           Fix build after riff changes.
23824
23825 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23826
23827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23828         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23829         (gst_riff_create_video_template_caps),
23830         (gst_riff_create_audio_template_caps),
23831         (gst_riff_create_iavs_template_caps):
23832         * gst-libs/gst/riff/riff-media.h:
23833         * gst-libs/gst/riff/riff-read.h:
23834         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23835           Add gst_riff_init() to initialize the debug category, instead
23836           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23837
23838 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23839
23840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23841           Oops, I shouldn't apply hacks.
23842
23843 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23844
23845         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23846           Remove pad_loop function which doesn't work.
23847
23848 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23849
23850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23851           Send EOS when deactivating.
23852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23853         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23854         (gen_preroll_element), (probe_triggered), (mute_stream),
23855         (silence_stream), (new_decoded_pad), (setup_substreams),
23856         (set_active_source):
23857         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23858         (remove_sinks), (add_sink):
23859         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23860           Change for new probe API.
23861
23862 2005-06-29  Wim Taymans  <wim@fluendo.com>
23863
23864         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23865         * gst-libs/gst/audio/gstbaseaudiosink.c:
23866         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23867         (gst_baseaudiosink_change_state):
23868         * gst-libs/gst/audio/gstbaseaudiosink.h:
23869         * gst-libs/gst/audio/gstringbuffer.c:
23870         (gst_ringbuffer_set_callback):
23871         Fix compilation error.
23872         Ringbuffer starts out as not running.
23873         Free our clock in dispose.
23874         When releasing the ringbuffer we need to renegotiate so
23875         clear the pad caps.
23876
23877 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23878
23879         * autogen.sh:
23880         * configure.ac:
23881         * docs/Makefile.am:
23882         * docs/libs/Makefile.am:
23883         * docs/libs/gst-plugins-libs-docs.sgml:
23884         * docs/libs/gst-plugins-libs-sections.txt:
23885         * docs/libs/gst-plugins-libs.types:
23886         * docs/libs/tmpl/gstaudio.sgml:
23887         * docs/libs/tmpl/gstcolorbalance.sgml:
23888         * docs/libs/tmpl/gstringbuffer.sgml:
23889         * gst-libs/gst/audio/gstringbuffer.c:
23890         (gst_ringbuffer_set_callback):
23891           reinstate gtk-doc docs for plugin libs
23892
23893 2005-06-28  Wim Taymans  <wim@fluendo.com>
23894
23895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23896         (gst_ogg_demux_init):
23897         Removed pad loop function.
23898
23899 2005-06-28  Wim Taymans  <wim@fluendo.com>
23900
23901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23902         If we're building a chain we are not in an error case
23903         when we queue a buffer.
23904
23905 2005-06-28  Andy Wingo  <wingo@pobox.com>
23906
23907         * *.c: Don't cast to GstObject before reffing/unreffing.
23908
23909 2005-06-27  Andy Wingo  <wingo@pobox.com>
23910
23911         * gst/videotestsrc/gstvideotestsrc.c
23912         (gst_videotestsrc_activate_push): Activation API changes.
23913
23914         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23915         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23916         they have refs on the decodebin.
23917
23918         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23919         parent class.
23920         (gst_ogg_pad_typefind): Don't leak a pad ref.
23921         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23922         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23923         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23924
23925 2005-06-27  Edward Hervey  <edward@fluendo.com>
23926
23927         * ext/theora/theoradec.c: (theora_dec_change_state): 
23928         re-arranged call to parent's state change in order to avoid locks (or
23929         worse).
23930
23931 2005-06-26  Edward Hervey  <edward@fluendo.com>
23932
23933         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23934         2nd argument of 'unknow-type' signal is a GstCaps and not a
23935         GstMiniObject
23936
23937 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23938         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23939           Set the worker thread's running flag to TRUE before starting the
23940           thread.
23941         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23942           Catch a failure to add typefind to the bin.
23943
23944 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23945
23946         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23947         (gst_sinesrc_init), (gst_sinesrc_create),
23948         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23949         (gst_sinesrc_start):
23950         * gst/sine/gstsinesrc.h:
23951           add num-buffers and timestamp-offset properties
23952         * gst/videotestsrc/gstvideotestsrc.c:
23953         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23954         (gst_videotestsrc_get_property):
23955           add timestamp-offset property
23956
23957 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23958
23959         * configure.ac: add videorate
23960         * gst-plugins-base.spec.in: add videorate
23961
23962 2005-06-23  Wim Taymans  <wim@fluendo.com>
23963
23964         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23965         (gst_videorate_getcaps), (gst_videorate_setcaps),
23966         (gst_videorate_event), (gst_videorate_chain):
23967         Fixed videorate, fixating an already fixated caps is not
23968         an error.
23969
23970 2005-06-23  Wim Taymans  <wim@fluendo.com>
23971
23972         * ext/ogg/README:
23973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23974         Buffer on caps is not boxed anymore.
23975
23976 2005-06-22  Wim Taymans  <wim@fluendo.com>
23977
23978         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23979         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23980         Set buffers on caps as miniobjects and not as boxed.
23981
23982 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23983
23984         * configure.ac:
23985           back to HEAD
23986
23987 === release 0.9.1 ===
23988
23989 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23990
23991         * .cvsignore:
23992         * NEWS:
23993         * README:
23994         * RELEASE:
23995         * configure.ac:
23996         * po/af.po:
23997         * po/az.po:
23998         * po/cs.po:
23999         * po/en_GB.po:
24000         * po/hu.po:
24001         * po/it.po:
24002         * po/nb.po:
24003         * po/nl.po:
24004         * po/or.po:
24005         * po/sq.po:
24006         * po/sr.po:
24007         * po/sv.po:
24008         * po/uk.po:
24009         * po/vi.po:
24010           updates for release
24011
24012 2005-06-09  Andy Wingo  <wingo@pobox.com>
24013
24014         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24015         
24016 2005-06-09  Andy Wingo  <wingo@pobox.com>
24017
24018         * configure.ac:
24019         * gst-libs/gst/Makefile.am:
24020         * gst-libs/gst/net/Makefile.am:
24021         Add gstnet to build.
24022
24023 2005-06-09  Andy Wingo  <wingo@pobox.com>
24024
24025         * gst-libs/gst/gconf/gconf.c:
24026         * gst/playback/test.c:
24027         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24028         fixes.
24029
24030         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24031
24032         * ext/theora/theoraenc.c (theora_enc_chain): 
24033         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24034
24035         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24036         RealPad.
24037
24038 2005-06-02  Wim Taymans  <wim@fluendo.com>
24039
24040         * gst-libs/gst/net/Makefile.am:
24041         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24042         * pkgconfig/gstreamer-libs.pc.in:
24043         Added net stuff, version net lib.
24044
24045 2005-06-02  Wim Taymans  <wim@fluendo.com>
24046
24047         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24048         (query_rates), (query_positions_elems), (query_positions_pads),
24049         (do_seek):
24050         Updated seek example.
24051
24052 2005-06-02  Andy Wingo  <wingo@pobox.com>
24053
24054         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24055         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24056         list.
24057
24058         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24059         remove the typefind, the bin dispose will do it for us. When it's
24060         removed and unreffed, the signal handler will be disconnected,
24061         too.
24062         (unlinked): It's too difficult to disconnect from unlinked
24063         handlers, as they are on pads not elements. Just punt if the pads
24064         aren't grandkids of the bin.
24065
24066 2005-06-02  Wim Taymans  <wim@fluendo.com>
24067
24068         * ext/ogg/README:
24069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24070         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24072         * ext/theora/theoradec.c: (theora_dec_src_query),
24073         (theora_handle_data_packet):
24074         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24075         (theora_enc_chain):
24076         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24077         (vorbis_handle_data_packet):
24078         * gst/audioconvert/bufferframesconvert.c:
24079         (buffer_frames_convert_chain):
24080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24081         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24082         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24083         (gst_ffmpegcsp_chain):
24084         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24085         (gst_videorate_getcaps), (gst_videorate_setcaps),
24086         (gst_videorate_event), (gst_videorate_chain):
24087         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24088         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24089         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24090         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24091         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24092         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24093         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24094         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24095         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24096         Cleanups and buffer alloc.
24097
24098 2005-05-31  Wim Taymans  <wim@fluendo.com>
24099
24100         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24101         Don't try to call the delay method when the device is not
24102         opened.
24103
24104 2005-05-31  Wim Taymans  <wim@fluendo.com>
24105
24106         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24107         Get actual segment size and buffer size after opening
24108         the device.
24109
24110 2005-05-30  Wim Taymans  <wim@fluendo.com>
24111
24112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24113         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24114         Also FLUSH upstream, makes the loop function exit faster.
24115         
24116         * ext/theora/theoradec.c: (theora_dec_src_query):
24117         Some more debug info in the query.
24118         
24119         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24120         (gst_ximagesink_setcaps):
24121         Release lock on par error, better error reporting.
24122
24123 2005-05-26  Wim Taymans  <wim@fluendo.com>
24124
24125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24126         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24127         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24128         Clear chains in READY
24129         Queue packets until the chain is activated.
24130
24131 2005-05-25  Wim Taymans  <wim@fluendo.com>
24132
24133         * gst-libs/gst/audio/gstaudiosink.c:
24134         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24135         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24136         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24137         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24138         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24139         (gst_audiosink_create_ringbuffer):
24140         * gst-libs/gst/audio/gstbaseaudiosink.c:
24141         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24142         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24143         (gst_baseaudiosink_set_property), (build_linear_format),
24144         (debug_spec_caps), (debug_spec_buffer),
24145         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24146         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24147         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24148         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24150         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24151         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24152         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24153         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24154         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24155         (wait_segment), (gst_ringbuffer_commit),
24156         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24157         (gst_ringbuffer_clear):
24158         Various small cleanups.
24159
24160         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24161         (gst_audio_convert_change_state):
24162         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24163         No need to take the locks anymore.
24164
24165 2005-05-25  Wim Taymans  <wim@fluendo.com>
24166
24167         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24168         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24169         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24170         (type_found):
24171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24172         (group_destroy), (group_commit), (queue_overrun),
24173         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24174         (mute_stream), (new_decoded_pad), (setup_substreams),
24175         (setup_source), (mute_group_type), (set_active_source),
24176         (gst_play_base_bin_change_state):
24177         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24178         (gen_video_element), (gen_text_element), (gen_audio_element),
24179         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24180         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24181         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24182         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24183         Some playbin cleanups mostly refcounting sloppyness.
24184
24185 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24186
24187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24188           Work with streaming input.
24189
24190 2005-05-25  Wim Taymans  <wim@fluendo.com>
24191
24192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24193         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24194         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24195         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24196         No need to take the STREAM lock anymore.
24197
24198 2005-05-25  Wim Taymans  <wim@fluendo.com>
24199
24200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24201         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24202         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24203         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24204         (gst_ogg_demux_sink_activate):
24205         * ext/theora/theoradec.c: (theora_dec_src_event),
24206         (theora_handle_comment_packet), (theora_dec_chain),
24207         (theora_dec_change_state):
24208         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24209         (vorbis_handle_data_packet), (vorbis_dec_chain),
24210         (vorbis_dec_change_state):
24211         Remove STREAM locks as they are taken in core now.
24212         Never set bogus granulepos on vorbis/theora.
24213         Fix leaks in theoradec tag parsing.
24214
24215 2005-05-25  Wim Taymans  <wim@fluendo.com>
24216
24217         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24218         Fix memleaks, GST_BUFFER_DATA() is not freed.
24219
24220 2005-05-25  Wim Taymans  <wim@fluendo.com>
24221
24222         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24223         Open non-blocking, set to blocking mode afterwards to avoid
24224         lockups when audio device is busy.
24225
24226 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24227
24228         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24229           This can't be good.
24230
24231 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24232
24233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24234         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24235         (gst_audio_convert_setcaps):
24236           Implement instant setup switching.
24237
24238 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24239
24240         * gst/playback/gstplaybasebin.c: (probe_triggered):
24241           Fix missing unlock.
24242         * gst/playback/gstplaybin.c: (add_sink):
24243           First add, then link (otherwise pad link fails).
24244
24245 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24246
24247         * examples/Makefile.am:
24248         fix buildbot (make distcheck)
24249
24250 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24251
24252         * gst/playback/gstplaybin.c: (gen_vis_element):
24253           Remove some wrong code. Doesn't work yet.
24254
24255 2005-05-19  Wim Taymans  <wim@fluendo.com>
24256
24257         * gst-libs/gst/net/Makefile.am:
24258         * gst-libs/gst/net/README:
24259         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24260         (gst_netbuffer_class_init), (gst_netbuffer_init),
24261         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24262         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24263         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24264         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24265         * gst-libs/gst/net/gstnetbuffer.h:
24266         Added buffer subclass to store extra to/from addresses for
24267         network sources/sinks.
24268
24269 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24270
24271         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24272           Don't lock an unassigned variable.
24273
24274 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24275
24276         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24277           Increase buffer for video, decrease buffer for other media types.
24278         * gst/playback/gstplaybin.c: (gen_video_element),
24279         (gen_audio_element):
24280           Change names for debugging purposes.
24281
24282 2005-05-18  Wim Taymans  <wim@fluendo.com>
24283
24284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24285         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24286         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24287         (gst_ffmpegcsp_chain):
24288         Enable buffer alloc passthrough if the source and dest
24289         formats are the same.
24290
24291 2005-05-17  Wim Taymans  <wim@fluendo.com>
24292
24293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24294         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24295         (gst_ogg_demux_chain_unlocked):
24296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24297         (gst_audio_convert_caps_remove_format_info),
24298         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24299         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24301         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24302         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24303         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24304         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24305         (gst_ffmpegcsp_get_property):
24306         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24307         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24308         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24309         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24310         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24311         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24312         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24313         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24314         Leak fixes in oggdemux.
24315         Some cleanups in audioconvert.
24316         Make passthrough work along with buffer_alloc etc.
24317         Make buffer_alloc and buffer recycling actually work in
24318         xvimagesink.
24319
24320 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24321
24322         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24323           make the compiler happy
24324
24325 2005-05-17  Wim Taymans  <wim@fluendo.com>
24326
24327         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24328         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24329         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24330         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24331         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24332         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24333         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24334         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24335         (gst_xvimagesink_set_xwindow_id):
24336         * sys/xvimage/xvimagesink.h:
24337         Port xvimagesink to new MiniObject.
24338
24339 2005-05-17  Wim Taymans  <wim@fluendo.com>
24340
24341         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24342         (gst_audiofilter_chain):
24343         * gst-libs/gst/audio/gstaudiosink.c:
24344         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24345         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24346         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24347         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24348         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24349         (gst_audiosink_create_ringbuffer):
24350         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24351         (gst_audio_convert_caps_remove_format_info),
24352         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24353         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24355         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24356         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24357         Fix passthrough in ffmpegcolorspace.
24358         Fix memset in audiosink on wrong memory.
24359
24360 2005-05-16  David Schleef  <ds@schleef.org>
24361
24362         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24363         to GstMiniObject.
24364
24365 2005-05-16  David Schleef  <ds@schleef.org>
24366
24367         Port from GstData to GstMiniObject.
24368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24370         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24371         (gst_ogg_mux_collected):
24372         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24373         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24374         (theora_handle_data_packet):
24375         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24376         (theora_set_header_on_caps), (theora_enc_chain):
24377         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24378         (vorbis_handle_comment_packet):
24379         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24380         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24381         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24382         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24383         * gst/audioconvert/gstaudioconvert.c:
24384         (gst_audio_convert_get_buffer):
24385         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24386         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24387         (mute_stream), (silence_stream):
24388         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24389         * gst/volume/gstvolume.c: (volume_transform):
24390         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24391         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24392         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24393         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24394         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24395         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24396         (gst_ximagesink_buffer_alloc):
24397         * sys/ximage/ximagesink.h:
24398
24399 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24400
24401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24402         (fill_buffer), (check_queue), (queue_threshold_reached),
24403         (queue_out_of_data):
24404         * gst/playback/gstplaybasebin.h:
24405           Post buffer-fullness on the bus.
24406
24407 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24408
24409         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24410         (try_to_link_1):
24411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24412         (group_commit), (probe_triggered), (setup_source),
24413         (gst_play_base_bin_change_state):
24414         * gst/playback/gstplaybasebin.h:
24415         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24416         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24417         (gst_play_bin_change_state):
24418           Move setup_output_pads into a virtual function, remove
24419           group-switch (no longer needed) and redirect (handled by bus
24420           now) signals.
24421
24422 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24423
24424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24425         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24426         (get_active_group), (get_building_group), (group_destroy),
24427         (group_commit), (check_queue), (queue_overrun),
24428         (queue_threshold_reached), (queue_out_of_data),
24429         (gen_preroll_element), (remove_groups), (unknown_type),
24430         (add_element_stream), (no_more_pads), (probe_triggered),
24431         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24432         (setup_substreams), (setup_source), (finish_source),
24433         (prepare_output), (muted_group_change_state),
24434         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24435         (gst_play_base_bin_change_state):
24436         * gst/playback/gstplaybasebin.h:
24437         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24438         (gst_play_bin_init), (gst_play_bin_set_property),
24439         (gen_video_element), (gen_text_element), (gen_audio_element),
24440         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24441         (gst_play_bin_change_state):
24442         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24443         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24444         (stream_info_change_state), (gst_stream_info_set_mute),
24445         (gst_stream_info_get_property):
24446         * gst/playback/gststreaminfo.h:
24447         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24448         (gst_stream_selector_get_linked_pad),
24449         (gst_stream_selector_getcaps),
24450         (gst_stream_selector_get_linked_pads),
24451         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24452         * gst/playback/gststreamselector.h:
24453           Rough port of playbin. Needs some more work, but is mostly done,
24454           and uses a few locks in important places, which should make stuff
24455           like chain-switches clean. Still uses GST_STATE() in a few places,
24456           which isn't all that good an idea, subtitles/elements disabled
24457           because no elements to test with and thus probably broken, query
24458           and event handling moved to GstBin, internal thread removed
24459           alltogether because the pipeline does that for us now. Can play
24460           Ogg/Vorbis files. Haven't tested anything else yet.
24461
24462 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24463
24464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24465           Do no-more-pads (needed for autoplugging).
24466
24467 2005-05-10  Andy Wingo  <wingo@pobox.com>
24468
24469         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24470         message to the bus with the tags. Still not sent downstream tho.
24471
24472         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24473         get_parent.
24474         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24475         avoid refcounting hassles.
24476
24477 2005-05-09  Andy Wingo  <wingo@pobox.com>
24478
24479         * gst/volume/Makefile.am:
24480         * gst/volume/demo.c
24481         * gst/volume/gstvolume.h
24482         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24483         basetransform. Probably need an audio filter base class.
24484
24485 2005-05-09  Wim Taymans  <wim@fluendo.com>
24486
24487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24488         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24489         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24490         (gst_vorbisenc_chain):
24491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24492         (gst_audio_convert_caps_remove_format_info),
24493         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24494         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24495         Make caps writable before writing to it.
24496         Fix negotiation in audioconvert some more.
24497
24498 2005-05-09  Wim Taymans  <wim@fluendo.com>
24499
24500         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24501         (gst_videorate_getcaps), (gst_videorate_setcaps),
24502         (gst_videorate_event), (gst_videorate_chain):
24503         Better negotiation.
24504
24505 2005-05-09  Wim Taymans  <wim@fluendo.com>
24506
24507         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24508         (gst_videorate_getcaps), (gst_videorate_setcaps),
24509         (gst_videorate_blank_data), (gst_videorate_init),
24510         (gst_videorate_event), (gst_videorate_chain),
24511         (gst_videorate_change_state):
24512         Port videorate, do a better job at negotiation while we're at
24513         it.
24514
24515 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24516
24517         * configure.ac:
24518           Disable libvisual
24519
24520         * examples/Makefile.am:
24521         * gst-libs/gst/audio/Makefile.am:
24522         * gst-libs/gst/riff/Makefile.am:
24523         * gst-libs/gst/tag/Makefile.am:
24524         * gst-libs/gst/video/Makefile.am:
24525           Fixups for missing variables.
24526
24527 2005-05-09  Wim Taymans  <wim@fluendo.com>
24528
24529         * examples/seeking/seek.c: (make_theora_pipeline),
24530         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24531         (query_rates), (query_positions_elems), (query_positions_pads),
24532         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24534         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24535         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24536         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24537         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24539         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24540         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24541         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24542         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24543         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24544         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24545         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24546         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24547         (theora_dec_src_convert), (theora_dec_sink_convert),
24548         (theora_dec_src_query), (theora_dec_sink_query),
24549         (theora_dec_src_event), (theora_dec_sink_event),
24550         (theora_handle_comment_packet), (theora_handle_type_packet),
24551         (theora_handle_header_packet), (theora_handle_data_packet),
24552         (theora_dec_chain):
24553         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24554         (vorbis_dec_convert), (vorbis_dec_src_query),
24555         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24556         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24557         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24558         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24559         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24560         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24561         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24562         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24563         (gst_play_bin_query):
24564         * gst/playback/test3.c: (update_scale):
24565         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24566         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24567         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24568         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24569         (gst_videotestsrc_src_query):
24570         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24571         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24572         (paint_hline_YUV9):
24573         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24574         Port to new query API.
24575         Updated seek.
24576         Cleanups in x[v]imagesink
24577
24578 2005-05-09  Andy Wingo  <wingo@pobox.com>
24579
24580         * ext/alsa/gstalsasink.h:
24581         * ext/gnomevfs/gstgnomevfssrc.c:
24582         (gst_gnomevfssrc_get_icy_metadata):
24583         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24584         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24585         * ext/theora/theoradec.c (theora_dec_src_query)
24586         (theora_dec_src_event, theora_dec_sink_event)
24587         (theora_handle_comment_packet, theora_handle_data_packet):
24588         * ext/theora/theoraenc.c (theora_enc_chain):
24589         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24590         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24591         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24592         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24593         (qt_type_find):
24594         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24595         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24596         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24597         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24598         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24599         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24600         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24601         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24602         (paint_setup_RGB565, paint_setup_xRGB1555):
24603         * gst/videotestsrc/videotestsrc.h:
24604         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24605         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24606         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24607         GCC4 fixes.
24608         
24609         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24610         gst_pad_query_position. Fixes oggdemux.
24611
24612 2005-05-08  David Schleef  <ds@schleef.org>
24613
24614         * configure.ac: Require liboil.
24615         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24616         a few more.
24617         * gst/videotestsrc/videotestsrc.c:
24618         * gst/videotestsrc/videotestsrc.h:
24619
24620 2005-05-06  Wim Taymans  <wim@fluendo.com>
24621
24622         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24623         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24624         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24625         Well, unreffing a buffer right before pushing it is asking
24626         for trouble..
24627
24628 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24629
24630         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24631
24632 2005-05-06  Wim Taymans  <wim@fluendo.com>
24633
24634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24635         (gst_audio_convert_caps_remove_format_info),
24636         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24637         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24639         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24640         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24641         * gst/sine/Makefile.am:
24642         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24643         (gst_sinesrc_class_init), (gst_sinesrc_init),
24644         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24645         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24646         (gst_sinesrc_update_freq):
24647         * gst/sine/gstsinesrc.h:
24648         * gst/tcp/gstmultifdsink.c:
24649         * sys/xvimage/xvimagesink.c:
24650         Fixed negotiation wrt _peer_get_caps()
24651         Some cleanups.
24652
24653
24654 2005-05-06  Wim Taymans  <wim@fluendo.com>
24655
24656         * gst-libs/gst/audio/gstaudiosink.c:
24657         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24658         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24659         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24660         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24661         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24662         (gst_audiosink_create_ringbuffer):
24663         * gst-libs/gst/audio/gstbaseaudiosink.c:
24664         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24665         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24666         (gst_baseaudiosink_set_property), (build_linear_format),
24667         (debug_spec_caps), (debug_spec_buffer),
24668         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24669         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24670         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24671         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24672         * gst-libs/gst/audio/gstbaseaudiosink.h:
24673         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24674         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24675         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24676         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24677         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24678         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24679         (wait_segment), (gst_ringbuffer_commit),
24680         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24681         (gst_ringbuffer_clear):
24682         * gst-libs/gst/audio/gstringbuffer.h:
24683         Make the base audiosink return an error when there is no
24684         audiobuffer negotiated.
24685
24686 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24687
24688         * ext/Makefile.am:
24689         Disable cdparanoia until someone ports it!
24690
24691 2005-05-06  Wim Taymans  <wim@fluendo.com>
24692
24693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24694         (gst_ogg_demux_sink_activate):
24695         And revert after wingo's revert.. sigh..
24696
24697 2005-05-05  Andy Wingo  <wingo@pobox.com>
24698
24699         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24700         GObject.
24701         * configure.ac: Return audiorate and subparse from the ghetto.
24702         Re-enable -Wall -Werror.
24703         * gst/subparse/gstsubparse.c:
24704         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24705         or chain-based. Cleaned up a bit. Not tested.
24706         
24707 2005-05-05  Christian Schaller <christian@fluendo.com> 
24708
24709         * Makefile.am: remove stuff that is not building
24710         * configure.ac: remove stuff that is not building
24711         * examples/Makefile.am: remove stuff that is not building
24712         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24713         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24714         * sys/Makefile.am: remove stuff that is not building
24715         * testsuite/Makefile.am: remove stuff that is not building
24716
24717 2005-05-05  Andy Wingo  <wingo@pobox.com>
24718
24719         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24720         * gst-libs/gst/tag/gstvorbistag.c:
24721         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24722         * gst/adder/gstadder.h:
24723         * gst/audioconvert/gstchannelmix.c:
24724         (gst_audio_convert_fill_one_other):
24725         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24726         (gst_audiorate_init), (gst_audiorate_chain):
24727         * gst/playback/gstplaybasebin.c: (setup_source):
24728         * gst/playback/test3.c: (update_scale):
24729         Some GCC4 fixes
24730         
24731         * po/af.po:
24732         * po/az.po:
24733         * po/cs.po:
24734         * po/en_GB.po:
24735         * po/hu.po:
24736         * po/it.po:
24737         * po/nb.po:
24738         * po/nl.po:
24739         * po/or.po:
24740         * po/sq.po:
24741         * po/sr.po:
24742         * po/sv.po:
24743         * po/uk.po:
24744         * po/vi.po: Foo
24745
24746 2005-05-05  Wim Taymans  <wim@fluendo.com>
24747
24748         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24749         (gst_audio_convert_caps_remove_format_info),
24750         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24751         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24752         * gst/videotestsrc/gstvideotestsrc.c:
24753         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24754         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24755         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24756         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24757         Don't ignore _push() return values.
24758         Make sure no processing is done when shutting down.
24759         Videotestsrc pad activation fix.
24760
24761 2005-05-05  Wim Taymans  <wim@fluendo.com>
24762
24763         * gst/adder/Makefile.am:
24764         * gst/adder/gstadder.c: (gst_adder_setcaps),
24765         (gst_adder_class_init), (gst_adder_init),
24766         (gst_adder_request_new_pad), (gst_adder_collected),
24767         (gst_adder_change_state):
24768         * gst/adder/gstadder.h:
24769         Ported adder as an example of a mixer element using
24770         collect pads. Needs more negotiation work.
24771
24772 2005-05-05  Wim Taymans  <wim@fluendo.com>
24773
24774         * ext/theora/theoradec.c: (_inc_granulepos),
24775         (theora_dec_src_event), (theora_dec_sink_event),
24776         (theora_handle_comment_packet), (theora_handle_type_packet),
24777         (theora_handle_header_packet), (theora_handle_data_packet),
24778         (theora_dec_chain):
24779         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24780         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24781         (theora_push_buffer), (theora_push_packet),
24782         (theora_enc_sink_event), (theora_enc_chain),
24783         (theora_enc_change_state), (theora_enc_set_property),
24784         (theora_enc_get_property):
24785         Added stream lock to decoder so that we can serialize
24786         the discont event.
24787         More theoraenc porting, recover from errors, do clean
24788         shutdown.
24789
24790 2005-05-05  Wim Taymans  <wim@fluendo.com>
24791
24792         * ext/ogg/Makefile.am:
24793         * ext/ogg/README:
24794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24795         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24796         (gst_ogg_print):
24797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24798         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24799         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24800         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24801         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24802         (gst_ogg_mux_change_state):
24803         Ported ogg muxer.
24804
24805 2005-05-05  Wim Taymans  <wim@fluendo.com>
24806
24807         * docs/design-audiosinks.txt:
24808         * gst-libs/gst/audio/TODO:
24809         * gst-libs/gst/audio/gstaudiosink.c:
24810         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24811         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24812         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24813         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24814         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24815         (gst_audiosink_create_ringbuffer):
24816         * gst-libs/gst/audio/gstbaseaudiosink.c:
24817         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24818         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24819         (gst_baseaudiosink_set_property), (build_linear_format),
24820         (debug_spec_caps), (debug_spec_buffer),
24821         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24822         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24823         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24824         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24825         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24826         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24827         (gst_ringbuffer_release), (gst_ringbuffer_play),
24828         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24829         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24830         (gst_ringbuffer_set_sample), (wait_segment),
24831         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24832         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24833         More work on the audiosink, mostly debugging and a race in
24834         shutdown.
24835
24836 2005-04-28  Wim Taymans  <wim@fluendo.com>
24837
24838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24839         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24840         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24841         (vorbis_dec_src_query), (vorbis_dec_src_event),
24842         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24843         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24844         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24845         Don't crap out when seeking back to position 0.
24846
24847 2005-04-28  Wim Taymans  <wim@fluendo.com>
24848
24849         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24850         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24851         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24852         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24853         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24854         Make audio sink configurable, use alsasink as default.
24855
24856 2005-04-28  Wim Taymans  <wim@fluendo.com>
24857
24858         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24859         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24860         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24861         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24862         (vorbis_dec_change_state):
24863         * ext/vorbis/vorbisdec.h:
24864         Refactor, use STREAM_LOCK.
24865
24866 2005-04-28  Wim Taymans  <wim@fluendo.com>
24867
24868         * ext/theora/theoradec.c: (_inc_granulepos),
24869         (theora_dec_sink_event), (theora_handle_comment_packet),
24870         (theora_handle_type_packet), (theora_handle_header_packet),
24871         (theora_handle_data_packet), (theora_dec_chain),
24872         (theora_dec_change_state):
24873         Refactor a bit, use STREAM_LOCK.
24874
24875 2005-04-28  Wim Taymans  <wim@fluendo.com>
24876
24877         * ext/alsa/Makefile.am:
24878         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24879         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24880         (gst_alsa_link), (gst_alsa_close_audio):
24881         * ext/alsa/gstalsaplugin.c: (plugin_init):
24882         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24883         (gst_alsasink_dispose), (gst_alsasink_base_init),
24884         (gst_alsasink_class_init), (gst_alsasink_init),
24885         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24886         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24887         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24888         (gst_alsasink_reset):
24889         * ext/alsa/gstalsasink.h:
24890         Implement alsasink with simple open/write/close API. 
24891         Make alsa dir build by disabling compilation of code.
24892
24893 2005-04-28  Wim Taymans  <wim@fluendo.com>
24894
24895         * gst-libs/gst/audio/Makefile.am:
24896         * gst-libs/gst/audio/audio.h:
24897         * gst-libs/gst/audio/audioclock.c:
24898         * gst-libs/gst/audio/audioclock.h:
24899         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24900         (gst_audio_clock_class_init), (gst_audio_clock_init),
24901         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24902         * gst-libs/gst/audio/gstaudioclock.h:
24903         * gst-libs/gst/audio/gstaudiosink.c:
24904         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24905         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24906         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24907         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24908         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24909         (gst_audiosink_create_ringbuffer):
24910         * gst-libs/gst/audio/gstbaseaudiosink.c:
24911         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24912         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24913         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24914         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24915         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24916         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24917         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24918         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24919         * gst-libs/gst/audio/gstbaseaudiosink.h:
24920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24921         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24922         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24923         (gst_ringbuffer_release), (gst_ringbuffer_play),
24924         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24925         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24926         (gst_ringbuffer_set_sample), (wait_segment),
24927         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24928         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24929         * gst-libs/gst/audio/gstringbuffer.h:
24930         Make ringbuffer faster and more simple by removing the locks
24931         in the playback thread.
24932         Add sample accurate playback based on buffer sample offsets.
24933         Make the baseaudiosink provide a clock.
24934         Parse caps in the base class.
24935         Correctly handle seeking, flushing and state changes.
24936
24937 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24938
24939         * configure.ac:
24940         * gst/audioconvert/Makefile.am:
24941         * gst/audioscale/Makefile.am:
24942           Fix part of the build.  Come on guys, autogen didn't even work :)
24943
24944 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24945
24946         * configure.ac:
24947         * gst-libs/gst/Makefile.am:
24948         * gst-libs/gst/media-info/.cvsignore:
24949         * gst-libs/gst/media-info/Makefile.am:
24950         * gst-libs/gst/media-info/README:
24951         * gst-libs/gst/media-info/media-info-priv.c:
24952         * gst-libs/gst/media-info/media-info-priv.h:
24953         * gst-libs/gst/media-info/media-info-test.c:
24954         * gst-libs/gst/media-info/media-info.c:
24955         * gst-libs/gst/media-info/media-info.h:
24956         * gst-libs/gst/media-info/media-info.vcproj:
24957         * pkgconfig/Makefile.am:
24958         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24959         * pkgconfig/gstreamer-media-info.pc.in:
24960           Remove media-info, which is also successed by playbin (see Totem
24961           implementation).
24962
24963 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24964
24965         * configure.ac:
24966         * examples/Makefile.am:
24967         * examples/gstplay/.cvsignore:
24968         * examples/gstplay/Makefile.am:
24969         * examples/gstplay/player.c:
24970         * gst-libs/gst/Makefile.am:
24971         * gst-libs/gst/play/.cvsignore:
24972         * gst-libs/gst/play/Makefile.am:
24973         * gst-libs/gst/play/play.c:
24974         * gst-libs/gst/play/play.h:
24975         * gst-libs/gst/play/play.vcproj:
24976         * pkgconfig/Makefile.am:
24977         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24978         * pkgconfig/gstreamer-play.pc.in:
24979           Remove libgstplay, playbin is now the official successor.
24980
24981 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24982
24983         * configure.ac:
24984         * gst-libs/gst/Makefile.am:
24985         * gst-libs/gst/xwindowlistener/Makefile.am:
24986         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24987         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24988           Remove deprecated xwindowlistener (I've moved xwindowlistening
24989           in the v4l/v4l2 plugins over to serverside).
24990
24991 2005-04-25  David Schleef  <ds@schleef.org>
24992
24993         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24994         to examples/dynparams.  Examples do not belong interspersed with
24995         source code.
24996         * examples/dynparams/demo-dparams.c:
24997         * gst/sine/Makefile.am:
24998         * gst/sine/demo-dparams.c:
24999
25000 2005-04-25  David Schleef  <ds@schleef.org>
25001
25002         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25003         * gst-libs/gst/audio/Makefile.am:
25004         * gst-libs/gst/riff/Makefile.am:
25005         * gst-libs/gst/tag/Makefile.am:
25006         * gst-libs/gst/video/Makefile.am:
25007         * gst-libs/gst/xwindowlistener/Makefile.am:
25008
25009         Convert to 0.9 API, seems to work:
25010         * sys/ximage/Makefile.am:
25011         * sys/ximage/ximagesink.c:
25012
25013 2005-04-24  David Schleef  <ds@schleef.org>
25014
25015         Link plugins against libraries:
25016         * ext/alsa/Makefile.am:
25017         * gst/tcp/Makefile.am:
25018
25019         Remove asm code that should be in liboil
25020         * gst/videoscale/Makefile.am:
25021         * gst/videoscale/videoscale_x86_asm.s:
25022
25023         gettext wants these checked in:
25024         * po/af.po:
25025         * po/az.po:
25026         * po/cs.po:
25027         * po/en_GB.po:
25028         * po/hu.po:
25029         * po/it.po:
25030         * po/nb.po:
25031         * po/nl.po:
25032         * po/or.po:
25033         * po/sq.po:
25034         * po/sr.po:
25035         * po/sv.po:
25036         * po/uk.po:
25037         * po/vi.po:
25038
25039 2005-04-24  David Schleef  <ds@schleef.org>
25040
25041         Convert gst_main() to g_main_loop_run()
25042         * gst/playback/decodetest.c: (main):
25043         * gst/playback/test2.c: (main):
25044         * gst/playback/test3.c: (main):
25045         * gst/playback/test4.c: (main):
25046
25047         Link plugins against libraries:
25048         * ext/libvisual/Makefile.am:
25049         * sys/xvimage/Makefile.am:
25050
25051 2005-04-24  David Schleef  <ds@schleef.org>
25052
25053         * configure.ac: Remove idct and resample libs
25054         * gst-libs/gst/Makefile.am: same
25055
25056         Remove usage of gst_library_load():
25057         * ext/alsa/gstalsaplugin.c: (plugin_init):
25058         * ext/libvisual/visual.c: (plugin_init):
25059         * ext/ogg/gstogg.c: (plugin_init):
25060         * ext/theora/theora.c: (plugin_init):
25061         * ext/vorbis/vorbis.c: (plugin_init):
25062         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25063         * gst/audioscale/gstaudioscale.c:
25064         * gst/adder/gstadder.c: (plugin_init):
25065         * gst/audioconvert/plugin.c: (plugin_init):
25066         * sys/ximage/ximagesink.c: (plugin_init):
25067         * sys/xvimage/xvimagesink.c: (plugin_init):
25068         * gst/tcp/gsttcpplugin.c: (plugin_init):
25069
25070         Link plugins against libraries:
25071         * ext/ogg/Makefile.am:
25072         * ext/theora/Makefile.am:
25073         * ext/vorbis/Makefile.am:
25074         * gst/audioconvert/Makefile.am:
25075
25076         Create proper libraries:
25077         * gst-libs/gst/riff/Makefile.am:
25078         * gst-libs/gst/audio/Makefile.am:
25079         * gst-libs/gst/video/Makefile.am:
25080
25081         Move resample library to audioscale plugin directory:
25082         * gst-libs/gst/resample/Makefile.am:
25083         * gst-libs/gst/resample/README:
25084         * gst-libs/gst/resample/dtof.c:
25085         * gst-libs/gst/resample/dtos.c:
25086         * gst-libs/gst/resample/functable.c:
25087         * gst-libs/gst/resample/private.h:
25088         * gst-libs/gst/resample/resample.c:
25089         * gst-libs/gst/resample/resample.h:
25090         * gst-libs/gst/resample/resample.vcproj:
25091         * gst-libs/gst/resample/test.c:
25092         * gst/audioscale/Makefile.am:
25093         * gst/audioscale/README:
25094         * gst/audioscale/dtof.c:
25095         * gst/audioscale/dtos.c:
25096         * gst/audioscale/functable.c:
25097         * gst/audioscale/private.h:
25098         * gst/audioscale/resample.c:
25099         * gst/audioscale/resample.h:
25100         * gst/audioscale/test.c:
25101
25102         Move tagedit library to gst-libs:
25103         * gst-libs/gst/tag/Makefile.am:
25104         * gst-libs/gst/tag/gstid3tag.c:
25105         * gst-libs/gst/tag/gsttagediting.c:
25106         * gst-libs/gst/tag/gsttageditingprivate.h:
25107         * gst-libs/gst/tag/gstvorbistag.c:
25108         * gst/tags/Makefile.am:
25109         * gst/tags/gstid3tag.c:
25110         * gst/tags/gstvorbistag.c:
25111
25112         Fix for core changes:
25113         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25114         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25115         (gst_sinesrc_getrange):
25116
25117 2005-04-23  David Schleef  <ds@schleef.org>
25118
25119         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25120         in gst-plugins in a long time, and properly belongs in liboil.
25121         * gst-libs/gst/idct/Makefile.am:
25122         * gst-libs/gst/idct/README:
25123         * gst-libs/gst/idct/dct.h:
25124         * gst-libs/gst/idct/doieee:
25125         * gst-libs/gst/idct/fastintidct.c:
25126         * gst-libs/gst/idct/floatidct.c:
25127         * gst-libs/gst/idct/idct.c:
25128         * gst-libs/gst/idct/idct.h:
25129         * gst-libs/gst/idct/idtc.vcproj:
25130         * gst-libs/gst/idct/ieeetest.c:
25131         * gst-libs/gst/idct/intidct.c:
25132
25133 2005-04-20  Wim Taymans  <wim@fluendo.com>
25134
25135         * docs/design-audiosinks.txt:
25136         * gst-libs/gst/audio/Makefile.am:
25137         * gst-libs/gst/audio/TODO:
25138         * gst-libs/gst/audio/gstaudiosink.c:
25139         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25140         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25141         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25142         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25143         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25144         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25145         (gst_audiosink_class_init), (gst_audiosink_init),
25146         (gst_audiosink_create_ringbuffer):
25147         * gst-libs/gst/audio/gstaudiosink.h:
25148         * gst-libs/gst/audio/gstbaseaudiosink.c:
25149         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25150         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25151         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25152         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25153         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25154         (gst_baseaudiosink_create_ringbuffer),
25155         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25156         * gst-libs/gst/audio/gstbaseaudiosink.h:
25157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25158         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25159         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25160         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25161         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25162         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25163         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25164         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25165         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25166         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25167         * gst-libs/gst/audio/gstringbuffer.h:
25168         An attempt at a set of audio base classes together with some
25169         design docs.
25170
25171 2005-04-20  Wim Taymans  <wim@fluendo.com>
25172
25173         * gst/audioconvert/Makefile.am:
25174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25175         (gst_audio_convert_caps_remove_format_info),
25176         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25177         (gst_audio_convert_channels):
25178         Link against audio libs.
25179         Fix audio convert plugin.
25180
25181 2005-04-20  Wim Taymans  <wim@fluendo.com>
25182
25183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25184         (gst_ogg_demux_sink_activate):
25185         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25186         (theora_set_header_on_caps), (theora_enc_sink_event),
25187         (theora_enc_chain):
25188         Fix theora encoder.
25189
25190 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25191
25192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25193         * gst/playback/gstdecodebin.c: (find_compatibles):
25194           Work with staticpadtemplates in elementfactories.
25195
25196 2005-04-12  Wim Taymans  <wim@fluendo.com>
25197
25198         * gst/playback/README:
25199         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25200         (compare_ranks), (print_feature), (gst_decode_bin_init),
25201         (dynamic_create), (dynamic_free), (find_compatibles),
25202         (mimetype_is_raw), (close_pad_link), (got_redirect),
25203         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25204         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25205         (gst_decode_bin_change_state):
25206         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25207         (gst_play_base_bin_init), (group_destroy), (group_commit),
25208         (check_queue), (queue_overrun), (queue_threshold_reached),
25209         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25210         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25211         (got_redirect), (setup_source), (play_base_eos),
25212         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25213         (gst_play_base_bin_remove_element):
25214         * gst/playback/gstplaybasebin.h:
25215         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25216         (gst_play_bin_init), (gst_play_bin_dispose),
25217         (gst_play_bin_set_property), (gen_video_element),
25218         (gen_text_element), (gen_audio_element), (remove_sinks),
25219         (gst_play_bin_send_event):
25220         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25221         (stream_info_change_state), (gst_stream_info_set_mute):
25222         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25223         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25224         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25225         (gst_stream_selector_chain):
25226         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25227         (main):
25228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25229         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25230         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25231         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25232         Raw and crude port of decodebin. 
25233         Make playbin compile.
25234
25235 2005-04-06  Wim Taymans  <wim@fluendo.com>
25236
25237         * ext/gnomevfs/Makefile.am:
25238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25239         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25240         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25241         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25242         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25243         (gst_gnomevfssrc_stop):
25244         * ext/ogg/Makefile.am:
25245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25246         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25247         * ext/theora/Makefile.am:
25248         * ext/theora/theoradec.c: (_inc_granulepos),
25249         (theora_dec_sink_event), (theora_dec_chain):
25250         * ext/vorbis/Makefile.am:
25251         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25252         (vorbis_dec_sink_event), (vorbis_dec_chain):
25253         * gst-libs/gst/audio/Makefile.am:
25254         * sys/xvimage/Makefile.am:
25255         Make gnomevfssrc extend the source base class.
25256         Fix linking against libs in various plugins.
25257
25258 2005-04-06  Andy Wingo  <wingo@pobox.com>
25259
25260         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25261         GST_BASE_LIBS.
25262
25263         * configure.ac: Add check and AC_SUBST for libgstbase.
25264
25265 2005-03-31  Wim Taymans  <wim@fluendo.com>
25266
25267         * examples/seeking/Makefile.am:
25268         * examples/seeking/cdparanoia.c: (main):
25269         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25270         (play_cb), (pause_cb), (stop_cb), (main):
25271         * examples/seeking/playbin.c:
25272         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25273         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25274         (make_sid_pipeline), (make_vorbis_pipeline),
25275         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25276         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25277         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25278         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25279         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25280         (stop_cb), (main):
25281         * examples/seeking/spider_seek.c:
25282         * examples/seeking/vorbisfile.c:
25283         * ext/gnomevfs/Makefile.am:
25284         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25285         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25286         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25287         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25288         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25289         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25290         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25291         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25292         * ext/ogg/README:
25293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25294         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25295         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25296         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25297         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25298         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25299         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25300         (gst_ogg_demux_factory_filter), (compare_ranks),
25301         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25302         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25303         (gst_ogg_chain_new), (gst_ogg_chain_free),
25304         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25305         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25306         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25307         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25308         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25309         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25310         (gst_ogg_demux_get_prev_page),
25311         (gst_ogg_demux_deactivate_current_chain),
25312         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25313         (gst_ogg_demux_bisect_forward_serialno),
25314         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25315         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25316         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25317         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25318         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25319         (gst_ogg_demux_change_state), (gst_ogg_print):
25320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25321         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25322         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25323         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25324         (gst_ogg_mux_loop):
25325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25326         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25327         (theora_dec_src_convert), (theora_dec_sink_convert),
25328         (theora_dec_src_query), (theora_dec_src_event),
25329         (theora_dec_sink_event), (theora_dec_chain),
25330         (theora_dec_change_state):
25331         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25332         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25333         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25334         (theora_enc_change_state):
25335         * ext/vorbis/Makefile.am:
25336         * ext/vorbis/oggvorbisenc.c:
25337         * ext/vorbis/oggvorbisenc.h:
25338         * ext/vorbis/vorbis.c: (plugin_init):
25339         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25340         (vorbis_dec_src_query), (vorbis_dec_src_event),
25341         (vorbis_dec_sink_event), (vorbis_dec_chain),
25342         (vorbis_dec_change_state):
25343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25344         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25345         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25346         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25347         (gst_vorbisenc_change_state):
25348         * ext/vorbis/vorbisenc.h:
25349         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25350         * gst-libs/gst/audio/audioclock.c:
25351         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25352         (gst_audiofilter_init), (gst_audiofilter_chain):
25353         * gst-libs/gst/audio/testchannels.c: (main):
25354         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25355         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25356         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25357         (gmip_find_track_streaminfo), (gmip_find_track_format):
25358         * gst-libs/gst/media-info/media-info.c:
25359         (gst_media_info_read_idler):
25360         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25361         (gst_play_get_all_by_interface):
25362         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25363         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25364         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25365         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25366         (gst_riff_parse_info):
25367         * gst-libs/gst/riff/riff-read.h:
25368         * gst-libs/gst/riff/riff.c: (plugin_init):
25369         * gst-libs/gst/video/Makefile.am:
25370         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25371         (gst_videosink_class_init), (gst_videosink_get_type):
25372         * gst-libs/gst/video/videosink.h:
25373         * gst/audioconvert/bufferframesconvert.c:
25374         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25375         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25376         * gst/audioconvert/channelmixtest.c: (main):
25377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25378         (gst_audio_convert_chain),
25379         (gst_audio_convert_caps_remove_format_info),
25380         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25381         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25382         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25383         (gst_audio_convert_buffer_to_default_format),
25384         (gst_audio_convert_buffer_from_default_format),
25385         (gst_audio_convert_channels):
25386         * gst/audioconvert/gstchannelmix.h:
25387         * gst/ffmpegcolorspace/avcodec.h:
25388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25389         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25390         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25391         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25392         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25393         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25394         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25395         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25396         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25397         (dv_type_find):
25398         * gst/videotestsrc/gstvideotestsrc.c:
25399         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25400         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25401         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25402         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25403         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25404         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25405         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25407         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25408         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25409         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25410         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25411         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25412         (gst_xvimagesink_navigation_send_event),
25413         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25414         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25415         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25416         * sys/xvimage/xvimagesink.h:
25417         Plugin port to 0.9, ogg/theora playback should work in the seek
25418         example now.
25419         Removed old examples.
25420         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25421         explained in 0.9 TODO doc.
25422
25423
25424 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25425
25426         * autogen.sh:
25427         * configure.ac:
25428         * ext/Makefile.am:
25429         * gst/Makefile.am:
25430         * po/POTFILES.in:
25431         * po/af.po:
25432         * po/az.po:
25433         * po/cs.po:
25434         * po/en_GB.po:
25435         * po/hu.po:
25436         * po/it.po:
25437         * po/nb.po:
25438         * po/nl.po:
25439         * po/or.po:
25440         * po/sq.po:
25441         * po/sr.po:
25442         * po/sv.po:
25443         * po/uk.po:
25444         * po/vi.po:
25445         * sys/Makefile.am:
25446         * testsuite/Makefile.am:
25447           remove a whole bunch of plugins.  This module now contains a set
25448           of free reference plugins/elements as agreed.
25449
25450 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25451
25452         * configure.ac:
25453           hunting season on 0.9 is now OPEN
25454
25455 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25456
25457         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25458           Kick the hell out of gcc for not warning me about a symbol conflict.
25459
25460 2005-02-22  Luca Ognibene  <luogni@tin.it>
25461
25462         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25463
25464         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25465           Don't leak caps string (fixes #168134)
25466
25467         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25468         (gst_jpegenc_init), (gst_jpegenc_finalize),
25469         (gst_jpegenc_change_state):
25470           Don't leak line buffers and context struct (fixes #168133).
25471
25472 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25473
25474         * configure.ac:
25475         * ext/dirac/gstdiracdec.cc:
25476         (gst_diracdec_chain):
25477           Since dirac 0.5.0 the framerate in dirac is expressed as a
25478           rational number. Fix build and up requirement to 0.5.0, and
25479           also pass parameters to gst_diracdec_link in the right order
25480           (fixes #167959).
25481
25482 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25483
25484         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25485         * ext/faad/gstfaad.h:
25486         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25487         certain invalid muxed streams, where some packets will contain 
25488         junk after decoder data. Partially fixes #149158.
25489
25490 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25491         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25492           Make sure we only write to writable buffers
25493
25494 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25495
25496         * gst-libs/gst/riff/riff-media.c:
25497         (gst_riff_create_audio_caps_with_data):
25498           Do actually fix invalid RIFF fmt header values for alaw
25499           and mulaw audio instead of just saying so.
25500
25501         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25502           Give gst_riff_create_audio_caps_with_data() a chance to
25503           fix up broken format header fields before extracting any
25504           parameters from the header. (fixes #167633)
25505
25506 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25507
25508         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25509
25510         * gst/audioconvert/bufferframesconvert.c:
25511         (buffer_frames_convert_link):
25512           Don't leak othercaps. (fixes #167878)
25513
25514 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25515
25516         * configure.ac:
25517         * ext/libvisual/visual.c: (gst_visual_srclink),
25518         (gst_visual_change_state):
25519           Support libvisual 0.2.0.
25520
25521 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25522
25523         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25524         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25525           Use same rowstrides for I420 as used everywhere else.
25526
25527 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25528
25529         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25530           Declare variables at beginning of block and make gcc-2.95 happy
25531           (fixes # 167482, patch by Gergely Nagy).
25532           
25533         * gst/tcp/gsttcpclientsrc.c:
25534         * gst/tcp/gsttcpclientsrc.h:
25535           Move some includes into the header, so that struct sockaddr_in is
25536           defined when it should be defined on FreeBSD as well (fixes
25537           #167483).
25538           
25539         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25540           Don't pass uninitialised values to setsockopt() here either.
25541
25542 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25543
25544         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25545
25546         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25547           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25548
25549 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25550
25551         * gst/playback/gstplaybin.c: (add_sink):
25552           Invert bin_add/link order to workaround deadlock in opt.
25553
25554 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25555
25556         * gst/modplug/gstmodplug.cc:
25557           Add missing break causing position queries to fail.
25558
25559 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25560
25561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25562           Granpos can apparently be -1, which screws up calculations...
25563
25564 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25565
25566         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25567         (gst_ximagesink_send_pending_navigation),
25568         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25569         (gst_ximagesink_init):
25570         * sys/ximage/ximagesink.h:
25571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25572         (gst_xvimagesink_send_pending_navigation),
25573         (gst_xvimagesink_navigation_send_event),
25574         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25575         * sys/xvimage/xvimagesink.h:
25576           Use a mutex protected list to marshal navigation
25577           events into the stream thread from whichever thread
25578           sends them.
25579
25580 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25581
25582         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25583           Display current position and track length; misc. clean-ups.
25584           
25585         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25586         (speed_init), (speed_chain):
25587           Add query function, so that the stream length and current position
25588           get adjusted when queried (note that current position queries may
25589           still be wrong if the audio sink returns values based on buffer
25590           timestamps instead of passing on the query).
25591
25592 2005-02-13  Benjamin Otte  <otte@gnome.org>
25593
25594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25595         (gst_audio_convert_channels):
25596           create channel conversion matrix when linking
25597         * gst/audioconvert/.cvsignore:
25598         * gst/audioconvert/Makefile.am:
25599         * gst/audioconvert/channelmixtest.c: (main):
25600           add (ugly) test that ensures stereo <=> mono conversion works
25601           correctly
25602
25603 2005-02-13  Benjamin Otte  <otte@gnome.org>
25604
25605         * gst/audioconvert/gstchannelmix.h:
25606           include missing header file
25607         * gst/audioconvert/gstchannelmix.c:
25608         (gst_audio_convert_fill_compatible):
25609           use same sign for both channels when converting to/from compatible
25610           channel. Previously used different signs made the signals cancel
25611           each other out and appear like silence. (fixes #167269)
25612
25613 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25614
25615         * gst/ffmpegcolorspace/avcodec.h:
25616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25617         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25618         (gst_ffmpegcsp_avpicture_fill):
25619         * gst/ffmpegcolorspace/imgconvert.c:
25620           Convert to and from YV12 (fixes #156379).
25621
25622 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25623
25624         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25625         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25626         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25627         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25628         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25629         methods from chain and negotiation and vice versa (Fixes #166142).
25630         * sys/ximage/ximagesink.h: Add stream_lock.
25631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25632         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25633         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25634         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25635
25636 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25637
25638         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25639           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25640           error message when we can't open the DVD device (when dvdnav_open()
25641           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25642           the above). Send something more useful instead (fixes #167117).
25643
25644 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25645
25646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25647         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25648         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25649         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25650         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25651         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25652         methods from chain and negotiation and vice versa (Fixes #166142).
25653         Fix a possible bug of images in the buffer pool being discarded because
25654         we are looking at the wrong geometry.
25655         * sys/xvimage/xvimagesink.h: Add stream_lock.
25656
25657 2005-02-11  David Schleef  <ds@schleef.org>
25658
25659         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25660         unsigned int. (fixes #167128)
25661
25662 2005-02-11  David Schleef  <ds@schleef.org>
25663
25664         * gst/librfb/Makefile.am: Testing stuff before committing is
25665           for wimps... and people with fast machines.  Fix stupid
25666           mistake.
25667
25668 2005-02-11  David Schleef  <ds@schleef.org>
25669
25670         * configure.ac: Pull in librfb from my CVS tree, because it is
25671           too small and annoying to be separate.  Move rfbsrc plugin
25672           to gst/.
25673         * ext/Makefile.am:
25674         * ext/librfb/Makefile.am:
25675         * ext/librfb/gstrfbsrc.c:
25676         * gst/librfb/Makefile.am:
25677         * gst/librfb/gstrfbsrc.c:
25678         * gst/librfb/rfb.c:
25679         * gst/librfb/rfb.h:
25680         * gst/librfb/rfbbuffer.c:
25681         * gst/librfb/rfbbuffer.h:
25682         * gst/librfb/rfbbytestream.c:
25683         * gst/librfb/rfbbytestream.h:
25684         * gst/librfb/rfbcontext.h:
25685         * gst/librfb/rfbdecoder.c:
25686         * gst/librfb/rfbdecoder.h:
25687         * gst/librfb/rfbutil.h:
25688
25689 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25690
25691         * gst/speed/Makefile.am:
25692         * gst/speed/demo-mp3.c: (main):
25693         * gst/speed/filter.func:
25694         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25695         (speed_class_init), (speed_init), (speed_chain_int16),
25696         (speed_chain_float32), (speed_chain), (speed_set_property),
25697         (speed_get_property), (speed_change_state):
25698         * gst/speed/gstspeed.h:
25699           Fix speed element and make it chain-based (fixes #156467),
25700           and make it handle more than one channel.
25701
25702 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25703
25704         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25705         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25706         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25707         * ext/dts/gstdtsdec.h:
25708           Don't clobber the stack constructing the channels array.
25709           Make the element chain-based. DTS tracks can now be played.
25710           
25711 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25712
25713         * gst-libs/gst/audio/multichannel.h:
25714         * gst-libs/gst/gconf/gconf.h:
25715         * gst-libs/gst/idct/idct.h:
25716         * gst-libs/gst/media-info/media-info-priv.h:
25717         * gst-libs/gst/play/play.h:
25718         * gst-libs/gst/resample/private.h:
25719         * gst-libs/gst/resample/resample.h:
25720         * gst-libs/gst/riff/riff-ids.h:
25721         * gst-libs/gst/video/video.h:
25722         * gst-libs/gst/video/videosink.h:
25723           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25724           missing, so that they work when included from C++ code.
25725
25726 2005-02-09  David Schleef  <ds@schleef.org>
25727
25728         * testsuite/gst-lint: Check for non-statically scoped
25729           parent_class variables.  This won't be a problem once
25730           plugins are loaded with RTLD_LOCAL.
25731
25732 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25733
25734         * ext/mplex/gstmplexibitstream.cc:
25735           gcc madness.
25736
25737 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25738
25739         * ext/ogg/gstogmparse.c:
25740         * gst/debug/gstnavigationtest.c:
25741           Die, thou faulty symbol pollutors (non-static parent_class).
25742
25743 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25744
25745         * ext/mplex/gstmplexibitstream.cc:
25746           Fix event handling (#165525).
25747
25748 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25749
25750         * ext/mikmod/gstmikmod.c:
25751         * gst/modplug/gstmodplug.cc:
25752           Add missing endianness to template (fixes #165509).
25753
25754 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25755
25756         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25757           Fix wrong order of reading of optional bytes (#165290).
25758
25759 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25760
25761         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25762           Implement FILLER event awareness.
25763
25764 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25765
25766         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25767           Fix track calculations (#166208).
25768
25769 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25770
25771         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25772
25773         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25774         * ext/libpng/gstpngenc.c:
25775           Fix byte-order, use proper fixed caps. Fixes #164197.
25776
25777 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25778
25779         * configure.ac:
25780           Add dvdlpcmdec 
25781
25782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25783         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25784           Don't push buffers if the src pad isn't negotiated yet.
25785           
25786         * gst/audioconvert/gstaudioconvert.c:
25787         (gst_audio_convert_buffer_to_default_format),
25788         (gst_audio_convert_buffer_from_default_format):
25789           Add support for 24-bit width.
25790
25791         * gst/dvdlpcmdec/.cvsignore:
25792         * gst/dvdlpcmdec/Makefile.am:
25793         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25794         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25795         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25796         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25797         (plugin_init):
25798         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25799           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25800           format. Needs support for the channels maps if someone can find 
25801           a DVD LPCM track with > 2 channels.
25802
25803         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25804         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25805         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25806         * gst/mpegstream/gstdvddemux.h:
25807         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25808         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25809         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25810         * gst/mpegstream/gstmpegdemux.h:
25811         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25812         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25813         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25814         (gst_mpeg_parse_handle_src_query),
25815         (gst_mpeg_parse_handle_src_event):
25816           Use audio/x-dvd-lpcm for LPCM output.
25817           Add DTS output.
25818
25819 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25820
25821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25822
25823         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25824         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25825           Add BGRA handling (#165736).
25826
25827 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25828
25829         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25830
25831         * gst/law/alaw-decode.c: (alawdec_link):
25832         * gst/law/alaw-encode.c: (alawenc_link):
25833         * gst/law/mulaw-decode.c: (mulawdec_link):
25834         * gst/law/mulaw-encode.c: (mulawenc_link):
25835           Fix caps memleaks (#166600).
25836
25837 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25838
25839         * ext/tarkin/mem.h:
25840         * ext/tarkin/wavelet.h:
25841         * ext/tarkin/yuv.h:
25842         * gst/ffmpegcolorspace/avcodec.h:
25843           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25844           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25845
25846 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25847
25848         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25850         (gst_xvimagesink_change_state):
25851           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25852           Xv video (and thereby regenerate Xv colourkey) in clear() so
25853           that PLAY -> READY -> PLAY works (fixes #162504).
25854
25855 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25856
25857         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25858           Switch to list instead of range, since MJPEG-devices really just
25859           support decimations, not any size.
25860
25861 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25862         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25863         (gst_mpeg2dec_reset), (free_all_buffers),
25864         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25865         * ext/mpeg2dec/gstmpeg2dec.h:
25866           The libmpeg2 user-allocated buffer management is awkward, 
25867           to say the least. Hopefully this fixes things.
25868
25869 2005-02-04  Andy Wingo  <wingo@pobox.com>
25870
25871         * gst/audioconvert/bufferframesconvert.c
25872         (buffer_frames_convert_fixate): New function, fixates to 256
25873         frames per buffer by default. (Much better than 1.)
25874         (buffer_frames_convert_init): Set the fixate function for both src
25875         and sink pad.
25876         (buffer_frames_convert_link): After success setting nonfixed caps,
25877         get the negotiated caps so we can know how many buffer-frames it
25878         will be. No idea how this worked at all before.
25879
25880 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25881
25882         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25883         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25884         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25885         (handle_sequence), (handle_picture):
25886         * ext/mpeg2dec/gstmpeg2dec.h:
25887           Rearrange buffer tracking and refcounting and refactor
25888           a little for readability. 
25889
25890 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25891         * sys/v4l/gstv4l.c: (plugin_init):
25892         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25893         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25894         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25895         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25896         * sys/v4l/gstv4ljpegsrc.h:
25897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25898         * sys/v4l/v4l_calls.h:
25899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25900         (gst_v4lsrc_get_fps):
25901         * sys/v4l/v4lsrc_calls.h:
25902           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25903           you jpeg inside rgb frames" driver.
25904           Don't error in the v4lsrc link function, just return 
25905           REFUSED.
25906
25907 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25908
25909         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25910         (gst_qcamsrc_open):
25911           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25912
25913 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25914
25915         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25916           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25917
25918 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25919
25920         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25921           Reset negotiated state on PAUSED->READY.
25922
25923 2005-02-02  David Schleef  <ds@schleef.org>
25924
25925         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25926         whereever possible.  (Fixes #165997)
25927         * examples/capsfilter/capsfilter1.c: (main):
25928         * examples/dynparams/filter.c: (create_ui):
25929         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25930         * examples/seeking/chained.c: (main):
25931         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25932         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25933         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25934         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25935         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25936         * examples/switch/switcher.c: (main):
25937         * ext/dv/demo-play.c: (main):
25938         * ext/faad/gstfaad.c: (gst_faad_change_state):
25939         * ext/mad/gstmad.c: (gst_mad_chain):
25940         * ext/smoothwave/demo-osssrc.c: (main):
25941         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25942         (gst_gconf_render_bin_from_description),
25943         (gst_gconf_get_default_audio_sink),
25944         (gst_gconf_get_default_video_sink),
25945         (gst_gconf_get_default_audio_src),
25946         (gst_gconf_get_default_video_src),
25947         (gst_gconf_get_default_visualization_element):
25948         * gst/level/demo.c: (main):
25949         * gst/level/plot.c: (main):
25950         * gst/playback/gstplaybin.c: (gen_video_element),
25951         (gen_audio_element):
25952         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25953         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25954         * gst/sine/demo-dparams.c: (main):
25955         * gst/spectrum/demo-osssrc.c: (main):
25956         * gst/speed/demo-mp3.c: (main):
25957         * gst/volume/demo.c: (main):
25958         * testsuite/embed/embed.c: (main):
25959
25960 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25961
25962         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25963         (gst_tcpclientsink_finalize):
25964         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25965         (gst_tcpclientsrc_finalize):
25966         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25967         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25968         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25969         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25970           Don't leak the hostname when shutting down.
25971           In tcpserversrc, take a copy of the default hostname.
25972
25973 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25974
25975         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25976           Set caps to systemstream=TRUE.
25977
25978 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25979
25980         * testsuite/Makefile.am:
25981           Fix more OSX buildbots.
25982
25983 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25984
25985         * ext/mpeg2dec/gstmpeg2dec.c:
25986           Don't send things to NULL PAD_PEERs
25987
25988         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25989           Copy-on-write the incoming buffer.
25990
25991         * gst/mpegstream/gstdvddemux.h:
25992         * gst/mpegstream/gstmpegclock.h:
25993         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25994         (normal_seek), (gst_mpeg_demux_handle_src_event):
25995         * gst/mpegstream/gstmpegdemux.h:
25996         * gst/mpegstream/gstmpegpacketize.h:
25997         * gst/mpegstream/gstmpegparse.c:
25998         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25999         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26000         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26001         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26002         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26003         * gst/mpegstream/gstmpegparse.h:
26004         * gst/mpegstream/gstrfc2250enc.h:
26005           Various changes to the way time is computed that make seeking and
26006           total time estimation much better here.
26007           Use G_BEGIN/END_DECLS instead of __cplusplus
26008
26009         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26010           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26011
26012 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26013
26014         * gst/subparse/gstsubparse.c:
26015           Fix OSX buildbot.
26016
26017 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26018
26019         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26020         (theora_enc_chain), (theora_enc_change_state):
26021         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26022         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26023         (gst_vorbisenc_change_state):
26024         * ext/vorbis/vorbisenc.h:
26025           Set granulepos and timestamp correctly for streams not
26026           starting at 0, taking into account the initial delay.
26027
26028 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26029
26030         * gst/mpegstream/gstdvddemux.c:
26031           Add audio/x-dts to audio pad template caps
26032
26033 2005-01-30  David Schleef  <ds@schleef.org>
26034
26035         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26036         (create_context), (gst_polypsink_link): Fix silly endianness
26037         bug.  Add some debugging.  Remove float from caps; it doesn't
26038         work.  Attempt to get remote audio working.
26039
26040 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26043           Add 3IV2 fourcc.
26044
26045 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26048         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26049         (gst_avi_demux_stream_data):
26050         * gst/avi/gstavidemux.h:
26051           Invert DIB images. Fixes #132341.
26052
26053 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26054
26055         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26056         (gst_ffmpegcsp_chain):
26057           D'oh, reference the palette data, not the palette structure.
26058           Fixes color distortion in #132341.
26059
26060 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26061
26062         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26063           PAR can be non-fixed when not provided as argument (#162626).
26064
26065 2005-01-29  David Moore  <dcm@acm.org>
26066
26067         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26068
26069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26070         (gst_qtdemux_loop_header):
26071           Re-apply patch from #142272 that allows non-seekable sources,
26072           re-proposed by Daniel Drake <dsd@gentoo.org>.
26073
26074 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26075
26076         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26077           Use the src template for creating the src pad (#162330).
26078
26079 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26080
26081         * configure.ac:
26082         * ext/musepack/Makefile.am:
26083         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26084         (gst_musepackdec_init), (gst_musepackdec_dispose),
26085         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26086         (gst_musepack_stream_init), (gst_musepackdec_loop),
26087         (gst_musepackdec_change_state):
26088         * ext/musepack/gstmusepackdec.cpp:
26089         * ext/musepack/gstmusepackdec.h:
26090         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26091         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26092         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26093         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26094         * ext/musepack/gstmusepackreader.cpp:
26095         * ext/musepack/gstmusepackreader.h:
26096           Update to 1.1 API (#165446).
26097
26098 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26099
26100         * ext/Makefile.am:
26101           Unbreak buildbot.
26102
26103 2005-01-28  Andy Wingo  <wingo@pobox.com>
26104
26105         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26106         to reflect a different dubious internet source. Add a reference
26107         and some commentary.
26108
26109 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26110
26111         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26112         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26113         * gst/playback/gststreamselector.h:
26114           Be more selective when we're redoing caps negotiation from
26115           within the chain function on a stream change.
26116
26117 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * configure.ac:
26120         * ext/Makefile.am:
26121         * ext/amrnb/Makefile.am:
26122         * ext/amrnb/amrnb.c: (plugin_init):
26123         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26124         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26125         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26126         (gst_amrnbdec_state_change):
26127         * ext/amrnb/amrnbdec.h:
26128         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26129         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26130         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26131         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26132         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26133         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26134         * ext/amrnb/amrnbparse.h:
26135           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26136         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26137           Add AMR-NB/-WB raw formats.
26138         * ext/alsa/gstalsa.c: (gst_alsa_link):
26139           Keep valid time when changing format.
26140         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26141         (qtdemux_parse_trak):
26142           Add some more format-specific options (#140141, #143555, #155163).
26143
26144 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26145
26146         * gst/matroska/matroska-demux.c:
26147         (gst_matroska_demux_parse_blockgroup):
26148           Fix logic error in timing of subtitle stream synchronization.
26149         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26150           Add skip-chunk, which is found in kodak-camera streams.
26151
26152 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26153
26154         * po/LINGUAS:
26155         * po/vi.po:
26156           Adding Vietnamese translation (submitted by Clytie Siddall)
26157
26158 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26159
26160         * gst/playback/gstdecodebin.c: (try_to_link_1):
26161           Use realpad for signal.
26162
26163 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26166           Fix category so decodebin picks it up.
26167
26168 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26169
26170         * ext/mad/Makefile.am:
26171         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26172         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26173         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26174         (found_type), (gst_id3demux_bin_change_state):
26175         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26176         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26177         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26178         (gst_id3_tag_change_state), (plugin_init):
26179         * ext/mad/gstmad.h:
26180           Add id3demuxbin (which is a simple bin consisting of id3demux
26181           and typefind), take over rank from id3demux, remove typefind
26182           code from id3demux. Makes all broken mp3s that I know of work,
26183           and thereby fixes #152688.
26184
26185 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26186
26187         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26188
26189         * ext/mad/gstmad.c: (gst_mad_src_event):
26190         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26191           Allow seeks on audio pad, make mad forward those (#164826).
26192         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26193           Set duration (#165335).
26194
26195 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26196
26197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26198         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26199         (gst_asf_demux_process_ext_content_desc),
26200         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26201         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26202         * gst/asfdemux/gstasfdemux.h:
26203           Improve metadata display, e.g. if the metadata comes before the
26204           streams are loaded (which is perfectly valid).
26205
26206 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26207
26208         * tools/gst-launch-ext-m.m:
26209           Fix AVI/ASF pipelines (#165340).
26210
26211 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26212         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26213         build failure on amd64
26214
26215 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26216
26217         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26218         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26219           Check environment variables GST_ID3V2_TAG_ENCODING,
26220           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26221           list of character encodings to force interpretation of non-unicode
26222           strings stored in an ID3v2 tag to a particular encoding. If none
26223           is specified, try to use current locale's encoding, then fall back
26224           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26225         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26226         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26227           Check environment variables GST_ID3V1_TAG_ENCODING,
26228           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26229           list of character encodings to use in case a string encountered
26230           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26231           specified, try to use the current locale's encoding, then fall
26232           back to ISO-8859-1 (which will always succeed).
26233
26234 2005-01-25  Benjamin Otte  <otte@gnome.org>
26235
26236         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26237           - on half framerate, compute the rate in advance so the comparisons
26238             don't compare wrong values
26239           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26240             behaviour
26241           - don't use mad_header_decode anymore, mad_frame_decode does that
26242             automatically
26243           - when getting rid of consumed bytes, reset the stream's skiplen
26244           (fixes #163867)
26245
26246 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26247
26248         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26249           Use 1/2 a second for default max_discont, as PES streams from DVB
26250           seem to have larger spacings in the SCR. 
26251           Fix a typo.
26252
26253 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26254
26255         * gst/playback/gstplaybasebin.c: (group_commit):
26256           Notify delayed stream-info availability.
26257
26258 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26259         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26260         (gst_a52dec_handle_event), (gst_a52dec_chain):
26261         Add some debug output. Check that a discont has a valid
26262         time associated.
26263         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26264         (gst_alsa_sink_loop):
26265         Ignore TAG events. A little extra debug for broken timestamps.
26266         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26267         (dvdnavsrc_change_state):
26268         Ensure we send a discont to engage the link before we send any
26269         other events.
26270         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26271         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26272         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26273         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26274         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26275         dvd://title works in totem because typefinding sends a seek that ends
26276         up going back to chapter 1 regardless.
26277         * ext/mpeg2dec/gstmpeg2dec.c:
26278         * ext/mpeg2dec/gstmpeg2dec.h:
26279         Output correct timestamps and handle disconts.
26280         * ext/ogg/gstoggdemux.c: (get_relative):
26281         Small guard against a null dereference.
26282         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26283         (gst_textoverlay_set_property):
26284         Free memory when done. Don't call gst_event_filler_get_duration on
26285         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26286         g_warning.
26287         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26288         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26289         (gst_sw_srclink), (gst_smoothwave_chain):
26290         Draw solid lines, prettier colours.
26291         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26292         Add a default palette that'll work for some movies.
26293         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26294         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26295         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26296         * gst/mpegstream/gstdvddemux.h:
26297         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26298         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26299         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26300         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26301         * gst/mpegstream/gstmpegparse.h:
26302         Use PTM/NAV events when for timestamp adjustment when connected to 
26303         dvdnavsrc. Don't use many discont events where one suffices.
26304         * gst/playback/gstplaybasebin.c: (group_destroy),
26305         (gen_preroll_element), (gst_play_base_bin_add_element):
26306         * gst/playback/gstplaybasebin.h:
26307         Make sure we remove subtitles from the same bin we put them in.
26308         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26309         (gst_subparse_buffer_format_autodetect),
26310         (gst_subparse_change_state):
26311         Fix some memleaks and invalid accesses.
26312         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26313         (oggskel_type_find), (cmml_type_find), (plugin_init):
26314         Some typefind functions for Annodex v3.0 files
26315         * gst/wavparse/gstwavparse.h:
26316         GstRiffReadClass is the correct parent class.
26317
26318 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26319
26320         * gst-libs/gst/riff/riff-media.c:
26321         (gst_riff_create_video_caps_with_data):
26322           Add extradata to huffyuv (fixes #165013).
26323         * gst-libs/gst/riff/riff-read.c:
26324         (gst_riff_read_strf_vids_with_data):
26325           Fix extradata extraction if it is in the chunk size.
26326
26327 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26328
26329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26332         (gst_quarktv_change_state), (gst_quarktv_dispose):
26333           Memory free'ing location fix (#164708).
26334
26335 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26336
26337         * gst/playback/gstplaybasebin.c: (group_commit),
26338         (gen_preroll_element), (probe_triggered), (gen_source_element),
26339         (setup_source), (gst_play_base_bin_change_state),
26340         (gst_play_base_bin_add_element):
26341           Don't block for streams.
26342         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26343         (gst_stream_info_set_mute):
26344           Use gst_pad_set_active_recursive.
26345
26346 2005-01-25  Andy Wingo  <wingo@pobox.com>
26347
26348         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26349         for #ifndef HAVE_XVIDEO.
26350
26351 2005-01-24  Jeffrey C. Ollie
26352
26353         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26354
26355         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26356         * ext/gsm/gstgsmdec.h:
26357         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26358         * ext/gsm/gstgsmenc.h:
26359         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26360         was given by property. Add proper buffer timestamps and offsets.
26361
26362 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26363
26364         * gst-libs/gst/riff/riff-media.c:
26365         (gst_riff_create_audio_caps_with_data):
26366           Audio can be <8000Hz.
26367
26368 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26369
26370         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26371           Explicit state change to workaround refcount bugs.
26372
26373 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26374
26375         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26376         (gst_avimux_riff_get_avi_header):
26377           Fix...
26378
26379 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26380
26381         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26382         (gst_riff_read_element_data):
26383         * gst-libs/gst/riff/riff-read.h:
26384           Add _peek version (req'ed in CDXA).
26385         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26386         (gst_cdxaparse_loop):
26387           Fix parsing in playbin.
26388         * gst/playback/gstdecodebin.c: (close_pad_link):
26389           Ignore current_ pads, they cause major annoyance.
26390
26391 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26392
26393         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26394           Safety guard.
26395
26396 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26399           Fix padding...
26400
26401 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26402
26403         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26404           Allow for 0-sized buffers. Fixes length query problems in
26405           starwars.mkv from the testsuite.
26406
26407 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26408
26409         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26410         (gst_video_box_i420), (gst_video_box_chain):
26411           Fix row strides for I420 (fixes #163159)
26412           
26413 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26416           MPEG2 has a useful rate property, so we can actually use that.
26417           For MPEG-1, continue using the bytes/time properties.
26418
26419 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26420
26421         * gst-libs/gst/riff/riff-media.c:
26422         (gst_riff_create_video_caps_with_data),
26423         (gst_riff_create_video_template_caps):
26424           Add intel-h263.
26425
26426 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26427
26428         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26429           Fail if caps negotiation fails. Should fix #162184, and should
26430           definately be in there regardless of it fixing the actual bug.
26431         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26432         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26433         (gst_avimux_riff_get_avix_header),
26434         (gst_avimux_riff_get_video_header),
26435         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26436         (gst_avimux_start_file), (gst_avimux_handle_event),
26437         (gst_avimux_change_state):
26438         * gst/avi/gstavimux.h:
26439           Refactor structure writing to use GST_WRITE_UINT macros, add
26440           metadata writing support.
26441
26442 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26443
26444         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26445           Elements may already be destroyed when this function is called.
26446
26447 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26448
26449         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26450         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26451           More memory leak fixes (#149162).
26452
26453 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26454
26455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26456         (gst_qtdemux_add_stream):
26457           Fix two memleaks.
26458
26459 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26460
26461         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26462           Argh...
26463
26464 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26465
26466         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26467           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26468           when fixating to six channels in Totem.
26469
26470 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26471
26472         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26473           Fix compile warnings on Solaris 10 buildbot
26474
26475 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26476
26477         * ext/dvdread/dvdreadsrc.c: (_read):
26478           Don't read beyond the last cell in a chapter (fixes 
26479           invalid memory access)
26480
26481 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26482
26483         * ext/dvdread/stream_labels.c:
26484         (dvdreadsrc_get_audio_stream_labels):
26485           Use NULL for an empty GList instead of g_list_alloc(); fix 
26486           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26487           of GString (easier to bulk free later)
26488
26489 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26490
26491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26492
26493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26494         (gst_ffmpeg_pixfmt_to_caps):
26495           Fix BGRA32 caps (#164209).
26496
26497 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26498
26499         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26500
26501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26502         (gst_ffmpeg_caps_to_pixfmt):
26503           alpha_mask can be RGBA/ABGR. Fixes #164265.
26504
26505 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26506
26507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26508
26509         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26510         (gst_mpeg2dec_alloc_buffer):
26511         * ext/mpeg2dec/gstmpeg2dec.h:
26512           Crop if decoding size is not the actual image size (#163676).
26513
26514 2005-01-17  Steve Baker  <steve@stevebaker.org>
26515
26516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26519         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26520           Add libsndfile typefind functions (#163309).
26521
26522 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26523
26524         * tools/gst-launch-ext-m.m:
26525           Add .aac, fix .m1v/.m2v (#163891).
26526
26527 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26530           Sanity check, don't wait endlessly since the clock might not
26531           actually run at this point (which is a deadlock). Fixes #164069.
26532
26533 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * gst/playback/gstplaybasebin.c: (probe_triggered):
26536           Of course, only pause if group is done...
26537
26538 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/playback/gstplaybasebin.c: (probe_triggered):
26541           Thread safety.
26542
26543 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26544
26545         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26546           Don't return state change success when the parent
26547           failed.
26548
26549 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26552           Free events (fix memleak in #162905).
26553
26554 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26555
26556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26559         (gst_ffmpeg_caps_to_pixfmt):
26560           Fix for depth = 15. Fixes #161675.
26561
26562 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26565           Set FPS correctly, even for webcams and the like.
26566         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26567           Don error on setting while capturing.
26568
26569 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26570
26571         * ext/dv/gstdvdec.c:
26572         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26573         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26574           I'm a bad boy. using /1001. to force C to do float division
26575           and not integer division (as it did in my last commit)
26576           Thanks to David I. Lehn for pointing this mistake.
26577
26578 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26579
26580         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26581           Revert Johan's 1.35->1.36 since it breaks compat.
26582
26583 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26584
26585         * ext/dv/gstdvdec.c:
26586         * ext/libfame/gstlibfame.c:
26587         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26588         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26589           replace framerate aproximations by their real value
26590           (24000/1001, 30000/1001, 60000/1001)
26591           Finish fixing bug #164049
26592
26593 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26594
26595         * ext/ogg/gstoggmux.c:
26596           eos/bos debugging
26597         * gst/tcp/gstmultifdsink.c:
26598         * gst/tcp/gstmultifdsink.h:
26599         * gst/tcp/gsttcp.c:
26600         * gst/tcp/gsttcp.h:
26601         * gst/tcp/gsttcpclientsink.c:
26602         * gst/tcp/gsttcpclientsrc.c:
26603         * gst/tcp/gsttcpserversink.c:
26604         * gst/tcp/gsttcpserversrc.c:
26605           improve reusability of elements after state changes and errors
26606           make multifdsink throw away streamheaders when receiving new ones
26607
26608 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26611           Fix for if items are already in list...
26612
26613 2005-01-12  Benjamin Otte  <otte@gnome.org>
26614
26615         * gst/adder/gstadder.c: (gst_adder_loop):
26616           fix adder a bit so it doesn't screw up with events as much anymore
26617
26618 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26619
26620         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26621         (pixbufscale_scale), (gst_pixbufscale_chain):
26622         * ext/gdk_pixbuf/pixbufscale.h:
26623           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26624           to ensure rowstrides are calculated the same way as 
26625           ffmpegcolorspace
26626           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26627           that we pick up duration and offset also.
26628
26629 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26630
26631         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26632         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26633           Reusability fixes.
26634
26635 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26636
26637         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26638         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26639         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26640         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26641           Update flags when requested.
26642
26643 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26646           Fix dmix.
26647
26648 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26651         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26652         (probe_triggered), (new_decoded_pad), (gen_source_element),
26653         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26654         * gst/playback/gstplaybasebin.h:
26655         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26656         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26657         (gst_play_bin_change_state):
26658           Implement group-switch signal for use in apps to clear metadata
26659           cache, clean up subtitle, add suburi property instead of # hack,
26660           some error-out fixes.
26661
26662 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26665           Debug.
26666         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26667           If we got a state change in the _get handler, don't return success.
26668
26669 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26670
26671         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26672         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26673           Make jpegdec quiet on MJPEG decoding
26674         * gst/asfdemux/README:
26675           Fix mimetypes for MJPEG and H263
26676
26677 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * ext/theora/theoradec.c: (theora_dec_chain):
26680           Fix broken code generation by gcc by swapping arguments.
26681         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26682           Fix \n in debug.
26683
26684 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26685
26686         * TODO:
26687           delete this file, it is by far outdated
26688         * ext/alsa/gstalsa.1: remove
26689         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26690         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26691         (gst_alsa_get_caps):
26692           Add HW probing for supported sample rates. Fixes #161704
26693
26694 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26695
26696         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26697           Don't crash, biatch! :).
26698
26699 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26700
26701         * ext/musepack/gstmusepackreader.cpp:
26702         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26703           Some work on tags - still doesn't work in playbin...
26704         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26705           Handle events...
26706
26707 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26710           Also shove tags on kid pads.
26711
26712 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26713
26714         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26715           Don't bail on unknown events.
26716         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26717           Don't crash on events before negotiation.
26718         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26719           Send tags on pads, too.
26720         * gst/playback/gststreamselector.c:
26721         (gst_stream_selector_request_new_pad):
26722           Forward events on first pad if no input was selected yet.
26723
26724 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26725
26726         * gst/playback/gstplaybasebin.c: (setup_substreams):
26727           Don't disable streamtype if the stream doesn't exist, since
26728           then playing a video after audio will disable both and nothing
26729           will happen. Fixes the testsuite.
26730
26731 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26734         (gst_v4l_xoverlay_set_xwindow_id):
26735         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26736         (gst_v4l2_xoverlay_set_xwindow_id):
26737           Add debug categories, fix overlay disabling.
26738
26739 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26740
26741         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26742         * ext/alsa/gstalsa.h:
26743           Add HW probing for period_count/size and buffer_size MIX/MAX
26744           Adjust default/user defined value if out of bounds
26745           Should fix bug #162024
26746
26747 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26750           Fix warning (#161191).
26751
26752 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26753
26754         * ext/dvdread/stream_labels.c:
26755         (dvdreadsrc_get_audio_stream_labels):
26756           Fix warning (init the good variable in switch default)
26757
26758 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26759
26760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26761
26762         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26763           Fix gcc-2.95 compile (#163485).
26764
26765 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26766
26767         * configure.ac:
26768         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26769         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26770         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26771         (gst_flacenc_change_state):
26772         * ext/flac/gstflacenc.h:
26773           Update for API change in flac-1.1.1. Update requirement in
26774           configure.ac. Fixes #162974.
26775
26776 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * gst/playback/gstplaybasebin.c: (group_destroy):
26779           Remove hack to get rid of assert and get rid of unlinked
26780           signals properly.
26781
26782 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * gst/playback/gstplaybasebin.c: (setup_source):
26785           Set source to NULL so that resources are free'ed. Fixes issues
26786           with playback of CDDA and similar device-accessing things.
26787
26788 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * testsuite/embed/Makefile.am:
26791           test->noinst, fix make test in buildbot.
26792
26793 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26794
26795         * ext/dvdread/stream_labels.c: new file
26796         * ext/dvdread/stream_labels.h: new file
26797         * ext/dvdread/Makefile.am:
26798         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26799           Extract audio stream label from DVD IFO files.
26800           It only dump them on the console for now, still have to
26801           make playbin aware of them.
26802
26803 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26804
26805         * gst/playback/gstplaybasebin.c: (setup_source):
26806           Fix hanging subs.
26807
26808 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26809
26810         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26811         (gen_preroll_element), (remove_groups), (setup_subtitle),
26812         (gen_source_element), (setup_source):
26813         * gst/playback/gstplaybasebin.h:
26814           Multiple .sub files is just a stupid idea... Fix some threading
26815           mistakes. Interestingly, external .sub files cause playbin to
26816           hang, I don't know why... Parsing fixes contributed by Fran??ois
26817           Kooman <fkooman@tuxed.net>.
26818
26819 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26820
26821         * testsuite/embed/Makefile.am:
26822           Fix buildbot.
26823
26824 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26825
26826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26827
26828         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26829         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26830         (gst_pngenc_set_property):
26831         * ext/libpng/gstpngenc.h:
26832           Add compression level property (#163323).
26833
26834 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * configure.ac:
26837         * examples/capsfilter/capsfilter1.c: (main):
26838         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26839         * ext/dvdread/Makefile.am:
26840         * ext/dvdread/demo-play:
26841         * ext/dvdread/demo-play.c:
26842         * gconf/gstreamer.schemas.in:
26843         * gst-libs/gst/gconf/gconf.c:
26844         * sys/v4l/TODO:
26845         * testsuite/Makefile.am:
26846         * testsuite/embed/Makefile.am:
26847         * testsuite/embed/embed.c: (cb_expose), (main):
26848           Remove all references to xvideosink, fix examples (#140845).
26849         * gst/playback/gstplaybasebin.c: (group_destroy):
26850           Apparently, disposal does not unlink - so do explicitely.
26851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26852           Add debug.
26853
26854 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26855
26856         * README: fix PKG_CONFIG_PATH instructions, what was there
26857         previously was breaking default search path, not nice. 
26858         Fixes #163358
26859
26860 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26861
26862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26863         (gst_audioscale_chain):
26864           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26865           when resampling - how the ^@$^!@^! is this possible?!?
26866
26867 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26870           Reset variables on READY.
26871         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26872         (gst_matroska_mux_loop):
26873           Require data before writing header.
26874
26875 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26876
26877         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26878
26879         * ext/mad/gstmad.c: (gst_mad_chain):
26880           Don't call mad_stream_sync() directly after recovering sync.
26881           Fixes #151661.
26882
26883 2005-01-09  Martin Eikermann  <meiker@upb.de>
26884
26885         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26886
26887         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26888         (snapshot_handler), (gst_snapshot_sinkconnect),
26889         (gst_snapshot_chain):
26890           Allocate resources when required, fix recursive signal emission
26891           and fix caps. Fixes #161667.
26892
26893 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26894
26895         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26898         (gst_pngdec_chain):
26899           Handle only 8-bppc (bits-per-pixel-component) images, better
26900           error handling and correct strides. Fixes #163177.
26901         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26902         (gst_pngenc_chain):
26903           Better error handling. Fixes #163348.
26904
26905 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26906
26907         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26908         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26909         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26910         (dvdnavsrc_uri_handler_init):
26911           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26912         * gst/playback/gstplaybasebin.c: (gen_source_element):
26913           Add MMS to streaming URIs.
26914
26915 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26916
26917         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26918         * sys/xvimage/xvimagesink.c:
26919         (gst_xvimagesink_navigation_send_event):
26920           Check for pad availability before sending event.
26921
26922 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26923
26924         * gst-plugins.spec.in:
26925           Add subparse.
26926
26927 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26928
26929         * configure.ac:
26930           Since we use functions from CVS, up requirement.
26931
26932 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26933
26934         * gst/playback/Makefile.am:
26935         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26936         (group_destroy), (group_commit), (group_is_muted),
26937         (gen_preroll_element), (add_stream), (unknown_type),
26938         (probe_triggered), (preroll_unlinked), (mute_stream),
26939         (silence_stream), (new_decoded_pad), (setup_substreams),
26940         (setup_source), (get_active_source), (mute_group_type),
26941         (muted_group_change_state), (set_active_source),
26942         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26943         (play_base_eos), (gst_play_base_bin_change_state):
26944         * gst/playback/gstplaybasebin.h:
26945         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26946         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26947         (gst_stream_info_dispose), (stream_info_mute_pad),
26948         (stream_info_change_state), (gst_stream_info_set_mute):
26949         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26950         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26951         (gst_stream_selector_init), (gst_stream_selector_dispose),
26952         (gst_stream_selector_get_linked_pad),
26953         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26954         (gst_stream_selector_get_linked_pads),
26955         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26956         * gst/playback/gststreamselector.h:
26957           Adding stream selection support plus required properties for
26958           applications to use this. Fully fixes #100931.
26959
26960 2005-01-08  Benjamin Otte  <otte@gnome.org>
26961
26962         * gst/games/gstpuzzle.c: (nav_event_handler):
26963           - handle nav events differently: forward every event no matter if it
26964             was handled or not.
26965           - translate events
26966           You can now cheat by using navigationtest ! puzzle and moving the
26967           mouse close to the edge of a tile. ;)
26968
26969 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26970
26971         * configure.ac:
26972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26973         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26974         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26975         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26976         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26977         (gst_ogm_parse_plugin_init):
26978         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26979         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26980         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26981         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26982         * ext/pango/gsttextoverlay.h:
26983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26984         (gst_matroska_demux_handle_seek_event),
26985         (gst_matroska_demux_sync_streams),
26986         (gst_matroska_demux_parse_blockgroup),
26987         (gst_matroska_demux_subtitle_caps),
26988         (gst_matroska_demux_plugin_init):
26989         * gst/matroska/matroska-ids.h:
26990         * gst/playback/gstdecodebin.c: (close_pad_link):
26991         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26992         (gen_preroll_element), (remove_groups), (add_stream),
26993         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26994         (setup_source):
26995         * gst/playback/gstplaybasebin.h:
26996         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26997         * gst/subparse/Makefile.am:
26998         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26999         (gst_subparse_base_init), (gst_subparse_class_init),
27000         (gst_subparse_init), (gst_subparse_formats),
27001         (gst_subparse_eventmask), (gst_subparse_event),
27002         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27003         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27004         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27005         (parse_mpsub_deinit), (parse_mpsub_init),
27006         (gst_subparse_buffer_format_autodetect),
27007         (gst_subparse_format_autodetect), (gst_subparse_loop),
27008         (gst_subparse_change_state), (gst_subparse_type_find),
27009         (plugin_init):
27010         * gst/subparse/gstsubparse.h:
27011         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27012         (plugin_init):
27013           Add subtitle support, .sub parser (supports SRT and MPsub),
27014           OGM text support, Matroska UTF-8 text support, deadlock fixes
27015           all over the place, subtitle awareness in decodebin/playbin
27016           and some fixes to textoverlay to handle subtitles in a stream
27017           correctly. Fixes #100931.
27018
27019 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27020
27021         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27022           Check for pad availability before doing a query on it.
27023
27024 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27025
27026         * ext/dv/gstdvdec.c:
27027           really fix bpp24/32 dvdec caps (classic rgba indeed)
27028         * gst/asfdemux/gstasfdemux.c:
27029         (gst_asf_demux_process_ext_content_desc):
27030           don't send text tags if they are empty (bis repetita)
27031
27032 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27033
27034         * ext/dv/gstdvdec.c:
27035          remove unneeded comment from dvdec
27036           (related to DV 4CC codes in AVI files)
27037           moved them in gstreamer/docs/random/mimetypes
27038         * gst/asfdemux/gstasfdemux.c:
27039         (gst_asf_demux_process_ext_content_desc):
27040          don't send text tags if they are empty
27041          fix mem leak on error path
27042         * gst/ffmpegcolorspace/avcodec.h:
27043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27044         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27045         (gst_ffmpegcsp_avpicture_fill):
27046         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27047         * gst/ffmpegcolorspace/imgconvert_template.h:
27048          adds BGR32 and BGRA32 to ffmpegcolorspace
27049           (still bad colors, fixing it on next commit)
27050           helps with dvdec outputing BGR32
27051
27052 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27053
27054         * ext/dv/gstdvdec.c:
27055          Fix audio caps i just broke (missing ',')
27056         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27057         (gst_matroska_mux_reset):
27058          Fix typo + add FIXME about old "x-gst-metadata" crap
27059
27060 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27061
27062         * ext/dv/demo-play.c: (main):
27063          xvideosink -> xvimagesink
27064         * ext/dv/gstdvdec.c:
27065          change rgb 32/32 caps to 24/32 (no alpha)
27066          change nb of channels to be a list (2 or 4, not 2)
27067          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27068         * gst/asfdemux/gstasfdemux.c:
27069         (gst_asf_demux_process_ext_content_desc):
27070          Add 'date/year' to extracted metadata list
27071
27072 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27073
27074         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27075           The return value of fixate_to does not imply that the requested
27076           value was set, so don't assume.
27077
27078 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27079
27080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/libpng/gstpngdec.c:
27083         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27084         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27085         * ext/libpng/gstpngenc.h:
27086           Alpha support (encoder; #163161), mime fixage.
27087
27088 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27089
27090         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27091
27092         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27093         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27094         (gst_faac_set_property), (gst_faac_get_property):
27095         * ext/faac/gstfaac.h:
27096           Allow for ADTS output (#153434).
27097
27098 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27099
27100         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27101           Fix against template (#150576).
27102
27103 2005-01-06  Benjamin Otte  <otte@gnome.org>
27104
27105         * gst/games/gstpuzzle.c: (draw_puzzle):
27106           don't draw a puzzle if either width or height of tiles would be 0.
27107
27108 2005-01-06  Benjamin Otte  <otte@gnome.org>
27109
27110         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27111         (gst_puzzle_class_init), (gst_puzzle_finalize):
27112           no memleaks, please
27113         (gst_puzzle_create), (gst_puzzle_init),
27114         (gst_puzzle_set_property), (gst_puzzle_setup):
27115           change initialization code around so we don't reshuffle on resize
27116         (draw_puzzle):
27117           fix another stupid typo
27118
27119 2005-01-06  Benjamin Otte  <otte@gnome.org>
27120
27121         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27122           fix stupid typo that borked copying on YUY2
27123
27124 2005-01-06  Benjamin Otte  <otte@gnome.org>
27125
27126         * gst/games/gstpuzzle.c: (draw_puzzle):
27127           fix edges when image sizes aren't multiples of tile sizes
27128
27129 2005-01-06  Benjamin Otte  <otte@gnome.org>
27130
27131         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27132           make RGB endianness work correctly
27133         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27134           refactor and fix race with initial shuffling
27135         (nav_event_handler):
27136           allow using the mouse to puzzle
27137         (draw_puzzle):
27138           insist on tiles having width and height as multiples of 4 to get
27139           clean YUV image handling
27140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27141         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27142           s/DEBUG/LOG/ for common messages
27143         (gst_xvimagesink_navigation_send_event):
27144           fix mouse event translation to not include screen PAR
27145         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27146           fix mouse event translation to actually work
27147
27148 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27149
27150         * gst/asfdemux/gstasfdemux.c:
27151         (gst_asf_demux_process_ext_content_desc):
27152          Extract TrackNumber metadata + clean up code
27153         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27154          Hope this is the good fix (var used unitialised)
27155
27156 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * ext/faad/gstfaad.c: (gst_faad_chain):
27159           Only increment timestamp if it's valid. Fixes raw AAC streams.
27160
27161 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27162
27163         * configure.ac:
27164         * gst/games/Makefile.am:
27165         * gst/games/gstpuzzle.c:
27166           add a puzzle game with...
27167         * gst/games/gstvideoimage.c:
27168         * gst/games/gstvideoimage.h:
27169           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27170           from videotestsrc and made into something that would be a nice
27171           library for a lot of other plugins.
27172
27173 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27174
27175         * configure.ac:
27176          don't compile faad plugin if a RC of 2.0 is found
27177          Fixes #155346 (and FC1 buildbot)
27178         * gst/asfdemux/gstasfdemux.c:
27179         (gst_asf_demux_process_ext_content_desc):
27180          try to make Solaris compiler happier
27181
27182 2005-01-06  Paul Jack  <pjack@sfaf.org>
27183
27184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27185
27186         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27187           Fix segfault (#161667).
27188
27189 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27190
27191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27192           Fix framerate reporting.
27193
27194 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27195
27196         * gst-libs/gst/riff/riff-ids.h:
27197         * gst/wavenc/riff.h:
27198          Add AMR (VBR and CBR) ids to riff.h audio codec list
27199         * gst/asfdemux/gstasfdemux.c:
27200         (gst_asf_demux_process_ext_content_desc),
27201         (gst_asf_demux_process_object):
27202           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27203
27204 2005-01-05  Martin Eikermann  <meiker@upb.de>
27205
27206         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27207
27208         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27209         (gst_dvd_demux_handle_discont):
27210         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27211         (gst_mpeg_demux_handle_discont):
27212           Recreate pads on new-media (#160730).
27213         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27214           Send discont even if manager changes timestamps (#161929).
27215
27216 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27217
27218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27219
27220         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27221           Fix invalid memory access (#159211).
27222
27223 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * examples/gstplay/player.c: (main):
27226           Don't iterate.
27227         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27228           Add visualizations.
27229         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27230         (gst_a52dec_handle_frame):
27231           Set duration.
27232         * ext/dvdnav/gst-dvd:
27233           Add audioconvert. Fixes #161325.
27234         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27235           Explicitely case to gint64. Possible valgrind error.
27236         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27237         (gst_play_tick_callback), (gst_play_change_state),
27238         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27239         (gst_play_set_location), (gst_play_get_location),
27240         (gst_play_seek_to_time), (gst_play_set_data_src),
27241         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27242         (gst_play_set_visualization), (gst_play_connect_visualization),
27243         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27244         (gst_play_new):
27245           Use playbin. Fixes #139749 and #147744.
27246         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27247           Add genre tag.
27248         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27249         (audioscale_get_type), (gst_audioscale_base_init),
27250         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27251         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27252         (gst_audioscale_link), (gst_audioscale_get_buffer),
27253         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27254         (gst_audioscale_init), (gst_audioscale_dispose),
27255         (gst_audioscale_chain), (gst_audioscale_set_property),
27256         (gst_audioscale_get_property), (plugin_init):
27257           Indent properly.
27258         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27259           Fix LPCM.
27260         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27261         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27262         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27263           Add more metadata (fixes #162656).
27264
27265 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27266
27267         * configure.ac:
27268           back to cvs
27269
27270 === release 0.8.7 ===
27271
27272 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27273
27274         * NEWS:
27275         * RELEASE:
27276         * configure.ac:
27277           releasing 0.8.7, "Hyperspace"
27278
27279 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27280
27281         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27282
27283         * gst/playback/gstplaybasebin.c:
27284          Fix for #162924 - free caps after use, not before
27285
27286 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27287
27288         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27289
27290         * gst/playback/gstplaybasebin.c:
27291         * gst/wavparse/gstwavparse.c:
27292           Fix for #154773 - fixes playback of small .wav files
27293
27294 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27295
27296         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27297
27298         * gst/audioscale/gstaudioscale.c:
27299           Fix for #162819 - make audioscale reusable
27300           Fixes playback of more than one file with playbin/totem
27301
27302 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * gst/ffmpegcolorspace/avcodec.h:
27305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27306         * gst/ffmpegcolorspace/imgconvert.c:
27307           clean up the mess that made me cry and avoid needless duplication
27308
27309 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27310
27311         * gst/ffmpegcolorspace/imgconvert.c:
27312           give some indication of why we're segfaulting
27313
27314 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27315
27316         * configure.ac:
27317           Fix indentation, fix v4l2 plugin detection.
27318         * ext/Makefile.am:
27319           Fix libmms location (Maciej, use diff -u!).
27320         * ext/alsa/gstalsa.c: (gst_alsa_init):
27321           Initialize caps cache to NULL.
27322         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27323           Only change state on audiosink if it exists.
27324
27325 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27326
27327         * gst/matroska/matroska-demux.c:
27328         * gst/matroska/matroska-ids.h:
27329         * gst/matroska/matroska-demux.h:
27330         Fix Vorbis streams failing to decode in some files, where cluster_time
27331         isn't 0, because then it doesn't send codec_priv before actual data.
27332         Remove time-based test and replace it with marker set on beginning of
27333         new stream
27334
27335 2004-12-28  David Schleef  <ds@schleef.org>
27336
27337         Merge patch from Ronald fixing problems with streaming
27338         text.
27339         * ext/cairo/gstcairo.c: (plugin_init):
27340         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27341         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27342         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27343         (gst_textoverlay_font_init), (gst_textoverlay_init),
27344         (gst_textoverlay_set_property):
27345         * ext/cairo/gsttextoverlay.h:
27346
27347 2004-12-27  David Schleef  <ds@schleef.org>
27348
27349         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27350         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27351         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27352         (gst_textoverlay_font_init), (gst_textoverlay_init),
27353         (gst_textoverlay_set_property): Improvements to actually
27354         render text as white on black outline on video, including
27355         font selection and horizontal/vertical alignment.  (Ronald's
27356         christmas present)
27357         * ext/cairo/gsttextoverlay.h:
27358
27359 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27360
27361         * ext/ogg/gstogg.c:
27362         * ext/ogg/gstogmparse.c:
27363           fix ogm[audio/video]parse plugin registration
27364           (riff won't load if bytestream is already loaded)
27365
27366 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27367
27368         * gst/audioconvert/gstchannelmix.c:
27369           fix for GLIB < 2.4
27370
27371 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27372
27373         * Makefile.am:
27374         * configure.ac:
27375           disable docs again until it actually passes make distcheck.
27376
27377 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27378
27379         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27380         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27381         (plugin_init):
27382           Add 3GP (variables name Q3GP because they can't start with a
27383           number). Add samr audio fourcc (used in .3gp files), decoder
27384           is work in progress. Also do a GST_WARNING instead of ERROR
27385           in case of unknown nodes, to decrease output.
27386
27387 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27388
27389         * Makefile.am:
27390           really fix dist
27391
27392 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27393
27394         * configure.ac:
27395         * ext/speex/gstspeexdec.h:
27396         * ext/speex/gstspeexenc.h:
27397           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27398           Fix detection code in configure.ac
27399
27400 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27401
27402         * gst/matroska/matroska-demux.c:
27403         (gst_matroska_demux_parse_blockgroup):
27404           Save position, so that queries give proper return values. Don't
27405           know how this could ever have worked before...
27406
27407 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27408
27409         * configure.ac:
27410           Put additional LAME check inside the conditional.  Fixes #152339
27411
27412 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27413
27414         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27415         (gst_avi_demux_stream_scan):
27416           Add some more debug. Fix logic error when setting movi offset
27417           while reading index.
27418
27419 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27422         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27423         (gst_avi_demux_process_next_entry):
27424           Add some debugging. Better detection of broken indexes and the
27425           accompanying index recovery. No infinite loops on state changes
27426           when we're still in our loopfunction.
27427
27428 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27429
27430         * configure.ac:
27431           Fix up.
27432
27433 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27434
27435         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27436
27437         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27438           Normalizing the value before setting
27439         (gst_sunaudiomixer_get_volume):
27440           Normalizing the value after getting. Fixes bug# 161980
27441
27442 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27443
27444         * Makefile.am: Make sure docs gets disted
27445         * docs/Makefile.am: Make sure all needed files get disted
27446         * gst-plugins.spec.in: latest updates
27447
27448 2004-12-22  Wim Taymans  <wim@fluendo.com>
27449
27450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27451         Revert patch 1.38 as clock distribution over schedulers does
27452         not work correcly in the core yet.
27453
27454 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27455
27456         * sys/oss/README: remove this file, which predates my birth
27457           (and which content is by far outdated)
27458
27459 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27460
27461         * Makefile.am:
27462         * configure.ac:
27463         * docs/Makefile.am:
27464         * docs/libs/Makefile.am:
27465         * docs/libs/gst-plugins-libs-docs.sgml:
27466         * docs/libs/gst-plugins-libs-sections.txt:
27467         * docs/libs/tmpl/gstgconf.sgml:
27468         * docs/upload.mak:
27469         * docs/version.entities.in:
27470           Added boilerplate gtk-doc files for plugin-libs documentation.
27471
27472 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27473
27474         * gst/auparse/gstauparse.c: fix int and float audio caps
27475
27476 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27477
27478         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27479         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27480           g_assert() can be a macro, don't use #ifdef inside it.
27481
27482 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27483
27484         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27485
27486         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27487         (gst_videorate_init), (gst_videorate_chain),
27488         (gst_videorate_change_state):
27489           Event handling (fixes #159986).
27490
27491 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27492
27493         * gst-libs/gst/riff/riff-media.c:
27494         (gst_riff_create_video_caps_with_data):
27495           Add BLZ0 (Blizzard's version of DivX) fourcc.
27496
27497 2004-12-18  David Schleef  <ds@schleef.org>
27498
27499         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27500         portability fix.
27501
27502 2004-12-18  David Schleef  <ds@schleef.org>
27503
27504         * gst/tta/ttadec.h: Disable some header code that isn't used
27505         and clearly isn't portable.
27506
27507 2004-12-18  David Schleef  <ds@schleef.org>
27508
27509         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27510         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27511         (avcodec_get_pix_fmt), (avpicture_layout),
27512         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27513         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27514         Fix code to not use GCC extensions (and c99 extensions that
27515         Forte does not like.)
27516
27517 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27518
27519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27520
27521         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27522         (gst_deinterlace_chain):
27523           Rowstride fixes. Fixes #161039.
27524         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27525         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27526         (gst_video_crop_getcaps), (gst_video_crop_link),
27527         (gst_video_crop_i420), (gst_video_crop_chain),
27528         (gst_video_crop_change_state):
27529           Rework of negotiation. Actually works now. Fixes #158650.
27530
27531 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27532
27533         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27534           That was very stupid.
27535
27536 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27537
27538         * gst/matroska/matroska-demux.c:
27539         (gst_matroska_demux_parse_blockgroup):
27540           Fix possible crasher.
27541
27542 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27543
27544         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27545         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27546           Lace sizes can be zero.
27547
27548 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27549
27550         * ext/musepack/gstmusepackdec.cpp:
27551           Fetch error return values. Fixes #161624.
27552         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27553           Really EOS.
27554
27555 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27556
27557         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27558           Work for truncated (unfinished download etc.) files. Fixes #160514.
27559
27560 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27561
27562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27563           Fix for integer overflow. Makes #156001 not crash. Probably masks
27564           the real bug.
27565
27566 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27567
27568         * gst/ac3parse/gstac3parse.c: (plugin_init):
27569           Parsers never have ranks. Fixes #159651.
27570
27571 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27572
27573         * gst/playback/gstdecodebin.c: (compare_ranks):
27574           make sure the facotries are ordered the same every time even if they
27575           have the same rank by using the name
27576         * gst/playback/gstdecodebin.c: (find_compatibles):
27577           make sure we don't add factories to the list twice
27578
27579 2004-12-16  David Schleef  <ds@schleef.org>
27580
27581         * configure.ac: look for musepack headers as musepack/*.h
27582         (fixes #159847)
27583         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27584         * ext/musepack/gstmusepackreader.h: same
27585
27586 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27587
27588         * gst-libs/gst/riff/riff-read.c:
27589         (gst_riff_read_strf_auds_with_data):
27590           Read extradata correctly (fixes #155879).
27591
27592 2004-12-16  David Schleef  <ds@schleef.org>
27593
27594         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27595         audio.  does _not_ attempt or allow conversion unless channels
27596         is 1 or 2.
27597
27598 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27599
27600         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27601
27602 2004-12-16  David Schleef  <ds@schleef.org>
27603
27604         * gst/audioscale/gstaudioscale.c: the resample library only
27605         handles 1 or 2 channels.  Change caps to compensate.
27606
27607 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27608
27609         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27610         (gst_matroska_demux_audio_caps):
27611           Some MPEG-AAC hacks, because else it doesn't work...
27612
27613 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27614
27615         * gst-libs/gst/riff/riff-media.c:
27616         (gst_riff_create_video_caps_with_data),
27617         (gst_riff_create_video_template_caps):
27618           Add h264.
27619
27620 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * gst-libs/gst/audio/Makefile.am:
27623           Try to fix buildbot.
27624
27625 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27626
27627         * gst/tcp/gstmultifdsink.c:
27628           Clean up and uniformize debugging.
27629
27630 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27631
27632         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27633
27634         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27635         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27636         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27637         (gst_mpeg_demux_change_state):
27638           Reset on ready. Fixes 160276.
27639
27640 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27641
27642         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27643
27644         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27645         (gst_ffmpegcsp_pad_link):
27646           Fix memleak (#154815).
27647
27648 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27649
27650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27651
27652         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27653         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27654         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27655         * ext/musicbrainz/gsttrm.h:
27656           Add support for using a proxy server when getting a trm id from
27657           the MusicBrainz database (#149613).
27658
27659 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27660
27661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27662
27663         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27664         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27665           Fix memleaks (#157233).
27666
27667 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27668
27669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27670
27671         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27672         * gst-libs/gst/resample/resample.h:
27673         * gst/audioscale/gstaudioscale.c:
27674           Fix memleak (#159215).
27675
27676 2004-12-16  Toni Willberg  <toniw@iki.fi>
27677
27678         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27679
27680         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27681         * sys/oss/oss_probe.c: (main):
27682           Check for mono/stereo support (similar to samplerate probing),
27683           fixes #159433. Also add missing copyright header to oss_probe.c.
27684
27685 2004-12-15  David Schleef  <ds@schleef.org>
27686
27687         * configure.ac: add audioresample and cairo plugins.  Remove
27688         HAVE_MMX stuff, because it's not used.
27689         * ext/Makefile.am: same
27690         * ext/audioresample/Makefile.am: You are not ready for an
27691         audio resampling element based on audioresample.
27692         * ext/audioresample/gstaudioresample.c:
27693         * ext/audioresample/gstaudioresample.h:
27694         * ext/cairo/Makefile.am: You are not ready for overlay elements
27695         based on cairo.  Don't look too closely, these elements kinda
27696         suck right now.
27697         * ext/cairo/gstcairo.c: new
27698         * ext/cairo/gsttextoverlay.c: new
27699         * ext/cairo/gsttextoverlay.h: new
27700         * ext/cairo/gsttimeoverlay.c: new
27701         * ext/cairo/gsttimeoverlay.h: new
27702         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27703         problem with compilers that don't support variadic macros.
27704
27705 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27706
27707         Reviewed by:  David Schleef  <ds@schleef.org>
27708
27709         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27710         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27711         bit.  Also ran indent-gst.
27712         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27713         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27714         (gst_sunaudiosrc_setparams):
27715
27716 2004-12-14  David Schleef  <ds@schleef.org>
27717
27718         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27719         output rate to 16000.  Should fix #160235.
27720
27721 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27722
27723         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27724         Add typefinding for mpeg2 pes streams
27725
27726 2004-12-13  David Schleef  <ds@schleef.org>
27727
27728         * configure.ac:  Applied patch from bug #143659, making default
27729         sources and sinks OS-dependent (for Solaris), and added code
27730         for OS/X.
27731         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27732
27733 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27734
27735         * gst-libs/gst/riff/riff-media.c:
27736           forgot to add h2.64 to avidemux template caps
27737
27738 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27739
27740         * gst/wavenc/riff.h:
27741         * gst-libs/gst/riff/riff-media.c:
27742         * gst-libs/gst/riff/riff-ids.h:
27743         * gst/avi/gstavimux.c
27744         add 4CC code for VideoSoft h264 in AVI (VSSH)
27745           fixes bug #160655
27746         remove s323 from riff, it's quicktime specific :(
27747
27748 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27749
27750         * gst/asfdemux/README
27751         * gst/wavenc/riff.h
27752         * gst-libs/gst/riff/riff-ids.h
27753         * gst-libs/gst/riff/riff-media.c
27754         * gst/qtdemux/qtdemux.c:
27755           add new 4CC codes for h263 related codecs
27756           fixes partially bug #155163
27757
27758 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27759
27760         * configure.ac: Update polyaudio requirement to 0.7
27761         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27762
27763 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27764
27765         * gst/interleave/deinterleave.c:
27766         fix my name's spelling! :)
27767
27768 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27769
27770         * AUTHORS ChangeLog
27771         * gst/auparse/gstauparse.c
27772         * gst/interleave/deinterleave.c
27773         * gst/law/:
27774                 alaw-decode.c alaw-encode.c
27775                 mulaw-decode.c mulaw-encode.c
27776         * gst/oneton/gstoneton.c
27777         * sys/osxaudio/:
27778                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27779         * sys/osxvideo/:
27780                 cocoawindow.h cocoawindow.m
27781                 osxvideosink.h osxvideosink.m
27782
27783         put the same mail address for Zaheer Abbas Merali everywhere
27784
27785 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27786
27787         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27788           Align by packetsize, and assert that we a packet available before
27789           playing. The first makes webstreams work (they often include
27790           trailing padding data in a packet), the second allows pausing a
27791           ASF stream in totem without getting demux errors afterwards.
27792
27793 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27794
27795         * ext/ogg/gstoggdemux.c: (get_relative):
27796           Check for non-NULL before accessing member (end-of-chain).
27797
27798 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27799
27800         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27801         (cdparanoia_set_property), (cdparanoia_get_property):
27802         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27803         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27804         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27805         (dvdreadsrc_init), (dvdreadsrc_set_property),
27806         (dvdreadsrc_get_property):
27807         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27808         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27809           Synchronize property names where not yet the case. Devices are
27810           now device=X, other versions are deprecated (but still exist).
27811           Also use g_free() unconditionally.
27812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27813         (setup_source), (gst_play_base_bin_get_property):
27814           Expose source.
27815
27816 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27817
27818         * configure.ac: move GCONF macro outside conditional for the am
27819           conditional. Fixes #160439
27820
27821 2004-12-08  David Schleef  <ds@schleef.org>
27822
27823         * tools/gst-visualise-m.m: Switch to elements that currently
27824         exist.
27825
27826 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27827
27828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27829           We love wrong commas.
27830
27831 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/matroska/matroska-demux.c:
27834         (gst_matroska_demux_handle_src_query):
27835           Don't set DEFAULT, unsupported - makes length display incorrectly
27836           in some cases.
27837
27838 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27839
27840         * gst/monoscope/README: remove blurb about files being GPL
27841         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27842         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27843           monoscope is now effectively LGPL licensed
27844
27845 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27846
27847         * gst/monoscope/README: Update information to be more correct
27848         * gst/monoscope/convolve.c: Relicense to LGPL
27849         * gst/monoscope/convolve.h: Relicense to LGPL
27850
27851 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27852
27853         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27854           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27855         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27856           set default_duration for mpeg1 audio
27857
27858 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27859
27860         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27861         * ext/alsa/gstalsa.h:
27862           refactor big chunks of the core caps negotiation code to make it
27863           a lot faster, because people claim it's really slow
27864           (actually, just cache the getcaps when the device is opened)
27865
27866 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27867
27868         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27869         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27870         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27871         (gst_a52dec_change_state), (plugin_init):
27872         * ext/a52dec/gsta52dec.h:
27873           Do something useful with timestamps. Make chain-based (since
27874           there's really no reason to be loopbased).
27875         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27876           Update current_byte/frame correctly.
27877
27878 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27879
27880         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27881         (gst_ape_demux_stream_init):
27882           Forward tags, too.
27883
27884 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27885
27886         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27887           Let's make sure we're done typefinding when detecting tags.
27888
27889 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27890
27891         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27892         (gst_ebml_read_init), (gst_ebml_read_use_event),
27893         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27894         (gst_ebml_read_seek), (gst_ebml_read_skip),
27895         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27896         (gst_ebml_read_master):
27897         * gst/matroska/ebml-read.h:
27898         * gst/matroska/matroska-demux.c:
27899         (gst_matroska_demux_parse_contents),
27900         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27901           Disgustingly evil hack for working around INTERRUPT events and
27902           their extremely annoying habit of being a pain in the ass. We
27903           simply peek a cluster before reading any of it.
27904
27905 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27906
27907         * ext/musepack/gstmusepackdec.cpp:
27908           There's also floating point libmusepacks.
27909
27910 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27911
27912         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27913         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27914           Set DURATION even if source buffer didn't. Also use increasing
27915           timestamps.
27916         * gst-libs/gst/riff/riff-media.c:
27917         (gst_riff_create_audio_caps_with_data):
27918           Block_align can have larger values than 8192.
27919
27920 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27921
27922         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27923         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27924         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27925         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27926           Fix caps.
27927
27928 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27929
27930         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27931           Fix logic bug.
27932
27933 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27934
27935         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27936           Yay, another one.
27937
27938 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27939
27940         * ext/esd/esdsink.c: (gst_esdsink_chain):
27941           Make error actually say something useful (fixes #156798).
27942         * gst-libs/gst/riff/riff-media.c:
27943         (gst_riff_create_video_caps_with_data),
27944         (gst_riff_create_video_template_caps):
27945           Add Intel Video 5.0 fourcc (IV50).
27946
27947 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27948
27949         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27950         detection on mono and stereo mp3 files.
27951
27952 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27955           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27956           the contained stream).
27957
27958 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27959
27960         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27961           Oops, remove debug.
27962
27963 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27964
27965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * gst/law/alaw-decode.c: (alawdec_getcaps):
27968         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27969           Prevent warnings when negotiating caps (fixes #159338).
27970
27971 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27972
27973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27974         (gst_ffmpegcsp_chain):
27975           Remove old leftover that shouldn't be there...
27976
27977 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27978
27979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27980
27981         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27982           Don't forward DISCONT events (fixes #159684).
27983
27984 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27985
27986         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27987           Unlink manually since sometimes bin disposal (and therefore
27988           pad unlinking) is delayed, which will cause a new media file
27989           to not be able to start playing instantly.
27990
27991 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27994           On mute of an unlinked stream, check for pad availability so
27995           we don't crash on unlinked pad.
27996
27997 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28000         (gst_avi_demux_massage_index):
28001           Fix quite humiliating bug in omitting 0-sized index chunks but
28002           forgetting to count them for timestamps.
28003
28004 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28005
28006         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28007           Actually leave the loop if we failed to sync. Don't crash.
28008
28009 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28010
28011         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28012         (gst_dvd_demux_process_private):
28013         * gst/mpegstream/gstdvddemux.h:
28014           Fix crash (#159759). Doesn't work, though. :-(.
28015
28016 2004-11-28  Benjamin Otte  <otte@gnome.org>
28017
28018         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28019           more overwriting protection due to modifying channels one by one
28020           instead of all at once
28021
28022 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28023
28024         * gst/audioconvert/gstchannelmix.c:
28025         (gst_audio_convert_fill_normalize):
28026           Normalize using absolute values.
28027
28028 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28029
28030         * configure.ac:
28031         * ext/Makefile.am:
28032         * ext/directfb/Makefile.am:
28033         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28034         (gst_directfbvideosink_get_pixel_format),
28035         (gst_directfbvideosink_get_format_from_fourcc),
28036         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28037         (gst_directfbvideosink_sink_link),
28038         (gst_directfbvideosink_change_state),
28039         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28040         (gst_directfbvideosink_buffer_alloc),
28041         (gst_directfbvideosink_interface_supported),
28042         (gst_directfbvideosink_interface_init),
28043         (gst_directfbvideosink_navigation_send_event),
28044         (gst_directfbvideosink_navigation_init),
28045         (gst_directfbvideosink_set_property),
28046         (gst_directfbvideosink_get_property),
28047         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28048         (gst_directfbvideosink_base_init),
28049         (gst_directfbvideosink_class_init),
28050         (gst_directfbvideosink_get_type), (plugin_init):
28051         * ext/directfb/directfbvideosink.h: Adding a first version of
28052         directfbvideosink.
28053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28054         more.
28055
28056 2004-11-28  Benjamin Otte  <otte@gnome.org>
28057
28058         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28059           walk the samples backwards if out_channels > in_channels so we don't
28060           overwrite data
28061
28062 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28063
28064         * gst/audioconvert/Makefile.am:
28065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28066         (gst_audio_convert_link), (gst_audio_convert_change_state),
28067         (gst_audio_convert_channels):
28068         * gst/audioconvert/gstchannelmix.c:
28069         (gst_audio_convert_unset_matrix),
28070         (gst_audio_convert_fill_identical),
28071         (gst_audio_convert_fill_compatible),
28072         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28073         (gst_audio_convert_fill_others),
28074         (gst_audio_convert_fill_normalize),
28075         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28076         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28077         * gst/audioconvert/gstchannelmix.h:
28078           Implement a channel mixer.
28079
28080 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28081
28082         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28083         * ext/alsa/gstalsa.h:
28084         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28085         Make alsasink actually honor gst_element_set_clock and use that
28086         clock instead of its internal one.
28087
28088 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28089
28090         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28091         (gst_play_base_bin_change_state): nullify source and decoder when
28092         going from READY to NULL so that we don't try to do weird stuff with
28093         them when going from NULL to READY
28094         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28095         instead of g_object_unref
28096         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28097         it should be correct
28098         (gst_play_bin_change_state): don't call remove_sinks if we are
28099         currently disposing the object
28100
28101 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28102
28103         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28104           Don't forget bass if it's there. Else left channel is silent...
28105
28106 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28107
28108         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28109         (gst_a52dec_change_state):
28110           Don't do sample adjusting anymore, we use float audio now.
28111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28112           Don't fixate to non-existing properties.
28113
28114 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28117         (gst_a52dec_change_state):
28118           Advertise that we can do surround sound.
28119
28120 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28121
28122         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28123           Add buffer-frames=0.
28124         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28125         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28126         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28127         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28128         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28129         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28130         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28131         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28132         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28133         * ext/dvdread/dvdreadsrc.h:
28134           Add seeking, querying for bytes, sectors, title, angle and
28135           chapter. Handle multiple chapters. Relicense to LGPL because
28136           Billy agreed on that (thanks Billy!).
28137
28138 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28139
28140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28141         call parent dispose method
28142
28143 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28144
28145         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28146         (gst_audio_clock_get_internal_time):
28147         Fix active <-> inactive transitions: ensure time value always
28148         grows and avoid abrupt value changes.
28149
28150 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28151
28152         * configure.ac:
28153         * gst/tta/Makefile.am:
28154         * gst/tta/crc32.h:
28155         * gst/tta/filters.h:
28156         * gst/tta/gsttta.c:
28157         * gst/tta/gstttadec.c:
28158         * gst/tta/gstttadec.h:
28159         * gst/tta/gstttaparse.c:
28160         * gst/tta/gstttaparse.h:
28161         * gst/tta/ttadec.h:
28162           added TTA parser and decoder
28163
28164 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28165
28166         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28167         (probe_triggered), (check_queue), (buffer_underrun),
28168         (buffer_running), (buffer_overrun), (gen_source_element),
28169         (setup_source):
28170         * gst/playback/gstplaybasebin.h:
28171           Implement buffering. Needs some more work.
28172
28173 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28174
28175         * ext/theora/theoradec.c: (theora_dec_chain):
28176           Fix ilog mask range overflow.
28177
28178 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28179
28180         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28181           Don't omit the last (which in case of dmix is the only :) )
28182           channel count. Don't set channels if <= 2.
28183
28184 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28185
28186         * gst/playback/gstplaybin.c: (gen_video_element),
28187         (gen_audio_element): Removed 2 obsolete comments
28188
28189 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28190
28191         * ext/vorbis/oggvorbisenc.c
28192         * ext/vorbis/vorbisenc.c :
28193           change description fields of those plugins to differentiate them
28194           (pitivi show Encoders by description, they had the same one)
28195
28196 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28197
28198         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28199
28200         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28201         (gst_play_bin_set_property), (gen_video_element),
28202         (gen_audio_element):
28203           Refcounting fixes for provided audio-/videosinks.
28204
28205 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28206
28207         * gst/playback/gstplaybin.c: (gen_video_element),
28208         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28209           Don't reference all sinks, but only the video- and audiosinks.
28210           The vis. element should be disposed when we're done with it.
28211           We don't have any reason to keep it around. This fixes warnings
28212           when reusing playbin for playing multiple audio files with
28213           vis. enabled. Also release audio device on pause - idea stolen
28214           from Rhythmbox.
28215
28216 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28217
28218         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28219         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28220         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28221         * ext/alsa/gstalsaplugin.c: (plugin_init):
28222         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28223         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28224         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28225         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28226         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28227         (gst_faad_change_state), (plugin_init):
28228         * ext/faad/gstfaad.h:
28229         * ext/vorbis/vorbis.c: (plugin_init):
28230         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28231         * gst-libs/gst/audio/Makefile.am:
28232         * gst-libs/gst/audio/audio.c: (plugin_init):
28233         * gst-libs/gst/audio/multichannel.c:
28234         (gst_audio_check_channel_positions),
28235         (gst_audio_get_channel_positions),
28236         (gst_audio_set_channel_positions),
28237         (gst_audio_set_structure_channel_positions_list),
28238         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28239         (gst_audio_fixate_channel_positions):
28240         * gst-libs/gst/audio/multichannel.h:
28241         * gst-libs/gst/audio/testchannels.c: (main):
28242         * gst/audioconvert/gstaudioconvert.c:
28243         (gst_audio_convert_class_init), (gst_audio_convert_init),
28244         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28245         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28246         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28247         * gst/audioconvert/plugin.c: (plugin_init):
28248           Surround sound support.
28249
28250 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28253           Fix position for discont if we're close as well. Nitpicking, but
28254           saves a few milliseconds of extra waiting or skipping.
28255
28256 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28257
28258         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28259           We sometimes need parsers for playback, so add those too.
28260
28261 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28262
28263         * configure.ac:
28264         * gst/apetag/Makefile.am:
28265         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28266         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28267         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28268         (gst_ape_demux_get_src_query_types),
28269         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28270         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28271         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28272         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28273         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28274         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28275         (gst_ape_demux_change_state):
28276         * gst/apetag/apedemux.h:
28277         * gst/apetag/apetag.c: (plugin_init):
28278         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28279         (plugin_init):
28280           APE v1/2 tag reader plus typefind function.
28281
28282 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28283
28284         * configure.ac:
28285         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28286         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28287           Remove hacks for older core. Require newer core version
28288           accordingly.
28289
28290 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * gst/cdxaparse/Makefile.am:
28293         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28294         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28295         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28296         * gst/cdxaparse/gstcdxaparse.h:
28297         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28298         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28299         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28300         (gst_cdxastrip_get_src_query_types),
28301         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28302         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28303         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28304         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28305         * gst/cdxaparse/gstcdxastrip.h:
28306           SVCD/VCD header stripping separated from CDXA image parsing.
28307         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28308         (plugin_init):
28309           Add VCD/SVCD header typefinding for VCD/SVCD.
28310         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28311         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28312         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28313         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28314         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28315         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28316         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28317         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28318         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28319         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28320         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28321         * sys/vcd/vcdsrc.h:
28322           Fix up, add seeking, querying, URI interface. Works in totem now.
28323
28324 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28325
28326         * configure.ac:
28327           back to CVS
28328
28329 === release 0.8.6 ===
28330
28331 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28332
28333         * NEWS:
28334         * RELEASE:
28335         * configure.ac:
28336         * po/af.po:
28337         * po/az.po:
28338         * po/cs.po:
28339         * po/en_GB.po:
28340         * po/hu.po:
28341         * po/it.po:
28342         * po/nb.po:
28343         * po/nl.po:
28344         * po/or.po:
28345         * po/sq.po:
28346         * po/sr.po:
28347         * po/sv.po:
28348         * po/uk.po:
28349           releasing 0.8.6, "IOU Love"
28350
28351 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28352
28353         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28354
28355         * gst/playback/gstplaybasebin.c:
28356           Fix unplayable files error handling.  Fixes #158365
28357
28358 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28359
28360         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28361
28362         * gst/typefind/gsttypefindfunctions.c:
28363           Fix broken mp3 typefinding.  Fixes #158375
28364
28365 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28366
28367         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28368
28369         * ext/ogg/gstoggdemux.c:
28370           Fix sync on broken files.  Fixes #158976
28371
28372 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28373
28374         patch by: Edward Hervey <bilboed@bilboed.com>
28375
28376         * ext/libpng/gstpngenc.c:
28377           Copy over buffer properties.  Fixes #158832
28378
28379 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28380
28381         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28382
28383         * ext/dvdread/dvdreadsrc.c:
28384           Fixes invalid reads (#158462)
28385
28386 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28387
28388         * sys/v4l/gstv4lsrc.c:
28389         * sys/v4l/gstv4lsrc.h:
28390         * sys/v4l/v4lsrc_calls.c:
28391           Probe less and cache it.  Fixes #159187.
28392
28393 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28394
28395         * gst/videorate/gstvideorate.c:
28396           Handle all video formats. Fixes #159186.
28397
28398 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28399         * gst/synaesthesia/gstsynaesthesia.c:
28400         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28401         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28402         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28403         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28404         (gst_synaesthesia_change_state), (plugin_init):
28405         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28406         Force 320x200 output, as that's the only thing the underlying
28407         synaesthesia implementation supports. Still needs to be made
28408         re-entrant.
28409
28410 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28411
28412         * configure.ac:
28413           Fix mpeg2enc configure check (similar to mplex check below).
28414
28415 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28416
28417         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28418
28419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28420           Fix for gcc-2.95 (fixes #158221).
28421
28422 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28423
28424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28425           Re-add clock distribution hack (until new core is released).
28426           Fixes #158125.
28427
28428 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28429         * configure.ac:
28430           fix mplex configure check segfaulting on some systems (bug #140994)
28431
28432 2004-11-13  Benjamin Otte  <otte@gnome.org>
28433
28434         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28435           add debugging
28436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28437           do a wait when we enter the loop func with no data available to
28438           write instead of getting into an 100% CPU loop by just returning and
28439           being called again by the scheduler
28440
28441 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28442
28443         * configure.ac:
28444         * ext/libvisual/visual.c: (gst_visual_get_type),
28445         (libvisual_log_handler), (gst_visual_getcaps),
28446         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28447         (plugin_init):
28448           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28449         * ext/smoothwave/Makefile.am:
28450         * ext/smoothwave/demo-osssrc.c: (main):
28451         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28452         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28453         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28454         (plugin_init):
28455         * ext/smoothwave/gstsmoothwave.h:
28456           Make gstsmoothwave a working element in the 20th century.
28457
28458         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28459           Fix incorrect link function
28460
28461 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28462
28463         * gst/volume/gstvolume.c:
28464           Allow buffer-frames=0.
28465
28466 2004-11-12 Iain <iaingnome@gmail.com>
28467
28468         * configure.ac: Check for polypaudio
28469
28470         * ext/Makefile.am: Build the polyp dir
28471
28472         * ext/polyp: The polypsink sources.
28473
28474 2004-10-30 Iain <iaingnome@gmail.com>
28475
28476         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28477         caps to reflect the new number of channels.
28478
28479 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28480
28481         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28482           Fix for negotiation order problem. This would show when the
28483           ALSA loopfuction was called before any other function. ALSA
28484           wouldn't do anything because we're not negotiated yet, leading
28485           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28486
28487 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28488
28489         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28490
28491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28492           No warnings (#157986).
28493
28494 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28495
28496         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28497           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28498
28499 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28500
28501         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28502           Signal no-more-pads (so it works in playbin).
28503
28504 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28505
28506         * ext/musepack/gstmusepackreader.cpp:
28507           Workaround for older core.
28508
28509 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28510
28511         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28512           Actually test for odd width/height rather than testing whether
28513           a temporary variable that was 0 before we subtracted 1 is now
28514           not equal to zero (which it always is).
28515
28516 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28517
28518         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28519         Fix compilation if HAVE_XVIDEO is not defined
28520
28521 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28522
28523         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28524         Fix compilation if HAVE_XVIDEO is not defined
28525
28526 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28527
28528         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28529         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28530         (gst_goom_change_state), (plugin_init):
28531         Use the bytestream adapter so goom doesn't depend on the input
28532         buffer size.
28533         Add a debug category
28534
28535 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28536
28537         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28538           Only set hardware parameters *after* negotiation. Before
28539           negotiation, it will set ANY and that seems to cause crashes
28540           (see e.g. #151288, #153227).
28541
28542 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28543
28544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28545           This seems to be antique leftover. It needs to pass error
28546           checking.
28547         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28548         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28549         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28550         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28551           Fix GstXOverlay implementation (#151059).
28552
28553 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28554
28555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28556           Don't assert (#157853).
28557
28558 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28559
28560         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28561           Fix bytes/samples confustion.
28562         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28563           Fix for underrun (#144389).
28564
28565 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28566
28567         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28568           Disable halfway-seek for pending release (since it needs a new
28569           core release).
28570
28571 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28572
28573         * sys/v4l/gstv4lsrc.c:
28574         * sys/v4l/gstv4lsrc.h:
28575         * sys/v4l/v4lsrc_calls.c:
28576           add autoprobe-fps property so we can separate autoprobing parts
28577
28578 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28579
28580         * sys/v4l/gstv4lsrc.c:
28581         * sys/v4l/v4lsrc_calls.c:
28582         initialise fourcc to catch unset fourcc's, and debug
28583
28584 2004-11-09  Wim Taymans  <wim@fluendo.com>
28585
28586         * gst/playback/README:
28587         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28588         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28589         (gst_play_bin_dispose), (gst_play_bin_set_property),
28590         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28591         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28592         (gst_play_bin_get_formats), (gst_play_bin_convert),
28593         (gst_play_bin_get_query_types), (gst_play_bin_query):
28594         Cleanups and some more documentation.
28595
28596 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28597
28598         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28599         (gst_cacasink_init), (gst_cacasink_chain):
28600         * ext/libcaca/gstcacasink.h:
28601         Cacasink inherits from VideoSink, so let that store the clock.
28602
28603 2004-11-09  Wim Taymans  <wim@fluendo.com>
28604
28605         * gst/playback/README:
28606         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28607         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28608         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28609         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28610         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28611         (setup_sinks):
28612         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28613         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28614         * gst/playback/gststreaminfo.h:
28615         Updated README.
28616         Only switch groups if all streams have muted (EOSed).
28617         Send Tags in sync with the stream playback instead of in
28618         the playback/preroll phase.
28619         Some cleanups, free the fakesrc elements.
28620
28621 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28622
28623         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28624           buffer-frames property was missing
28625         * ext/arts/gst_arts.c:
28626           rate missing from sinkcaps
28627         * ext/audiofile/gstafparse.c:
28628         * ext/audiofile/gstafsink.c:
28629         * ext/audiofile/gstafsrc.c:
28630         * ext/swfdec/gstswfdec.c:
28631           int audio doesn't know buffer-frames
28632         * ext/cdparanoia/gstcdparanoia.c:
28633           int audio doesn't know chunksize either
28634         * ext/nas/nassink.c:
28635           it's endianness, not endianess
28636         * gst-libs/gst/audio/audio.h:
28637           make float standard pad template caps really describe float
28638         * gst/law/mulaw.c: (linear_factory):
28639           signed only, please
28640         * gst/mpegstream/gstdvddemux.c:
28641           widths of 20 are not valid
28642
28643 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28644
28645         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28646
28647         * po/LINGUAS:
28648         * po/it.po:
28649           Add Italian
28650
28651 2004-11-08  Wim Taymans  <wim@fluendo.com>
28652
28653         * gst/playback/README:
28654         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28655         * gst/playback/gstplaybasebin.c: (probe_triggered),
28656         (gst_play_base_bin_change_state):
28657         Updated README, added more comments for fixmes etc..
28658
28659 2004-11-08  Wim Taymans  <wim@fluendo.com>
28660
28661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28662         We can remove this hack now.
28663
28664 2004-11-08  Wim Taymans  <wim@fluendo.com>
28665
28666         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28667         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28668         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28669         Only mix AYUV for maximum quality.
28670
28671 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28672
28673         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28674         (gst_ogg_demux_push), (gst_ogg_pad_push):
28675           Let's act as if we're synchronized now! :).
28676         * ext/theora/theoradec.c: (theora_dec_chain):
28677           Add some debug.
28678
28679 2004-11-08  Wim Taymans  <wim@fluendo.com>
28680
28681         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28682         (gst_alpha_set_property), (gst_alpha_sink_link),
28683         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28684         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28685         (gst_alpha_init_params), (gst_alpha_chain):
28686         Implement alpha functions for AYUV too, this increases
28687         accuracy quite a bit.
28688
28689 2004-11-08  Wim Taymans  <wim@fluendo.com>
28690
28691         * gst/ffmpegcolorspace/avcodec.h:
28692         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28693         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28694         (gst_ffmpegcsp_avpicture_fill):
28695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28696         (gst_ffmpegcsp_caps_remove_format_info):
28697         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28698         (shrink12), (img_get_alpha_info), (deinterlace_line),
28699         (deinterlace_line_inplace):
28700         * gst/ffmpegcolorspace/imgconvert_template.h:
28701         Added AYUV colorspace and handle RGBA a bit more respectful.
28702
28703 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28704
28705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28706           Actually always send a discont (cornercase when resending the
28707           same serial-tagged chain twice).
28708
28709 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28710
28711         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28712         (gst_ximagesink_finalize):
28713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28714         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28715
28716 2004-11-08  Wim Taymans  <wim@fluendo.com>
28717
28718         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28719         Don't segfault on NULL data.
28720
28721 2004-11-08  Wim Taymans  <wim@fluendo.com>
28722
28723         * gst/playback/gstdecodebin.c: (unlinked):
28724         * gst/playback/gstplay-marshal.list:
28725         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28726         (gst_play_base_bin_init), (group_create), (get_active_group),
28727         (get_building_group), (group_destroy), (group_commit),
28728         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28729         (add_element_stream), (no_more_pads), (probe_triggered),
28730         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28731         (state_change), (setup_source), (gst_play_base_bin_get_property),
28732         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28733         (gst_play_base_bin_link_stream),
28734         (gst_play_base_bin_get_streaminfo):
28735         * gst/playback/gstplaybasebin.h:
28736         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28737         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28738         Add support for chained ogg files. Prepare for playlist
28739         support. This patch introduces the concept of pad groups, which
28740         together compose one playable media file.
28741
28742 2004-11-07  David Schleef  <ds@schleef.org>
28743
28744         * testsuite/gst-lint: Check for pad templates that aren't statically
28745         scoped.
28746
28747 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28748
28749         * configure.ac:
28750         * ext/Makefile.am:
28751         * ext/musepack/Makefile.am:
28752         * ext/musepack/gstmusepackdec.cpp:
28753         * ext/musepack/gstmusepackdec.h:
28754         * ext/musepack/gstmusepackreader.cpp:
28755         * ext/musepack/gstmusepackreader.h:
28756           Add musepack decoder.
28757         * ext/faad/gstfaad.c: (gst_faad_base_init):
28758           Make pad templates static.
28759         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28760         (plugin_init):
28761           Add musepack typefinder, make mp3 typefinding work halfway stream,
28762           which doesn't actually work yet because id3demux doesn't implement
28763           _get_length().
28764
28765 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28766
28767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28768         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28769           Fix interrupt event handling (#144436).
28770
28771 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28772
28773         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28774           Hide unused glory.
28775
28776 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28777
28778         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28779
28780         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28781           Fix weird caps (#157548).
28782
28783 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28784
28785         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28786
28787         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28788           Add missing NULL terminator (#157543).
28789
28790 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28791
28792         * gst/tcp/gsttcp.h:
28793         * gst/tcp/gsttcpclientsink.c:
28794         * gst/tcp/gsttcpclientsrc.c:
28795         * gst/tcp/gsttcpserversink.c:
28796         * gst/tcp/gsttcpserversrc.c:
28797           ports can go up to 65535.  Move common defines to gsttcp.h
28798
28799 2004-11-05  Wim Taymans  <wim@fluendo.com>
28800
28801         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28802         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28803         Added two more colorspaces.
28804
28805 2004-11-05  Wim Taymans  <wim@fluendo.com>
28806
28807         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28808         (gst_ffmpegcsp_avpicture_fill):
28809         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28810         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28811         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28812         More stride fixes.
28813
28814 2004-11-05  Wim Taymans  <wim@fluendo.com>
28815
28816         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28817         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28818         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28819         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28820         (gst_videomixer_loop):
28821         More stride fixes.
28822
28823 2004-11-05  Benjamin Otte  <otte@gnome.org>
28824
28825         * ext/mad/gstmad.c: (gst_mad_chain):
28826           don't overflow data buffer. Flush not needed sync data when syncing
28827           failed.
28828
28829 2004-11-04  Wim Taymans  <wim@fluendo.com>
28830
28831         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28832         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28833         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28834         (gst_alpha_init_params), (gst_alpha_chain),
28835         (gst_alpha_change_state):
28836         Updated the chroma keying algorithm with something more
28837         sophisticated.
28838
28839 2004-11-03  Wim Taymans  <wim@fluendo.com>
28840
28841         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28842         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28843         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28844         Fix stride issues. Does not completely work for odd
28845         heights.
28846
28847 2004-11-03  Wim Taymans  <wim@fluendo.com>
28848
28849         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28850         (gst_alpha_chroma_key), (gst_alpha_chain):
28851         Fix stride issues. Does not completely work for odd
28852         heights.
28853
28854 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28855
28856         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28857         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28858         leak fixes
28859
28860 2004-11-03  Wim Taymans  <wim@fluendo.com>
28861
28862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28863         (gst_ffmpegcsp_avpicture_fill):
28864         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28865         (avpicture_alloc):
28866         * gst/ffmpegcolorspace/imgconvert_template.h:
28867         Use correct _fill function to get correct strides.
28868
28869 2004-11-02  David Schleef  <ds@schleef.org>
28870
28871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28872         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28873         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28874         Change all g_print()s to debugging.  Add a bunch of consistency
28875         checks.
28876
28877 2004-11-02  Wim Taymans  <wim@fluendo.com>
28878
28879         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28880         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28881         (unlinked), (no_more_pads), (close_link):
28882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28883         (unknown_type), (add_element_stream), (new_decoded_pad),
28884         (removed_decoded_pad), (setup_source):
28885         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28886         (gst_stream_info_class_init), (gst_stream_info_init),
28887         (gst_stream_info_new), (gst_stream_info_dispose),
28888         (stream_info_mute_pad), (gst_stream_info_set_property),
28889         (gst_stream_info_get_property):
28890         * gst/playback/gststreaminfo.h:
28891         Fix playback of multiple files.
28892         a slightly different approach to handling dynamic pad removals.
28893         This one only looks at pads that we have linked.
28894
28895 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28896
28897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28898         free" warning from libc.
28899
28900 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28901
28902         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28903         (get_unconnected_element), (remove_starting_from), (pad_removed),
28904         (close_link):
28905           Implement support for dynamic pad changing. We listen to "live"
28906           pad removals (i.e. while playing) and re-setup autoplugging
28907           after that. Playbasebin/playbin need some more work for this
28908           to finally work, but decodebin supports (and replugs) chained
28909           ogg now.
28910
28911 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28912
28913         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28914         (gst_alsa_finalize):
28915         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28916         (gst_cdaudio_finalize):
28917         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28918         (cdparanoia_finalize):
28919         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28920         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28921         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28922         (dvdreadsrc_finalize):
28923         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28924         (gst_flacdec_finalize):
28925         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28926         (gst_flacenc_finalize):
28927         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28928         (gst_gnomevfssink_finalize):
28929         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28930         (gst_gnomevfssrc_finalize):
28931         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28932         (gst_fameenc_finalize):
28933         * ext/nas/nassink.c: (gst_nassink_class_init),
28934         (gst_nassink_finalize):
28935         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28936         (gst_sdlvideosink_class_init):
28937         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28938         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28939         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28940         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28941         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28942         (gst_x_window_listener_dispose):
28943         * gst/audioscale/gstaudioscale.c:
28944         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28945         (play_on_demand_finalize):
28946         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28947         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28948         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28949         (cdplayer_finalize):
28950         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28951         (gst_glimagesink_class_init):
28952         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28953         (gst_osselement_finalize):
28954         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28955         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28956         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28957           Fixes a bunch of problems with finalize and dispose functions,
28958           either assumptions that dispose is only called once, or not calling
28959           the parent class dispose/finalize function
28960
28961 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28962
28963         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28964           added two api precondition guards
28965           use g_strdup with getenv to fix crash when using ENVVAR
28966
28967 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28968         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28969         (gst_esdsink_finalize):
28970         Use a finalize function, not dispose, and more importantly,
28971         call the parent class finalize function too
28972
28973 2004-11-01  Johan Dahlin  <johan@gnome.org>
28974
28975         * ext/ogg/gstoggdemux.c:
28976         * gst/tags/gstvorbistag.c:
28977         Plug leaks.
28978
28979 2004-10-31  Benjamin Otte  <otte@gnome.org>
28980
28981         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28982           lotsa memleaks today. But they're all small...
28983
28984 2004-10-31  Benjamin Otte  <otte@gnome.org>
28985
28986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28987           another memleak crushed
28988
28989 2004-10-31  Benjamin Otte  <otte@gnome.org>
28990
28991         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28992           fix memleak
28993
28994 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28995
28996         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28997           Hack to prevent crash when going to READY inside signal handler
28998           while this function is active.
28999
29000 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29001
29002         * gst/ffmpegcolorspace/Makefile.am:
29003         * gst/ffmpegcolorspace/avcodec.h:
29004         * gst/ffmpegcolorspace/common.h:
29005         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29006         * gst/ffmpegcolorspace/dsputil.h:
29007         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29009         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29010         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29011         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29012         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29013         (gst_ffmpegcsp_avpicture_fill):
29014         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29016         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29017         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29018         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29019         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29020         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29021         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29022         * gst/ffmpegcolorspace/imgconvert.c:
29023         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29024         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29025         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29026         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29027         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29028         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29029         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29030         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29031         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29032         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29033         (grow21), (grow22), (grow41), (grow44), (conv411),
29034         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29035         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29036         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29037         (avpicture_free), (is_yuv_planar), (img_convert),
29038         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29039         (deinterlace_line_inplace), (deinterlace_bottom_field),
29040         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29041         * gst/ffmpegcolorspace/imgconvert_template.h:
29042         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29043         * gst/ffmpegcolorspace/mmx.h:
29044         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29045         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29046         (av_freep), (avcodec_get_context_defaults),
29047         (avcodec_alloc_context), (avcodec_init):
29048           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29049           handling plus update from ffmpeg CVS. Large clean-up.
29050
29051 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * gst/playback/Makefile.am:
29054           We need the marshallers for decodebin, too.
29055
29056 2004-10-30  David Schleef  <ds@schleef.org>
29057
29058         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29059           quicktime typefinding work with 64-bit offsets.
29060
29061 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29062
29063         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29064           Set EOS on the element when processing an EOS event.
29065         * ext/speex/gstspeexdec.h:
29066         * ext/speex/gstspeexenc.h:
29067           Only keep a const ptr to the mode
29068         * gst-libs/gst/riff/riff-media.c:
29069         (gst_riff_create_audio_caps_with_data),
29070         (gst_riff_create_audio_template_caps):
29071           Allow WMAV3, with up to 6 channels.
29072         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29073           Don't call gst_pad_set_event_function on a sink pad.
29074         * gst/mpegstream/gstdvddemux.c:
29075         (gst_dvd_demux_get_subpicture_stream),
29076         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29077           Copy the explicit caps that were set across to the cur_* pads,
29078           instead of trying to use a possibly non-existent negotiated caps.
29079           Reset the type of subpicture pads to UNKNOWN after calling
29080           init_stream, so that the caps get set.
29081
29082 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29083
29084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29085
29086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29087           Don't touch buffer if it is of size 0 (fixes #151064).
29088
29089 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29090
29091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29092           Synchronized discont handling.
29093
29094 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29095
29096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29097         (gst_ogg_demux_push):
29098           Make seeking sort-of exact again (fixes #156387).
29099
29100 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29101
29102         * gst/playback/gstplaybasebin.c: (unknown_type),
29103         (add_element_stream), (new_decoded_pad),
29104         (gst_play_base_bin_change_state):
29105         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29106         (gst_stream_info_init), (gst_stream_info_new),
29107         (gst_stream_info_dispose), (gst_stream_info_get_property):
29108         * gst/playback/gststreaminfo.h:
29109           Make caps explicitely available. Makes testing for unsupported
29110           types possible. Improves error reporting.
29111
29112 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29113
29114         * gst/audioconvert/gstaudioconvert.c:
29115         (gst_audio_convert_buffer_to_default_format):
29116           Really don't touch read-only buffers (#156563).
29117
29118 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29119
29120         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29121
29122         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29123           Fix memleak (#155223).
29124
29125 2004-10-29  Wim Taymans  <wim@fluendo.com>
29126
29127         * gst/tcp/.cvsignore:
29128         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29129         (gst_multifdsink_class_init), (gst_multifdsink_init),
29130         (gst_multifdsink_add), (gst_multifdsink_remove),
29131         (gst_multifdsink_remove_client_link), (is_sync_frame),
29132         (gst_multifdsink_new_client),
29133         (gst_multifdsink_handle_client_write),
29134         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29135         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29136         (gst_multifdsink_get_property):
29137         * gst/tcp/gstmultifdsink.h:
29138         Added burst on connect sync_method, deprecated sync_clients,
29139         streamlined the sync code some more.
29140
29141 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29142
29143         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29144         (gst_play_base_bin_change_state):
29145           Improve error reporting.
29146
29147 2004-10-28  Wim Taymans  <wim@fluendo.com>
29148
29149         * gst/tcp/Makefile.am:
29150         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29151         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29152         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29153         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29154         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29155         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29156         (gst_fdset_wait):
29157         Added more locks around fdset structures. Fixed/reworked
29158         the poll array resizing code.
29159         Added stress test for fdset.
29160
29161 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29162
29163         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29164         fix build
29165
29166 2004-10-28  Benjamin Otte  <otte@gnome.org>
29167
29168         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29169           fix link function to always query channels and query width for
29170           floats
29171         * configure.ac:
29172           add equalizer dir
29173         * gst/equalizer/Makefile.am:
29174         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29175         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29176         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29177         (arg_to_scale), (setup_filter),
29178         (gst_iir_equalizer_compute_frequencies),
29179         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29180         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29181         (plugin_init):
29182           add an equalizer
29183
29184 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29185
29186         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29187
29188         * po/LINGUAS:
29189         * po/nb.po:
29190           Added Norwegian Bokmaal translation
29191
29192 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29193
29194         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29195           Don't break on options (fixes #156488).
29196
29197 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29198
29199         * configure.ac:
29200         * ext/cdaudio/Makefile.am:
29201         * sys/Makefile.am:
29202           fix build on older automake
29203
29204 2004-10-26  Wim Taymans  <wim@fluendo.com>
29205
29206         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29207         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29208         Allow a little margin when negotiating the framerate.
29209
29210 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29211
29212         * gst/level/gstlevel.c:
29213           synchonised naming of pads and pad-templates
29214
29215 2004-10-26  Wim Taymans  <wim@fluendo.com>
29216
29217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29218         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29219         (_find_streams_check), (gst_ogg_demux_push):
29220         Fix EOS again. Needs to be done in a better way. We should not
29221         remove the pad if there is no new chained stream.
29222
29223 2004-10-26 Iain <iaingnome@gmail.com>
29224
29225         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29226         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29227         of the caps.
29228         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29229         pad.
29230         (interleave_release_pad): Remove the pad.
29231         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29232         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29233         the set device.
29234         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29235         attrs
29236         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29237         (gst_xvimagesink_finalize): Free the par.
29238
29239 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29240
29241         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29242         (gst_avimux_stop_file):
29243           First calculate the rate, and only then use it. Hdr.rate is a
29244           multiple and not a derivative of hdr.scale. Scale is not the
29245           same as blockalign but is solely related to rate.
29246
29247 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29248
29249         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29250         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29251           Implement seeking.
29252
29253 2004-10-25  James Henstridge  <james@jamesh.id.au>
29254
29255         Reviewed by:  David Schleef  <ds@schleef.org>
29256
29257         * examples/gstplay/player.c: (got_stream_length), (main):
29258         * examples/seeking/cdplayer.c: (update_scale):
29259         * examples/seeking/seek.c: (format_value), (update_scale):
29260         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29261         (stop_seek):
29262         Build fixes on AMD64.
29263
29264 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29265
29266         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29267
29268         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29269         Fix for some v4l cards which hang in v4lsrc
29270
29271 2004-10-25  Wim Taymans  <wim@fluendo.com>
29272
29273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29274         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29275         Make sure to remove the pad when a new chain is
29276         encountered. Set some vars to NULL so we don't try
29277         to reference freed memory.
29278
29279 2004-10-25  Wim Taymans  <wim@fluendo.com>
29280
29281         * examples/seeking/Makefile.am:
29282         * examples/seeking/cdplayer.c: (update_scale):
29283         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29284         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29285         (format_value), (update_scale), (iterate), (start_seek),
29286         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29287         (print_usage), (main):
29288         Added some more examples, update others.
29289
29290 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29291
29292         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29293         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29294         * ext/theora/theoradec.c: (theora_dec_chain):
29295         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29296           Add codec-name metadata.
29297
29298 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29299
29300         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29301
29302         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29303         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29304         * ext/alsa/gstalsamixertrack.h:
29305         * po/POTFILES.in:
29306           ALSA mixer track label internationalization (#154054).
29307
29308 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * ext/theora/theoradec.c: (theora_dec_chain):
29311           Export bitrate as metadata.
29312
29313 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29314
29315         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29316         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29317         * ext/alsa/gstalsamixertrack.h:
29318           Fix names, fix loop.
29319
29320 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29321
29322         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29323         (speex_dec_convert):
29324           sinkconvert function so oggdemux can get the file length (totem).
29325
29326 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29327
29328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29329
29330         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29331           Don't push incomplete packets.
29332         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29333           Fix MPEG-4 audio typefinding.
29334
29335 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29336
29337         * sys/v4l/Makefile.am:
29338         * sys/v4l/gstv4l.c: (plugin_init):
29339         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29340         (gst_v4lelement_init), (gst_v4lelement_dispose),
29341         (gst_v4lelement_change_state):
29342         * sys/v4l/gstv4lelement.h:
29343         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29344         (gst_v4l_xoverlay_close), (idle_refresh),
29345         (gst_v4l_xoverlay_set_xwindow_id):
29346         * sys/v4l/gstv4lxoverlay.h:
29347         * sys/v4l/v4l-overlay_calls.c:
29348         * sys/v4l/v4l_calls.h:
29349         * sys/v4l2/Makefile.am:
29350         * sys/v4l2/gstv4l2.c: (plugin_init):
29351         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29352         (gst_v4l2element_init), (gst_v4l2element_dispose),
29353         (gst_v4l2element_change_state):
29354         * sys/v4l2/gstv4l2element.h:
29355         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29356         (gst_v4l2_xoverlay_close), (idle_refresh),
29357         (gst_v4l2_xoverlay_set_xwindow_id):
29358         * sys/v4l2/gstv4l2xoverlay.h:
29359         * sys/v4l2/v4l2-overlay_calls.c:
29360         * sys/v4l2/v4l2_calls.h:
29361           Remove client-side overlay handling, use the X-server v4l plugin
29362           for that. Nicer overlay, less code. Also make the plugin
29363           compileable without X (but then without overlay, obviously).
29364           Makes xwindowlistener obsolete, should we remove that?
29365
29366 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29367
29368         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29369         (gst_osssrc_src_query):
29370         * sys/oss/gstosssrc.h:
29371           OK, so people want offset in DEFAULT. This time, actually fix all
29372           cases.
29373         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29374           Add FPS properly.
29375
29376 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29377
29378         * gst/asfdemux/gstasfmux.c:
29379         * gst/avi/gstavimux.c:
29380           Framerate.
29381
29382 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29383
29384         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29385           Fix properties (channel, norm, frequency).
29386
29387 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29388
29389         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29390           Flag typo.
29391         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29392           No warnings.
29393
29394 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29395
29396         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29397           Fix hang.
29398
29399 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29400
29401         * sys/v4l2/gstv4l2element.h:
29402           Yet Another Hack (tm) for kernel header borkedness.
29403         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29404         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29405         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29406         (gst_v4l2src_change_state):
29407         * sys/v4l2/gstv4l2src.h:
29408         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29409         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29410           Fix caps, keep track of state, work.
29411
29412 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29413
29414         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29415           Quiet.
29416
29417 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29418
29419         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29420           Don't mix bytes and samples.
29421
29422 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * ext/ogg/gstoggmux.c:
29425           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29426           and theora. Any is incorrect.
29427         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29428           Fix caps.
29429         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29430         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29431         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29432         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29433         * sys/v4l/gstv4lmjpegsrc.h:
29434         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29435         (gst_v4lsrc_change_state):
29436         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29437         (gst_v4lmjpegsrc_capture_stop):
29438           Fix caps. Keep track of internal state. Work.
29439
29440 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29441
29442         * ext/Makefile.am:
29443           Fix the build fixes.
29444
29445 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29446
29447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29448         (gst_ogg_demux_src_event), (_find_chain_seek),
29449         (gst_ogg_pad_push):
29450           Check for pad availability before using it.
29451         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29452           Fix parsing of chained ogg. Needs more work on the decoder side.
29453
29454 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29455
29456         * gst/spectrum/Makefile.am:
29457         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29458         (idle_func):
29459           Fix demo and reenable it. Yes, I'm currently playing with audio
29460           analysis tools
29461
29462 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29463
29464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29465           We love it if files that start at zero work too...
29466
29467 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29468
29469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29470           Handle files with missing EOS headers.
29471
29472 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29473
29474         * gst/tcp/gsttcpserversink.c:
29475         (gst_tcpserversink_handle_server_read),
29476         (gst_tcpserversink_init_send):
29477         Zero some variables first (need for accept not to return EINVAL)
29478
29479 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29480
29481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29482         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29483         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29484         (theora_dec_chain):
29485         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29486         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29487           Seeking and querying finetune.
29488
29489 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29490
29491         * configure.ac:
29492         * ext/Makefile.am:
29493         * ext/raw1394/Makefile.am:
29494           fix the build
29495
29496 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29497
29498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29499           Wrong return.
29500         * gst/playback/Makefile.am:
29501         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29502         * gst/playback/gstplay-marshal.list:
29503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29504           Fix marshallers.
29505
29506 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29509           Silence.
29510
29511 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29512
29513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29514         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29515         (gst_ogg_pad_push):
29516           Yay for non-lineair granulepos in theora.
29517
29518 2004-10-18  Wim Taymans  <wim@fluendo.com>
29519
29520         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29521         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29522         * ext/dv/gstdvdec.h:
29523         Make sure we renegotiate aspect ratio when the camera switches.
29524
29525 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29526
29527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29528         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29529           Start at zero.
29530         * ext/theora/theoradec.c: (theora_dec_chain):
29531           Skip headers. Bad idea for chained ogg, but fixes seeking.
29532
29533 2004-10-18  Wim Taymans  <wim@fluendo.com>
29534
29535         * configure.ac:
29536         I swear, this is the last time I touch this.
29537
29538 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29539
29540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29541         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29542         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29543           Faster seeking.
29544         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29545           Time-to-default conversion.
29546         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29547           Don't error on unknown packets, just skip. We should probably
29548           read them if we want to support chained ogg.
29549
29550 2004-10-18  Wim Taymans  <wim@fluendo.com>
29551
29552         * configure.ac:
29553         Added cdaudio to wrong list.
29554
29555 2004-10-18  Wim Taymans  <wim@fluendo.com>
29556
29557         * configure.ac:
29558         Revive cdaudio.
29559
29560 2004-10-18  Wim Taymans  <wim@fluendo.com>
29561
29562         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29563         (gst_dvdec_video_link), (gst_dvdec_push):
29564         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29565         (gst_smokeenc_resync), (gst_smokeenc_chain):
29566         Fix mimetype on smoke encoder.
29567         Add aspect ratio to dvdec. Not sure if these
29568         values are correct though....
29569
29570 2004-10-18  Wim Taymans  <wim@fluendo.com>
29571
29572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29573         Fix vorbis property descriptions and ranges.
29574
29575 2004-10-18  Wim Taymans  <wim@fluendo.com>
29576
29577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29578         Really do nothing when no data is available.
29579         Go to the playing state when the stream is not seekable
29580         instead of failing.
29581
29582 2004-10-18  Wim Taymans  <wim@fluendo.com>
29583
29584         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29585         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29586         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29587         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29588         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29589         Added uri handler for cd://
29590         Port to new API.
29591
29592 2004-10-18  Wim Taymans  <wim@fluendo.com>
29593
29594         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29595         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29596         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29597         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29598         (remove_prerolls), (unknown_type), (add_element_stream),
29599         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29600         (gst_play_base_bin_remove_element),
29601         (gst_play_base_bin_link_stream):
29602         * gst/playback/gstplaybin.c: (gen_video_element),
29603         (gen_vis_element), (remove_sinks), (setup_sinks):
29604         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29605         (gst_stream_info_get_type), (gst_stream_info_class_init),
29606         (gst_stream_info_init), (gst_stream_info_new),
29607         (gst_stream_info_dispose), (stream_info_mute_pad),
29608         (gst_stream_info_set_property), (gst_stream_info_get_property):
29609         * gst/playback/gststreaminfo.h:
29610         Add sink padtemplate to decodebin.
29611         Added some more comments.
29612         Make queue size configurable in playbasebin.
29613         Added possibility to use elements as sinks (ex cdaudio).
29614
29615 2004-10-15  Wim Taymans  <wim@fluendo.com>
29616
29617         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29618         (gst_speexenc_chain):
29619         Fix speex timestamps so that it gets muxed properly.
29620
29621 2004-10-15  Wim Taymans  <wim@fluendo.com>
29622
29623         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29624         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29625         (gst_dv1394src_init), (gst_dv1394src_dispose),
29626         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29627         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29628         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29629         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29630         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29631         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29632         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29633         * ext/raw1394/gstdv1394src.h:
29634         Added conversion/query functions.
29635         Update buffer timestamps,
29636         Added signals.
29637         Added uri dv:// so it might play from the firewire in playbin.
29638         Fix a possible leak.
29639         Added debugging.
29640
29641 2004-10-15  Wim Taymans  <wim@fluendo.com>
29642
29643         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29644         (gst_dv1394src_init), (gst_dv1394src_set_property),
29645         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29646         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29647         * ext/raw1394/gstdv1394src.h:
29648         Added AV/C VTR control support needed for some cameras.
29649         Added automatic port detection.
29650         Added properties for selecting the channel.
29651         The configure.ac script is not yet updated to reflect the
29652         new libavc1394 and librom1394 dependencies.
29653
29654 2004-10-15  Wim Taymans  <wim@fluendo.com>
29655
29656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29657         (qtdemux_parse), (gst_qtdemux_handle_esds):
29658         An esds box is not a container.
29659         Fix parsing of mp4v boxes.
29660         Do not try to renegotiate fps for each frame. Need to
29661         find a better method. This should fix mp4 playback.
29662
29663 2004-10-14  David Schleef  <ds@schleef.org>
29664
29665         * configure.ac: update for swfdec-0.3 and liboil-0.2
29666         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29667         * ext/swfdec/gstswfdec.h: same
29668         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29669         * gst/videotestsrc/videotestsrc.c: same
29670
29671 2004-10-14  Wim Taymans  <wim@fluendo.com>
29672
29673         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29674         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29675         (is_sync_frame), (gst_multifdsink_new_client),
29676         (gst_multifdsink_handle_client_write),
29677         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29678         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29679         Turn warnings into info.
29680         Don't allow a state change in the streaming thread.
29681
29682 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29683
29684         * ext/vorbis/oggvorbisenc.c:
29685         * ext/vorbis/vorbisdec.c:
29686           fix template sample rate
29687
29688 2004-10-13  Wim Taymans  <wim@fluendo.com>
29689
29690         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29691         Decoding the header first fixes some problems in resyncing
29692         in more mp3s.
29693
29694 2004-10-12  Wim Taymans  <wim@fluendo.com>
29695
29696         * gst/playback/gstplaybin.c: (gen_video_element),
29697         (gen_vis_element), (remove_sinks), (setup_sinks):
29698         Added vis plugin support, need to configure the vis
29699         element to activate it.
29700
29701 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29702
29703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29704         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29705           Some debug.
29706         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29707         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29708         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29709         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29710         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29711         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29712         * gst/avi/gstavidemux.h:
29713           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29714           recovery (where, if part of the index is broken, we will still read
29715           the rest of the index and recover the broken part by stream
29716           scanning). More broken media support. EOS workarounds. General AVI
29717           braindamage headache recovery. Aspirin included.
29718
29719 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29720
29721         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29722         (cdparanoia_event), (cdparanoia_query):
29723           Get rid of hideous lead-in.
29724
29725 2004-10-11  Wim Taymans  <wim@fluendo.com>
29726
29727         * gst/playback/gstplaybasebin.c: (setup_source):
29728         Wrong var used to get g_list_next.
29729
29730 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29731
29732         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29733         (cdparanoia_get), (cdparanoia_open):
29734           Report discid as metadata, add duration.
29735
29736 2004-10-11  Wim Taymans  <wim@fluendo.com>
29737
29738         * gst/playback/gstplaybasebin.c: (setup_source):
29739         Cleanup the previous pipeline a little earlier for the
29740         case that a source element provides raw data.
29741
29742 2004-10-11  Benjamin Otte  <otte@gnome.org>
29743
29744         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29745           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29746           consuming the last 128 bytes, even though it was valid mp3 data.
29747
29748 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29749
29750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29751         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29752         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29753         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29754
29755 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29756
29757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29758         Fix for webcams that support only specific width or height
29759
29760 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29761
29762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29763
29764         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29765           Fix wrong discont event setup (fixes #154967).
29766
29767 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29768
29769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29770
29771         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29772           Error out on invalid data (fixes #154807).
29773
29774 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29775
29776         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29777
29778         * ext/dvdread/dvdreadsrc.c: (_read):
29779           Make titles > 0 work again (fixes #154834).
29780
29781 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * gst-libs/gst/riff/riff-media.c:
29784         (gst_riff_create_video_template_caps):
29785           WMV3 missing in template caps.
29786
29787 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29788
29789         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29790           OK, so the original code was too strict. It makes random AVI files
29791           hang for seconds upon opening, which is unacceptable and is far
29792           beyond the original goal of getting multiple chunks for one-chunk
29793           sounc stream files. So now do just that.
29794
29795 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29796
29797         * gst/playback/gstplaybasebin.c: (setup_source),
29798         (gst_play_base_bin_change_state):
29799           Actually clean up streaminfo if output fails. This would trigger
29800           if, for example, there was no CD in the drive. No preroll, so
29801           a streaminfo structure is created, but the subsequent state change
29802           of the thread fails.
29803         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29804           Don't change state if parent failed.
29805
29806 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29807
29808         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29809         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29810         (gen_video_element), (remove_sinks):
29811           Add small bits of code for screenshot handling.
29812
29813 2004-10-08  Wim Taymans  <wim@fluendo.com>
29814
29815         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29816         (gen_video_element), (gen_audio_element), (setup_sinks):
29817         Don't assume the user provided sinks are named "sink"...
29818
29819 2004-10-08  Wim Taymans  <wim@fluendo.com>
29820
29821         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29822         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29823         (gst_play_base_bin_link_stream):
29824         Do not try to autoplug sources that generate raw streams like
29825         cdparanoia.
29826         disconnect the preroll overrun signal when we don't need it anymore.
29827
29828 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29829
29830         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29831         Added reworked patch from #154903 from milosz derezynski (deadchip).
29832
29833 2004-10-08  Wim Taymans  <wim@fluendo.com>
29834
29835         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29836         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29837         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29838         (cdparanoia_convert), (cdparanoia_uri_get_type),
29839         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29840         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29841         * ext/cdparanoia/gstcdparanoia.h:
29842         This adds the cdda://<tracknum> uri.
29843
29844 2004-10-08  Wim Taymans  <wim@fluendo.com>
29845
29846         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29847         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29848         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29850         (unknown_type), (gst_play_base_bin_remove_element),
29851         (gst_play_base_bin_link_stream):
29852         * gst/playback/gstplaybasebin.h:
29853         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29854         (gst_play_bin_set_property), (gen_video_element),
29855         (gen_audio_element), (setup_sinks):
29856         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29857         (gst_stream_info_get_type), (gst_stream_info_class_init),
29858         (gst_stream_info_init), (gst_stream_info_new),
29859         (gst_stream_info_dispose), (stream_info_mute_pad),
29860         (gst_stream_info_set_property), (gst_stream_info_get_property):
29861         * gst/playback/gststreaminfo.h:
29862         Reuse the audio and video bins.
29863         Some internal cleanups in the stream selection code.
29864
29865 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29866
29867         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29868         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29869         * sys/ximage/ximagesink.h:
29870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29871         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29872         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29873         not coming from those elements. Moreover these elements should not keep
29874         the xid they have been given when in NULL state.
29875
29876 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29879         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29880         * sys/ximage/ximagesink.h:
29881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29882         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29883         * sys/xvimage/xvimagesink.h:
29884           Actually only create a new toplevel window if we're not gonna
29885           embed it right after.
29886
29887 2004-10-07  Wim Taymans  <wim@fluendo.com>
29888
29889         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29890         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29891         * gst/playback/gstplaybin.c: (setup_sinks):
29892         Implement muting/unmuting of streams, mute streams that are not
29893         used.
29894
29895 2004-10-07  Wim Taymans  <wim@fluendo.com>
29896
29897         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29898         (plugin_init):
29899         Added lame audio/x-ac3 typefind function.
29900
29901 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29902
29903         * configure.ac:
29904           bump nano to cvs
29905
29906 === release 0.8.5 ===
29907
29908 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29909
29910         * NEWS:
29911         * RELEASE:
29912         * configure.ac:
29913           releasing 0.8.5, "Take You On"
29914
29915 2004-10-06  Wim Taymans  <wim@fluendo.com>
29916
29917         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29918         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29919         (no_more_pads), (close_link), (type_found):
29920         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29921         * gst/playback/gstplaybin.c: (gen_video_element):
29922         Do not signal the no_more_pads after the first pad when
29923         we are plugging a non dynamic element with multiple
29924         output pads (like swfdec, dvdec, ...).
29925
29926 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29927
29928         * configure.ac:
29929           bump for prerelease
29930
29931 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29932
29933         * gst/wavparse/gstwavparse.c:
29934           add ATRAC3 to STATIC CAPS to fix a warning
29935
29936         * gst/matroska/ebml-read.c:
29937         * gst-libs/gst/riff/riff-read.c:
29938           fix typos
29939
29940 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29941
29942         * gst-libs/gst/riff/riff-media.c:
29943           generate caps for ATRAC3 audio streams
29944
29945         * gst/realmedia/rmdemux.c:
29946           generate caps for ATRAC3 audio streams
29947
29948 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29949
29950         * gst/wavparse/Makefile.am
29951         * gst/wavparse/riff.h
29952         * gst/wavparse/wavparse.vcproj
29953           riff.h removal (unused and duplication with riff-ids.h)
29954
29955 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29956
29957         * gst/wavparse/gstwavparse.h
29958           remove duplicated defines for audio codec codes
29959
29960         * gst-libs/gst/riff/riff-ids.h
29961         * gst/wavenc/riff.h:
29962           add "4CC" code for ATRAC3 audio streams
29963           add "4CC" code for ITU_G721_ADPCM (unused for now)
29964
29965 2004-10-06  Wim Taymans  <wim@fluendo.com>
29966
29967         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29968         Actually _do_ negotiation. Pass gdouble as arg instead
29969         of guint64 for the framerate.
29970
29971 2004-10-06  Wim Taymans  <wim@fluendo.com>
29972
29973         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29974         (find_compatibles), (close_pad_link), (try_to_link_1),
29975         (no_more_pads), (close_link), (type_found):
29976         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29977         * gst/playback/gstplaybin.c: (gen_video_element),
29978         (gen_audio_element):
29979         Set state on newly added element to READY so that negotiation
29980         can happen ASAP.
29981         Addes some more debug info.
29982         Do not try to plug pads with multiple caps structures or ANY
29983         because it is too dangerous since we do not do dynamic
29984         replugging.
29985
29986 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29987
29988         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29989
29990         * po/LINGUAS:
29991         * po/or.po:
29992           add Oriya translation
29993
29994 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29997           Prevent overwrite of size member. Makes audio sound crappy.
29998
29999 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30000
30001         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30002         Add rmvb to the list of known RealMedia extensions
30003
30004 2004-10-05  Wim Taymans  <wim@fluendo.com>
30005
30006         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30007         (mngdec_openstream), (mngdec_closestream),
30008         (mngdec_handle_sink_event), (mngdec_readdata),
30009         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30010         (mngdec_getcanvasline), (mngdec_refresh),
30011         (gst_mngdec_change_state):
30012         Set the framerate correctly.
30013
30014 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30015
30016         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30017           There was something wrong with the index massaging.
30018
30019 2004-10-04  Wim Taymans  <wim@fluendo.com>
30020
30021         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30022         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30023         (gst_smokedec_chain):
30024         * ext/jpeg/gstsmokedec.h:
30025         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30026         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30027         * ext/jpeg/gstsmokeenc.h:
30028         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30029         (smokecodec_decode_new), (smokecodec_info_free),
30030         (smokecodec_set_quality), (smokecodec_get_quality),
30031         (smokecodec_set_threshold), (smokecodec_get_threshold),
30032         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30033         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30034         (smokecodec_encode), (smokecodec_parse_id),
30035         (smokecodec_parse_header), (smokecodec_decode):
30036         * ext/jpeg/smokecodec.h:
30037         * ext/jpeg/smokeformat.h:
30038         Updated smoke, new bitstream, allows embedding in ogg.
30039
30040 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30041
30042         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30043           Fix seeking in some files. All this code is no longer needed (and
30044           actually breaks stuff) because we now synchronize the full index
30045           right when reading the header.
30046
30047 2004-10-04  Wim Taymans  <wim@fluendo.com>
30048
30049         * configure.ac:
30050         configure update for libmng.
30051
30052 2004-10-04  Wim Taymans  <wim@fluendo.com>
30053
30054         * ext/libmng/Makefile.am:
30055         * ext/libmng/gstmng.c: (plugin_init):
30056         * ext/libmng/gstmng.h:
30057         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30058         (gst_mngdec_base_init), (gst_mngdec_class_init),
30059         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30060         (gst_mngdec_loop), (gst_mngdec_get_property),
30061         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30062         (mngdec_closestream), (mngdec_handle_sink_event),
30063         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30064         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30065         (gst_mngdec_change_state):
30066         * ext/libmng/gstmngdec.h:
30067         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30068         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30069         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30070         (gst_mngenc_chain), (gst_mngenc_get_property),
30071         (gst_mngenc_set_property):
30072         * ext/libmng/gstmngenc.h:
30073         Added basic MNG decoder. Needs more work. The encoder does
30074         not work yet.
30075
30076 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30077
30078         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30079         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30080         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30081           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30082           no-more-pads.
30083
30084 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30085
30086         * configure.ac:
30087           you need at least 1.0.4 of speex
30088
30089 2004-10-04 Iain <iaingnome@gmail.com>
30090
30091         * ext/speex/gstspeexdec.h: Revert the includes changes.
30092
30093         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30094
30095 2004-09-30 Iain <iaingnome@gmail.com>
30096
30097         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30098         found during init or set as a property instead of hardcoding /dev/audio
30099
30100 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30101
30102         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30103         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30104         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30105         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30106         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30107         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30108         (gst_rmdemux_dump_data):
30109           Use debug category, fix EOS handling. filesrc ! rmdemux now
30110           works.
30111
30112 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30113
30114         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30115         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30116         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30117           Improve allocation, cutting and sorting of the index. How takes a
30118           few seconds instead of minutes.
30119
30120 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30121
30122         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30123           fixed compilation
30124
30125 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30126
30127         * gst-libs/gst/riff/riff-media.c:
30128         (gst_riff_create_video_caps_with_data),
30129         (gst_riff_create_video_template_caps):
30130           Add wing commander format mimetype/fourccs.
30131         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30132           Don't crash if some value is 0.
30133
30134 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30135
30136         * gst-libs/gst/riff/riff-media.c:
30137         (gst_riff_create_video_caps_with_data),
30138         (gst_riff_create_video_template_caps):
30139           Add DIB fourcc (raw, palettized 8-bit RGB).
30140         * gst-libs/gst/riff/riff-read.c:
30141         (gst_riff_read_strf_vids_with_data):
30142           Oops, fix strf_data reading bug.
30143         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30144           Use a non-NULL tag.
30145         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30146           Time for hacks. Sorry Dave. At least one quicktime movie (a
30147           trailer) that I've encountered contains multiple video tracks.
30148           One of those is the actual video track, the other are one-frame
30149           tracks (images). Unfortunately, the number of frames according
30150           to the trak header is 1 for each, so that doesn't help. So
30151           instead, I look at the duration and discard tracks with a
30152           duration shorter than 20% of the length of the stream. Better
30153           than nothing.
30154
30155 2004-10-01  Christian Schaller <christian@fluendo.com>
30156
30157         * ext/ivorbis/vorbis.c:
30158           Patch from Phil Blundell (Bug 152341)
30159
30160 2004-10-01  Wim Taymans  <wim@fluendo.com>
30161
30162         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30163         (speex_dec_get_formats), (speex_dec_convert),
30164         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30165         (speex_dec_chain), (gst_speexdec_get_property),
30166         (gst_speexdec_set_property):
30167         Small cleanups.
30168
30169 2004-10-01  Wim Taymans  <wim@fluendo.com>
30170
30171         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30172         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30173         (gst_wavparse_other), (gst_wavparse_loop),
30174         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30175         (gst_wavparse_srcpad_event):
30176         * gst/wavparse/gstwavparse.h:
30177         Added some more debugging info.
30178         Fix the case where the length of the file is 0.
30179         Make sure we seek to sample borders.
30180
30181 2004-10-01  Wim Taymans  <wim@fluendo.com>
30182
30183         * gst/playback/README:
30184         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30185         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30186         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30187         Add some debug info to decodebin, update README
30188
30189 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30190
30191         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30192           Don't use g_print(); use GST_DEBUG().
30193
30194 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30195
30196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30197         (gst_ogg_mux_queue_pads):
30198           Handle EOS properly.
30199
30200 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30201
30202         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30203
30204         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30205         (gst_faad_chain), (gst_faad_change_state):
30206         * ext/faad/gstfaad.h:
30207           Allow playback of raw (unframed) MPEG AAC files (#148993).
30208
30209 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30210
30211         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30212
30213         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30214           Throw error if we didn't recognize the stream. Fixes #152289.
30215
30216 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30217
30218         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30219           Fix negotiation.
30220
30221 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30222
30223         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30224
30225         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30226           Fix memleak.
30227
30228 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30229
30230         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30231
30232         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30233           Solve #152805.
30234         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30235           Solve 152806.
30236
30237 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30238
30239         * gst-libs/gst/riff/riff-media.c:
30240         (gst_riff_create_video_caps_with_data),
30241         (gst_riff_create_audio_caps_with_data):
30242           Add codec_data handling (like asfdemux used to do).
30243         * gst/asfdemux/gstasf.c: (plugin_init):
30244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30245         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30246           Use riff-media for caps creation instead of our own (mostly
30247           broken) copy of its functions.
30248
30249 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30250
30251         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30252           Don't actually error out if we get another return value than
30253           -EINVAL. Opposite to what I first thought, drivers have random
30254           return values for this, although -EINVAL is the expected return
30255           value. Since this is not fatal, we shouldn't use
30256           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30257
30258 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30259
30260         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30261         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30262         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30263         (dvdreadsrc_get), (dvdreadsrc_open_file),
30264         (dvdreadsrc_change_state):
30265           Fix. Don't do one big huge loop around the whole DVD, that will
30266           cache all data and thus eat sizeof(dvd) (several GB) before we
30267           see something.
30268         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30269           Actually NULL'ify event after using it.
30270         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30271         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30272         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30273         (gst_ebml_read_seek), (gst_ebml_read_skip):
30274           Handle events.
30275         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30276         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30277         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30278           Fix timing (this will probably break if I seek using menus, but
30279           I didn't get there yet). VOBs and normal DVDs should now work.
30280           Add a mpeg2-only pad with high rank so this get autoplugged for
30281           MPEG-2 movies.
30282         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30283         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30284         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30285         (gst_mpeg_demux_get_audio_stream),
30286         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30287         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30288           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30289           MPEG-1 but use dvddemux for MPEG-2.
30290         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30291         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30292         (gst_mpeg_parse_parse_packhead):
30293           Timing. Only add pad template if it exists. Add sink template from
30294           class and not from ourselves. This means we will always use the
30295           correct sink template even if it is not the one defined in this
30296           file.
30297
30298 2004-09-29  Wim Taymans  <wim@fluendo.com>
30299
30300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30301         (gst_mpeg_demux_parse_pes):
30302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30303         Fix playback of mpeg again, timestamps where screwed up by
30304         patch 1.61.
30305
30306 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30307
30308         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30309           Only return true if we actually filled something in. Prevents
30310           player applications from showing a random length for flac files.
30311         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30312         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30313         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30314         (gst_riff_read_strf_vids_with_data),
30315         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30316           OK, ok, so I implemented event handling. Apparently it's normal
30317           that we receive random events at random points without asking
30318           for it.
30319         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30320         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30321         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30322         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30323         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30324         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30325         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30326         * gst/avi/gstavidemux.h:
30327           Implement non-lineair chunk handling and subchunk processing.
30328           The first solves playback of AVI files where the audio and video
30329           data of individual buffers that we read are not synchronized.
30330           This should not happen according to the wonderful AVI specs, but
30331           of course it does happen in reality. It is also a prerequisite for
30332           the second. Subchunk processing allows us to cut chunks in small
30333           pieces and process each of these pieces separately. This is
30334           required because I've seen several AVI files with incredibly large
30335           audio chunks, even some files with only one audio chunk for the
30336           whole file. This allows for proper playback including seeking.
30337           This patch is supposed to fix all AVI A/V sync issues.
30338         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30339         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30340           Work.
30341         * gst/modplug/gstmodplug.cc:
30342           Proper return value setting for the query() function.
30343         * gst/playback/gstplaybasebin.c: (setup_source):
30344           Being in non-playing state (after, e.g., EOS) is not necessarily
30345           a bad thing. Allow for that. This fixes playback of short files.
30346           They don't actually playback fully now, because the clock already
30347           runs. This means that small files (<500kB) with a small length
30348           (<2sec) will still not or barely play. Other files, such as mod
30349           or flx, will work correctly, however.
30350
30351 2004-09-28  Wim Taymans  <wim@fluendo.com>
30352
30353         * ext/speex/gstspeex.c: (plugin_init):
30354         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30355         (gst_speex_dec_class_init), (speex_dec_get_formats),
30356         (speex_get_event_masks), (speex_get_query_types),
30357         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30358         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30359         (gst_speexdec_get_property), (gst_speexdec_set_property),
30360         (speex_dec_change_state):
30361         * ext/speex/gstspeexdec.h:
30362         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30363         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30364         (gst_speexenc_base_init), (gst_speexenc_class_init),
30365         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30366         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30367         (gst_speexenc_src_query), (gst_speexenc_init),
30368         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30369         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30370         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30371         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30372         (gst_speexenc_chain), (gst_speexenc_get_property),
30373         (gst_speexenc_set_property), (gst_speexenc_change_state):
30374         * ext/speex/gstspeexenc.h:
30375         Rewrote speex encoder, make sure it can be embedded in ogg.
30376         Implemented speex decoder.
30377
30378 2004-09-28  Christian Schaller <christian@fluendo.com>
30379
30380         * configure.ac:
30381         Remove kioslave plugin. Markey is brewing a new working one
30382         * ext/Makefile.am: Remove kioslave plugin
30383         * ext/kio: remove
30384         * gst-plugins.spec.in: remove kio plugin from spec
30385
30386 2004-09-27  Wim Taymans  <wim@fluendo.com>
30387
30388         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30389         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30390         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30391         (gst_multifdsink_new_client),
30392         (gst_multifdsink_handle_client_write),
30393         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30394         (gst_multifdsink_handle_clients):
30395         * gst/tcp/gstmultifdsink.h:
30396         Make syncing to keyframes actually work for new clients and lagging
30397         clients.
30398
30399 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30400
30401         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30402         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30403         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30404         * gst/debug/gstnavigationtest.h:
30405           make navigationtest display button-press and button-release events
30406
30407 2004-09-26 Iain <iaingnome@gmail.com>
30408
30409         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30410         the channels have received a new media event.
30411         (interleave_buffered_loop): Compresses a new media event on all
30412         channels into one.
30413
30414 2004-09-26 Iain <iaingnome@gmail.com>
30415
30416         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30417         call the sinkpad's default event handler and not the srcpads. He also
30418         says this is confusing :)
30419         (gst_wavenc_stop_file): Company says that seek events only go upstream
30420         we should send a discontinuous downstream instead.
30421
30422 2004-09-25  Christian Schaller <christian@fluendo.com>
30423
30424         * Update SPEC file to be usable in conjunction with Fedora Core,
30425           Fedora.us and freshrpms packages
30426         * Fix typo in multifilesrc test Makefile
30427
30428 2004-09-24  Wim Taymans  <wim@fluendo.com>
30429
30430         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30431         Only signal the no_more_pads signal when we have
30432         added the stream to our list.
30433
30434 2004-09-24  Wim Taymans  <wim@fluendo.com>
30435
30436         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30437         (new_decoded_pad):
30438         * gst/playback/gstplaybasebin.h:
30439         * gst/playback/gstplaybin.c: (setup_sinks):
30440         Don't try to preroll or decode more than one audio/video
30441         track.
30442
30443 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30444
30445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30446           Throw error if we failed to find a suitable output. This should
30447           throw an error if we successfully set up a pipeline (e.g. because
30448           we recognized a media file) but found no decodable streams in it
30449           (e.g. because it contains only media stream types for which we
30450           have no decoders, or because it's not a media type).
30451
30452 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30453
30454         * ext/dirac/Makefile.am:
30455         * ext/dirac/gstdirac.cc:
30456         * ext/dirac/gstdiracdec.cc:
30457         * ext/dirac/gstdiracdec.h:
30458           Do something. Don't actually know if this works because I don't
30459           have a demuxer yet.
30460         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30461           Add channels=1 to caps returned from _getcaps().
30462         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30463         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30464         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30465         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30466         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30467         (gst_ogm_parse_change_state):
30468           Separate between audio/video so ogmaudioparse actually uses the
30469           audio pad templates. Both audio and video work now, including
30470           autoplugging. Also use sometimes-srcpad hack.
30471         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30472           Handle events better. Don't hang on infinite loops.
30473         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30474         (gst_avi_demux_init), (gst_avi_demux_reset),
30475         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30476         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30477         (gst_avi_demux_change_state):
30478         * gst/avi/gstavidemux.h:
30479           Improve A/V sync. Still not perfect.
30480         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30481         (gst_ebml_read_skip):
30482           Handle events better.
30483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30484         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30485         (qtdemux_audio_caps):
30486           Add IMA4. Improve event handling. Save offset after a seek when
30487           the headers are at the end of the file so that we don't end up in
30488           an infinite loop.
30489         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30490           Add low-priority typefind support for files with no length.
30491
30492 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30493
30494         * testsuite/multifilesink/Makefile.am:
30495         fix typo
30496
30497 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30498
30499         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30501         mistakes from thaytan's patches.
30502
30503 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30504
30505         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30506           For completeness, XSync in the destroy function as xvimage does.
30507
30508 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30509
30510         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30511            Correct caps negotiation
30512         * gst/volume/gstvolume.c: (volume_chain_float),
30513         (volume_chain_int16):
30514            Modify debug output to be little more informative
30515         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30517         (gst_xvimagesink_xvimage_destroy):
30518           Add XSync calls after detaching from the shared memory segment to
30519           avoid a crash.
30520
30521 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30522
30523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30524         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30525         * ext/vorbis/vorbis.c: (plugin_init):
30526         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30527         (gst_vorbisenc_chain):
30528         * ext/vorbis/vorbisenc.h:
30529         remove explicit newmedia support from oggmux and vorbisenc
30530         add debug category to vorbisenc
30531         * gst/multifilesink/gstmultifilesink.c:
30532         (gst_multifilesink_class_init), (gst_multifilesink_init),
30533         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30534         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30535         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30536         (plugin_init):
30537         * gst/multifilesink/gstmultifilesink.h:
30538         add support for streamheader in multifilesink
30539
30540 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30541
30542         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30543         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30544         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30545           Prevent infinite loops. More correct error reporting.
30546         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30547           Error out if negotiation fails.
30548         * gst/playback/gstplaybasebin.c: (setup_source),
30549         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30550         (gst_play_base_bin_found_tag):
30551           Error/tag forwarding. Pre-roll fixes for source errors on state
30552           changes (e.g. "file does not exist") to prevent hangs.
30553
30554 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30555
30556         * testsuite/multifilesink/Makefile.am:
30557         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30558         (gst_newmedia_class_init), (gst_newmedia_init),
30559         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30560         (newfile_signal), (test_signal), (main):
30561         * testsuite/multifilesink/multifilesrc_test.c: (main):
30562         * testsuite/multifilesink/oggtheora_test.c:
30563         (gst_newmedia_base_init), (gst_newmedia_class_init),
30564         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30565         (test_format), (newfile_signal), (test_signal), (main):
30566         * testsuite/multifilesink/oggvorbis_test.c:
30567         (gst_newmedia_base_init), (gst_newmedia_class_init),
30568         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30569         (test_format), (newfile_signal), (test_signal), (main):
30570         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30571         (gst_newmedia_class_init), (gst_newmedia_init),
30572         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30573         (newfile_signal), (test_signal), (main):
30574         New media tests
30575
30576 2004-09-20  Christian Schaller <christian@fluendo.com>
30577
30578         * Fix mikmod license to LGPL as they have relicensed
30579         * Move Dirac and Effectv into LGPL section of README_license
30580
30581 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30582
30583         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30584         (gst_mad_change_state):
30585           Allow for mp3 rate/channels changes. However, only very
30586           conservatively. Reason that we *have* to enable this is smiply
30587           because the mad find_sync() function is not good enough, it will
30588           regularly sync on random data as valid frames and therefore make
30589           us provide random caps as *final* caps of the stream. The best fix
30590           I could think of is to simply require several of the same stream
30591           changes in a row before we change caps.
30592           The actual testcase that works now is #
30593         * ext/ogg/Makefile.am:
30594         * ext/ogg/gstogg.c: (plugin_init):
30595         * ext/ogg/gstogmparse.c:
30596           OGM support (video only for now; I need an audio sample file).
30597         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30598         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30599         (gst_asf_demux_add_video_stream):
30600           WMV extradata.
30601         * gst/playback/gstplaybasebin.c: (unknown_type):
30602           Don't error out on single unknown-types after all. It's wrong.
30603           If we found type of video and audio but not of a subtitle stream,
30604           it will still error out (which is unwanted). Will find a better fix
30605           later on.
30606         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30607         (ogmaudio_type_find), (plugin_init):
30608           OGM support.
30609
30610 2004-09-20  Johan Dahlin  <johan@gnome.org>
30611
30612         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30613         after setting caps.
30614
30615 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30616
30617         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30618         * gst/wavenc/gstwavenc.h:
30619         Added newmedia support to wavenc
30620
30621 2004-09-17  Wim Taymans  <wim@fluendo.com>
30622
30623         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30624         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30625         (gst_fdset_fd_can_write), (gst_fdset_wait):
30626         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30627         (gst_multifdsink_init), (gst_multifdsink_add),
30628         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30629         (gst_multifdsink_remove_client_link),
30630         (gst_multifdsink_client_queue_buffer),
30631         (gst_multifdsink_handle_client_write),
30632         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30633         (gst_multifdsink_close), (gst_multifdsink_change_state):
30634         * gst/tcp/gstmultifdsink.h:
30635         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30636         (gst_tcpserversink_removed):
30637         Small cleanups in fdset.c
30638         Use a hastable to map fd to the client structure for faster
30639         lookup in _remove and get_stats.
30640         Added virtual function to close the fds.
30641         Handle clients even when the select/poll call was unblocked because
30642         of a command.
30643         Implement syncing to keyframe in the recovery procedure.
30644
30645 2004-09-16 Iain <iaingnome@gmail.com>
30646
30647         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30648         try caps.
30649
30650 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30651
30652         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30653           Caps are only set if the type of the stream is unknown, but this
30654           is initialized in ->init_stream(), so set to UNKNOWN after calling
30655           ->init_stream() so that capsnego starts.
30656
30657 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30658
30659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30660         (gst_avi_demux_stream_data):
30661           Just hardcode for raw audio then. AVI audio sucks.
30662
30663 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30664
30665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30666         * gst/matroska/matroska-mux.c: (audiosink_templ),
30667         (gst_matroska_mux_audio_pad_link):
30668         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30669         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30670
30671 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30672
30673         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30674         (gst_avi_demux_stream_data):
30675           Try to fix a/v sync issues.
30676
30677 2004-09-15  David Schleef  <ds@schleef.org>
30678
30679         * configure.ac: remove NASM check, since we don't use it.  Update
30680         dirac check to 0.4
30681         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30683         Initialized variables.
30684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30685         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30686         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30687         SVQ3 format
30688
30689 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30690
30691         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30692         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30693         * gst/avi/gstavidemux.h:
30694           Fix for compressed audio (mp3) timestamp generation. How did this
30695           ever work?
30696
30697 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30698
30699         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30700           Volume is a double not a float.
30701
30702 2004-09-15  Wim Taymans  <wim@fluendo.com>
30703
30704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30705         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30706         Don't close the fd in multifdsink as we didn't open it in the
30707         first place. Some cleanups.
30708
30709 2004-09-15  Wim Taymans  <wim@fluendo.com>
30710
30711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30713         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30714         Fix the case where the muxer would mark pages as delta
30715         frames when they are not (vorbis only ogg).
30716
30717 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30718
30719         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30720         (gst_play_base_bin_change_state):
30721           Handle the case where we failed to setup a clear pipeline. This
30722           will throw an error (or EOS, another nice case) and if you don't
30723           catch that, the app will wait for the signal forever (and thus
30724           hang).
30725
30726 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30727
30728         * ext/gnomevfs/gstgnomevfssink.c:
30729         (gst_gnomevfssink_uri_get_protocols):
30730         * ext/gnomevfs/gstgnomevfssrc.c:
30731         (gst_gnomevfssrc_uri_get_protocols):
30732         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30733         * ext/gnomevfs/gstgnomevfsuri.h:
30734           Use _uri_new() instead of _open(), so it doesn't take as long and
30735           Christophe's computer won't hang.
30736         * gst/playback/gstplaybasebin.c: (unknown_type):
30737           Throw error on unknown media type, so apps actually display it.
30738
30739 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30740
30741         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30742           this script to work on Solaris since bash shell handles echo
30743           differenly than bash.
30744
30745 2004-09-17  Wim Taymans  <wim@fluendo.com>
30746
30747         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30748         (setup_source), (gst_play_base_bin_set_property),
30749         (gst_play_base_bin_add_element):
30750         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30751         Some more work on making sure seeking pauses the pipeline and
30752         that changing the uri actually does something.
30753
30754 2004-09-17  Wim Taymans  <wim@fluendo.com>
30755
30756         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30757         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30758         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30759         (gst_tcpserversink_close):
30760         Be a bit more paranoid when freeing memory.
30761
30762 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30763
30764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30765         (qtdemux_parse_trak):
30766           Don't crash by dividing by zero (see sample movie in #126922).
30767
30768 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30769
30770         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30771           Don't touch non-existing data (fixes crash on file in #140147).
30772
30773 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30774
30775         * gst/playback/gstplaybasebin.c:
30776         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30777           Handle double disposals, and proper change of URIs.
30778
30779 2004-09-13  Martin Eikermann <meiker@upb.de>
30780
30781         * gst/mpegstream/gstmpegparse.c:
30782           fix synchronistation for streams recorded from digital PCR
30783           fixes bug #119376
30784
30785 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30786
30787         * ext/gnomevfs/Makefile.am:
30788         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30789         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30790         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30791         (gst_gnomevfssink_uri_get_type),
30792         (gst_gnomevfssink_uri_get_protocols),
30793         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30794         (gst_gnomevfssink_uri_handler_init),
30795         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30796         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30797         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30798         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30799         (gst_gnomevfssrc_uri_get_type),
30800         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30801         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30802         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30803         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30804         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30805         * ext/gnomevfs/gstgnomevfsuri.h:
30806           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30807           of fake URIs to see which this version of Gnome-VFS likes, and
30808           uses that for the Gst-URI interface. Makes playbin support http://
30809           streams. Also fix up some stupid behaviour in gnomevfssrc.
30810
30811 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30812
30813         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30814         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30815         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30816         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30817           Update mixer (to sync with other sessions) if we try to obtain
30818           a new value. This makes alsamixer work accross applications.
30819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30820           Only call sync functions if we're running, else alsalib asserts.
30821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30822           Sometimes fails to compile. Possibly a gcc bug.
30823         * gst/playback/gstplaybin.c: (gen_video_element),
30824         (gen_audio_element):
30825           Add a reference to an application-provided object, because we lose
30826           this same reference if we add it to the bin. If we don't do this,
30827           we can only use this object once and thus crash if we go from
30828           ready to playing, back to ready and back to playing again.
30829           Also add an audioscale element because several cheap soundcards -
30830           like mine - don't support all samplerates.
30831         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30832         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30833           Fix wrong order or PAR calls. Makes automatically obtained PAR
30834           from the X server atually being used.
30835
30836 2004-09-12  David Schleef  <ds@schleef.org>
30837
30838         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30839         #151887, #152102, #152247.
30840         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30841         * examples/seeking/cdparanoia.c: same
30842         * examples/seeking/cdplayer.c: same
30843         * examples/seeking/seek.c: same
30844         * examples/seeking/spider_seek.c: same
30845         * examples/seeking/vorbisfile.c: same
30846         * examples/stats/mp2ogg.c: same
30847         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30848         (gst_esdsink_dispose): Dispose of element properly.
30849         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30850         fixes.
30851         * ext/nas/nassink.c: (gst_nassink_class_init),
30852         (gst_nassink_dispose): Dispose of element correctly.
30853         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30854         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30855         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30856         Fix 64-bit warning.
30857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30858         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30859         Fix 64-bit warning.
30860
30861 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30862
30863         * configure.ac : change speex detection as 1.1.6 now uses
30864           .pc/pkg-config and they changed their headers location.
30865
30866 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30867
30868         * gst/matroska/matroska-mux.h:
30869         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30870         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30871         (gst_matroska_mux_write_data):
30872           Write multiple blocks/frames per cluster.
30873                 Write meta-seek information (seek heads).
30874
30875 2004-09-09  Scott Wheeler <wheeler@kde.org>
30876
30877         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30878         (gst_play_bin_set_property), (gst_play_bin_get_property),
30879         (gen_audio_element), (gen_audio_element):
30880           Add a volume element / property to the pipeline.
30881
30882 2004-09-07  Wim Taymans  <wim@fluendo.com>
30883
30884         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30885         Copy timestamps from the master pad to the output buffers.
30886
30887 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30888
30889         * ext/raw1394/gstdv1394src.c:
30890           throw errors when applicable
30891
30892 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30893
30894         * gst/matroska/ebml-ids.h:
30895         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30896         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30897         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30898           automatically convert unix time <-> ebml time when reading/writing
30899           a date, use gst_ebml_write_uint to write CUETIME,
30900           not gst_ebml_write_date.
30901         * gst/matroska/matroska-ids.h:
30902         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30903         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30904         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30905         (gst_matroska_mux_write_data):
30906           Write track and segment UIDs, write muxing date, write
30907           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30908           Create cues for audio only files.
30909
30910 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30911
30912         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30913         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30914           Re-commit ALSA switches.
30915         * gst/adder/gstadder.c: (gst_adder_loop):
30916           64-bit fix (#151416).
30917         * gst/debug/progressreport.c: (gst_progressreport_report):
30918           64-bit fix (#151419).
30919         * gst/matroska/matroska-demux.c:
30920         (gst_matroska_demux_parse_contents):
30921           64-bit fix (#151420).
30922         * gst/playback/test3.c: (update_scale):
30923           64-bit fix (#151421).
30924
30925 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30926
30927         * configure.ac:
30928           bump nano to cvs
30929
30930 === release 0.8.4 ===
30931
30932 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30933
30934         * configure.ac: releasing 0.8.4, "Alias"
30935
30936 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30937
30938         * ext/theora/Makefile.am:
30939           fix makefile.  Fixes #151462.
30940
30941 2004-08-30  Wim Taymans  <wim@fluendo.com>
30942
30943         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30944         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30945         (gst_multifdsink_remove_client_link),
30946         (gst_multifdsink_client_queue_buffer),
30947         (gst_multifdsink_handle_client_write):
30948         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30949         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30950         Fix some memory leaks.
30951
30952 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30953
30954         Patch by: David Schleef
30955
30956         * configure.ac:
30957         * sys/Makefile.am:
30958           rename our detection macro for V4L2.  Fixes #151236.
30959
30960 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30961
30962         Patch by: David Schleef
30963
30964         * configure.ac:
30965           check to define LAMEPRESET.  Fixes #151232.
30966
30967 2004-08-27  David Schleef  <ds@schleef.org>
30968
30969         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30970         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30971         (gst_glimagesink_fixate):  Move local variable declarations to
30972         make gcc-2.95 happy.
30973
30974 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30975
30976         * configure.ac:
30977           bump nano for prerelease
30978
30979 2004-08-27  David Schleef  <ds@schleef.org>
30980
30981         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30982         * sys/sunaudio/gstsunaudiosrc.c:
30983         * sys/sunaudio/gstsunaudiosrc.h:
30984
30985 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30986
30987         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30988         handle EOS correctly
30989         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30990         * gst/matroska/matroska-mux.h:
30991         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30992         VFW compatibility mode
30993
30994 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30995
30996         patch by: Zaheer Abbas Merali
30997
30998         * ext/ogg/gstoggmux.c:
30999         * ext/vorbis/vorbisenc.c:
31000         * ext/vorbis/vorbisenc.h:
31001           handle NEWMEDIA
31002
31003 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31004
31005         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31006         fix byte order reversion on little endian machines.
31007         * gst/matroska/matroska-mux.c: (audiosink_templ),
31008         (gst_matroska_mux_audio_pad_link):
31009         add TTA codec to the list of supported codecs.
31010         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31011         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31012         (gst_matroska_mux_write_data):
31013         * gst/matroska/matroska-mux.h:
31014         write segment duration correctly, write muxing app string, fixes bugs
31015         #140897 and #140898.
31016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31017         wait for all pads to be negotiated before starting to mux.
31018
31019 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31020
31021         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31022         * ext/lame/gstlame.h:
31023         Added new media support to lame
31024
31025 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31026
31027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31028         send vorbis headers at the beginning of a stream, fixes bug #141554.
31029         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31030         bug #148950.
31031         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31032         (gst_matroska_demux_plugin_init):
31033         * gst/matroska/matroska-ids.h:
31034         enable demuxing of TTA audio streams, fixes bug #148951.
31035         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31036         enable typefinding for TTA audio files, fixes bug #148711.
31037         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31038         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31039         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31040
31041 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31042
31043         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31044         (gst_riff_read_element_data), (gst_riff_read_seek),
31045         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31046         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31047         <teuf@gnome.org>
31048
31049 2004-08-23 Iain <iaingnome@gmail.com>
31050
31051         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31052         tags. They appear to be handled differently to normal.
31053         (tag_list_to_id3_tag_foreach): Ditto.
31054
31055 2004-08-22  Wim Taymans  <wim@fluendo.com>
31056
31057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31058         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31059         Make sure we never send -1 granulepos.
31060
31061 2004-08-20  Wim Taymans  <wim@fluendo.com>
31062
31063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31064         (gst_ogg_mux_loop):
31065         I will accept bitchslappings with non sharp objects.
31066
31067 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31068
31069         * configure.ac:
31070         Clean up the test for lame presets
31071
31072 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31073
31074         * configure.ac:
31075         * ext/lame/Makefile.am:
31076         * ext/lame/gstlame.c: (gst_lame_class_init),
31077         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31078         Only enable lame presets if version of lame has presets in API
31079
31080 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31081         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31082         * gst/udp/gstudpsrc.h:
31083           Don't call gst_pad_push in a get function. Fixes #150449
31084
31085 2004-08-18  Wim Taymans  <wim@fluendo.com>
31086
31087         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31088         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31089         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31090         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31091         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31092         (gst_fdset_wait):
31093         * gst/tcp/gstfdset.h:
31094         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31095         (gst_multifdsink_client_queue_buffer),
31096         (gst_multifdsink_handle_client_write):
31097         * gst/tcp/gstmultifdsink.h:
31098         Some extra checks in gstfdset.
31099         Only use send() when the fd is a socket. Don't try to
31100         read from write only fds.
31101
31102 2004-08-18  Wim Taymans  <wim@fluendo.com>
31103
31104         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31105         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31106         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31107         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31108         (gst_fdset_wait):
31109         Add more locking and bounds checking.
31110
31111 2004-08-18  Wim Taymans  <wim@fluendo.com>
31112
31113         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31114         Realloc test fdset in the lock and right before starting
31115         the poll call. Bump the limit to 4096.
31116
31117 2004-08-17  David Schleef  <ds@schleef.org>
31118
31119         * sys/sunaudio/Makefile.am:
31120         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31121         of rates and channels.  Make debugging less obnoxious.
31122
31123         Patch from Balamurali Viswanathan implementing a mixer for
31124         Sun audio.  (bug #144091):
31125         * sys/sunaudio/gstsunelement.c:
31126         * sys/sunaudio/gstsunelement.h:
31127         * sys/sunaudio/gstsunmixer.c:
31128         * sys/sunaudio/gstsunmixer.h:
31129
31130 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31131
31132         * gst/audioscale/gstaudioscale.c:
31133         * gst/audioscale/gstaudioscale.h:
31134         made audioscale resample from any sample rate to any sample rate
31135
31136 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31137
31138         * ext/libpng/gstpngdec.c:
31139           error out on unsupported types
31140
31141 2004-08-17  Iain <iaingnome@gmail.com>
31142
31143         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31144         mid_side and loose_mid_side properties if its a stereo stream.
31145
31146 2004-08-17  Wim Taymans  <wim@fluendo.com>
31147
31148         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31149         (theora_get_formats), (theora_dec_src_convert),
31150         (theora_dec_sink_convert), (theora_dec_src_query),
31151         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31152         Add a debug line.
31153
31154 2004-08-17  Wim Taymans  <wim@fluendo.com>
31155
31156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31157         (gst_ogg_pad_push):
31158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31159         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31160         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31161         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31162         Mark delta units in the muxer.
31163         Try to decode the packet after an out-of-sync error from
31164         libogg.
31165
31166 2004-08-17  Wim Taymans  <wim@fluendo.com>
31167
31168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31169         (gst_multifdsink_init), (gst_multifdsink_add),
31170         (gst_multifdsink_client_queue_buffer),
31171         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31172         * gst/tcp/gstmultifdsink.h:
31173         Added option to send a keyframe to clients as the first buffer.
31174         Make timeout property writable.
31175
31176 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31177
31178         patch by: Wim Taymans
31179
31180         * gst/tcp/gstfdset.c:
31181         * gst/tcp/gstmultifdsink.c:
31182           fix index comparison, should include 0
31183
31184 2004-08-16  Wim Taymans  <wim@fluendo.com>
31185
31186         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31187         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31188         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31189         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31190         (gst_fdset_wait):
31191           copy when reallocing for poll so the select arguments don't get
31192           changed during the call
31193
31194 2004-08-16  Wim Taymans  <wim@fluendo.com>
31195
31196         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31197         (gst_theora_enc_class_init), (theora_enc_sink_link),
31198         (theora_buffer_from_packet), (theora_enc_chain):
31199         Fix bug where buffers were not marked as keyframes
31200         correctly.
31201
31202 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31203
31204         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31205         (gst_lame_preset_get_type), (gst_lame_class_init):
31206         describe the enum values for vbr mode and presets more verbosely
31207
31208 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31209
31210         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31211         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31212         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31213         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31214         * ext/lame/gstlame.h:
31215         add preset property to lame so it can use lame presets
31216
31217 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31218
31219         * ext/lame/gstlame.c: (gst_lame_get_property):
31220         whoops forgot break, thanks teuf
31221
31222 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31223
31224         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31225         (gst_lame_class_init), (gst_lame_src_getcaps),
31226         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31227         (gst_lame_get_property), (gst_lame_setup):
31228         * ext/lame/gstlame.h:
31229         fix lame's broken vbr stuff, allow it to resample if need be, and also
31230         make xing header optional
31231
31232 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31233
31234         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31235         added getcaps function so samplerate doesnt get fixated to silly values
31236
31237 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31238
31239         * ext/lame/gstlame.c: (gst_lame_src_link):
31240         revert previous fix
31241
31242 2004-08-12  Johan Dahlin  <johan@gnome.org>
31243
31244         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31245         checks. Doesn't matter what state we are in. Interfaces are a
31246         compile time thing, not runtime. It also broke the python bindings.
31247
31248 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31249
31250         * ext/lame/gstlame.c: (gst_lame_src_link):
31251         made source pad link function check if sinkpad is ok..fixes the problem
31252         where core fixates the output rate of lame stupidly
31253
31254 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31255
31256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31257         * sys/v4l/v4l_calls.c:
31258         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31259           fix fixate function to handle nonsimple caps.
31260           remove bogus check in _link
31261           cleanups
31262
31263 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31264
31265         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31266         set default compression ratio parameter to 0.0 so bitrate parameter
31267         works :)
31268
31269 2004-08-11  David Schleef  <ds@schleef.org>
31270
31271         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31272
31273 2004-08-11  David Schleef  <ds@schleef.org>
31274
31275         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31276         before.
31277
31278 2004-08-11  David Schleef  <ds@schleef.org>
31279
31280         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31281
31282 2004-08-11  David Schleef  <ds@schleef.org>
31283
31284         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31285           license field
31286         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31287         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31288           LGPL.
31289         * gst/auparse/gstauparse.c: Fix plugin license field.
31290         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31291         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31292         * gst/rtp/gstrtp.c: Fix plugin license field.
31293
31294 2004-08-11  Wim Taymans  <wim@fluendo.com>
31295
31296         * gst/tcp/Makefile.am:
31297         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31298         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31299         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31300         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31301         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31302         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31303         (gst_fdset_fd_can_write), (gst_fdset_wait):
31304         * gst/tcp/gstfdset.h:
31305         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31306         (gst_multifdsink_class_init), (gst_multifdsink_init),
31307         (gst_multifdsink_add), (gst_multifdsink_remove),
31308         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31309         (gst_multifdsink_remove_client_link),
31310         (gst_multifdsink_handle_client_read),
31311         (gst_multifdsink_client_queue_data),
31312         (gst_multifdsink_client_queue_caps),
31313         (gst_multifdsink_client_queue_buffer),
31314         (gst_multifdsink_handle_client_write),
31315         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31316         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31317         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31318         (gst_multifdsink_close):
31319         * gst/tcp/gstmultifdsink.h:
31320         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31321         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31322         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31323         (gst_tcpserversink_close):
31324         * gst/tcp/gsttcpserversink.h:
31325         Abstracted away the select call, implemented poll (yes we ran into
31326         the 1024 limit in production).
31327
31328 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31329
31330         * gst/tcp/gsttcp.c:
31331         * gst/tcp/gsttcpplugin.c:
31332           improve debuggging, remove assert
31333
31334 2004-08-10  Wim Taymans  <wim@fluendo.com>
31335
31336         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31337         (gst_client_status_get_type), (gst_multifdsink_class_init),
31338         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31339         (gst_multifdsink_handle_client_read),
31340         (gst_multifdsink_handle_client_write),
31341         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31342         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31343         (gst_multifdsink_get_property):
31344         * gst/tcp/gstmultifdsink.h:
31345         * gst/tcp/gsttcp-marshal.list:
31346         Starting to prepare for specifying buffer time in other units
31347         than buffers. Expose remove reason in signal.
31348
31349 2004-08-10  Wim Taymans  <wim@fluendo.com>
31350
31351         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31352         (gst_multifdsink_remove), (gst_multifdsink_clear),
31353         (gst_multifdsink_remove_client_link),
31354         (gst_multifdsink_handle_client_read),
31355         (gst_multifdsink_client_queue_data),
31356         (gst_multifdsink_client_queue_buffer),
31357         (gst_multifdsink_handle_client_write),
31358         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31359         (gst_multifdsink_chain), (gst_multifdsink_close):
31360         * gst/tcp/gstmultifdsink.h:
31361         Added more debugging info. Changed the way clients are
31362         removed from the lists. Fixed a bug where a bad file descriptor
31363         could cause many clients to be removed.
31364
31365 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31366
31367         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31368           allow all pixel-aspect-ratios, not just 1:1
31369
31370 2004-08-09  David Schleef  <ds@schleef.org>
31371
31372         * sys/glsink/ARB_multitexture.h:  Remove old files.
31373         * sys/glsink/EXT_paletted_texture.h:
31374         * sys/glsink/NV_register_combiners.h:
31375         * sys/glsink/gstgl_nvimage.c:
31376         * sys/glsink/gstgl_pdrimage.c:
31377         * sys/glsink/gstgl_rgbimage.c:
31378         * sys/glsink/gstglsink.c:
31379         * sys/glsink/gstglsink.h:
31380         * sys/glsink/gstglxwindow.c:
31381         * sys/glsink/regcomb_yuvrgb.c:
31382
31383 2004-08-09  David Schleef  <ds@schleef.org>
31384
31385         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31386         GL sink plugin.  (Bug #147302)
31387
31388         * configure.ac: Test for OpenGL
31389         * sys/Makefile.am: Use test for OpenGL
31390         * sys/glsink/Makefile.am:
31391         * sys/glsink/glimagesink.c: rewrite
31392         * sys/glsink/glimagesink.h: rewrite
31393
31394 2004-08-09  David Schleef  <ds@schleef.org>
31395
31396         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31397         sane framerates.
31398         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31400         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31401
31402 2004-08-09  Wim Taymans  <wim@fluendo.com>
31403
31404         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31405         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31406         (gst_multifdsink_client_remove),
31407         (gst_multifdsink_handle_client_read),
31408         (gst_multifdsink_handle_client_write),
31409         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31410         Do a bit more logging, make the client_read code more robust.
31411
31412 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31413
31414         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31415         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31416         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31417         (gst_jpegdec_init), (gst_jpegdec_chain):
31418         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31419         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31420           cleanups, debugging fixes and memleak plugging
31421
31422 2004-08-09  Wim Taymans  <wim@fluendo.com>
31423
31424         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31425         (theora_get_formats), (theora_dec_src_convert),
31426         (theora_dec_sink_convert), (theora_dec_src_query),
31427         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31428         (theora_dec_change_state):
31429         Don't crash on missing header packets.
31430
31431 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31432
31433         * po/LINGUAS:
31434         * po/sq.po:
31435           Added Albanian translation (Laurent Dhima)
31436         * po/cs.po:
31437           updated
31438
31439 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31440
31441         * ext/lame/gstlame.c:
31442           fix/add debugging
31443
31444 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31445
31446         * sys/ximage/ximagesink.c:
31447         * sys/xvimage/xvimagesink.c:
31448           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31449
31450 2004-08-06  Wim Taymans  <wim@fluendo.com>
31451
31452         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31453         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31454         (gst_multifdsink_client_remove),
31455         (gst_multifdsink_handle_client_read),
31456         (gst_multifdsink_handle_client_write),
31457         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31458         Make sure we don't try to read more from a client that what
31459         ioctl says us or we deadlock.
31460
31461 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31462
31463         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31464         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31465         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31466           decouple running_time and n_frames so it can handle changing
31467           framerate while running
31468
31469 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31470
31471         * po/nl.po:
31472         * po/sv.po:
31473           updated translations
31474
31475 2004-08-04  Benjamin Otte  <otte@gnome.org>
31476
31477         * gst/videotestsrc/gstvideotestsrc.c:
31478         (gst_videotestsrc_get_capslist), (generate_capslist),
31479         (plugin_init):
31480           generate the list of supported caps at startup and reuse it instead
31481           of always generating it
31482
31483 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31484
31485         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31486           whoops, last checkin broke normal build
31487
31488 2004-08-03  Benjamin Otte  <otte@gnome.org>
31489
31490         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31491         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31492         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31493         (gst_alsa_mixer_get_option):
31494         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31495         (dvdnavsrc_print_event):
31496         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31498         (gst_ogg_mux_pad_unlink):
31499         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31500         (gst_multipart_mux_pad_unlink):
31501         * gst/videofilter/gstvideobalance.c:
31502         (gst_videobalance_colorbalance_set_value):
31503         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31504         (gst_videomixer_pad_unlink):
31505         * po/uk.po:
31506         * sys/oss/gstossmixer.c:
31507         * sys/v4l/gstv4lcolorbalance.c:
31508         * sys/v4l/gstv4ltuner.c:
31509         * sys/v4l/v4lsrc_calls.c:
31510         * sys/v4l2/gstv4l2colorbalance.c:
31511         * sys/v4l2/gstv4l2tuner.c:
31512           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31513
31514 2004-08-03  Benjamin Otte  <otte@gnome.org>
31515
31516         * examples/dynparams/filter.c: (ui_control_create):
31517         * examples/gstplay/player.c: (print_tag):
31518         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31519         * ext/gdk_pixbuf/gstgdkanimation.c:
31520         (gst_gdk_animation_iter_may_advance):
31521         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31522         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31523         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31524         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31525         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31526         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31527         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31528         * gst/sine/demo-dparams.c: (main):
31529         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31530         * testsuite/alsa/formats.c: (create_pipeline):
31531         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31532           fixes for G_DISABLE_ASSERT and friends
31533         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31534         (mp3_type_frame_length_from_header), (mp3_type_find),
31535         (plugin_init):
31536           require mp3 typefinding to have at least MIN_HEADERS valid headers
31537           add typefinding for AAC adts files
31538
31539 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31540
31541         * sys/ximage/ximagesink.c:
31542         (gst_ximagesink_calculate_pixel_aspect_ratio):
31543         * sys/xvimage/xvimagesink.c:
31544         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31545         Make sure we calculate pixel-aspect-ratio using floating point maths
31546
31547 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31548
31549         * po/uk.po:
31550           updated translation
31551
31552 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31553
31554         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31556           add debugging for display PAR calculation
31557
31558 2004-08-02  David Schleef  <ds@schleef.org>
31559
31560         * configure.ac: Fix mikmod CFLAGS.
31561
31562 2004-07-27  Benjamin Otte  <otte@gnome.org>
31563
31564         * gst/audioscale/gstaudioscale.c:
31565         - fix templates to only support S16, it's the only format that works
31566         - make caps nego code use try_set_caps_nonfixed and fixation instead
31567         of try_set_caps twice, which is not nice for autopluggers
31568         - change rank to secondary, so autopluggers can pick it up after
31569         audioconvert
31570
31571 2004-08-02  Iain <iain@prettypeople.org>
31572
31573         * gst/interleave/interleave.c (interleave_init),
31574         (interleave_request_new_pad),
31575         (interleave_pad_removed),
31576         (interleave_buffered_loop): Use the real pad count, not the artificial
31577         one.
31578
31579 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31580
31581         * configure.ac: bump nano back to development
31582
31583 === release 0.8.3 ===
31584
31585 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31586
31587         * configure.ac: releasing 0.8.3, "Water"
31588
31589 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31590
31591         * sys/xvimage/xvimagesink.c:
31592         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31593         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31594         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31595         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31596         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31597         * sys/xvimage/xvimagesink.h:
31598           apply similar PAR fixes as to ximagesink
31599
31600 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31601
31602         patch from: Benjamin Otte
31603
31604         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31605           add link function to lame.  Fixes #148986.
31606
31607 2004-08-02  Johan Dahlin  <johan@gnome.org>
31608
31609         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31610         fix debugging log
31611
31612 2004-07-30  David Schleef  <ds@schleef.org>
31613
31614         * gst/videomixer/Makefile.am: Fix things that should have been
31615         fixed in the last checkin.
31616
31617 2004-07-30  David Schleef  <ds@schleef.org>
31618
31619         * gst/multipart/Makefile.am: Fix things that should have been
31620         fixed in the last checkin.
31621
31622 2004-07-30  David Schleef  <ds@schleef.org>
31623
31624         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31625
31626 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31627
31628         * configure.ac:
31629           bump nano for prerelease
31630         * po/af.po:
31631         * po/az.po:
31632         * po/cs.po:
31633         * po/en_GB.po:
31634         * po/hu.po:
31635         * po/nl.po:
31636         * po/sr.po:
31637         * po/sv.po:
31638         * po/uk.po:
31639           updates
31640
31641 2004-07-30  Wim Taymans  <wim@fluendo.com>
31642
31643         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31644         (gst_multifdsink_add), (gst_multifdsink_remove),
31645         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31646         (gst_multifdsink_client_remove),
31647         (gst_multifdsink_handle_client_write),
31648         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31649         * gst/tcp/gstmultifdsink.h:
31650         Recover from a select with a bad file descriptor by removing
31651         the client.
31652
31653 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31654
31655         * configure.ac:
31656           fix requirement of core
31657         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31658         (gst_play_pipeline_setup):
31659           don't use colorspace element.  do use hermescolorspace element.
31660           make macro to get a colorspace element.
31661           mark strings for translation.
31662         * po/POTFILES.in:
31663           add play.c
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           update translations
31674
31675 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31676
31677         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31678         fix default for newmedia flag
31679
31680 2004-07-30  Wim Taymans  <wim@fluendo.com>
31681
31682         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31683         (gst_theora_dec_init), (theora_get_formats),
31684         (theora_dec_src_convert), (theora_dec_sink_convert),
31685         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31686         (theora_dec_chain), (theora_dec_set_property),
31687         (theora_dec_get_property):
31688         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31689         (gst_theora_enc_class_init), (gst_theora_enc_init),
31690         (theora_enc_sink_link), (theora_enc_chain),
31691         (theora_enc_set_property), (theora_enc_get_property):
31692         Added cropping option to theora decoder.
31693         Added border option to theora encoder.
31694
31695 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31696
31697         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31698         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31699         (gst_pngenc_set_property):
31700         * ext/libpng/gstpngenc.h:
31701         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
31702
31703 2004-07-30  Wim Taymans  <wim@fluendo.com>
31704
31705         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31706         (theora_enc_sink_link), (theora_enc_chain),
31707         (theora_enc_set_property), (theora_enc_get_property):
31708         Fix encoding of non-multiple-of-16 video.
31709
31710 2004-07-29  David Schleef  <ds@schleef.org>
31711
31712         * configure.ac: make test for audiofile more strict
31713
31714 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31715
31716         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31717           give different names to typefind functions
31718
31719 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31720
31721         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31722         (gst_ximagesink_calculate_pixel_aspect_ratio),
31723         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31724         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31725         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31726         (gst_ximagesink_get_property), (gst_ximagesink_init):
31727         * sys/ximage/ximagesink.h:
31728           allocate PAR's dynamically.
31729           use autodetected PAR if no object-set PAR is given.
31730           add workaround for directfb's X not setting physical size.
31731           fix to xvimagesink will follow tomorrow.
31732
31733 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31734
31735         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31736         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31737         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31738         (gst_shout2send_class_init), (gst_shout2send_init),
31739         (set_shout_metadata), (gst_shout2send_set_metadata),
31740         (gst_shout2send_chain), (gst_shout2send_set_property),
31741         (gst_shout2send_get_property), (gst_shout2send_connect),
31742         (gst_shout2send_change_state):
31743         * ext/shout2/gstshout2.h:
31744         - fix for sending mp3 audio to icecast2 server, if pad link function not
31745         called before PAUSED state
31746         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31747         - added tagging support for mp3 audio broadcasted
31748         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31749         debug info
31750
31751 2004-07-28  Wim Taymans  <wim@fluendo.com>
31752
31753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31754         (gst_ogg_demux_push):
31755         Return query failure when we don't know the length of
31756         an ogg stream insteda of returning TRUE with a bogus value.
31757
31758 2004-07-28  Wim Taymans  <wim@fluendo.com>
31759
31760         * ext/theora/theoradec.c: (theora_get_formats),
31761         (theora_dec_src_convert), (theora_dec_sink_convert),
31762         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31763         (theora_dec_chain):
31764         Don't screw up the 1 Chroma for 1 luma sample situation when we
31765         have an odd offset/width by adding a black border in those cases.
31766
31767 2004-07-28  Wim Taymans  <wim@fluendo.com>
31768
31769         * ext/theora/theoradec.c: (theora_get_formats),
31770         (theora_dec_src_convert), (theora_dec_sink_convert),
31771         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31772         (theora_dec_chain):
31773         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31774         Added first attempt at cropping of the image as required by the
31775         theora spec. We need more properties in the caps (offset_x,
31776         offset_y,stride) to implement this correctly.
31777
31778 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31779
31780         * ext/dvdnav/README:
31781           Update the README to use dvddemux
31782         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31783           Ensure getcaps returns a subset of the template caps
31784         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31785         (gst_mpeg2subt_init):
31786           Ensure getcaps returns a subset of the template caps
31787         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31788         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31789         (gst_dvd_demux_get_subpicture_stream),
31790         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31791         * gst/mpegstream/gstdvddemux.h:
31792           Set the explicit caps on the current_video pad before pushing
31793           anything
31794         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31795         (gst_mpeg_demux_get_audio_stream):
31796           Free caps used to gst_pad_set_explicit_caps, which takes a const
31797           GstCaps *
31798
31799 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31800
31801         * configure.ac: update GStreamer requirement to 0.8.4 because of
31802           GstFraction.
31803
31804 2004-07-28  Wim Taymans  <wim@fluendo.com>
31805
31806         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31807         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31808         Add the pad to the element after setting up the caps. This
31809         makes it a lot easier to autoplug.
31810
31811 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31812
31813         * gst/median/gstmedian.c:
31814         * gst/mpeg2subt/gstmpeg2subt.c:
31815         * gst/mpegaudioparse/gstmpegaudioparse.c:
31816         * gst/mpegstream/gstdvddemux.c:
31817         * gst/mpegstream/gstmpegdemux.c:
31818         * gst/mpegstream/gstmpegpacketize.c:
31819         * gst/rtjpeg/gstrtjpeg.c:
31820         * gst/rtjpeg/gstrtjpegdec.c:
31821         * gst/rtjpeg/gstrtjpegenc.c:
31822         * gst/sine/gstsinesrc.c:
31823         * gst/smooth/gstsmooth.c:
31824         * gst/smpte/gstsmpte.c:
31825         * gst/smpte/gstsmpte.h:
31826         * gst/stereo/gststereo.c:
31827         * gst/videofilter/gstgamma.c:
31828         * gst/videofilter/gstvideobalance.c:
31829         * gst/videofilter/gstvideofilter.c:
31830         * gst/videofilter/gstvideoflip.c:
31831         * gst/videoscale/gstvideoscale.c:
31832         * gst/videoscale/videoscale.c:
31833         * gst/videotestsrc/gstvideotestsrc.c:
31834         * gst/videotestsrc/videotestsrc.c:
31835         * gst/wavenc/gstwavenc.c:
31836         * gst/wavparse/gstwavparse.c:
31837           fix local includes and 64 bits constants
31838
31839 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31840
31841         * win32/gst.sln:
31842         * gst-libs/gst/*/*.vcproj:
31843         * gst/*/*.vcproj:
31844           more working plugins
31845
31846 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31847
31848         * testsuite/alsa/Makefile.am:
31849         * testsuite/alsa/srcstate.c:
31850         add test for alsasrc changing state
31851
31852 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31853
31854         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31855         (gst_silence_get):
31856         * gst/silence/gstsilence.h:
31857         fix silence generation for 16bit raw audio
31858
31859 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31860
31861         * gst/matroska/matroska-demux.c:
31862         (gst_matroska_demux_parse_metadata),
31863         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31864         * gst/mpegaudio/common.c:
31865         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31866         (gst_videoscale_getcaps), (gst_videoscale_link),
31867         (gst_videoscale_src_fixate), (gst_videoscale_init),
31868         (gst_videoscale_finalize):
31869         * gst/videoscale/gstvideoscale.h:
31870         * gst/videotestsrc/gstvideotestsrc.c:
31871         (gst_videotestsrc_get_capslist):
31872         * gst/wavenc/gstwavenc.c:
31873         * sys/oss/gstossmixer.c: (fill_labels):
31874         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31875         (gst_ximagesink_handle_xevents),
31876         (gst_ximagesink_calculate_pixel_aspect_ratio),
31877         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31878         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31879         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31880         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31881         (gst_ximagesink_init), (gst_ximagesink_class_init):
31882         * sys/ximage/ximagesink.h:
31883         * sys/xvimage/xvimagesink.c:
31884         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31885         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31886         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31887         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31888         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31889         * sys/xvimage/xvimagesink.h:
31890           first batch of pixel aspect ratio commits.
31891
31892 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31893
31894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31895         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31896         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31897           handle stride, needs work if we want to move stride handling
31898           upstream, but works correctly for our purposes.
31899
31900 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31901
31902         * gst/videoscale/README:
31903           add testing examples
31904         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31905         (gst_videoscale_chain):
31906         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31907         (gst_videoscale_get_size):
31908           add get_size function that handles stride like videotestsrc.
31909           fixes conversion for YUV formats for as much as I can test them.
31910
31911 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31912
31913         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31914         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31916         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31917         (gst_xvimagesink_xvimage_put):
31918           further cleanups, logging, error handling and synchronizing
31919
31920 2004-07-27  Wim Taymans  <wim@fluendo.com>
31921
31922         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31923         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31924         (gst_videomixer_pad_set_property),
31925         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31926         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31927         (gst_videomixer_class_init), (gst_videomixer_init),
31928         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31929         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31930         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31931         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31932         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31933         (gst_videomixer_loop), (plugin_init):
31934         Be a nicer negotiation citizen and provide a getcaps function on
31935         the srcpad. This also fixes a crash when resizing.
31936
31937 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31938
31939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31940         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31941
31942 2004-07-27  Wim Taymans  <wim@fluendo.com>
31943
31944         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31945         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31946         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31947         (gst_pngenc_set_property):
31948         * ext/libpng/gstpngenc.h:
31949         Added snapshot property to pngenc.
31950         removed g_print from pngdec
31951
31952 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31953
31954         * gst/ac3parse/ac3parse.vcproj
31955         * gst/adder/adder.vcproj
31956         * gst/alpha/alpha.vcproj
31957         * gst/alpha/alphacolor.vcproj
31958         * gst/asfdemux/asf.vcproj
31959         * gst/audioconvert/audioconvert.vcproj
31960         * gst/audiorate/audiorate.vcproj
31961         * gst/audioscale/audioscale.vcproj
31962         * gst/auparse/auparse.vcproj
31963         * gst/avi/avi.vcproj
31964         * gst/cdxaparse/cdxaparse.vcproj
31965         * gst/chart/chart.vcproj
31966         * gst/colorspace/colorspace.vcproj
31967         * gst/cutter/cutter.vcproj
31968         * gst/debug/debug.vcproj
31969         * gst/debug/efence.vcproj
31970         * gst/debug/navigationtest.vcproj
31971         * gst/deinterlace/deinterlace.vcproj
31972         * gst/effectv/effectv.vcproj
31973         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31974         * gst/filter/filter.vcproj
31975         * gst/flx/flxdec.vcproj
31976         * gst/goom/goom.vcproj
31977         * gst/interleave/interleave.vcproj
31978         * gst/law/alaw.vcproj
31979         * gst/law/mulaw.vcproj
31980         * gst/matroska/matroska.vcproj
31981         * gst/median/median.vcproj
31982         * gst/mixmatrix/mixmatrix.vcproj
31983         * gst/mpeg1sys/mpeg1systemencode.vcproj
31984         * gst/mpeg1videoparse/mp1videoparse.vcproj
31985         * gst/mpeg2sub/mpeg2subt.vcproj
31986         * gst/mpegaudio/mpegaudio.vcproj
31987         * gst/mpegaudioparse/mpegaudioparse.vcproj
31988         * gst/mpegstream/mpegstream.vcproj
31989         * gst/multifilesink/multifilesink.vcproj
31990         * gst/multipart/multipart.vcproj
31991         * gst/oneton/oneton.vcproj
31992         * gst/overlay/overlay.vcproj
31993         * gst/passthrough/passthrough.vcproj
31994         * gst/qtdemux/qtdemux.vcproj
31995         * gst/realmedia/rmdemux.vcproj
31996         * gst/rtjpeg/rtjpeg.vcproj
31997         * gst/rtp/rtp.vcproj
31998         * gst/silence/silence.vcproj
31999         * gst/sine/sinesrc.vcproj
32000         * gst/smooth/smooth.vcproj
32001         * gst/smpte/smpte.vcproj
32002         * gst/spectrum/spectrum.vcproj
32003         * gst/speed/speed.vcproj
32004         * gst/stereo/stereo.vcproj
32005         * gst/switch/switch.vcproj
32006         * gst/tags/tagedit.vcproj
32007         * gst/tcp/tcp.vcproj
32008         * gst/typefind/typefindfunctions.vcproj
32009         * gst/udp/udp.vcproj
32010         * gst/videobox/videobox.vcproj
32011         * gst/videocrop/videocrop.vcproj
32012         * gst/videodrop/videodrop.vcproj
32013         * gst/videofilter/gamma.vcproj
32014         * gst/videofilter/videobalance.vcproj
32015         * gst/videofilter/videofilter.vcproj
32016         * gst/videofilter/videoflip.vcproj
32017         * gst/videoflip/videoflip.vcproj
32018         * gst/videomixer/videomixer.vcproj
32019         * gst/videorate/videorate.vcproj
32020         * gst/videoscale/videoscale.vcproj
32021         * gst/videotestsrc/videotestsrc.vcproj
32022         * gst/virtualdub/virtualdub.vcproj
32023         * gst/volenv/volenv.vcproj
32024         * gst/volume/volume.vcproj
32025         * gst/wavenc/wavenc.vcproj
32026         * gst/wavparse/wavparse.vcproj
32027         * gst/y4m/y4menc.vcproj
32028         * gst-libs/gst/audio/audio.vcproj
32029         * gst-libs/gst/audio/audiofilter.vcproj
32030         * gst-libs/gst/colorbalance/colorbalance.vcproj
32031         * gst-libs/gst/idct/idtc.vcproj
32032         * gst-libs/gst/media-info/media-info.vcproj
32033         * gst-libs/gst/mixer/mixer.vcproj
32034         * gst-libs/gst/navigation/navigation.vcproj
32035         * gst-libs/gst/play/play.vcproj
32036         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32037         * gst-libs/gst/resample/resample.vcproj
32038         * gst-libs/gst/riff/riff.vcproj
32039         * gst-libs/gst/tuner/tuner.vcproj
32040         * gst-libs/gst/video/video.vcproj
32041         * gst-libs/gst/xoverlay/xoverlay.vcproj
32042           avoid problems with math.h, fix release dependancy
32043           rename GStreamer-0.8.lib to libgstreamer.lib
32044
32045 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32046
32047         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32049         the atom is not available we have to unlock the mutex. Fixes #148023
32050
32051 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32052
32053         * gst-libs/gst/media-info/media-info.h:
32054           issue for a vararg macro with MSVC
32055
32056 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32057
32058         * gst/effectv/effectv.vcproj
32059         * gst-libs/gst/idct/idct.vcproj:
32060         * gst-libs/gst/media-info/media-info.vcproj:
32061         * gst-libs/gst/navigation/navigation.vcproj:
32062         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32063         * gst-libs/gst/video/video.vcproj:
32064         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32065           fixes for build problems
32066
32067 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32068
32069         * gst-libs/gst/audio/audio.def:
32070         * gst-libs/gst/audio/riff.def:
32071           add some definitions needed by plugins
32072
32073 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32074
32075         * gst/asfdemux/gstasfmux.c
32076           Fix some 64 bits constants to be glib friendly
32077
32078 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32079
32080         * gst/ac3parse/gstac3parse.c
32081         * gst/audioscale/gstaudioscale.c
32082         * gst/auparse/gstauparse.c
32083         * gst/colorspace/gstcolorspace.c
32084         * gst/colorspace/yuv2rgb.h
32085           local include fixes
32086
32087 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32088
32089         * win32/gst.sln
32090           add more plugins to the build
32091
32092 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32093
32094         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32095         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32096
32097 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32098
32099         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32100         (gst_level_set_property), (gst_level_get_property),
32101         (gst_level_base_init), (gst_level_class_init):
32102           add debugging categories.  cleanups.
32103
32104 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32105
32106         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32107         (gst_videoscale_planar411), (gst_videoscale_planar400),
32108         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32109         (gst_videoscale_scale_nearest_str1),
32110         (gst_videoscale_scale_nearest_str2),
32111         (gst_videoscale_scale_nearest_str4),
32112         (gst_videoscale_scale_nearest_16bit),
32113         (gst_videoscale_scale_nearest_24bit):
32114           fixed stride issues
32115           tested with 320x240 -> 321, 322, 324 x240
32116           tested with YV12, I420, YUY2, UYVY
32117           fixed packed422rev (don't think it could have worked before)
32118           by testing with UYVY
32119
32120 2004-07-26  Benjamin Otte  <otte@gnome.org>
32121
32122         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32123         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32124         (plugin_init):
32125           add debugging category, add error checks like checking return values
32126           of setup calls, make sure it still works after
32127           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32128
32129 2004-07-26  Wim Taymans  <wim@fluendo.com>
32130
32131         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32132         (gst_mpeg_demux_get_audio_stream),
32133         (gst_mpeg_demux_process_private):
32134         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32135         Check for error codes from the negotiation functions. Make sure
32136         we really set the pad caps when a new pad is created.
32137
32138 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32139
32140         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32141         (gst_ffmpeg_caps_to_pix_fmt):
32142         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32144         (gst_ffmpegcolorspace_pad_link):
32145           don't make function do two things at the same time without reason.
32146
32147 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32148
32149         * gst/ac3parse/ac3parse.vcproj
32150         * gst/adder/adder.vcproj
32151         * gst/alpha/alpha.vcproj
32152         * gst/alpha/alphacolor.vcproj
32153         * gst/asfdemux/asf.vcproj
32154         * gst/audioconvert/audioconvert.vcproj
32155         * gst/audiorate/audiorate.vcproj
32156         * gst/audioscale/audioscale.vcproj
32157         * gst/auparse/auparse.vcproj
32158         * gst/avi/avi.vcproj
32159         * gst/cdxaparse/cdxaparse.vcproj
32160         * gst/chart/chart.vcproj
32161         * gst/colorspace/colorspace.vcproj
32162         * gst/cutter/cutter.vcproj
32163         * gst/debug/debug.vcproj
32164         * gst/debug/efence.vcproj
32165         * gst/debug/navigationtest.vcproj
32166         * gst/deinterlace/deinterlace.vcproj
32167         * gst/effectv/effectv.vcproj
32168         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32169         * gst/filter/filter.vcproj
32170         * gst/flx/flxdec.vcproj
32171         * gst/goom/goom.vcproj
32172         * gst/interleave/interleave.vcproj
32173         * gst/law/alaw.vcproj
32174         * gst/law/mulaw.vcproj
32175         * gst/matroska/matroska.vcproj
32176         * gst/median/median.vcproj
32177         * gst/mixmatrix/mixmatrix.vcproj
32178         * gst/mpeg1sys/mpeg1systemencode.vcproj
32179         * gst/mpeg1videoparse/mp1videoparse.vcproj
32180         * gst/mpeg2sub/mpeg2subt.vcproj
32181         * gst/mpegaudio/mpegaudio.vcproj
32182         * gst/mpegaudioparse/mpegaudioparse.vcproj
32183         * gst/mpegstream/mpegstream.vcproj
32184         * gst/multifilesink/multifilesink.vcproj
32185         * gst/multipart/multipart.vcproj
32186         * gst/oneton/oneton.vcproj
32187         * gst/overlay/overlay.vcproj
32188         * gst/passthrough/passthrough.vcproj
32189         * gst/qtdemux/qtdemux.vcproj
32190         * gst/realmedia/rmdemux.vcproj
32191         * gst/rtjpeg/rtjpeg.vcproj
32192         * gst/rtp/rtp.vcproj
32193         * gst/silence/silence.vcproj
32194         * gst/sine/sinesrc.vcproj
32195         * gst/smooth/smooth.vcproj
32196         * gst/smpte/smpte.vcproj
32197         * gst/spectrum/spectrum.vcproj
32198         * gst/speed/speed.vcproj
32199         * gst/stereo/stereo.vcproj
32200         * gst/switch/switch.vcproj
32201         * gst/tags/tagedit.vcproj
32202         * gst/tcp/tcp.vcproj
32203         * gst/typefind/typefindfunctions.vcproj
32204         * gst/udp/udp.vcproj
32205         * gst/videobox/videobox.vcproj
32206         * gst/videocrop/videocrop.vcproj
32207         * gst/videodrop/videodrop.vcproj
32208         * gst/videofilter/gamma.vcproj
32209         * gst/videofilter/videobalance.vcproj
32210         * gst/videofilter/videofilter.vcproj
32211         * gst/videofilter/videoflip.vcproj
32212         * gst/videoflip/videoflip.vcproj
32213         * gst/videomixer/videomixer.vcproj
32214         * gst/videorate/videorate.vcproj
32215         * gst/videoscale/videoscale.vcproj
32216         * gst/videotestsrc/videotestsrc.vcproj
32217         * gst/virtualdub/virtualdub.vcproj
32218         * gst/volenv/volenv.vcproj
32219         * gst/volume/volume.vcproj
32220         * gst/wavenc/wavenc.vcproj
32221         * gst/wavparse/wavparse.vcproj
32222         * gst/y4m/y4menc.vcproj
32223           more plugins supported under windows
32224
32225 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32226
32227         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32228         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32229         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32231         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32232           Add debugging statements.  Use the sizes as returned by the
32233           *CreateImage calls.
32234
32235 2004-07-26  Johan Dahlin  <johan@gnome.org>
32236
32237         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32238         the pad is negotiated.
32239
32240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32241
32242 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32243
32244         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32245         * gst-libs/gst/idct/idct.vcproj:
32246         * gst-libs/gst/media-info/media-info.vcproj:
32247         * gst-libs/gst/mixer/mixer.vcproj:
32248         * gst-libs/gst/navigation/navigation.vcproj:
32249         * gst-libs/gst/play/play.vcproj:
32250         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32251         * gst-libs/gst/resample/resample.vcproj:
32252         * gst-libs/gst/tuner/tuner.vcproj:
32253         * gst-libs/gst/video/video.vcproj:
32254         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32255           more plugins supported under windows
32256
32257 2004-07-25 Iain <iain@prettypeople.org>
32258
32259         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32260         pad now rather than when the pad is created because state changes wipe
32261         explicit caps (fixes #148043).
32262
32263 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32264
32265         reviewed by Benjamin Otte  <otte@gnome.org>
32266
32267         * ext/mad/gstmad.c:
32268           fix mad plugin crashing on Sun (fixes #148289)
32269
32270 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32271
32272         * gst/avi/avi.def:
32273         * gst/avi/avi.vcproj:
32274         * gst/matroska/matroska.def:
32275         * gst/matroska/matroska.vcproj:
32276           remove unused .def files
32277
32278 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32279
32280         * gst-libs/gst/audio/gstaudiofilter.c:
32281           Clean the local include
32282
32283 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32284
32285         * win32/gst.sln:
32286         * gst-libs/gst/audio/audio.def:
32287         * gst-libs/gst/audio/audio.vcproj:
32288         * gst-libs/gst/audio/audiofilter.vcproj:
32289         * gst-libs/gst/audio/riff.def:
32290         * gst-libs/gst/audio/riff.vcproj:
32291         * gst-libs/gst/gst-libs.def:
32292         * gst-libs/gst/gst-libs.vcproj:
32293         * gst/avi/avi.vcproj:
32294         * gst/avi/avi.vcproj:
32295           Copy the files where needed after building, cleaner projects
32296
32297 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32298
32299         * gst/matroska/ebml-write.c:
32300           Fix some 64 bits constants to be glib friendly
32301
32302 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32303
32304         * win32/gst.sln:
32305         * gst-libs/gst/gst-libs.def:
32306         * gst-libs/gst/gst-libs.vcproj:
32307         * gst/matroska/matroska.def:
32308         * gst/matroska/matroska.vcproj:
32309           Add the preliminary canvas to build plugins on Win32
32310
32311 2004-07-23  Benjamin Otte  <otte@gnome.org>
32312
32313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32314           don't enfore negotiation from source side, it breaks
32315           sinesrc ! audioconvert ! osssink
32316
32317 2004-07-22  David Schleef  <ds@schleef.org>
32318
32319         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32320         for ELF files, since they can easily be recognized as audio/mpeg.
32321         (bug #147441)
32322
32323 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32324
32325         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32326         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32327         (gst_videoscale_scale_nearest_24bit),
32328         (gst_videoscale_scale_nearest_16bit):
32329           fix 16bit and 24bit for stride (24bit might need testing)
32330           don't pretend we do more than one algorithm
32331
32332 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32333
32334         * configure.ac:
32335         * gst/Makefile.am:
32336         * gst/multifilesink/Makefile.am:
32337         * gst/multifilesink/gstmultifilesink.c:
32338         (gst_multifilesink_get_formats),
32339         (gst_multifilesink_get_query_types), (_do_init),
32340         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32341         (gst_multifilesink_init), (gst_multifilesink_dispose),
32342         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32343         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32344         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32345         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32346         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32347         (gst_multifilesink_uri_get_type),
32348         (gst_multifilesink_uri_get_protocols),
32349         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32350         (gst_multifilesink_uri_handler_init), (plugin_init):
32351         * gst/multifilesink/gstmultifilesink.h:
32352         * testsuite/Makefile.am:
32353         * testsuite/multifilesink/Makefile.am:
32354         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32355         (gst_newmedia_class_init), (gst_newmedia_init),
32356         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32357         (newfile_signal), (test_signal), (main):
32358         multifilesink plugin for creating new files every time a new media
32359         discontinuity event occurs
32360
32361 2004-07-22  Wim Taymans  <wim@fluendo.com>
32362
32363         * gst/alpha/Makefile.am:
32364         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32365         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32366         (gst_alpha_color_init), (gst_alpha_color_set_property),
32367         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32368         (transform), (gst_alpha_color_chain),
32369         (gst_alpha_color_change_state), (plugin_init):
32370         Stupid plugin to to RGBA to AYUV conversion because none of
32371         the colorspace plugins can handle that yet.
32372
32373 2004-07-22  Wim Taymans  <wim@fluendo.com>
32374
32375         * examples/seeking/seek.c: (update_scale), (main):
32376         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32377         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32378         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32379         (gst_decode_bin_init), (gst_decode_bin_dispose),
32380         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32381         (no_more_pads), (close_link), (type_found),
32382         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32383         (plugin_init):
32384         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32385         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32386         (gst_play_base_bin_dispose), (queue_overrun),
32387         (gen_preroll_element), (remove_prerolls), (unknown_type),
32388         (no_more_pads), (new_stream), (setup_source),
32389         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32390         (play_base_eos), (gst_play_base_bin_change_state),
32391         (gst_play_base_bin_add_element),
32392         (gst_play_base_bin_remove_element),
32393         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32394         (gst_play_base_bin_unlink_stream),
32395         (gst_play_base_bin_get_streaminfo):
32396         * gst/playback/gstplaybin.c: (gen_video_element),
32397         (gen_audio_element):
32398         * gst/playback/gststreaminfo.h:
32399         More playback updates, attempt to fix things after the state change
32400         breakage.
32401
32402 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32403
32404         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32405         (gst_videoscale_scale_nearest_16bit):
32406           comment algorithm
32407
32408 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32409
32410         * gst/videotestsrc/gstvideotestsrc.c:
32411         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32412         (gst_videotestsrc_init), (gst_videotestsrc_get),
32413         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32414         (gst_videotestsrc_get_property):
32415         * gst/videotestsrc/gstvideotestsrc.h:
32416         * gst/videotestsrc/videotestsrc.c:
32417         * gst/videotestsrc/videotestsrc.h:
32418           cleanup and commenting
32419
32420 2004-07-21  Wim Taymans  <wim@fluendo.com>
32421
32422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32423         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32424         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32425         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32426         (_find_chain_get_unknown_part), (_find_streams_check),
32427         (gst_ogg_demux_push), (gst_ogg_pad_push):
32428         * ext/theora/theoradec.c: (theora_get_formats),
32429         (theora_dec_src_convert), (theora_dec_sink_convert),
32430         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32431         (theora_dec_chain):
32432         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32433         (vorbis_dec_convert), (vorbis_dec_src_query),
32434         (vorbis_dec_src_event), (vorbis_dec_event):
32435         More seeking fixes, oggdemux now supports seeking to time and
32436         uses the downstream element to convert granulepos to time.
32437         Seeking in theora-only ogg files now works.
32438
32439 2004-07-21  Wim Taymans  <wim@fluendo.com>
32440
32441         * ext/theora/theoradec.c: (gst_theora_dec_init),
32442         (theora_get_formats), (theora_get_event_masks),
32443         (theora_get_query_types), (theora_dec_src_convert),
32444         (theora_dec_sink_convert), (theora_dec_src_query),
32445         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32446         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32447         (vorbis_get_event_masks), (vorbis_get_query_types),
32448         (gst_vorbis_dec_init), (vorbis_dec_convert),
32449         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32450         Added query/convert/formats functions to vorbis and theora decoders
32451         so that the outside world can use them too. Fixed seeking on an
32452         ogg/theora/vorbis file by disabling the seeking seeking on the
32453         theora srcpad.
32454
32455 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32456
32457         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32458         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32459         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32460         images creation for both elements. We don't create the image on caps
32461         nego or renego, we just destroy the internal one if present if it does
32462         not match the needs. The chain function takes care of creating a new
32463         image when needed.
32464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32465         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32466         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32467         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32468         the image format information. The buffer pool checks for the context
32469         image format and discard images with different formats.
32470         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32471
32472 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32473
32474         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32475         (gst_ffmpegcolorspace_chain):
32476           no point in doing any chaining if the pad we want to push from
32477           isn't usable.
32478
32479 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32480
32481         * gst-libs/gst/riff/riff-media.c:
32482         (gst_riff_create_audio_caps_with_data):
32483           Fix double end-to-native symbol conversion (#148021).
32484
32485 2004-07-20  David Schleef  <ds@schleef.org>
32486
32487         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32488         Don't use an Atom that doesn't exist.
32489
32490 2004-07-20  Wim Taymans  <wim@fluendo.com>
32491
32492         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32493         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32494         (gst_multifdsink_client_remove),
32495         (gst_multifdsink_handle_client_write),
32496         (gst_multifdsink_queue_buffer):
32497         * gst/tcp/gstmultifdsink.h:
32498         More multifdsink stats. Avoid deadlock by releasing locks
32499         before sending out a signal.
32500
32501 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32502
32503         * po/LINGUAS:
32504         * po/hu.po:
32505           added Hungarian translation (Laszlo Dvornik)
32506
32507 2004-07-20  Wim Taymans  <wim@fluendo.com>
32508
32509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32510         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32511         (gst_multifdsink_handle_client_write),
32512         (gst_multifdsink_queue_buffer):
32513         * gst/tcp/gsttcp-marshal.list:
32514         Fixed the stupid marshal definition.
32515
32516 2004-07-20  Wim Taymans  <wim@fluendo.com>
32517
32518         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32519         (gst_multifdsink_init), (gst_multifdsink_add),
32520         (gst_multifdsink_client_remove),
32521         (gst_multifdsink_handle_client_write),
32522         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32523         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32524         (gst_multifdsink_init_send):
32525         * gst/tcp/gstmultifdsink.h:
32526         Added more stats, added timeout for a client, fixed some typos
32527         and added some comments.
32528
32529 2004-07-20  Wim Taymans  <wim@fluendo.com>
32530
32531         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32532         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32533         (gst_multifdsink_client_remove),
32534         (gst_multifdsink_handle_client_write):
32535         * gst/tcp/gstmultifdsink.h:
32536         * gst/tcp/gsttcp-marshal.list:
32537         Added get_stats method that returns a GValueArray of
32538         stats values.
32539
32540 2004-07-19  Benjamin Otte  <otte@gnome.org>
32541
32542         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32543           make sure longname, description and author are valid UTF-8
32544
32545 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32546
32547         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32548         (gst_ximagesink_set_property):
32549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32550         (gst_xvimagesink_set_property):
32551           make sure SYNCHRONOUS is respected after getting the X context
32552
32553 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32554
32555         * gst/matroska/matroska-demux.c:
32556         (gst_matroska_demux_handle_src_event),
32557         (gst_matroska_demux_parse_blockgroup):
32558         * gst/matroska/matroska-ids.h:
32559           add BlockReference tag and ignore it to clear out log.
32560           ignore NAVIGATION events to clear out log.
32561
32562 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32563
32564         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32565         (gst_matroska_demux_add_stream):
32566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32567           add debug categories
32568
32569 2004-07-16  Wim Taymans  <wim@fluendo.com>
32570
32571         * ext/libpng/Makefile.am:
32572         * ext/libpng/gstpng.c: (plugin_init):
32573         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32574         (gst_pngdec_get_type), (gst_pngdec_base_init),
32575         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32576         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32577         * ext/libpng/gstpngdec.h:
32578         Added png decoder.
32579
32580 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32581
32582         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32583         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32584         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32585         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32586         (gst_ximagesink_buffer_alloc):
32587         * sys/ximage/ximagesink.h:
32588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32589         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32590         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32591         (gst_xvimagesink_buffer_alloc):
32592         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32593         again. Using internal data pointer of the x(v)image to store image's
32594         data to be coherent with the buffer alloc mechanism. Investigated the
32595         image destruction code to be sure that everything gets freed correctly.
32596
32597 2004-07-16  Wim Taymans  <wim@fluendo.com>
32598
32599         * gst-libs/gst/riff/riff-read.c:
32600         (gst_riff_read_strf_vids_with_data),
32601         (gst_riff_read_strf_auds_with_data):
32602         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32603         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32604         Make sure we don't create 0 sized subbuffers in riff-read.
32605         Signal the no more pads signal after reading the avi header.
32606
32607 2004-07-16  Wim Taymans  <wim@fluendo.com>
32608
32609         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32610         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32611         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32612         (gst_decode_bin_init), (gst_decode_bin_dispose),
32613         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32614         (no_more_pads), (close_link), (type_found),
32615         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32616         (gst_decode_bin_change_state), (plugin_init):
32617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32618         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32619         (gst_play_base_bin_dispose), (queue_overrun),
32620         (gen_preroll_element), (remove_prerolls), (unknown_type),
32621         (no_more_pads), (new_stream), (setup_source),
32622         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32623         (play_base_eos), (gst_play_base_bin_change_state),
32624         (gst_play_base_bin_add_element),
32625         (gst_play_base_bin_remove_element),
32626         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32627         (gst_play_base_bin_unlink_stream),
32628         (gst_play_base_bin_get_streaminfo):
32629         * gst/playback/gstplaybasebin.h:
32630         Better error recovery. Added configurable preroll queue size. Faster
32631         detection of no-more-pads.
32632
32633 2004-07-16  Wim Taymans  <wim@fluendo.com>
32634
32635         * gst-libs/gst/video/video.h:
32636         Added 32 bits RGBA. Not sure if we should use another mime-type
32637         for alpha rgb. Currently the presence of the alpha_mask property
32638         signals an alpha channel.
32639
32640 2004-07-16  Wim Taymans  <wim@fluendo.com>
32641
32642         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32644         FPS seems to be 0.0 to MAX everywhere else.
32645
32646 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32647
32648         * gst-libs/gst/riff/riff-media.c:
32649         (gst_riff_create_video_caps_with_data):
32650           mp42/mp43 (no caps) exist too.
32651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32652           Set pixel_width/height; we've got them in-caps.
32653         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32654         * gst/wavparse/gstwavparse.c: (plugin_init):
32655           Both are valid primary.
32656         * sys/oss/gstossmixer.c:
32657           Remove i18n hack and enable translations.
32658
32659 2004-07-15  Benjamin Otte  <otte@gnome.org>
32660
32661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32662         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32663           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32664
32665 2004-07-15  Benjamin Otte  <otte@gnome.org>
32666
32667         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32668         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32669         (gst_alsa_close_audio):
32670           disable some of the debugging code for now. Writing debugging to a
32671           buffer is broken in current alsalib releases.
32672
32673 2004-07-12  Benjamin Otte  <otte@gnome.org>
32674
32675         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32676           use bufferpools
32677
32678 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32679
32680         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32681         (theora_dec_src_query), (theora_dec_event):
32682         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32683           add debugging categories.  Remove \n's.
32684
32685 2004-07-13  Johan Dahlin  <johan@gnome.org>
32686
32687         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32688         (gst_play_bin_get_property): Impl.
32689
32690 2004-07-13  Wim Taymans  <wim@fluendo.com>
32691
32692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32693         When trying to find the stream length, seek back N pages
32694         instead of just one, where N is the number of streams in
32695         the current chain.
32696
32697 2004-07-13  Wim Taymans  <wim@fluendo.com>
32698
32699         * gst-libs/gst/riff/riff-media.c:
32700         (gst_riff_create_audio_caps_with_data),
32701         (gst_riff_create_audio_caps),
32702         (gst_riff_create_audio_template_caps):
32703         * gst-libs/gst/riff/riff-media.h:
32704         * gst-libs/gst/riff/riff-read.c:
32705         (gst_riff_read_strf_vids_with_data),
32706         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32707         * gst-libs/gst/riff/riff-read.h:
32708         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32709         (gst_avi_demux_add_stream):
32710         Set codec_data on caps for avidemuxer.
32711
32712 2004-07-12  David Schleef  <ds@schleef.org>
32713
32714         * configure.ac: Fix test for Objective C
32715
32716 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32717         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32718         (gst_gdk_pixbuf_chain):
32719           Add svg and pcx to template caps, and ensure that getcaps returns a
32720           subset of the template caps.
32721           Copy each row manually for output, as gdkpixbuf may pad the
32722           rowstride to a 32-bit word boundary.
32723
32724 2004-07-12  Wim Taymans  <wim@fluendo.com>
32725
32726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32727         (gst_riff_create_video_template_caps):
32728         Fix the template caps to include some more media types.
32729
32730 2004-07-12  Wim Taymans  <wim@fluendo.com>
32731
32732         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32733         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32734         (compare_ranks), (print_feature), (gst_decode_bin_init),
32735         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32736         (try_to_link_1), (new_pad), (close_link), (type_found),
32737         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32738         (gst_decode_bin_change_state), (plugin_init):
32739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32740         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32741         (gst_play_base_bin_dispose), (queue_overrun),
32742         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32743         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32744         (gst_play_base_bin_get_property), (play_base_eos),
32745         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32746         (gst_play_base_bin_remove_element),
32747         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32748         (gst_play_base_bin_unlink_stream),
32749         (gst_play_base_bin_get_streaminfo):
32750         * gst/playback/gstplaybasebin.h:
32751         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32752         (gst_play_bin_class_init), (gst_play_bin_init),
32753         (gst_play_bin_dispose), (gst_play_bin_set_property),
32754         (gst_play_bin_get_property), (gen_video_element),
32755         (gen_audio_element), (remove_sinks), (setup_sinks),
32756         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32757         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32758         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32759         (gst_play_bin_query), (plugin_init):
32760         * gst/playback/test4.c: (main):
32761         More fixes on reusing of the element.
32762
32763 2004-07-11  Benjamin Otte  <otte@gnome.org>
32764
32765         * ext/mad/gstmad.c: (normal_seek):
32766           allow seeking for other methods than just SET
32767
32768 2004-07-11  Andy Wingo  <wingo@pobox.com>
32769
32770         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32771         float, "any" caps -> buffer_frames=[0,MAX].
32772
32773         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32774         doesn't intersect our caps with the template any more. Do it
32775         ourselves.
32776         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32777
32778 2004-07-09  Wim Taymans  <wim@fluendo.com>
32779
32780         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32781         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32782         (compare_ranks), (print_feature), (gst_decode_bin_init),
32783         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32784         (try_to_link_1), (new_pad), (close_link), (type_found),
32785         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32786         (gst_decode_bin_change_state), (plugin_init):
32787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32788         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32789         (gst_play_base_bin_dispose), (queue_overrun),
32790         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32791         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32792         (gst_play_base_bin_get_property), (play_base_eos),
32793         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32794         (gst_play_base_bin_remove_element),
32795         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32796         (gst_play_base_bin_unlink_stream),
32797         (gst_play_base_bin_get_streaminfo):
32798         * gst/playback/gstplaybasebin.h:
32799         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32800         (gst_play_bin_class_init), (gst_play_bin_init),
32801         (gst_play_bin_dispose), (gst_play_bin_set_property),
32802         (gst_play_bin_get_property), (gen_video_element),
32803         (gen_audio_element), (remove_sinks), (setup_sinks),
32804         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32805         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32806         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32807         (gst_play_bin_query), (plugin_init):
32808         * gst/playback/test4.c: (main):
32809         Work on object reuse and seeking.
32810
32811 2004-07-09  Wim Taymans  <wim@fluendo.com>
32812
32813         * examples/seeking/seek.c: (iterate):
32814         Don't consume all CPU in the idle loop.
32815
32816 2004-07-09  Wim Taymans  <wim@fluendo.com>
32817
32818         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32819         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32820         Add pad to element *after* setting the pad functions so that
32821         the scheduler can use the correct ones.
32822
32823 2004-07-09  Wim Taymans  <wim@fluendo.com>
32824
32825         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32826         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32827         Sync to keyframe after seek
32828
32829 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32830
32831         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32833         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32834         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32835         * ext/libvisual/visual.c: (gst_visual_change_state):
32836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32837         * ext/theora/theoradec.c: (theora_dec_change_state):
32838         * ext/theora/theoraenc.c: (theora_enc_change_state):
32839         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32840         * gst-libs/gst/navigation/navigation.c:
32841         * gst/adder/gstadder.c: (gst_adder_change_state):
32842         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32843         (gst_audio_convert_get_buffer):
32844         * gst/multipart/multipartdemux.c:
32845         (gst_multipart_demux_change_state):
32846         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32847         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32848         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32849         * gst/videoscale/gstvideoscale.c:
32850         (gst_videoscale_handle_src_event):
32851         * gst/volume/gstvolume.c: (volume_chain_int16):
32852           don't assert in state change, this should be done by the base
32853           GstElement class.
32854           various debugging fixes.
32855
32856 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32857
32858         * configure.ac:
32859         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32860         (gst_play_dispose), (gst_play_set_location),
32861         (gst_play_set_data_src), (gst_play_set_video_sink),
32862         (gst_play_set_audio_sink), (gst_play_set_visualization),
32863         (gst_play_connect_visualization), (gst_play_get_sink_element),
32864         (gst_play_get_all_by_interface):
32865         * gst-libs/gst/play/play.h:
32866           add new method to get elements implementing an interface.
32867           add various error logging
32868
32869 2004-07-08  Wim Taymans  <wim@fluendo.com>
32870
32871         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32872         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32873         (make_playerbin_pipeline), (query_durations_elems),
32874         (query_durations_pads), (query_positions_elems),
32875         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32876         (main):
32877         Added playbin seeking example.
32878
32879 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32880
32881         * gst-libs/gst/play/play.c: (gst_play_set_location),
32882         (gst_play_set_data_src), (gst_play_set_video_sink),
32883         (gst_play_set_audio_sink), (gst_play_set_visualization),
32884         (gst_play_connect_visualization), (gst_play_get_framerate):
32885           use a macro to look up elements from hash table
32886
32887 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32888
32889         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32890         (gst_play_get_length_callback), (gst_play_set_location),
32891         (gst_play_seek_to_time), (gst_play_set_data_src),
32892         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32893         (gst_play_set_visualization), (gst_play_connect_visualization),
32894         (gst_play_get_sink_element):
32895         - add debugging info
32896         - fix looking up sink elements by iterating over complete caps
32897         - put everything except for source and autoplugger in a complete bin
32898
32899 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32900
32901         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32902         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32903         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32904         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32905         * ext/alsa/gstalsasink.h:
32906         - add debugging info
32907         - clean up schizophrenia of data/buffer/event
32908         - fix double event unref error
32909
32910 2004-07-08  Wim Taymans  <wim@fluendo.com>
32911
32912         * gst/playback/Makefile.am:
32913         Add headers to noinst
32914
32915 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32916
32917         * tools/gst-launch-ext-m.m:
32918         * tools/gst-launch-ext.1.in:
32919           convert to the third millenium
32920
32921 2004-07-07  David Schleef  <ds@schleef.org>
32922
32923         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32924
32925 2004-07-07  Wim Taymans  <wim@fluendo.com>
32926
32927         * gst/playback/Makefile.am:
32928         * gst/playback/README:
32929         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32930         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32931         (compare_ranks), (print_feature), (gst_decode_bin_init),
32932         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32933         (try_to_link_1), (new_pad), (close_link), (type_found),
32934         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32935         (plugin_init):
32936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32937         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32938         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32939         (gen_preroll_element), (no_more_pads), (new_stream),
32940         (setup_source), (gst_play_base_bin_set_property),
32941         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32942         (gst_play_base_bin_add_element),
32943         (gst_play_base_bin_remove_element),
32944         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32945         (gst_play_base_bin_unlink_stream),
32946         (gst_play_base_bin_get_streaminfo):
32947         * gst/playback/gstplaybasebin.h:
32948         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32949         (gst_play_bin_class_init), (gst_play_bin_init),
32950         (gst_play_bin_dispose), (gst_play_bin_set_property),
32951         (gst_play_bin_get_property), (gen_video_element),
32952         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32953         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32954         (gst_play_bin_get_formats), (gst_play_bin_convert),
32955         (gst_play_bin_get_query_types), (gst_play_bin_query),
32956         (plugin_init):
32957         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32958         (gst_stream_info_get_type), (gst_stream_info_class_init),
32959         (gst_stream_info_init), (gst_stream_info_new),
32960         (gst_stream_info_dispose), (gst_stream_info_set_property),
32961         (gst_stream_info_get_property):
32962         * gst/playback/gststreaminfo.h:
32963         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32964         (main):
32965         * gst/playback/test2.c: (main):
32966         * gst/playback/test3.c: (update_scale), (main):
32967         More playbin fixes. Added README. Do better element filtering.
32968         Added base class to preroll media. Added test apps.
32969
32970 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32971
32972         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32973         * ext/mpeg2dec/gstmpeg2dec.h:
32974           various debugging improvements.  Reset stream to next picture
32975           instead of sequence header, otherwise seeks cannot work.
32976
32977 2004-07-07  Wim Taymans  <wim@fluendo.com>
32978
32979         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32980         (gst_video_box_class_init), (gst_video_box_set_property),
32981         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32982         Use pad_alloc where possible.
32983
32984 2004-07-07  Wim Taymans  <wim@fluendo.com>
32985
32986         * sys/oss/gstosselement.c: (gst_osselement_reset),
32987         (gst_osselement_parse_caps):
32988         * sys/oss/gstosselement.h:
32989         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32990         Fix offset on osssrc.
32991
32992 2004-07-07  Wim Taymans  <wim@fluendo.com>
32993
32994         * ext/theora/theora.c: (plugin_init):
32995         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32996         (theora_dec_src_query), (theora_dec_chain):
32997         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32998         (theora_enc_sink_link), (theora_buffer_from_packet),
32999         (theora_push_packet), (theora_enc_chain):
33000         Fix theora granulepos calculation.
33001         Fix overflow in duration/position calculation.
33002         Bump rank to PRIMARY for theoradec.
33003         Use granulepos of last packet to calculate position.
33004         Set keyframe flag on buffers when needed.
33005
33006 2004-07-06  David Schleef  <ds@schleef.org>
33007
33008         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33009         serious?  (Fixed, obviously.)
33010
33011 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33012
33013         * po/LINGUAS:
33014         * po/cs.po:
33015           added Czech translation (Miloslav Trmac)
33016
33017 2004-07-05  Wim Taymans  <wim@fluendo.com>
33018
33019         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33020         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33021         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33022         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33023         (close_link), (type_found), (gst_decode_bin_set_property),
33024         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33025         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33026         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33027         (gst_decode_bin_query), (plugin_init):
33028         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33029         (gst_play_bin_class_init), (gst_play_bin_init),
33030         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33031         (get_video_element), (new_pad), (setup_source),
33032         (gst_play_bin_set_property), (gst_play_bin_get_property),
33033         (gst_play_bin_change_state), (gst_play_bin_add_element),
33034         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33035         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33036         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33037         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33038         * gst/playback/test.c: (main):
33039         More fixes, cleaned up playbin, make it use decodebin. Added
33040         threaded property to playbin.
33041
33042 2004-07-05  Wim Taymans  <wim@fluendo.com>
33043
33044         * configure.ac:
33045         * gst/playback/Makefile.am:
33046         * gst/playback/decodetest.c: (main):
33047         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33048         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33049         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33050         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33051         (close_link), (type_found), (gst_decode_bin_set_property),
33052         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33053         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33054         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33055         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33056         (plugin_init):
33057         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33058         (gst_play_bin_class_init), (gst_play_bin_init),
33059         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33060         (collect_sink_pads), (find_compatibles), (close_pad_link),
33061         (try_to_link_1), (new_pad), (close_link), (type_found),
33062         (setup_source), (gst_play_bin_set_property),
33063         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33064         (compare_ranks), (gst_play_bin_collect_factories),
33065         (gst_play_bin_change_state), (gst_play_bin_add_element),
33066         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33067         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33068         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33069         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33070         * gst/playback/test.c: (main):
33071         Added some playback helper elements and some test apps, very alpha
33072         still.
33073
33074 2004-07-04  Benjamin Otte  <otte@gnome.org>
33075
33076         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33077           only restart audio when we indeed have an xrun to fix repeated
33078           xruns. Fix suggested by Giuliano Pochini.
33079
33080 2004-07-03  David Schleef  <ds@schleef.org>
33081
33082         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33083         call to gst_debug_log() if debugging is disabled (bug #145118)
33084
33085 2004-07-03  Benjamin Otte  <otte@gnome.org>
33086
33087         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33088           use our own functions for restarting the alsa device.
33089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33090           I should apply patches myself - use MIN for the third argument, not
33091           the second, this fixes seeking
33092
33093 2004-07-02  David Schleef  <ds@schleef.org>
33094
33095         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33096         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33097         do with the logic.
33098
33099 2004-07-02  David Schleef  <ds@schleef.org>
33100
33101         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33102         output buffers.  Fix logic mistake.  (bug #144866)
33103
33104 2004-07-02  David Schleef  <ds@schleef.org>
33105
33106         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33107         on X.  (bug #144753)
33108
33109 2004-07-02  David Schleef  <ds@schleef.org>
33110
33111         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33112         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33113         (bug #144624)
33114         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33115         (gst_osselement_rate_probe_check): Add another workaround for
33116         buggy drivers (bug #145336)
33117
33118 2004-07-02  David Schleef  <ds@schleef.org>
33119
33120         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33121         Most systems don't have MSG_NOSIGNAL.
33122
33123 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33124
33125         * Makefile.am:
33126         * gst-libs/gst/colorbalance/Makefile.am:
33127         * gst-libs/gst/mixer/Makefile.am:
33128         * gst-libs/gst/play/Makefile.am:
33129         * gst-libs/gst/tuner/Makefile.am:
33130           (hopefully) fix both install and dist and make error message useful.
33131           needs testing across automakes.
33132
33133 2004-07-02  Benjamin Otte  <otte@gnome.org>
33134
33135         * ext/ogg/gstogg.c: (plugin_init):
33136           we require bytestream now
33137         * ext/ogg/gstoggdemux.c:
33138           huge diff to implement chain setup in a fast and generic way. This
33139           improves tag reading and startup of huge files (read: Theora videos)
33140           quite a bit. It probably contains bugs, too, so please test.
33141           Seeking is not improved to the fast method.
33142
33143 2004-06-29  Wim Taymans  <wim@fluendo.com>
33144
33145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33146         * ext/ogg/gstoggmux.c:
33147         Fix memleak in oggdemux when running unconnected pads.
33148         doc update in mux, start working on keyframe mode.
33149
33150 2004-06-29  Benjamin Otte  <otte@gnome.org>
33151
33152         * sys/oss/gstosssink.c:
33153         * sys/oss/gstosssrc.c:
33154           advertise correct template caps - we indeed do non-native endianness
33155           and 8bit audio has no endianness
33156         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33158           avoid (wrong) duplications in getcaps function and return
33159           template caps
33160
33161 2004-06-29  Wim Taymans  <wim@fluendo.com>
33162
33163         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33164         (gst_multifdsink_class_init), (gst_multifdsink_add),
33165         (gst_multifdsink_remove), (gst_multifdsink_clear),
33166         (gst_multifdsink_client_remove),
33167         (gst_multifdsink_handle_client_read),
33168         (gst_multifdsink_client_queue_data),
33169         (gst_multifdsink_client_queue_caps),
33170         (gst_multifdsink_client_queue_buffer),
33171         (gst_multifdsink_handle_client_write),
33172         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33173         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33174         (gst_multifdsink_init_send), (gst_multifdsink_close):
33175         Fix wrong GList iteration that could crash the server when
33176         more then 2 clients disconnect at the same time. Read all the
33177         pending commands in one batch to recover from command storms under
33178         very heavy load.
33179
33180 2004-06-28  Wim Taymans  <wim@fluendo.com>
33181
33182         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33183         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33184         (gst_videomixer_pad_set_property),
33185         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33186         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33187         (gst_videomixer_class_init), (gst_videomixer_init),
33188         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33189         (pad_zorder_compare), (gst_videomixer_sort_pads),
33190         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33191         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33192         (gst_videomixer_update_queues), (gst_videomixer_loop),
33193         (plugin_init):
33194         Avoid divide by zero, choose masterpad as the pad with the highest
33195         framerate.
33196
33197 2004-06-27  Julien Moutte  <julien@moutte.net>
33198
33199         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33200         (gst_ximagesink_xwindow_new):
33201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33202         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33203         function directly. We might want to call it from somewhere else one day.
33204
33205 2004-06-27  Julien Moutte  <julien@moutte.net>
33206
33207         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33208         (gst_ximagesink_xwindow_new):
33209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33210         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33211         window decorations.
33212
33213 2004-06-27  Wim Taymans  <wim@fluendo.com>
33214
33215         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33216         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33217         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33218         (gst_dvdec_set_property), (gst_dvdec_get_property):
33219         * ext/dv/gstdvdec.h:
33220         Implement drop_factor property to lower the framerate with
33221         a factor.
33222
33223 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33224
33225         * gst-libs/gst/colorbalance/Makefile.am:
33226         * gst-libs/gst/mixer/Makefile.am:
33227         * gst-libs/gst/play/Makefile.am:
33228         * gst-libs/gst/tuner/Makefile.am:
33229           unbreak Company's fix that didn't install the -enum.h files
33230
33231 2004-06-27  Wim Taymans  <wim@fluendo.com>
33232
33233         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33234         (gst_dvdec_change_state):
33235         * ext/dv/gstdvdec.h:
33236         Fix timestamp, duration and offset of the buffers.
33237
33238 2004-06-27  Wim Taymans  <wim@fluendo.com>
33239
33240         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33241         (gst_multifdsink_class_init), (gst_multifdsink_add),
33242         (gst_multifdsink_remove), (gst_multifdsink_clear),
33243         (gst_multifdsink_client_remove),
33244         (gst_multifdsink_handle_client_read),
33245         (gst_multifdsink_client_queue_data),
33246         (gst_multifdsink_client_queue_caps),
33247         (gst_multifdsink_client_queue_buffer),
33248         (gst_multifdsink_handle_client_write),
33249         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33250         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33251         (gst_multifdsink_init_send), (gst_multifdsink_close):
33252         * gst/tcp/gstmultifdsink.h:
33253         * gst/tcp/gsttcpserversink.c:
33254         (gst_tcpserversink_handle_server_read),
33255         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33256         More multifdsink fixes, more recovery policy fixes.
33257         Removed stupid g_print
33258
33259 2004-06-26  Wim Taymans  <wim@fluendo.com>
33260
33261         * gst/tcp/Makefile.am:
33262         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33263         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33264         (gst_multifdsink_class_init), (gst_multifdsink_init),
33265         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33266         (gst_multifdsink_handle_client_read),
33267         (gst_multifdsink_client_queue_data),
33268         (gst_multifdsink_client_queue_caps),
33269         (gst_multifdsink_client_queue_buffer),
33270         (gst_multifdsink_handle_client_write),
33271         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33272         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33273         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33274         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33275         (gst_multifdsink_close), (gst_multifdsink_change_state):
33276         * gst/tcp/gstmultifdsink.h:
33277         * gst/tcp/gsttcpplugin.c: (plugin_init):
33278         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33279         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33280         (gst_tcpserversink_handle_server_read),
33281         (gst_tcpserversink_handle_select),
33282         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33283         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33284         * gst/tcp/gsttcpserversink.h:
33285         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33286         one of the locks, added recovery policy to multifdsink.
33287
33288 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33289
33290         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33291           fix decision for when getting frames with same timestamp
33292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33293         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33294         (gst_v4lsrc_get_property):
33295         * sys/v4l/gstv4lsrc.h:
33296           add latency offset property
33297
33298 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33299
33300         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33301         (plugin_init):
33302           fix debugging. add category.
33303
33304 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33305
33306         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33307           fix wrong offsets
33308
33309 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33310
33311         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33312         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33313         (gst_alsa_src_change_state):
33314           return a time that is in sync with the element's processing
33315
33316 2004-06-25  Wim Taymans  <wim@fluendo.com>
33317
33318         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33319         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33320         (gst_tcpserversink_client_remove),
33321         (gst_tcpserversink_handle_client_read),
33322         (gst_tcpserversink_client_queue_data),
33323         (gst_tcpserversink_client_queue_caps),
33324         (gst_tcpserversink_client_queue_buffer),
33325         (gst_tcpserversink_handle_client_write),
33326         (gst_tcpserversink_queue_buffer),
33327         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33328         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33329         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33330         (gst_tcpserversink_close):
33331         * gst/tcp/gsttcpserversink.h:
33332         Serversink rewrite. Really do non blocking writes to clients and
33333         maintain an internal queue to handle slower clients while not
33334         disturbing fast clients.
33335
33336 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33337
33338         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33339           better debug, don't override OFFSET and OFFSET_END
33340
33341 2004-06-25  Iain <iain@prettypeople.org>
33342
33343         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33344         name=source for the wavparse pipeline.
33345
33346 2004-06-24  Johan Dahlin  <johan@gnome.org>
33347
33348         * ext/theora/theoraenc.c (theora_enc_chain): Call
33349         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33350         streamheader caps are set correctly.
33351
33352 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33353
33354         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33355         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33356           respect minimum bitrate; same could be done for max bitrate
33357
33358 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33359
33360         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33361         (gst_vorbisenc_setup):
33362           fix sample rate range
33363
33364 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33365
33366         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33367         (gst_oggvorbisenc_setup):
33368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33369         (gst_vorbisenc_setup):
33370           resolve ambiguities in code and description
33371
33372 2004-06-24  Wim Taymans  <wim@fluendo.com>
33373
33374         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33375         * ext/alsa/gstalsa.h:
33376         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33377         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33378         Use alsa trigger_tstamp to get the timestamp of the first
33379         sample in the buffer for more precise sync. Some cleanups.
33380
33381 2004-06-24  Wim Taymans  <wim@fluendo.com>
33382
33383         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33384         (gst_audiorate_init), (gst_audiorate_chain),
33385         (gst_audiorate_set_property), (gst_audiorate_get_property):
33386         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33387         (gst_videorate_chain):
33388         Added some logging, fixed an overflow bug in videorate.
33389
33390 2004-06-24  Benjamin Otte  <otte@gnome.org>
33391
33392         * ext/kio/Makefile.am:
33393           fix for builddir != srcdir and distcheck
33394
33395 2004-06-24  Benjamin Otte  <otte@gnome.org>
33396
33397         * gst-libs/gst/colorbalance/Makefile.am:
33398         * gst-libs/gst/mixer/Makefile.am:
33399         * gst-libs/gst/play/Makefile.am:
33400         * gst-libs/gst/tuner/Makefile.am:
33401         * gst/tcp/Makefile.am:
33402         * sys/dxr3/Makefile.am:
33403           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33404           tarball.
33405           Also add all *.list files that were missing.
33406         * Makefile.am:
33407           add a distcheck hook to ensure the above doesn't happen again.
33408
33409 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33410
33411         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33412
33413 2004-06-23  Colin Walters  <walters@redhat.com>
33414
33415         * m4/Makefile.am: Distribute gst-fionread.m4.
33416
33417 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33418
33419         * configure.ac: back to dev
33420
33421 2004-06-23  Wim Taymans  <wim@fluendo.com>
33422
33423         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33424         (gst_alsa_xrun_recovery):
33425         * ext/alsa/gstalsa.h:
33426         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33427         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33428         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33429         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33430         (gst_alsa_src_loop):
33431         Add clock to alsasrc. Take new capture timestamp when
33432         restarting after an overrun. Split up some functions between
33433         alsasrc and alsasink.
33434
33435 === release 0.8.2 ===
33436
33437 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33438
33439         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33440         (gst_alsa_change_state), (gst_alsa_update_avail),
33441         (gst_alsa_xrun_recovery):
33442         * ext/alsa/gstalsa.h:
33443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33444           merge back changes from release
33445
33446 2004-06-23  Wim Taymans  <wim@fluendo.com>
33447
33448         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33449         (gst_audiorate_init), (gst_audiorate_chain),
33450         (gst_audiorate_set_property), (gst_audiorate_get_property):
33451         Implement sample dropping and notify
33452
33453 2004-06-22  Wim Taymans  <wim@fluendo.com>
33454
33455         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33456         (theora_enc_sink_link), (theora_buffer_from_packet),
33457         (theora_push_packet), (theora_enc_chain):
33458         Some cleanups, make sure the timestamps are correct.
33459
33460 2004-06-22  Wim Taymans  <wim@fluendo.com>
33461
33462         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33463         (gst_alsa_change_state), (gst_alsa_update_avail),
33464         (gst_alsa_xrun_recovery):
33465         * ext/alsa/gstalsa.h:
33466         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33467         Cleanups, take queued samples into account when reporting
33468         the time.
33469
33470 2004-06-22  Wim Taymans  <wim@fluendo.com>
33471
33472         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33473         (gst_videorate_init):
33474         Initialize the property as well.
33475
33476 2004-06-22  Wim Taymans  <wim@fluendo.com>
33477
33478         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33479         (gst_videorate_init), (gst_videorate_chain),
33480         (gst_videorate_set_property), (gst_videorate_get_property):
33481         Add property to make videorate silent.
33482         Add property to prefer new frames over old ones.
33483
33484 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33485
33486         * sys/osxvideo/Makefile.am:
33487         Workaround so that the osxvideo .so file gets linked with the
33488         Cocoa, OpenGL and QuickTime frameworks
33489
33490 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33491
33492         * sys/osxaudio/Makefile.am:
33493         Workaround so that the osxaudio .so file gets linked with the
33494         CoreAudio framework
33495
33496 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33497
33498         * configure.ac:
33499         Whoops, my fault...fixed build issues
33500
33501 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33502
33503         * configure.ac:
33504         Add objective-c support if running in Darwin/Mac OS X
33505         * sys/Makefile.am:
33506         * sys/osxvideo:
33507         * sys/osxvideo/Makefile.am:
33508         * sys/osxvideo/osxvideosink.h:
33509         * sys/osxvideo/osxvideosink.m:
33510         * sys/osxvideo/cocoawindow.h:
33511         * sys/osxvideo/cocoawindow.m:
33512         Add osxvideosink, a cocoa-based osx video sink
33513
33514
33515 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33516         * ext/dvdnav/gst-dvd:
33517         Grab the gconf key from the right spot
33518         * gst/debug/gstnavseek.c: (gst_navseek_init),
33519         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33520         (gst_navseek_chain):
33521         * gst/debug/gstnavseek.h:
33522           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33523           and loop parameters of a segment seek.
33524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33525         (gst_videotestsrc_get_event_masks),
33526         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33527         * gst/videotestsrc/gstvideotestsrc.h:
33528           Add seeking support to videotestsrc
33529           Initialise the timestamp_offset variable.
33530
33531 2004-06-18  Wim Taymans  <wim@fluendo.com>
33532
33533         * ext/sidplay/gstsiddec.cc:
33534         Fix negotiation and set correct end offset.
33535
33536 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33537
33538         * configure.ac: branch and prerelease
33539
33540 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33541
33542         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33543         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33544         (gst_tcpclientsrc_init_receive):
33545         * gst/tcp/gsttcpclientsrc.h:
33546           read caps when connecting to server for GDP so we set them correctly
33547
33548 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33549
33550         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33551           notify drops and duplicates
33552         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33553           no good reason to limit ourselves to 100x100
33554
33555 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33556
33557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33558         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33559         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33560         (gst_v4lsrc_get_property):
33561         * sys/v4l/gstv4lsrc.h:
33562         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33563         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33564         (gst_v4l_set_audio):
33565         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33566         (gst_v4lsrc_try_capture):
33567         * sys/v4l/v4lsrc_calls.h:
33568           change try_palette to more general try_capture
33569           add autoprobe option so we can turn off autoprobing
33570           various fixes
33571
33572 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33573
33574         * configure.ac:
33575           add videorate
33576         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33577         (gst_ximagesink_class_init):
33578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33579         (gst_xvimagesink_class_init):
33580           run them as finalize, not dispose, since dispose can be invoked
33581           multiple times
33582
33583 2004-06-17  Wim Taymans  <wim@fluendo.com>
33584
33585         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33586         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33587         * ext/alsa/gstalsa.h:
33588         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33589         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33590         (gst_alsa_src_change_state):
33591         * ext/alsa/gstalsasrc.h:
33592         Make the xrun code timestamp and offset the buffers correctly.
33593         moved the clock to the base class, use alsa methods to get time.
33594         Do correct timestamping on outgoing buffers.
33595
33596 2004-06-17  Wim Taymans  <wim@fluendo.com>
33597
33598         * gst/audiorate/Makefile.am:
33599         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33600         (gst_audiorate_base_init), (gst_audiorate_class_init),
33601         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33602         (gst_audiorate_set_property), (gst_audiorate_get_property),
33603         (gst_audiorate_change_state), (plugin_init):
33604         Added an audiorate converter that fills in gaps.
33605
33606 2004-06-17  Johan Dahlin  <johan@gnome.org>
33607
33608         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33609
33610 2004-06-16  Wim Taymans  <wim@fluendo.com>
33611
33612         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33614         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33615         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33616         (gst_v4lsrc_get_property):
33617         * sys/v4l/gstv4lsrc.h:
33618         Added a copy mode to v4lsrc where it will output a copied version
33619         of its internal hardware buffer.
33620         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33621         can't | them.
33622
33623 2004-06-16  Wim Taymans  <wim@fluendo.com>
33624
33625         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33626         Timestamp fixes.
33627
33628 2004-06-16  Wim Taymans  <wim@fluendo.com>
33629
33630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33631         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33632         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33633         (gst_v4lsrc_get_property):
33634         * sys/v4l/gstv4lsrc.h:
33635         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33636         Added a sync mode enum property to control v4lsrc timestamp method
33637         Removed the use-fixed-fps property and moved functionality in
33638         the enum.
33639         Don't error on an error value from v4l-conf, it might not always
33640         be a real error.
33641
33642 2004-06-16  Wim Taymans  <wim@fluendo.com>
33643
33644         * gst/videorate/Makefile.am:
33645         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33646         (gst_videorate_base_init), (gst_videorate_class_init),
33647         (gst_videorate_getcaps), (gst_videorate_link),
33648         (gst_videorate_init), (gst_videorate_chain),
33649         (gst_videorate_set_property), (gst_videorate_get_property),
33650         (gst_videorate_change_state), (plugin_init):
33651         Added a video timestamp corrector.
33652
33653 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33654
33655         fixed a potential leak with previous commit
33656
33657         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33658
33659 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33660
33661         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33662         Added missing refcount, fixes bug #144425
33663         Cheers Tim for finding the bug
33664
33665 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33666
33667         * sys/v4l/gstv4l.c: (plugin_init):
33668         * sys/v4l/gstv4lcolorbalance.c:
33669         * sys/v4l/gstv4lcolorbalance.h:
33670         * sys/v4l/gstv4lelement.c:
33671         * sys/v4l/gstv4lelement.h:
33672         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33673         * sys/v4l/gstv4lmjpegsink.h:
33674         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33675         * sys/v4l/gstv4lmjpegsrc.h:
33676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33677         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33678         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33679         * sys/v4l/gstv4lsrc.h:
33680         * sys/v4l/gstv4ltuner.c:
33681         * sys/v4l/gstv4ltuner.h:
33682         * sys/v4l/gstv4lxoverlay.c:
33683         * sys/v4l/gstv4lxoverlay.h:
33684         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33685         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33686         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33687         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33688         (gst_v4l_set_audio):
33689         * sys/v4l/v4l_calls.h:
33690         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33691         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33692         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33693         (gst_v4lmjpegsink_playback_init),
33694         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33695         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33696         (gst_v4lmjpegsink_playback_stop),
33697         (gst_v4lmjpegsink_playback_deinit):
33698         * sys/v4l/v4lmjpegsink_calls.h:
33699         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33700         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33701         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33702         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33703         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33704         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33705         * sys/v4l/v4lmjpegsrc_calls.h:
33706         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33707         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33708         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33709         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33710         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33711         (gst_v4lsrc_try_palette):
33712         * sys/v4l/v4lsrc_calls.h:
33713           bunch of paranoia cleanups
33714
33715 2004-06-14  David Schleef  <ds@schleef.org>
33716
33717         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33718         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33719         Send discont events and change timestamps appropriately when
33720         we get a seek event.  (bug #144240)
33721         * ext/cdparanoia/gstcdparanoia.h:
33722
33723 2004-06-14  Benjamin Otte  <otte@gnome.org>
33724
33725         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33726           snd_pcm_hw_params_set_rate  since the latter fails for no good
33727           reason on some setups.
33728
33729 2004-06-14  David Schleef  <ds@schleef.org>
33730
33731         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33732         standard.  Thank you for playing.
33733
33734 2004-06-14  Wim Taymans  <wim@fluendo.com>
33735
33736         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33737         Patch 1.3 broke the ordering of the colorspace info and
33738         made the plugin basically work by coincidence, reordered
33739         the info.
33740
33741 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33742
33743         * ext/lame/gstlame.c:
33744         * ext/mad/gstmad.c:
33745           sync caps.  Make sure mad can only output a list of rates, not
33746           a full range.  In the future, have three caps lists for each of the
33747           mpeg versions.  Change mpegversion to a double as well.
33748
33749 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33750
33751         * gst/volume/.cvsignore:
33752         * gst/volume/Makefile.am:
33753         * gst/volume/demo.c: (value_changed_callback), (idler),
33754         (setup_gui), (main):
33755           added small demo app
33756
33757 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33758         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33759         * ext/esd/esdsink.h:
33760         Close the esd connection on pause, because esd will just wait -
33761         blocking all other esd clients indefinitely.
33762
33763 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33764
33765         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33766           previous commit with GST_DEBUG
33767
33768 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33769
33770         * configure.ac:
33771           add a header check for a dvdread header in dvdnav.  Fixes #133002
33772
33773 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33774
33775         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33776         * gst/tcp/gsttcpclientsink.h:
33777         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33778         * gst/tcp/gsttcpclientsrc.h:
33779         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33780         (gst_tcpserversink_handle_server_read),
33781         (gst_tcpserversink_init_send):
33782         * gst/tcp/gsttcpserversink.h:
33783         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33784         * gst/tcp/gsttcpserversrc.h:
33785         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33786         version of IP)
33787
33788 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33789
33790         * configure.ac:
33791         Added ogg library so that OSX detects libtheora properly
33792
33793 2004-06-11  Wim Taymans  <wim@fluendo.com>
33794
33795         * ext/theora/theoradec.c: (theora_dec_chain),
33796         (theora_dec_change_state):
33797         Don't try to decode frames before we received a keyframe.
33798
33799 2004-06-11  Wim Taymans  <wim@fluendo.com>
33800
33801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33802         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33803         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33804         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33805         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33806         Added property to set the maximum delay of a page.
33807
33808 2004-06-10  Wim Taymans  <wim@fluendo.com>
33809
33810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33811         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33812         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33813         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33814         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33815         Added max-delay property to control the maximum amount
33816         of data to put in one page.
33817
33818 2004-06-10  Wim Taymans  <wim@fluendo.com>
33819
33820         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33821         (gst_theora_enc_init), (theora_enc_sink_link),
33822         (theora_buffer_from_packet), (theora_enc_set_property),
33823         (theora_enc_get_property):
33824         Set duration on encoded buffer, added some more properties
33825
33826 2004-06-10  Wim Taymans  <wim@fluendo.com>
33827
33828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33829         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33830         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33831         * ext/theora/theoraenc.c: (theora_enc_chain):
33832         Fix refcounting bugs
33833
33834 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33835
33836         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33837         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33838         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33839         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33840         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33841         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33842         (gst_asf_demux_change_state):
33843         * gst/asfdemux/gstasfdemux.h:
33844           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33845           feels like. I think we should set a new requirement for demuxers
33846           from now on to implement sane loop functions, data loops, query
33847           and seek functions before first commit into CVS. And this commit
33848           fixes all of the above.
33849
33850 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33851
33852         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33853           vorbis comments are properly encoded in UTF-8 before adding them
33854           to a GstTagList
33855
33856 2004-06-09  Benjamin Otte  <otte@gnome.org>
33857
33858         * ext/alsa/gstalsa.c: (add_channels):
33859           handle min <= max correctly
33860         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33861         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33862           add fixation functions so we fixate correctly. No preferring of alaw
33863           anymore because it's the first structure.
33864         * ext/alsa/gstalsa.h:
33865         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33866         (gst_alsa_hw_params_dump):
33867           add functions to ease debugging in alsalib
33868         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33869         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33870         (gst_alsa_start_audio):
33871           only specify hw params if we really setup a format (fixes #134007 -
33872           or at least works around it)
33873
33874 2004-06-09  Wim Taymans  <wim@fluendo.com>
33875
33876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33877         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33878         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33879         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33880         (gst_ogg_mux_loop):
33881         Use stream caps to setup the initial pages in the ogg stream.
33882         Correctly set the streamheader caps on the srcpad.
33883
33884 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33885
33886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33887         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33888         (gst_v4lsrc_getcaps):
33889         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33890         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33891           add querying of fps lists for webcams.  Negotiating to a framerate
33892           now works.
33893
33894 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33895
33896         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33897         (theora_push_buffer), (theora_push_packet),
33898         (theora_set_header_on_caps), (theora_enc_chain):
33899           mark buffers and put on streamheader, raw theora streaming
33900           now works too, whee
33901
33902 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33903
33904         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33905         (gst_tcp_gdp_read_caps):
33906           do a looping read for caps and GDP headers too
33907
33908 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33909
33910         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33911         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33912           return EOS instead of NULL in _get
33913
33914 2004-06-08  Wim Taymans  <wim@fluendo.com>
33915
33916         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33917         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33918         (gst_tcp_gdp_write_caps):
33919         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33920         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33921         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33922         Memory leak fixes
33923
33924 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33925
33926         * ext/vorbis/Makefile.am:
33927         * ext/vorbis/vorbis.c: (plugin_init):
33928         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33929         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33930         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33931         (vorbis_parse_change_state):
33932         * ext/vorbis/vorbisparse.h:
33933           adding a vorbisparse element that marks the buffers, streaming
33934           raw vorbis using GDP now works, whee
33935
33936 2004-06-08  Wim Taymans  <wim@fluendo.com>
33937
33938         * ext/jpeg/Makefile.am:
33939         * ext/jpeg/README:
33940         * ext/jpeg/gstjpeg.c: (plugin_init):
33941         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33942         (gst_smokedec_base_init), (gst_smokedec_class_init),
33943         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33944         * ext/jpeg/gstsmokedec.h:
33945         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33946         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33947         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33948         (gst_smokeenc_resync), (gst_smokeenc_chain),
33949         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33950         * ext/jpeg/gstsmokeenc.h:
33951         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33952         (smokecodec_flush_destination), (smokecodec_term_destination),
33953         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33954         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33955         (smokecodec_term_source), (smokecodec_encode_new),
33956         (smokecodec_decode_new), (smokecodec_info_free),
33957         (smokecodec_set_quality), (smokecodec_get_quality),
33958         (smokecodec_set_threshold), (smokecodec_get_threshold),
33959         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33960         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33961         (smokecodec_parse_header), (smokecodec_decode):
33962         * ext/jpeg/smokecodec.h:
33963         Added a new simple jpeg based codec
33964
33965 2004-06-08  Wim Taymans  <wim@fluendo.com>
33966
33967         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33968         (gst_multipart_mux_loop):
33969         Fix memory leak
33970
33971 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33972
33973         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33974         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33975         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33976         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33977         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33978         * gst/tcp/gsttcpserversink.h:
33979           take streamheader into account
33980
33981 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33982
33983         * gst/level/Makefile.am:
33984         * gst/level/gstlevel.c: (gst_level_class_init):
33985           clean up marshal generation
33986
33987 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33988
33989         * gst/tcp/Makefile.am:
33990         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33991         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33992         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33993         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33994         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33995         (gst_tcpclientsrc_get_property):
33996         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33997         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33998         (gst_tcpserversink_handle_client_read),
33999         (gst_tcpserversink_handle_client_write),
34000         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34001         * gst/tcp/gsttcpserversink.h:
34002           add signals client-added and client-removed
34003         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34004         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34005         (gst_tcpserversrc_get_property):
34006         uniformized, change default protocol to NONE
34007         * gst/tcp/gsttcp-marshal.list: added
34008 2004-06-07  Benjamin Otte  <otte@gnome.org>
34009
34010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34011           handle discont events if they happen before caps nego
34012
34013 2004-06-07  Wim Taymans  <wim@fluendo.com>
34014
34015         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34016         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34017         (gst_multipart_demux_plugin_init):
34018         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34019         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34020         (gst_multipart_mux_change_state):
34021         Small updates, fix a memleak
34022
34023 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34024
34025         * configure.ac: OSS portability
34026         * ext/arts/gst_arts.c: idem
34027         * sys/oss/gstosselement.c: idem
34028         * sys/oss/gstossmixer.c: idem
34029         * sys/oss/gstosssink.c: idem
34030         * sys/oss/gstosssrc.c: idem
34031         * sys/oss/oss_probe.c: idem
34032           - check for soundcard.h in different places for some BSD
34033
34034 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34035
34036         * AUTHORS:
34037         Add me to the authors file
34038         * configure.ac:
34039         Increase the libdv requirement to >= version 0.100
34040         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34041         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34042         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34043         * ext/dv/gstdvdec.h:
34044         Add support for the new_media flag when sending DISCONT events
34045         Make the querying work when video pad is not linked
34046
34047 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34048
34049         reviewed by Benjamin Otte  <otte@gnome.org>
34050
34051         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34052           create a NULL-initialized array of pads, so we don't think they
34053           exist already. (fixes #143130)
34054
34055 2004-06-07  Benjamin Otte  <otte@gnome.org>
34056
34057         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34058         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34059         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34060           don't use // coments
34061
34062 2004-06-07  Benjamin Otte  <otte@gnome.org>
34063
34064         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34065           cast to GstClockTime to get higher granularity
34066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34067           use gst_element_set_time_delay to get the exact time
34068         * ext/mad/gstmad.c: (gst_mad_chain):
34069           use the negotiated rate instead of the current frame's rate which
34070           might be wrong because of bit errors. This avoids emitting totally
34071           bogus timestamps and screwing sync.
34072         (fixes #143454)
34073
34074 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34075
34076         reviewed by Benjamin Otte  <otte@gnome.org>
34077
34078         * gst/adder/gstadder.c: (gst_adder_loop):
34079           properly error out when no negotiation has happened yet. (fixes
34080           #143032)
34081
34082 2004-06-06  Benjamin Otte  <otte@gnome.org>
34083
34084         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34085           forward correctly transformed offset in discont events. Based on
34086           patch by Arwed v. Merkatz. (fixes #142851)
34087
34088 2004-06-06  David Schleef  <ds@schleef.org>
34089
34090         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34091         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34092         problems on several systems.
34093
34094 2004-06-06  Benjamin Otte  <otte@gnome.org>
34095
34096         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34097           use explicit caps on the srcpad
34098         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34099           properly error out if caps couldn't be set (fixes #142764)
34100
34101 2004-06-06  Benjamin Otte  <otte@gnome.org>
34102
34103         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34104         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34105         (gst_alsa_start_audio):
34106           - don't call set_periods_integer anymore, it breaks the
34107           configuration randomly
34108           - call snd_pcm_hw_params_set_access directly instead of using masks
34109           - don't fail if the sw_params can't be set, just use the default
34110           params and hope it works. Alsalib has weird issues when you touch
34111           sw_params and does no proper error reporting about what failed.
34112         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34113         (gst_alsa_close_audio):
34114           make our alsa debugging go via gst debugging and not conditionally
34115           defined
34116         * ext/alsa/gstalsa.h:
34117           add ALSA_DEBUG_FLUSH macro
34118         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34119         (plugin_init):
34120           wrap alsa errors to be printed via the gst debugging system and not
34121           spammed to stderr
34122
34123 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34124
34125         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34126         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34127         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34128         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34129         (qtdemux_parse_trak):
34130         * gst/qtdemux/qtdemux.h:
34131           Bitch. Also known as seeking, querying & co.
34132         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34133         (gst_osssink_change_state):
34134         * sys/oss/gstosssink.h:
34135           Resyncing is for weenies, this hack is no longer needed and was
34136           broken anyway (since it - unintendedly - always leaves resync to
34137           TRUE).
34138
34139 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34140
34141         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34142         * gst/tcp/gsttcpclientsrc.h: idem
34143           - define MSG_NOSIGNAL if not done
34144           - include unistd.h for off_t
34145           (fixes #143749)
34146
34147 2004-06-05  Benjamin Otte  <otte@gnome.org>
34148
34149         * configure.ac:
34150         * ext/kio/Makefile.am:
34151           check for qt's moc preprocessor explicitly and use it
34152
34153 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34154
34155         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34156           don't get a signal for EPIPE on socket writes
34157           (somebody check if this works on other platforms)
34158
34159 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34160
34161         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34162         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34163           check error condition on available samples correctly
34164
34165 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34166
34167         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34168           avoid a segfault
34169         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34170         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34171         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34172         (gst_tcpserversrc_gdp_read_header):
34173          use ssize_t over size_t since the former is signed and thus the
34174          check for error codes can work
34175
34176 2004-06-02  Wim Taymans  <wim@fluendo.com>
34177
34178         reviewed by: Johan
34179
34180         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34181         (gst_multipart_mux_loop):
34182         Oops
34183
34184 2004-06-02  Wim Taymans  <wim@fluendo.com>
34185
34186         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34187         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34188         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34189         (gst_multipart_mux_change_state):
34190         Added configurable boundary specifier, added the value as a
34191         caps field as well.
34192
34193 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34194
34195         * gst/tcp/gsttcp.c:
34196         * gst/tcp/gsttcpclientsrc.c:
34197         * gst/tcp/gsttcpclientsrc.h:
34198         * gst/tcp/gsttcpserversrc.c:
34199           - portability fix, to compile on OSX
34200             (fixes #143146)
34201
34202         * sys/osxaudio/gstosxaudioelement.c:
34203         * sys/osxaudio/gstosxaudiosink.c:
34204         * sys/osxaudio/gstosxaudiosrc.c:
34205           - compilation warnings on OSX
34206             (fixes #143153)
34207
34208 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34209
34210         * ext/vorbis/vorbisdec.c : sign warning fixes
34211
34212         * gst-libs/gst/mixer/mixertrack.c :
34213           do no use defines which are glib 2.4 specific
34214
34215 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34216
34217         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34218           buffer since libflac doesn't expect it (reports a sync error when
34219           it encounters that)
34220
34221
34222 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34223
34224         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34225         * gst-libs/gst/mixer/mixertrack.c:
34226         (gst_mixer_track_get_property), (get_mixer_track_init),
34227         (get_mixer_track_get_property): Added property accessors
34228         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34229         * gst-libs/gst/mixer/mixeroptions.c:
34230         (gst_mixer_options_get_values): Added
34231         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34232         * gst-libs/gst/mixer/mixer.c: Fixed comment
34233
34234
34235 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34236
34237         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34238           improve error messages on open
34239
34240
34241 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34242
34243         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34244           check if v4l-conf is in path
34245
34246 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34247
34248         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34249           change assert to a more readable error message
34250
34251 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34252
34253         * gst-libs/gst/tuner/tunerchannel.h:
34254           - add a freq_multiplicator field to make the conversion
34255             between internal frequency unit and Hz
34256         * sys/v4l/gstv4lelement.c:
34257         * sys/v4l2/gstv4l2element.c:
34258           - change default video device to /dev/video0
34259         * sys/v4l/v4l_calls.c:
34260         * sys/v4l2/v4l2_calls.c:
34261           - we only expose frequency to the user in Hz instead of
34262             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34263
34264 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34265         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34266           Initialise b_o_s and e_o_s variables
34267         * gst-libs/gst/riff/riff-media.c:
34268         (gst_riff_create_video_caps_with_data):
34269           Add some unusual fourcc's from mplayer avi's
34270         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34271           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34272           autoplugging.
34273
34274 2004-05-28  Wim Taymans  <wim@fluendo.com>
34275
34276         * configure.ac:
34277         * gst/alpha/Makefile.am:
34278         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34279         (gst_alpha_get_type), (gst_alpha_base_init),
34280         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34281         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34282         (gst_alpha_chroma_key), (gst_alpha_chain),
34283         (gst_alpha_change_state), (plugin_init):
34284         A plugin to add an alpha channel to I420 video. Can optionally do
34285         chroma keying.
34286         * gst/multipart/Makefile.am:
34287         * gst/multipart/multipart.c: (plugin_init):
34288         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34289         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34290         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34291         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34292         (gst_multipart_demux_change_state),
34293         (gst_multipart_demux_plugin_init):
34294         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34295         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34296         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34297         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34298         (gst_multipart_mux_pad_unlink),
34299         (gst_multipart_mux_request_new_pad),
34300         (gst_multipart_mux_handle_src_event),
34301         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34302         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34303         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34304         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34305         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34306         send multipart jpeg images to a browser.
34307         * gst/videobox/Makefile.am:
34308         * gst/videobox/README:
34309         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34310         (gst_video_box_get_type), (gst_video_box_base_init),
34311         (gst_video_box_class_init), (gst_video_box_init),
34312         (gst_video_box_set_property), (gst_video_box_get_property),
34313         (gst_video_box_sink_link), (gst_video_box_i420),
34314         (gst_video_box_ayuv), (gst_video_box_chain),
34315         (gst_video_box_change_state), (plugin_init):
34316         Crops or adds borders around an image. can do alpha channel
34317         borders as well.
34318         * gst/videomixer/Makefile.am:
34319         * gst/videomixer/README:
34320         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34321         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34322         (gst_videomixer_pad_get_sink_event_masks),
34323         (gst_videomixer_pad_get_property),
34324         (gst_videomixer_pad_set_property),
34325         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34326         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34327         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34328         (gst_videomixer_base_init), (gst_videomixer_class_init),
34329         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34330         (gst_videomixer_handle_src_event),
34331         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34332         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34333         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34334         (gst_videomixer_loop), (gst_videomixer_get_property),
34335         (gst_videomixer_set_property), (gst_videomixer_change_state),
34336         (plugin_init):
34337         Generic video mixer plugin, can handle multiple inputs all with
34338         different framerates and video sizes. Is fully alpha channel
34339         aware.
34340
34341 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34342
34343         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34344           Select first track as master track. Not sure how else to handle
34345           that...
34346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34347           Discard discont events. Should fix #142962.
34348
34349 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34350
34351         * ext/alsa/Makefile.am:
34352         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34353         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34354         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34355         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34356         (gst_alsa_mixer_get_option):
34357         * ext/alsa/gstalsamixer.h:
34358         * ext/alsa/gstalsamixeroptions.c:
34359         (gst_alsa_mixer_options_get_type),
34360         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34361         (gst_alsa_mixer_options_new):
34362         * ext/alsa/gstalsamixeroptions.h:
34363         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34364         * ext/alsa/gstalsamixertrack.h:
34365           Add enumerations (as GstMixerOptions). Make correct distinction
34366           between input/output tracks. Add capture/playback private flag.
34367           Use flag to decide on whether to set capture or playback volumes
34368           or switches. Use playback and record switches.
34369         * gst-libs/gst/mixer/Makefile.am:
34370         * gst-libs/gst/mixer/mixer-marshal.list:
34371         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34372         (gst_mixer_set_option), (gst_mixer_get_option),
34373         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34374         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34375         * gst-libs/gst/mixer/mixer.h:
34376         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34377         (gst_mixer_options_class_init), (gst_mixer_options_init),
34378         (gst_mixer_options_dispose):
34379         * gst-libs/gst/mixer/mixeroptions.h:
34380           Add GstMixerOptions.
34381         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34382           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34383           broken device detection on computers with multiple OSS sound
34384           cards.
34385
34386 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34387
34388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34389           fixate nicely even when the peer is not negotiating
34390
34391 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34392
34393         * gst/audioconvert/gstaudioconvert.c:
34394         (gst_audio_convert_parse_caps):
34395           make sure we don't allow depth > width
34396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34397           fixate endianness to G_BYTE_ORDER as default
34398         * gst/audioscale/gstaudioscale.c:
34399           we don't handle another endianness as host-endianness
34400
34401 2004-05-25  David Schleef  <ds@schleef.org>
34402
34403         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34404
34405 2004-05-24  Benjamin Otte  <otte@gnome.org>
34406
34407         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34408         (gst_oggvorbisenc_setup):
34409           properly fail when we can't setup the vorbis encoder due to
34410           unsupported settings
34411         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34412         (gst_vorbisenc_setup):
34413           same
34414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34415           fix case where warnings occured when one pad was unlinked while the
34416           other's link function was called
34417
34418 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34419
34420         * gst/tcp/Makefile.am:
34421           use GST_ENABLE_NEW
34422
34423 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34424
34425         * gst-libs/gst/resample/private.h:
34426           don't use optimizations that are #if 0'ed
34427
34428 2004-05-24  Wim Taymans  <wim@fluendo.com>
34429
34430         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34431         Fix potential division by zero error and hopefully get
34432         the position query right to get correct timestamps on avi
34433         audio.
34434
34435 2004-05-24  Wim Taymans  <wim@fluendo.com>
34436
34437         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34438         (gst_videoscale_scale_nearest_str2),
34439         (gst_videoscale_scale_nearest_str4),
34440         (gst_videoscale_scale_nearest_32bit),
34441         (gst_videoscale_scale_nearest_24bit),
34442         (gst_videoscale_scale_nearest_16bit):
34443         Fix the scaling algorithm and avoid a buffer overflow.
34444         removed the while loop in the scaling function as it
34445         was used for point sampling only.
34446
34447 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34448
34449         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34450         (gst_id3_tag_class_init), (gst_id3_tag_init),
34451         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34452         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34453         (gst_id3_tag_send_tag_event):
34454           lots of fixes to make id3mux work and id3demux work correctly
34455
34456 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34457
34458         * ext/Makefile.am:
34459           add rules to build shout2send (was removed by accident
34460           when this module was no more marked experimental/broken)
34461
34462 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34463
34464         * ext/shout2/gstshout2.c:
34465         * ext/shout2/gstshout2.h:
34466           adding a "connection problem" signal to shout2send
34467           (fixes #142954)
34468
34469 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34470
34471         * ext/kio/kioreceiver.cpp:
34472         * ext/kio/kioreceiver.h:
34473           fix sign comparison issues
34474
34475 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34476
34477         * gst/cdxaparse/gstcdxaparse.c:
34478         * gst/cdxaparse/gstcdxaparse.h:
34479           some renaming
34480           add some checks/sanity
34481           prepare for seek addition
34482
34483         * sys/sunaudio/gstsunaudio.c:
34484           remove exported dupe init function
34485
34486 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34487
34488         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34489         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34490           Fix format conversion and position querying.
34491         * gst/debug/progressreport.c: (gst_progressreport_report):
34492           Don't output a bogus total value that we didn't query.
34493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34494           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34495           only a blank window after xine has been used.
34496
34497 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34498
34499         * m4/as-arts.m4:
34500           sync with upstream version to fix test on FC2
34501           readd with -ko to preserve Id header
34502
34503 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34504
34505         * configure.ac:
34506           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34507         * gst/tcp/gsttcpclientsrc.c: idem
34508         * gst/tcp/gsttcpserversink.c: idem
34509         * gst/tcp/gsttcpserversrc.c: idem
34510         * m4/gst-fionread.m4: idem
34511
34512         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34513
34514         * configure.ac: enable speex plugin for speex 1.1.5+
34515         * ext/speex/gstspeexenc.c: fix cast warning
34516
34517         * ext/esd/README: fix typo
34518
34519 2004-05-20  David Schleef  <ds@schleef.org>
34520
34521         * configure.ac: Minor cosmetic change to convince the buildbot to
34522         reautogen.
34523         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34524         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34525         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34526         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34527         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34528         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34529         More hacking.  Plays audio now.
34530
34531 2004-05-20  David Schleef  <ds@schleef.org>
34532
34533         * configure.ac:
34534         * sys/Makefile.am:
34535
34536 2004-05-20  David Schleef  <ds@schleef.org>
34537
34538         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34539         * sys/osxaudio/gstosxaudio.c:
34540         * sys/osxaudio/gstosxaudioelement.c:
34541         * sys/osxaudio/gstosxaudioelement.h:
34542         * sys/osxaudio/gstosxaudiosink.c:
34543         * sys/osxaudio/gstosxaudiosink.h:
34544         * sys/osxaudio/gstosxaudiosrc.c:
34545         * sys/osxaudio/gstosxaudiosrc.h:
34546
34547 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34548
34549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34550         (gst_vorbisenc_chain):
34551           put the codec headers on the caps as streamheader as well as
34552           pushing them out
34553
34554 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34555
34556         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34557         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34558         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34559         split up push_packet into two functions
34560
34561 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34562
34563         * gst/tcp/.cvsignore:
34564           ignore enums
34565         * gst/tcp/Makefile.am:
34566         * gst/tcp/README:
34567         * gst/tcp/gsttcp.c:
34568         * gst/tcp/gsttcp.h:
34569         * gst/tcp/gsttcpclientsink.c:
34570         * gst/tcp/gsttcpclientsink.h:
34571         * gst/tcp/gsttcpclientsrc.c:
34572         * gst/tcp/gsttcpclientsrc.h:
34573         * gst/tcp/gsttcpplugin.c:
34574         * gst/tcp/gsttcpserversink.c:
34575         * gst/tcp/gsttcpserversink.h:
34576         * gst/tcp/gsttcpserversrc.c:
34577         * gst/tcp/gsttcpserversrc.h:
34578           add new tcp elements
34579
34580 2004-05-19  Wim Taymans  <wim@fluendo.com>
34581
34582         * gst/law/mulaw-conversion.c: (mulaw_encode):
34583         Fix overflow bug in ulaw encoding.
34584
34585 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34586
34587         * ext/mad/gstmad.c: (gst_mad_handle_event):
34588           don't unref the event twice
34589
34590 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34591
34592         * configure.ac:
34593           remove -Wno-sign-compare
34594
34595 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34596
34597         * configure.ac:
34598           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34599           if you want to work against glib 2.2 and 2.4
34600
34601 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34602
34603         * gst/tcp/Makefile.am:
34604         * gst/tcp/gsttcp.c:
34605         * gst/tcp/gsttcp.h:
34606         * gst/tcp/gsttcpsink.h:
34607         * gst/tcp/gsttcpsrc.h:
34608           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34609
34610 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34611
34612         * gst/debug/tests.c: (md5_get_value):
34613           fix segfault on gst-inspect
34614
34615 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34616
34617         * gst/debug/testplugin.c:
34618         * gst/debug/tests.c:
34619         * gst/debug/tests.h:
34620           add new extensible and configurable testing element. Current tests
34621           include buffer count, stream length, timestamp/duration matching and
34622           md5.
34623         * gst/debug/Makefile.am:
34624         * gst/debug/gstdebug.c: (plugin_init):
34625           add infrastructure for new element
34626
34627 2004-05-19  Johan Dahlin  <johan@gnome.org>
34628
34629         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34630         ending of the array. Fixes gst-inspect segfault on ppc.
34631
34632 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34633
34634         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34635
34636         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34637
34638 2004-05-18  David Schleef  <ds@schleef.org>
34639
34640         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34641         warnings (bugs, actually) noticed by gcc but not forte.
34642
34643 2004-05-18  David Schleef  <ds@schleef.org>
34644
34645         * sys/sunaudio/Makefile.am:
34646         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34647
34648 2004-05-18  David Schleef  <ds@schleef.org>
34649
34650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34651         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34652         to allow qtdemux to use non-seekable streams. (bug #142272)
34653
34654 2004-05-18  David Schleef  <ds@schleef.org>
34655
34656         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34657         (gst_resample_sinc_ft_float): Remove use of static temporary
34658         buffer.  This code was obviously not supposed to last long, but
34659         it's stuck in our ABI, so it required a little hack to make it
34660         ABI-compatible.  Fixes #142585.
34661         * gst-libs/gst/resample/resample.h: same.
34662
34663 2004-05-18  David Schleef  <ds@schleef.org>
34664
34665         * configure.ac: Add sunaudio
34666         * examples/Makefile.am: make gstplay depend on gconf
34667         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34668         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34669         (convert_table_lookup), (img_convert): remove c99-isms
34670         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34671           unsigned, to fix a warning on Solaris
34672         * gst/mpeg1sys/systems.c: bcopy->memcpy
34673         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34674         * sys/Makefile.am: Add sunaudio
34675
34676 2004-05-18  Wim Taymans  <wim@fluendo.com>
34677
34678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34679         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34680         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34681         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34682         (gst_ogg_mux_loop):
34683         Fix an ugly memleak where the muxer didn't flush enough ogg
34684         pages. This also resulted in badly muxed ogg files.
34685
34686 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34687
34688         * gst/asfdemux/asfheaders.c :
34689         * gst/asfdemux/asfheaders.h :
34690         * gst/asfdemux/gstasfdemux.c :
34691           - fix ASF_OBJ_PADDING guid
34692           - add 3 new object guids (language list, metadata,
34693             extended stream properties)
34694           - add a function to parse extended header objects
34695
34696 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34697
34698         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34699           remove leftover debugging g_print
34700
34701 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34702
34703         * ext/mad/gstmad.c: (gst_mad_handle_event):
34704           Fix for when the first format in a discont event is not a
34705           byte-based one. Should fix #137710.
34706
34707 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34708
34709         * m4/a52.m4 : fix compilation with -Wall -Werror
34710         * m4/libfame.m4 : idem
34711         * m4/libmikmod.m4 : idem
34712
34713 2004-05-17  Benjamin Otte  <otte@gnome.org>
34714
34715         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34716           signal the new tags before giving up the reference
34717
34718 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34719
34720         * ext/shout2/gstshout2.c:
34721           use application/ogg instead of application/x-ogg (patch by Patrick
34722           Guimond, fixes #142432)
34723         * sys/oss/gstosselement.c: (gst_osselement_reset),
34724         (gst_osselement_sync_parms):
34725           don't set fragment size unless specified (fixes #142493)
34726
34727 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34728
34729         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34730           fixes #142664
34731
34732 2004-05-17  Benjamin Otte  <otte@gnome.org>
34733
34734         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34735           compute offsets correctly for internal buffers so timestamps are set
34736           correctly when we can't seek. Also handle cases where there are no
34737           offsets. (based on a patch by David Moore, fixes #142507)
34738
34739 2004-05-17  Benjamin Otte  <otte@gnome.org>
34740
34741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34742           use correct variable when determining amount of data to skip so we
34743           don't skip into the void and segfault
34744
34745 2004-05-16  Benjamin Otte  <otte@gnome.org>
34746
34747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34748           Hi, I'm a memleak
34749
34750 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34751
34752         * gst/asfdemux/gstasfdemux.c:
34753           - fix a mem leak and always propagate tags
34754           - add WMV3 to known video codecs (but no decoder yet)
34755           - replace "surplus data" at end of audio header for what
34756             it is : codec specific data
34757           - fix a typo
34758
34759 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34760
34761         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34762
34763         * gst-libs/gst/audio/audioclock.c:
34764           Fix wrong return type (#142205).
34765
34766 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34767
34768         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34769           Ignore CRCs by default (fixes #142566).
34770
34771 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34772
34773         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34774         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34775         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34776         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34777         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34778         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34779           Fix for cases where we fail to attach to a mixer.
34780
34781 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34782
34783         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34784           Don't touch events after not owning them anymore.
34785         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34786         (gst_wavparse_fmt), (gst_wavparse_other),
34787         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34788         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34789         (gst_wavparse_srcpad_event):
34790         * gst/wavparse/gstwavparse.h:
34791           Add seeking, fix querying.
34792
34793 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34794
34795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34796           - process comments even if they don't end with \0\0
34797             g_convert would ignore them if present and works well without them
34798
34799 2004-05-16  Benjamin Otte  <otte@gnome.org>
34800
34801         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34802           simplify caps
34803
34804 2004-05-16  Benjamin Otte  <otte@gnome.org>
34805
34806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34807           don't write to memory we might not write to - g_convert does that
34808           for us anyway (fixes #142613)
34809         (gst_asf_demux_audio_caps):
34810           comment out gst_util_dump_mem
34811
34812 2004-05-16  Benjamin Otte  <otte@gnome.org>
34813
34814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34815           compute correct expected timestamps after seek (broken since
34816           last commit)
34817         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34818           rename element and debugging category to gdkpixbufscale
34819
34820 2004-05-16  Benjamin Otte  <otte@gnome.org>
34821
34822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34823           add error checking to snd_pcm_delay and remove duplicate call to
34824           snd_pcm_delay that caused issues (see inline code comments)
34825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34826           make more readable and fix return value when snd_pcm_delay fails
34827         (fixes #142586)
34828
34829 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34830         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34831         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34832         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34833         (gst_pixbufscale_link), (gst_pixbufscale_init),
34834         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34835         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34836         (gst_pixbufscale_get_property), (pixbufscale_init):
34837         * ext/gdk_pixbuf/pixbufscale.h:
34838         Add these files I forgot earlier
34839
34840 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34841         * ext/gdk_pixbuf/Makefile.am:
34842         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34843         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34844         Add new pixbufscale element to scale RGB video
34845         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34846         and HYPER interpolation correctly.
34847         * ext/theora/theoraenc.c: (theora_enc_chain),
34848         Discard buffer and return if explicit caps could not be set
34849         (theora_enc_get_property):
34850         Make _get return kbps for the bitrate consistent with
34851         the _set function.
34852
34853
34854 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34855
34856         * ext/libvisual/visual.c: (gst_visual_chain):
34857           add missing visual_audio_analyze
34858
34859 2004-05-14  David Schleef  <ds@schleef.org>
34860
34861         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34862         is killed while we're playing.
34863         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34864         gst_element_no_more_pads().
34865
34866 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34867
34868         * gst-libs/gst/riff/riff-read.c :
34869           - fix INFO tag extraction in RIFF/AVI files
34870             because gst_event_unref (event) also freed taglist
34871           - avoid a mem leak
34872
34873 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34874
34875         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34876         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34877
34878         * gst/auparse/gstauparse.c :
34879           - add code (commented for now) to support audio/x-adpcm on src pad
34880             (we have no decoder for those layout yet)
34881
34882         * gst/cdxaparse/gstcdxaparse.c :
34883         * gst/cdxaparse/gstcdxaparse.h :
34884           - partial rewrite using RiffRead (ripped iain's wavparse code)
34885
34886         * gst/rtp/gstrtpL16enc.c : typo
34887         * gst/rtp/gstrtpgsmenc.c : typo
34888
34889 2004-05-13  Benjamin Otte  <otte@gnome.org>
34890
34891         * configure.ac:
34892           check for exact version of libvisual, it's not supposed to be
34893           API/ABI stable yet
34894
34895 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34896
34897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34898           signal no-more-pads
34899
34900 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34901
34902         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34903         Report which format was used for GST_FORMAT_DEFAULT
34904         * gst/debug/Makefile.am:
34905         * gst/debug/gstdebug.c: (plugin_init):
34906         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34907         (gst_progressreport_class_init), (gst_progressreport_init),
34908         (gst_progressreport_report), (gst_progressreport_set_property),
34909         (gst_progressreport_get_property), (gst_progressreport_chain),
34910         (gst_progressreport_plugin_init):
34911         Add progressreport element for testing.
34912
34913 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34914
34915         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34916         * sys/v4l/gstv4lsrc.h:
34917         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34918         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34919         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34920         (gst_v4lsrc_grab_frame):
34921           add more debugging
34922           send a discont at start
34923
34924 2004-05-12  Colin Walters  <walters@redhat.com>
34925
34926         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34927         inflooping if we can't find a chunk.  Or in other words, don't blow
34928         chunks if we don't have a chunk to blow.
34929
34930 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34931         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34932         Remove old debug output
34933         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34934         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34935         (gst_dvdec_set_property), (gst_dvdec_get_property):
34936         Change the quality setting to an enum, so it works from gst-launch
34937         Don't renegotiate a non-linked pad. Allows audio only decoding.
34938         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34939         (gst_deinterlace_link), (gst_deinterlace_init):
34940         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34941         (gst_videodrop_link):
34942         Some caps negotiation fixes
34943
34944 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34945
34946         * ext/tarkin/gsttarkin.c :
34947           - Change RANK from NONE to PRIMARY
34948         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34949           - Change RANK from NONE to MARGINAL
34950         * ext/divx/gstdivxenc.c :
34951           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34952
34953 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34954
34955         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34956         (gst_vorbisenc_push_packet):
34957           copy a function that was added between 1.0 and 1.0.1 until we
34958           depend on worthwhile features of post-1.0
34959
34960 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34961
34962         * configure.ac:
34963           enable shout2 by default
34964         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34965         (gst_shout2send_base_init), (gst_shout2send_init),
34966         (gst_shout2send_connect), (gst_shout2send_change_state):
34967         * ext/shout2/gstshout2.h:
34968           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34969           #142262)
34970         * ext/theora/theora.c: (plugin_init):
34971           don't set rank on encoders
34972
34973 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34974
34975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34976           Use codec_data property instead of flag1 and flag2 for wma
34977
34978 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34979
34980         * gst/cdxaparse/gstcdxaparse.c :
34981           - Add mpegversion to CAPS to make it link
34982           - Rank is as GST_RANK_SECONDARY instead of NONE
34983         * gst/auparse/gstauparse.c :
34984           - Document all audio encoding we can encounter from Solaris 9
34985             headers and libsndfile information.
34986           - Increase max. rate from 48000 to 192000 (to match other elements)
34987           - Don't try to play junk data between header and samples
34988
34989 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34990
34991         * ext/libvisual/visual.c: (gst_visual_getcaps):
34992           use the right caps depending on endianness (I hope)
34993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34994           use GST_RANK_NONE for all non-decoding elements or spider gets
34995           mighty confused
34996
34997 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34998
34999         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35000           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35001
35002 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35003
35004         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35005         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35006         (gst_switch_loop), (gst_switch_get_type):
35007           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35008           HEADERS. Had to be said.
35009
35010 2004-05-10  David Schleef  <ds@schleef.org>
35011
35012         * configure.ac: Add prototype Dirac support.
35013         * ext/Makefile.am:
35014         * ext/dirac/Makefile.am:
35015         * ext/dirac/gstdirac.cc:
35016         * ext/dirac/gstdiracdec.cc:
35017
35018 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35019
35020         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35021         (gst_auparse_init), (gst_auparse_chain),
35022         (gst_auparse_change_state):
35023           Hack around spider. Remove me some day please.
35024
35025 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35026
35027         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35028           Fix for some uninitialized variables in previous patch, also
35029           makes it work. Fixes #142286 while we're at it.
35030
35031 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35032
35033         * gst/auparse/gstauparse.c:
35034                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35035                 only unsupported formats are ADPCM/CCITT G.72x
35036                 reviewed by Ronald
35037         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35038
35039 2004-05-10  Wim Taymans  <wim@fluendo.com>
35040
35041         * ext/vorbis/Makefile.am:
35042         * ext/vorbis/README:
35043         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35044         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35045         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35046         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35047         (gst_oggvorbisenc_convert_sink),
35048         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35049         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35050         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35051         (get_constraints_string), (update_start_message),
35052         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35053         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35054         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35055         * ext/vorbis/oggvorbisenc.h:
35056         * ext/vorbis/vorbis.c: (plugin_init):
35057         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35058         (raw_caps_factory), (gst_vorbisenc_class_init),
35059         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35060         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35061         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35062         * ext/vorbis/vorbisenc.h:
35063         Added a raw vorbis encoder to be used with the oggmuxer.
35064         We still need the old encoder for some gnome applications,
35065         read the README to find out how that works.
35066         The raw encoder is called "rawvorbisenc" until 0.9.
35067
35068 2004-05-10  Wim Taymans  <wim@fluendo.com>
35069
35070         * ext/ogg/gstogg.c: (plugin_init):
35071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35072         (gst_ogg_print):
35073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35074         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35075         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35076         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35077         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35078         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35079         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35080         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35081         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35082         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35083         Added an ogg muxer.
35084         Small typo fixes in the demuxer.
35085
35086 2004-05-10  Wim Taymans  <wim@fluendo.com>
35087
35088         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35089         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35090         (theora_enc_change_state), (theora_enc_set_property),
35091         (theora_enc_get_property):
35092         Mark the last packet with an EOS flag which is not really needed
35093         in gstreamer.
35094         Do some better video framerate initialisation.
35095         Update the buffer timestamp.
35096
35097 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35098
35099         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35100         Return the result of the parent state change call
35101
35102 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35103
35104         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35105         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35106         * gst/law/alaw-encode.c : (idem)
35107         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35108         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35109         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35110
35111 2004-05-09  Benjamin Otte  <otte@gnome.org>
35112
35113         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35114           don't use a fixed buffer size when writing variable length data to
35115           it. Fixes memory corruption and makes alsasrc work
35116
35117 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35118
35119         * ext/gnomevfs/gstgnomevfssink.c:
35120         (_gst_boolean_allow_overwrite_accumulator),
35121         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35122           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35123           RUN_LAST, and don't use that to set the accumulator value because
35124           then it's always FALSE.
35125
35126 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35127
35128         * gst-libs/gst/riff/riff-media.c:
35129         (gst_riff_create_video_caps_with_data),
35130         (gst_riff_create_audio_caps),
35131         (gst_riff_create_audio_template_caps):
35132         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35133           Fix for unaligned RIFF files (i.e. where all the chunks together
35134           in a LIST chunk are not of the same size as the size given in
35135           the LIST chunk header). Fixes several odd WAVE files. Also fix
35136           ADPCM (block_align property) in audio, so that wavparse based
35137           on this works now as it used to stand-alone.
35138
35139 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35140
35141         reviewed by Benjamin Otte  <otte@gnome.org>
35142
35143         * ext/a52dec/gsta52dec.c:
35144         * ext/divx/gstdivxdec.c:
35145         * ext/divx/gstdivxenc.c:
35146         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35147         * ext/faac/gstfaac.c: (gst_faac_base_init):
35148         * ext/faad/gstfaad.c: (gst_faad_base_init):
35149         * ext/ivorbis/vorbisfile.c:
35150         * ext/lame/gstlame.c:
35151         * ext/libfame/gstlibfame.c:
35152         * ext/mpeg2enc/gstmpeg2enc.cc:
35153         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35154         * ext/sidplay/gstsiddec.cc:
35155         * ext/speex/gstspeexdec.c:
35156         * ext/speex/gstspeexenc.c:
35157         * ext/xvid/gstxviddec.c:
35158         * ext/xvid/gstxvidenc.c:
35159           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35160           (fixes #142193)
35161
35162 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35163
35164         * ext/alsa/gstalsa.c: (device_list),
35165         (gst_alsa_class_probe_devices):
35166         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35167           Fix alsa oddness in mixer after the combination of using mixer
35168           in source/sink elements and using hw:x,y instead of just hw:x.
35169
35170 2004-05-09  Benjamin Otte  <otte@gnome.org>
35171
35172         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35173         (gst_wavparse_create_sourcepad):
35174           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35175           sourcepads
35176
35177 2004-05-09  Benjamin Otte  <otte@gnome.org>
35178
35179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35180           allow discont events before caps nego
35181
35182 2004-05-08  Benjamin Otte  <otte@gnome.org>
35183
35184         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35185           don't leak events
35186
35187 2004-05-08  Benjamin Otte  <otte@gnome.org>
35188
35189         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35190         (gst_level_change_state), (gst_level_init):
35191         * gst/level/gstlevel.h:
35192           figure out if we're initialized directly instead of keeping a
35193           variable that's wrong in 90% of cases
35194           don't initialize pads and then leak them and use a new unitialized
35195           pad. (fixes #142084)
35196           these were bugs so n00bish I didn't find them for an hour :/
35197
35198 2004-05-08 Iain <iain@prettypeople.org>
35199
35200         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35201         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35202         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35203         return the length that was read.
35204         (gst_riff_read_strf_auds): Allow fmt tags as well.
35205
35206 2004-05-07  David Schleef  <ds@schleef.org>
35207
35208         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35209         signed char assumption in faad.h.
35210
35211 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35212
35213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35214           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35215
35216 2004-05-07  Colin Walters  <walters@redhat.com>
35217
35218         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35219         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35220         function.
35221         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35222         Add dispose function.
35223
35224 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35225         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35226           Fix caps nego and pad templates. RGB mode caps should
35227           work now.
35228         * ext/dvdnav/gst-dvd:
35229           Move mpeg2dec inside the thread because otherwise the
35230           queue rejects cap changes mid-stream
35231         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35232         (gst_mpeg2dec_flush_decoder):
35233           For mpeg2dec > 0.4.0, call the flush function instead of
35234           manually extracting all in-flight frames.
35235         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35236         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35237           Change mime type video/dv go video/x-dv to match the
35238           rest of gst-plugins
35239
35240 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35241
35242         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35243         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35244         (gst_alsa_sink_class_init):
35245         * ext/alsa/gstalsasink.h:
35246         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35247         (gst_alsa_src_class_init):
35248         * ext/alsa/gstalsasrc.h:
35249           Make alsasink/src a subclass of alsamixer so that mixer stuff
35250           shows up in gst-rec. Needs some finetuning.
35251
35252 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35253
35254         * ext/lame/gstlame.c: (gst_lame_chain):
35255           simplify
35256         * ext/mad/gstmad.c: (gst_mad_handle_event):
35257           fix event leak
35258         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35259           be able to detect mp3 files < 4096 bytes
35260
35261 2004-05-06  Wim Taymans  <wim@fluendo.com>
35262
35263         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35264         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35265         (theora_enc_set_property), (theora_enc_get_property):
35266         Also encode the first frame, cleanup some code.
35267
35268 2004-05-06  Wim Taymans  <wim@fluendo.com>
35269
35270         * ext/mpeg2enc/gstmpeg2enc.cc:
35271         Forward events first before deciding that negotiation was
35272         not performed.
35273
35274 2004-05-06  Wim Taymans  <wim@fluendo.com>
35275
35276         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35277         First process the events before deciding that negotiation
35278         was not performed.
35279
35280 2004-05-06  Wim Taymans  <wim@fluendo.com>
35281
35282         * ext/theora/Makefile.am:
35283         * ext/theora/theora.c: (plugin_init):
35284         * ext/theora/theoradec.c: (theora_dec_change_state):
35285         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35286         (gst_theora_enc_class_init), (gst_theora_enc_init),
35287         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35288         (theora_enc_chain), (theora_enc_change_state),
35289         (theora_enc_set_property), (theora_enc_get_property):
35290         Added a theora encoder, grouped the encoder and decoder into the
35291         same plugin.
35292
35293 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35294
35295         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35296         (gst_jpegenc_chain):
35297         fix DURATION on outgoing buffers
35298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35299         debug using time formats
35300         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35302         (gst_xvimagesink_sink_link):
35303         windows with width/height 0 generate X errors, so don't allow them
35304
35305 2004-05-05  Wim Taymans  <wim@fluendo.com>
35306
35307         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35308         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35309         (gst_mpeg2dec_negotiate_format):
35310         * ext/mpeg2dec/gstmpeg2dec.h:
35311           removed the static pad template so that we can add the
35312           more accurate framerate value to the caps.
35313
35314
35315 2004-05-04  Benjamin Otte  <otte@gnome.org>
35316
35317         * configure.ac:
35318           check for kdemacros.h, too (should fix #141821)
35319         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35320           don't crash if no header was sent, but nicely error out (fixes part
35321           of #141554)
35322
35323 2004-05-04  Wim Taymans  <wim@fluendo.com>
35324
35325         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35326         parent dispose function to avoid segfault on destroy.
35327
35328 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35329
35330         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35331         (plugin_init):
35332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35333         (gst_xvimagesink_sink_link):
35334         clean up debugging caps
35335         also recreate xvimage when format has changed
35336
35337 2004-05-04  Benjamin Otte  <otte@gnome.org>
35338
35339         * ext/libvisual/Makefile.am:
35340         * ext/libvisual/visual.c: (gst_visual_class_init),
35341         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35342         (gst_visual_srclink), (gst_visual_chain),
35343         (gst_visual_change_state), (plugin_init):
35344           use a GstAdapter to correctly adapt buffer sizes - allows using a
35345           framerate
35346
35347 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35348
35349         * sys/v4l/gstv4lelement.h:
35350         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35352         (gst_v4lsrc_buffer_free):
35353         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35354         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35355         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35356         (gst_v4lsrc_requeue_frame):
35357         move some debugging categories around
35358         query for fps index and set accordingly if found
35359
35360 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35361
35362         * ext/lame/gstlame.c:
35363         correct defaults that lame_init puts out of range
35364
35365 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35366
35367         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35368         (gst_divxenc_class_init):
35369         fix range since -1 is the default
35370         * gst/mpeg1sys/gstmpeg1systemencode.c:
35371         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35372         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35373         (gst_rtjpegdec_chain):
35374         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35375         (gst_rtjpegenc_chain):
35376         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35377         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35378         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35379         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35380         * sys/v4l/gstv4lsrc.c:
35381         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35382         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35383         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35385         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35386           remove gst_info calls
35387
35388 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35389
35390         * Makefile.am:
35391         * po/af.po:
35392         * po/az.po:
35393         * po/en_GB.po:
35394         * po/nl.po:
35395         * po/sr.po:
35396         * po/sv.po:
35397           Updated translations
35398
35399 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35400
35401         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35402           refactor/comment code
35403
35404 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35405
35406         * gst/asfdemux/Makefile.am:
35407         * gst/asfdemux/asfheaders.c:
35408         * gst/asfdemux/asfheaders.h:
35409         * gst/asfdemux/gstasf.c: (plugin_init):
35410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35411         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35412         (gst_asf_demux_setup_pad):
35413         * gst/asfdemux/gstasfdemux.h:
35414         * gst/asfdemux/gstasfmux.c:
35415         * gst/asfdemux/gstasfmux.h:
35416           Add tagging support to demuxer, split out registration in its own
35417           file instead of in demux (hacky), and prevent having some tables
35418           in our memory multiple times (in asfheaders.h).
35419
35420 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35421
35422         * gst/matroska/matroska-demux.c:
35423         (gst_matroska_demux_parse_metadata):
35424         * gst/matroska/matroska-ids.h:
35425           Basic tag reading support.
35426
35427 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35428
35429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35430           Really detect ac-3 audio.
35431         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35432           really detect matroska files (off-by-1).
35433
35434 2004-04-30  David Schleef  <ds@schleef.org>
35435
35436         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35437         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35438         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35439         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35440         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35441         hackage -- parse a lot more atoms, extract a few tags.  One might even
35442         mistake this for tag support.  Maybe it is.
35443         * gst/qtdemux/qtdemux.h:
35444
35445 2004-04-30  Colin Walters  <walters@verbum.org>
35446
35447         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35448
35449 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35450
35451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35452         (gst_ffmpegcolorspace_getcaps):
35453           remove broken nego fix
35454
35455 2004-04-30  Benjamin Otte  <otte@gnome.org>
35456
35457         * configure.ac:
35458         * ext/Makefile.am:
35459         * ext/libvisual/Makefile.am:
35460         * ext/libvisual/visual.c:
35461           add initial support for libvisual (http://libvisual.sourceforge.net)
35462           libvisual is still quite alpha, so expect crashes in there :)
35463
35464 2004-04-29  David Schleef  <ds@schleef.org>
35465
35466         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35467         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35468         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35469         code; you will no longer respect me.
35470
35471 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35472
35473         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35474         * ext/alsa/gstalsa.h :
35475         change alsa pcm device discovery to find more than 1 device
35476         per card. code review by Ronald.
35477
35478 2004-04-29  David Schleef  <ds@schleef.org>
35479
35480         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35481         Add a check for a driver bug on FreeBSD.  (bug #140565)
35482
35483 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35484
35485         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35486         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35487         (gst_jpegenc_getcaps):
35488           move format setting to inner loop
35489         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35490         (gst_ffmpegcolorspace_getcaps):
35491           use GST_PAD_CAPS if available so that we use already negotiated
35492           caps
35493         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35494         (qtdemux_parse_moov), (qtdemux_parse):
35495           extra debugging
35496         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35497         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35498           move hardcoded path to DEFINE
35499
35500 2004-04-28  David Schleef  <ds@schleef.org>
35501
35502         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35503         (bug #140064)
35504
35505 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35506
35507         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35508           Don't probe for playback device if we're a source element. Fixes
35509           #139658.
35510
35511 2004-04-29  Benjamin Otte  <otte@gnome.org>
35512
35513         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35514         (gst_id3_tag_chain):
35515           rewrite buffer offset
35516
35517 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35518
35519         * configure.ac:
35520         * ext/Makefile.am:
35521         * ext/dts/Makefile.am:
35522         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35523         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35524         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35525         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35526         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35527         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35528         (plugin_init):
35529         * ext/dts/gstdtsdec.h:
35530           New DTS decoder.
35531         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35532         (gst_faad_srcconnect):
35533           Add ESDS atom handling (.m4a).
35534
35535 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35536
35537         * ext/divx/gstdivxdec.c: (plugin_init):
35538           Remove comment that makes no sense.
35539         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35540           Fix for obvious typo that resulted in warnings during gst-register.
35541         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35542         (gst_xviddec_sink_link):
35543           Fix caps negotiation a bit better.
35544         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35545           We call this 'codec_data', not 'esds'.
35546
35547 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35548
35549         * gst/monoscope/gstmonoscope.c:
35550           make sure we only provide 256x128
35551         * gst/monoscope/monoscope.c: (monoscope_init):
35552           assert size of 256x128
35553
35554 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35555
35556         * Makefile.am:
35557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35558         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35559           fixate to max width and height of device
35560
35561 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35562
35563         * Makefile.am:
35564         * sys/v4l/gstv4l.c:
35565         * sys/v4l/gstv4lsrc.c:
35566         * sys/v4l/v4l_calls.c:
35567         * sys/v4l/v4lsrc_calls.c:
35568           fix for qc-usb driver which fakes having more than one buffer
35569           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35570           buffer_free override
35571           add debugging
35572
35573 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35574
35575         * Makefile.am:
35576         * gst/videotestsrc/gstvideotestsrc.c:
35577         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35578         (gst_videotestsrc_init), (gst_videotestsrc_get),
35579         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35580         * gst/videotestsrc/gstvideotestsrc.h:
35581           add num-buffers property
35582
35583         2004-04-26  Benjamin Otte  <otte@gnome.org>
35584
35585         * ext/mad/gstid3tag.c: (plugin_init):
35586           set id3mux rank to NONE so it doesn't confuse spider
35587           require audio/mpeg,mpegversion=1 in id3mux
35588
35589 2004-04-26  Benjamin Otte  <otte@gnome.org>
35590
35591         * configure.ac:
35592           detect faad correctly as non-working if it's indeed non-working
35593
35594 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35595
35596         * Makefile.am:
35597         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35598         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35599         fix _getcaps so it only negotiates to its supported format
35600
35601 2004-04-25  Benjamin Otte  <otte@gnome.org>
35602
35603         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35604           fix memleak
35605
35606 2004-04-23  Benjamin Otte  <otte@gnome.org>
35607
35608         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35609           audio/x-raw-int with height rules! not. Now it's depth.
35610
35611 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35612
35613         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35614         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35615         (gst_wavparse_loop):
35616           Missing variable initialization. Add handling of DVI ADPCM. Fix
35617           mis-parsing of LIST chunks. This works around a bug where we mis-
35618           parse non-aligning LIST chunks (so LIST chunks where the contents
35619           don't align with the actual LIST size). The correct fix is to use
35620           rifflib, I'm not going to fix wavparse - too much work. All this
35621           fixes #104878.
35622
35623 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35624
35625         reviewed by Benjamin Otte  <otte@gnome.org>
35626
35627         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35628           fix shoutcast not working (fixes #140844)
35629
35630 2004-04-22  Benjamin Otte  <otte@gnome.org>
35631
35632         * ext/hermes/gsthermescolorspace.c:
35633         (gst_hermes_colorspace_caps_remove_format_info):
35634         * gst/colorspace/gstcolorspace.c:
35635         (gst_colorspace_caps_remove_format_info):
35636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35637         (gst_ffmpegcolorspace_caps_remove_format_info):
35638           s/gst_caps_simplify/gst_caps_do_simplify/
35639
35640 2004-04-22  Benjamin Otte  <otte@gnome.org>
35641
35642         * gst-libs/gst/riff/riff-media.c:
35643         (gst_riff_create_video_caps_with_data):
35644           mpegversion is an int
35645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35646           don't try to create pad templates with NULL caps, use any caps
35647           instead.
35648
35649 2004-04-20  David Schleef  <ds@schleef.org>
35650
35651         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35652         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35653         (bug #140384)
35654
35655 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35656
35657         reviewed by David Schleef
35658
35659         * ext/mad/gstid3tag.c: Add stdlib.h
35660         * gst/rtp/gstrtpgsmenc.c: same
35661         * gst/tags/gstid3tag.c: same
35662         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35663         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35664         GST_DISABLE_LOADSAVE use.
35665         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35666         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35667         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35668         atol(3)).
35669         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35670         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35671         strtoul(3)).
35672         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35673         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35674         $(ID3_CFLAGS).
35675         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35676         $(LIBFAME_CFLAGS).
35677
35678 2004-04-20  David Schleef  <ds@schleef.org>
35679
35680         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35681         last checkin.  Same idea.
35682
35683 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35684
35685         reviewed by David Schleef
35686
35687         * configure.ac: bump required gstreamer version to 0.8.1.1
35688         because of following changes [--ds]
35689
35690         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35691         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35692         (gst_riff_read_header):  Use GST_READ_UINT*
35693         macros to access possibly unaligned memory.
35694
35695         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35696         (mp3_type_find):  Use GST_READ_UINT*
35697         macros to access possibly unaligned memory.
35698         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35699         (speex_type_find): Likewise
35700
35701         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35702
35703         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35704         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35705         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35706         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35707         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35708         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35709         macros to access possibly unaligned memory.
35710
35711         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35712         Likewise.
35713
35714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35715         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35716
35717         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35718         Likewise.
35719
35720         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35721         (gst_mpeg2subt_chain_subtitle): Likewise.
35722
35723         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35724         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35725         Likewise.
35726
35727         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35728         Likewise.
35729
35730         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35731         Likewise.
35732
35733         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35734         Likewise.
35735
35736 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35737
35738         * configure.ac:
35739           update required version of GStreamer because of GST_TIME_FORMAT
35740
35741 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35742
35743         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35744           remove leftover g_print
35745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35746           don't try setting only a subset of the caps. We don't want to kill
35747           autoplugging on purpose
35748
35749 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35750
35751         * sys/ximage/ximagesink.c: (plugin_init):
35752         * sys/xvimage/xvimagesink.c: (plugin_init):
35753           add debugging categories
35754
35755 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35756
35757         * po/en_GB.po:
35758         * po/LINGUAS:
35759           Adding en_GB translation (Gareth Owen)
35760
35761 2004-04-20  David Schleef  <ds@schleef.org>
35762
35763         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35764         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35765         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35766         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35767         A number of new features and hacks to extract the esds atom and
35768         put it into the caps.  (bug #137724)
35769
35770 2004-04-19  David Schleef  <ds@schleef.org>
35771
35772         * gconf/Makefile.am: Fix for non-GNU make
35773         * gst-libs/gst/Makefile.am: Change directory order to handle
35774         GstPlay linking with gstinterfaces
35775         * gst-libs/gst/audio/make_filter: make use of tr portable
35776         * gst-libs/gst/play/Makefile.am: Add intended \
35777         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35778         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35779         function prototype instead of void *.
35780         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35781         macro.
35782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35783         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35784         * gst/videofilter/make_filter: make use of tr portable
35785         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35786
35787 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35788
35789         * po/LINGUAS:
35790         * po/uk.po:
35791           Added Ukrainian translation (Maxim V. Dziumanenko)
35792
35793 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35794
35795         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35796         (gst_gsmdec_link), (gst_gsmdec_chain):
35797           Fix capsnego, simplify chain function slightly.
35798         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35799           Add GSM.
35800
35801 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35802
35803         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35804         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35805         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35806           Hack to make wavparse work with spider (always -> sometimes pad).
35807           Fixes #135862 && #140411.
35808
35809 2004-04-18  Benjamin Otte  <otte@gnome.org>
35810
35811         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35812         (gst_osselement_rate_probe_check),
35813         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35814           get rid of \n in debug output
35815
35816 2004-04-17  Iain <iain@prettypeople.org>
35817
35818         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35819         not just EOS.
35820
35821 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35822
35823         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35824         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35825         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35826         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35827         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35828         (gst_id3_tag_change_state), (plugin_init):
35829           deprecate id3tag element and replace with id3demux/id3mux.
35830           great side effect: this ugly file is now even uglier, yay!
35831         * ext/mad/gstmad.h:
35832           remove non-available function
35833           update for new get_type
35834
35835 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35836
35837         * configure.ac:
35838           require mpeg2dec >= 0.4.0
35839
35840 2004-04-17  Benjamin Otte  <otte@gnome.org>
35841
35842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35843         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35844         (gst_xvimagesink_set_xwindow_id):
35845           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35846           assorted cleanup fixes.
35847
35848 2004-04-16  David Schleef  <ds@schleef.org>
35849
35850         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35851         * sys/xvimage/xvimagesink.h: same
35852
35853 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35854
35855         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35856           Fix GST_ELEMENT_ERROR with (NULL)
35857
35858 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35859
35860         * gst-libs/gst/riff/riff-media.c:
35861         (gst_riff_create_video_caps_with_data):
35862           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35863
35864 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35865
35866         * gst-libs/gst/riff/riff-media.c:
35867         (gst_riff_create_video_caps_with_data),
35868         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35869         (gst_riff_create_video_template_caps),
35870         (gst_riff_create_audio_template_caps):
35871         * gst-libs/gst/riff/riff-media.h:
35872         * gst-libs/gst/riff/riff-read.c:
35873         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35874         * gst-libs/gst/riff/riff-read.h:
35875         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35876           Add MS RLE support. I added some functions to read out strf chunks
35877           into strf chunks and the data behind it. This is usually color
35878           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35879           caps creation. Lastly, add ADPCM (similar to wavparse - which
35880           should eventually be rifflib based).
35881         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35882         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35883         * gst/matroska/matroska-demux.h:
35884           Remove placeholders for some prehistoric tagging system. Didn't add
35885           support for any tag system really anyway.
35886         * gst/qtdemux/qtdemux.c:
35887           Add support for audio/x-m4a (MPEG-4) through spider.
35888         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35889         (gst_wavparse_loop):
35890           ADPCM support (#135862). Increase max. buffer size because we
35891           cannot split buffers for ADPCM (screws references) and I've seen
35892           files with 2048 byte chunks. 4096 seems safe for now.
35893
35894 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35895
35896         * configure.ac: bump nano to 1
35897
35898 === release 0.8.1 ===
35899
35900 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35901
35902         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35903
35904 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35905
35906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35907           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35908           Fixes #140058
35909
35910 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35911
35912         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35913           lower rank of dvddemux so that it's not used for mpeg playback.
35914
35915 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35916
35917         * configure.ac:
35918           save libs correctly when checking mad
35919
35920 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35921
35922         * ext/mad/gstid3tag.c: (plugin_init):
35923           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35924
35925 2004-04-13  David Schleef  <ds@schleef.org>
35926
35927         * common/m4/gst-feature.m4: Call -config scripts with
35928         --plugin-libs if it is supported.
35929         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35930         JPEG images are image/jpeg.
35931         * gst/debug/Makefile.am:
35932         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35933         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35934         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35935         (gst_negotiation_plugin_init): Add a property that acts like
35936         filter caps.
35937         * testsuite/gst-lint:  Move license checking to be a standard
35938         test.
35939
35940 2004-04-13  David Schleef  <ds@schleef.org>
35941
35942         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35943         patch from Sebastien Cote (bug #139958)
35944
35945 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35946
35947         * examples/gstplay/Makefile.am:
35948         * examples/gstplay/player.c: (main):
35949           make the commandline player example use gconf settings
35950
35951 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35952
35953         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35954         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35955         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35956           init/end library during state transition, not object
35957           creation/disposal.  get rid of custom dispose handler.
35958
35959
35960 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35961
35962         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35963         be a symlink
35964
35965 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35966
35967         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35968           Handle JUNK chunks inside data section. Prevents warnings.
35969
35970 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35971
35972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35973         (gst_riff_create_video_template_caps):
35974           Add MS video v1.
35975         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35976         (gst_avi_demux_stream_data):
35977           Add support for "rec-list" chunks.
35978
35979 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35980
35981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35982           Fix another codecname mismatch.
35983
35984 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35985
35986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35987           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35988           so that MJPEG plays back.
35989
35990 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35991
35992         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35993         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35994         * gst/mpeg1videoparse/gstmp1videoparse.h:
35995           Fix for some slight mis-cuts in buffer parsing, and for some
35996           potential overflows or faults-causers. Adds disconts. Also fixes
35997           #139105 while we're at it.
35998
35999 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36000
36001         * configure.ac:
36002         * sys/v4l2/gstv4l2element.h:
36003           Workaround for missing struct v4l2_buffer declaration in Suse 9
36004           and Mandrake 10 linux/videodev2.h header file (#135919).
36005
36006 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36007
36008         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36009           Bail out if no filename was given.
36010
36011 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36012
36013         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36014         (gst_v4l2_fourcc_from_structure):
36015           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36016           Y41B somewhere).
36017
36018 2004-04-09  Benjamin Otte  <otte@gnome.org>
36019
36020         * ext/gnomevfs/gstgnomevfssink.c:
36021         (_gst_boolean_allow_overwrite_accumulator),
36022         (gst_gnomevfssink_class_init):
36023           fix erase signal - if any handler returns false the file will not be
36024           overwritten. If no handler is connected, the file will not be
36025           overwritten either.
36026           renamed signal to "allow-overwrite"
36027         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36028           free string when adding it to ID3 failed
36029         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36030           unref event when done
36031         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36032           free caps
36033         * gst/typefind/gsttypefindfunctions.c:
36034         (mpeg_video_stream_type_find):
36035           fix invalid read
36036
36037 2004-04-08  David Schleef  <ds@schleef.org>
36038
36039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36040         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36041
36042 2004-04-08  David Schleef  <ds@schleef.org>
36043
36044         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36045         we don't support (bug #139532)
36046
36047 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36048
36049         * ext/mad/gstmad.c: (gst_mad_handle_event),
36050         (gst_mad_check_caps_reset), (gst_mad_chain),
36051         (gst_mad_change_state):
36052           only set explicit caps if they haven't been set before for
36053           this stream.  MPEG-audio sample rate/channels aren't allowed
36054           to change in-stream.
36055           Fixes #139382
36056
36057 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36058
36059         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36060         (_gst_boolean_did_something_accumulator),
36061         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36062         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36063         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36064         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36065         (gst_gnomevfssink_change_state):
36066           Fix erase signal. Don't erase by default. Remove handoff signal.
36067           Remove erase property. Don't segfault. General cleanup.
36068
36069 2004-04-07  Benjamin Otte  <otte@gnome.org>
36070
36071         * gst-libs/gst/gconf/test-gconf.c: (main):
36072           add missing gst_init
36073
36074 2004-04-07  Benjamin Otte  <otte@gnome.org>
36075
36076         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36077           free the mutexes, too
36078
36079 2004-04-07  Benjamin Otte  <otte@gnome.org>
36080
36081         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36082           actually free the URI string
36083         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36084           compute offset correctly when passing discont events
36085         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36086           don't leak discont events
36087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36088           add some missing breaks so caps aren't copied randomly
36089         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36090           if we realloc memory, we better use it
36091
36092 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36093
36094         * ext/mad/gstmad.c: (normal_seek):
36095           fix GST_FORMAT_TIME usage
36096
36097 2004-04-05  David Schleef  <ds@schleef.org>
36098
36099         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36100         a deprecated function (hack!)
36101
36102 2004-04-05  Benjamin Otte  <otte@gnome.org>
36103
36104         * ext/esd/esdmon.c: (gst_esdmon_get):
36105           fix nonterminated vararg and memleak
36106
36107 2004-04-05  Benjamin Otte  <otte@gnome.org>
36108
36109         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36110         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36111         (gst_ladspa_set_property), (gst_ladspa_get_property),
36112         (gst_ladspa_instantiate), (gst_ladspa_activate),
36113         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36114           clean up debugging
36115
36116 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36117
36118         reviewed by Benjamin Otte  <otte@gnome.org>
36119
36120         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36121           check for broken LADSPA parameters (fixes #138635)
36122
36123 2004-04-05  Benjamin Otte  <otte@gnome.org>
36124
36125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36126           advertise buffer-frames correctly on sinkpads
36127
36128 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36129
36130         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36131         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36132         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36133         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36134         (gst_mad_check_caps_reset), (gst_mad_chain):
36135         add more debugging, only reset caps when we're not in error state
36136
36137 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36138
36139         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36140
36141 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36142
36143         reviewed by Benjamin Otte  <otte@gnome.org>
36144
36145         * configure.ac:
36146           fix == in test(1) operator
36147
36148 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36149
36150         reviewed by Benjamin Otte  <otte@gnome.org>
36151
36152         * configure.ac:
36153           fix --export-symblos-regex to a working regex.
36154
36155 2004-04-04  Benjamin Otte  <otte@gnome.org>
36156
36157         * sys/oss/.cvsignore:
36158           add for oss_probe
36159
36160 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36161
36162         reviewed by Benjamin Otte  <otte@gnome.org>
36163
36164         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36165           add missing 'new_media' argument (fixes #138168)
36166         * gst/matroska/matroska-demux.c:
36167         (gst_matroska_demux_handle_seek_event):
36168           add vararg terminator (fixes #138169)
36169
36170 2004-04-02  David Schleef  <ds@schleef.org>
36171
36172         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36173         disted (bug #138914)
36174
36175 2004-04-01  Benjamin Otte  <otte@gnome.org>
36176
36177         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36178         (gst_alsa_close_audio):
36179           handle case better where a soundcard can't pause
36180         * ext/ogg/gstoggdemux.c:
36181           don't crash when we get events but don't have pads yet
36182
36183 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36184
36185         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36186           throw an error if we couldn't probe any caps.
36187
36188 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36189
36190         * ext/dvdnav/gst-dvd:
36191         Add a really simple sample DVD player
36192
36193 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36194
36195         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36196         (gst_a52dec_push), (gst_a52dec_handle_event),
36197         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36198         (gst_a52dec_change_state):
36199         * ext/a52dec/gsta52dec.h:
36200           Use a debug category, Output timestamps correctly
36201           Emit tag info, Handle events, tell liba52dec about cpu
36202           capabilities so it can use MMX etc.
36203         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36204           Fix a crasher accessing invalid memory
36205         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36206         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36207         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36208         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36209         (dvdnavsrc_query):
36210           Some support for byte-format seeking.
36211           Small fixes for still frames and menu button overlays
36212         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36213         (gst_mpeg2dec_alloc_buffer):
36214           Use a debug category. Adjust the report level of several items to
36215           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36216           so it doesn't lose the GstBuffer pointer
36217         * gst/debug/Makefile.am:
36218         * gst/debug/gstdebug.c: (plugin_init):
36219         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36220         (gst_navseek_base_init), (gst_navseek_class_init),
36221         (gst_navseek_init), (gst_navseek_seek),
36222         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36223         (gst_navseek_get_property), (gst_navseek_chain),
36224         (gst_navseek_plugin_init):
36225         * gst/debug/gstnavseek.h:
36226           Add the navseek debug element for seeking back and forth in a
36227           video stream using arrow keys.
36228         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36229         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36230         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36231         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36232         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36233         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36234         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36235         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36236         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36237         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36238         * gst/mpeg2sub/gstmpeg2subt.h:
36239           Pretty much a complete rewrite. Now a loopbased element. May still
36240           require work to properly synchronise subtitle buffers.
36241         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36242         (gst_dvd_demux_send_subbuffer):
36243         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36244           Don't attempt to create subbuffers of size 0
36245           Reduce a couple of error outputs to warnings.
36246         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36247         (gst_y4mencode_chain):
36248         Output the y4m frame header correctly.
36249
36250 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36251
36252         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36253           throw errors instead of allowing SIGFPE
36254
36255 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36256
36257         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36258         (gst_gconf_render_bin_from_key):
36259           leak plugging and style fixing
36260
36261 2004-03-31  David Schleef  <ds@schleef.org>
36262
36263         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36264         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36265         (bug #138225)
36266         * gst/debug/Makefile.am:
36267         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36268         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36269         plugin.
36270         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36271         (gst_negotiation_base_init), (gst_negotiation_class_init),
36272         (gst_negotiation_init), (gst_negotiation_getcaps),
36273         (gst_negotiation_pad_link), (gst_negotiation_chain),
36274         (gst_negotiation_set_property), (gst_negotiation_get_property),
36275         (gst_negotiation_plugin_init):  New element to talk about random
36276         negotiation things happening in a pipeline.
36277
36278 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36279
36280         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36281           fix integer addition with help of Stefan Kost
36282
36283 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36284
36285         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36286
36287 2004-03-30  David Schleef  <ds@schleef.org>
36288
36289         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36290         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36291         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36292         (bug #137504)
36293         * ext/mpeg2dec/gstmpeg2dec.h:
36294
36295 2004-03-30  David Schleef  <ds@schleef.org>
36296
36297         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36298
36299 2004-03-30  David Schleef  <ds@schleef.org>
36300
36301         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36302         Michael Petullo) to handle .mov
36303
36304 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36305
36306         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36307         (gst_osselement_rate_check_rate):
36308           probe caps correctly for sound cards that only support one format
36309
36310 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36311
36312         * ext/kio/kiosrc.cpp: (process_events):
36313           update handling event processing if inside KDE - untested
36314
36315 2004-03-29  David Schleef  <ds@schleef.org>
36316
36317         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36318         by 2 to not interfere with other colorspaces.
36319         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36320         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36321         one to not interfere with ffmpeg_colorspace.
36322
36323 2004-03-29  David Schleef  <ds@schleef.org>
36324
36325         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36326         aren't in the caps.
36327         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36328         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36329
36330 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36331
36332         * gst-libs/gst/riff/riff-media.c:
36333           fail on error, don't try to set stuff on NULL caps
36334
36335 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36336
36337         * configure.ac:
36338         * ext/Makefile.am:
36339         * ext/kio/Makefile.am:
36340         * ext/kio/kioreceiver.cpp:
36341         * ext/kio/kioreceiver.h:
36342         * ext/kio/kiosrc.cpp:
36343         * ext/kio/kiosrc.h:
36344           add experimental kiosrc plugin
36345         * ext/alsa/gstalsaplugin.c: (plugin_init):
36346           initialize debugging category only when we're sure registering the
36347           plugins worked.
36348
36349 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36350
36351         * examples/gstplay/player.c: (main):
36352         * gst-libs/gst/play/play.c: (gst_play_class_init),
36353         (gst_play_set_location), (gst_play_set_data_src),
36354         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36355         (gst_play_set_visualization), (gst_play_connect_visualization):
36356           check return values of element_set_state and return FALSE where
36357           failed
36358
36359 2004-03-29  Benjamin Otte  <otte@gnome.org>
36360
36361         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36362           try harder to check if an event is really a discont
36363
36364 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36365
36366         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36367         * po/az.po:
36368
36369 2004-03-28  Benjamin Otte  <otte@gnome.org>
36370
36371         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36372         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36373         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36374           get rid of non-standard "..." ranges in case statements.
36375
36376 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36377
36378         * gst/mpegstream/gstmpegdemux.c:
36379         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36380         specific functionality split to the new dvddemux element.
36381         * gst/mpegstream/gstdvddemux.c:
36382         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36383         streams, derived from mpegdemux.
36384         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36385         up. SCR based timestamp rewriting can be turned off (will probably
36386         completely disappear soon).
36387         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36388         hacking. General cleanup. All printf statements replaced by
36389         debugging messages. Almost complete libdvdnav support.
36390         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36391         by events. New properties for audio and subpicture languages.
36392         (dvdnavsrc_update_highlight): Now uses events.
36393         (dvdnavsrc_user_op): Cleaned up.
36394         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36395         based). Lots of cleanup, and propper support for most libdvdnav
36396         events.
36397         (dvdnavsrc_make_dvd_event): New function.
36398         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36399         (dvdnavsrc_make_clut_change_event): New function.
36400
36401 2004-03-26  Benjamin Otte  <otte@gnome.org>
36402
36403         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36404           fix bug where typefinding would claim it's theora whenever less then
36405           7 bytes of data were available
36406
36407 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36408
36409         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36410         (gst_alawdec_base_init), (gst_alawdec_class_init),
36411         (gst_alawdec_init), (gst_alawdec_chain):
36412         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36413         (gst_alawenc_base_init), (gst_alawenc_class_init),
36414         (gst_alawenc_init), (gst_alawenc_chain):
36415         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36416         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36417         (gst_mulawdec_init), (gst_mulawdec_chain):
36418         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36419         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36420         (gst_mulawenc_init), (gst_mulawenc_chain):
36421           Fix capsnego in all four, remove the unused property functions and
36422           simplify the chain functions slightly. I guess we could use macros
36423           or something similar for those, since the code is so similar, but
36424           I'm currently too lazy...
36425
36426 2004-03-24  David Schleef  <ds@schleef.org>
36427
36428         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36429         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36430         (gst_osselement_get_format_structure),
36431         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36432         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36433         (gst_osselement_rate_int_compare): Add code to handle rate probing
36434         (bug #120883)
36435         * sys/oss/gstosselement.h: same
36436         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36437         Use rate probing provided by osselement.
36438         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36439
36440 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36441
36442         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36443         (gst_xvidenc_get_property):
36444           ulong/int mess-up.
36445
36446 2004-03-24  David Schleef  <ds@schleef.org>
36447
36448         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36449         (gst_speexdec_init):
36450         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36451         (gst_speexenc_init):  Create the pad template correctly (from
36452         the static pad template, not a NULL pointer.)
36453
36454 2004-03-25  Benjamin Otte  <otte@gnome.org>
36455
36456         * gst/debug/Makefile.am:
36457         * gst/debug/breakmydata.c:
36458           add element that quasi-randomly changes bytes in the stream.
36459           Intended use is robustness checking of demuxers and decoders in
36460           media tests.
36461
36462 2004-03-24  Benjamin Otte  <otte@gnome.org>
36463
36464         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36465         (gst_alsa_probe_hw_params):
36466         * ext/alsa/gstalsa.h:
36467           debugging output fixes
36468
36469 2004-03-24  Benjamin Otte  <otte@gnome.org>
36470
36471         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36472           don't g_return_if_fail if element is PLAYING, fail silently as every
36473           other element.
36474         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36475           only fix needed for cast lvalue issues in gst-plugins
36476         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36477           add proxy_getcaps
36478
36479 2004-03-24  Benjamin Otte  <otte@gnome.org>
36480
36481         * gst/level/gstlevel.c: (gst_level_init):
36482           add proxying getcaps function, so level doesn't advertise impossible
36483           caps
36484
36485 2004-03-24  David Schleef  <ds@schleef.org>
36486
36487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36488         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36489         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36490         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36491         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36492         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36493         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36494         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36495         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36496         messages.  Divide the chunk size by the compression ratio
36497         (needed for MACE audio)
36498
36499 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36500
36501         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36502           Fix buffer overflow read error.
36503
36504 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36505
36506         * ext/alsa/gstalsa.h:
36507           Remove unused entry.
36508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36509           Add cinepak.
36510         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36511         (gst_videodrop_link), (gst_videodrop_chain):
36512           Fix, sort of. Was horribly broken with new capsnego. Bah...
36513
36514 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36515
36516         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36517         (plugin_init):
36518         Add a monkeysaudio typefind function
36519
36520 2004-03-23  Johan Dahlin  <johan@gnome.org>
36521
36522         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36523         (gst_play_video_fixate): Check so the structure has the field
36524         before trying to fixate them, this makes it possible to have
36525         fakesinks for video and audio output without printing errors on
36526         the output console.
36527
36528 2004-03-22  David Schleef  <ds@schleef.org>
36529
36530         * sys/oss/Makefile.am:
36531         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36532         (check_rate), (add_rate):  Rate probing test app.
36533
36534 2004-03-21  Benjamin Otte  <otte@gnome.org>
36535
36536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36537         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36538           add a fixation function that pretty much does the right thing (fixes
36539           #137556)
36540
36541 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36542
36543         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36544
36545 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36546
36547         reviewed by: Benjamin Otte  <otte@gnome.org>
36548
36549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36550           terminate gst_event_new_discontinuous correctly (fixes parts of
36551           #137711)
36552
36553 2004-03-19  David Schleef  <ds@schleef.org>
36554
36555         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36556         since it doesn't depend on X, and it's part of our ABI.
36557
36558 2004-03-19  Iain <iain@prettypeople.org>
36559
36560         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36561         is_int in the structure, not the local variable.
36562
36563 2004-03-19  David Schleef  <ds@schleef.org>
36564
36565         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36566         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36567         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36568         Improvements in caps negotiation.
36569
36570 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36571
36572         * po/LINGUAS:
36573         * po/af.po:
36574           adding Afrikaans (Petri Jooste)
36575
36576 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36577
36578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36579         (gst_ffmpegcolorspace_chain):
36580         throw error instead of g_critical (#137588)
36581
36582 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36583
36584         * Makefile.am:
36585         * configure.ac:
36586           dist common and m4 correctly
36587         * po/sv.po:
36588
36589 2004-03-17  David Schleef  <ds@schleef.org>
36590
36591         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36592         (bug #137348)
36593
36594 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36595
36596         * po/LINGUAS:
36597         * po/sv.po:
36598           adding Swedish translation (Christian Rose)
36599
36600 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36601
36602         * Makefile.am: use release.mak
36603
36604 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36605
36606         * common/ChangeLog:
36607         * common/gst-autogen.sh:
36608           add some explanation about the version detection
36609         * configure.ac:
36610           fix X check
36611
36612 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36613
36614         * configure.ac: bump nano to 1
36615
36616 === release 0.8.0 ===
36617
36618 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36619
36620         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36621
36622 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36623
36624         * configure.ac:
36625           update libtool version
36626         * gst-libs/gst/media-info/Makefile.am:
36627           actually use libtool version
36628
36629 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36630
36631         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36632
36633 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36634
36635         * configure.ac:
36636         * gst-plugins.spec.in:
36637         * pkgconfig/Makefile.am:
36638         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36639         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36640         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36641         * pkgconfig/gstreamer-libs.pc.in:
36642         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36643         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36644         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36645         * pkgconfig/gstreamer-plugins.pc.in:
36646           remove @VERSION@ from some of the pc files since core and plugins
36647           are decoupled.
36648           created gstreamer-plugins.pc as it's a better name, but keeping
36649           -libs around for now to get fixes upstream done first.
36650
36651 2004-03-15  Julien MOUTTE <julien@moutte.net>
36652
36653         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36654         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36655         * gst-libs/gst/play/play.h:
36656
36657 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36658
36659         * *.c, *.cc: don't mix tabs and spaces
36660
36661 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36662
36663         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36664           use the new ffmpegcolorspace
36665         * gst-plugins.spec.in:
36666           package new colorspace and media-info
36667         * configure.ac:
36668         * pkgconfig/Makefile.am:
36669           fix some more disting issues
36670         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36671         * pkgconfig/gstreamer-media-info.pc.in:
36672           generate media-info pc files
36673
36674 2004-03-15  Johan Dahlin  <johan@gnome.org>
36675
36676         * *.h: Revert indenting
36677
36678 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36679
36680         * configure.ac:
36681           adding ffmpegcolorspace element
36682         * gst/ffmpegcolorspace/Makefile.am:
36683         * gst/ffmpegcolorspace/avcodec.h:
36684         * gst/ffmpegcolorspace/common.h:
36685         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36686         * gst/ffmpegcolorspace/dsputil.h:
36687         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36688         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36689         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36690         (gst_ffmpeg_caps_to_pix_fmt):
36691         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36692         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36693         (gst_ffmpegcolorspace_caps_remove_format_info),
36694         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36695         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36696         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36697         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36698         (gst_ffmpegcolorspace_set_property),
36699         (gst_ffmpegcolorspace_get_property),
36700         (gst_ffmpegcolorspace_register):
36701         * gst/ffmpegcolorspace/imgconvert.c:
36702         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36703         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36704         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36705         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36706         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36707         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36708         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36709         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36710         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36711         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36712         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36713         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36714         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36715         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36716         (img_get_alpha_info), (deinterlace_line),
36717         (deinterlace_line_inplace), (deinterlace_bottom_field),
36718         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36719         * gst/ffmpegcolorspace/imgconvert_template.h:
36720         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36721         * gst/ffmpegcolorspace/mmx.h:
36722         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36723           adding ffmpegcolorspace element supplied by Ronald after cleaning
36724           up and pulling in the right bits of upstream source.
36725           I'm sure a better C/compiler wizard could do some cleaning up (for
36726           example use GLIB's malloc stuff), but as a first pass this
36727           works very well
36728
36729 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36730
36731         * ext/alsa/gstalsa.h:
36732           I assume Ronald forgot to commit the change to have cardname
36733           as a struct member.  Expect some public spanking at the next
36734           opportunity.
36735
36736 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36737
36738         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36739         (gst_alsa_open_audio), (gst_alsa_close_audio):
36740         * ext/alsa/gstalsa.c:
36741           Don't open the device if we're a mixer (= padless).
36742         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36743         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36744         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36745           Open mixer during state change rather than during object
36746           initialization. Also, get a device name. Currently in a somewhat
36747           hackish fashion, but I didn't really find something better.
36748
36749 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36750
36751         * *.c, *.h: run gst-indent
36752
36753 2004-03-14  Benjamin Otte  <otte@gnome.org>
36754
36755         * gst/modplug/gstmodplug.cc:
36756         * gst/modplug/gstmodplug.h:
36757           set correct timestamps on outgoing buffers
36758
36759 2004-03-14  Benjamin Otte  <otte@gnome.org>
36760
36761         * gst/modplug/gstmodplug.cc:
36762           handle events - don't do crap when a discont arrives that's not
36763           necessary
36764           This allows correct loading and playback of mods in Rhythmbox
36765
36766 2004-03-14  Benjamin Otte  <otte@gnome.org>
36767
36768         * configure.ac:
36769         * gst-libs/gst/gconf/Makefile.am:
36770         * pkgconfig/Makefile.am:
36771           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36772           they get rebuilt properly
36773         * configure.ac:
36774           when checking for vorbis, try pkgconfig first.
36775         * gst/modplug/gstmodplug.cc:
36776           add fixate function
36777
36778 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36779
36780         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36781           Fix for obvious mistake, where we first shift the offset and then
36782           read a samplesize element assuming the old offset. Note that this
36783           part still has something weird, i.e. my movies containing those
36784           don't actually play well, but at least there's something that looks
36785           like sound now.
36786
36787 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36788         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36789         (plugin_init):
36790         Add a typefind function for speex format
36791
36792 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36793
36794         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36795         (gst_asf_demux_setup_pad):
36796           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36797           instead of 0. Reason is simple: some elements have a fps range
36798           of 1-max instead of 0-max. So now ASF video actually works.
36799
36800 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36801
36802         * po/LINGUAS:
36803         * po/sr.po:
36804           adding serbian as a language
36805
36806 2004-03-13  Benjamin Otte  <otte@gnome.org>
36807
36808         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36809           return taglist correctly from _get function, don't gst_pad_push it.
36810           (fixes #137042)
36811
36812 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36813         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36814
36815 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36816
36817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36818         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36819         (gst_alsa_mixer_track_new):
36820         * ext/alsa/gstalsamixertrack.h:
36821           Fix ancient leftovers... MixerTrack is a GObject.
36822
36823 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36824
36825         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36826         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36827           Don't block during probing...
36828
36829 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36830
36831         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36832         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36833         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36834         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36835         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36836         (gst_alsa_open_audio), (gst_alsa_close_audio):
36837         * ext/alsa/gstalsa.h:
36838           Add propertyprobe interface implementation, add some device-name
36839           property, all this so that it looks good in gnome-volume-control.
36840
36841 2004-03-12  David Schleef  <ds@schleef.org>
36842
36843         * configure.ac: the Hermes library controls hermescolorspace, not
36844         colorspace.
36845         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36846         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36847         not /* */
36848         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36849         * ext/sdl/sdlvideosink.h: ditto.
36850         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36851
36852 2004-03-12  Benjamin Otte  <otte@gnome.org>
36853
36854         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36855         (gst_x_overlay_got_xwindow_id):
36856         * gst-libs/gst/xoverlay/xoverlay.h:
36857           replace XID with unsigned long to get rid of the xlibs dependency in
36858           XOverlay (fixes #137004)
36859
36860 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36861         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36862         (gst_agingtv_setup):
36863         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36864         (gst_dicetv_base_init), (gst_dicetv_class_init),
36865         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36866         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36867         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36868         (gst_edgetv_setup), (gst_edgetv_rgb32):
36869         * gst/effectv/gsteffectv.c:
36870         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36871         (gst_quarktv_set_property):
36872         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36873         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36874         (gst_revtv_setup), (gst_revtv_rgb32):
36875         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36876         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36877         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36878         (gst_shagadelictv_rgb32):
36879         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36880         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36881         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36882         * gst/effectv/gstwarp.c:
36883         Port everything that can be ported to videofilter and fix up the caps.
36884         Can someone with a big-endian machine please check these?
36885
36886 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36887
36888         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36889         (gst_osssink_chain), (gst_osssink_change_state):
36890           Latest fixes for A/V sync, audio playback and such. This is about
36891           all... MPEG playback issues are mostly related to the async build-
36892           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36893
36894 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36895
36896         patch from: Stephane Loeuillet
36897
36898         * configure.ac:
36899           use pkg-config for some libraries, falling back to the old .m4 way
36900           (fixes #131270)
36901         * m4/libdv.m4:
36902           removed
36903
36904 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36905
36906         * configure.ac:
36907         * tools/Makefile.am:
36908         * tools/Makefile.in:
36909         * tools/gst-launch-ext-m.m:
36910         * tools/gst-launch-ext.1.in:
36911         * tools/gst-visualise-m.m:
36912         * tools/gst-visualise.1:
36913         * tools/gst-visualise.1.in:
36914           reorganizing generation of script tools
36915
36916 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36917
36918         * ext/divx/gstdivxdec.c:
36919           Downgrade priority. We prefer ffdec_mpeg4.
36920         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36921         (gst_faad_chain), (gst_faad_change_state):
36922           Fix capsnego. Doesn't work for some sounds because we don't have
36923           a 5:1 to stereo element.
36924         * ext/xvid/gstxvid.c: (plugin_init):
36925           Add priority.
36926         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36927         (gst_osssink_change_state):
36928           Add discont handling.
36929
36930 2004-03-09  Colin Walters  <walters@verbum.org>
36931
36932         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36933         conversion.
36934
36935 2004-03-09  Benjamin Otte  <otte@gnome.org>
36936
36937         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36938           the signals take 2 arguments
36939
36940 2004-03-09  David Schleef  <ds@schleef.org>
36941
36942         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36943         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36944         * ext/alsa/gstalsa.h:
36945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36946
36947 2004-03-09  Benjamin Otte  <otte@gnome.org>
36948
36949         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36950         (gst_mikmod_change_state):
36951         * ext/mikmod/gstmikmod.h:
36952           make mikmod's loop function not loop infinitely and call
36953           gst_element_yield anymore
36954         * gst/modplug/gstmodplug.cc:
36955           fix pad negotiation (fixes #136590)
36956
36957 2004-03-09  David Schleef  <ds@schleef.org>
36958
36959         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36960         doesn't conflict with the internal colorspace plugin.
36961         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36962         satisfy the crappy-ass shell shipped by a certain vendor.
36963         * gst/videofilter/make_filter: same (bug #135299)
36964
36965 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36966
36967         * configure.ac: bump nano to 1
36968
36969 === release 0.7.6 ===
36970
36971 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36972
36973         * configure.in: releasing 0.7.6, "There"
36974
36975 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36976
36977         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36978         * pkgconfig/gstreamer-play.pc.in:
36979           synchronize the two
36980
36981 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36982
36983         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36984         (cdparanoia_open), (cdparanoia_event):
36985           fix/add error handling
36986         * po/POTFILES.in:
36987           add cdparanoia source
36988         * tools/Makefile.am:
36989           make scripts executable
36990
36991 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36992
36993         * configure.ac:
36994         * ext/vorbis/Makefile.am:
36995         * sys/Makefile.am:
36996           remove id3types, vorbisfile and xvideosink from the build (#133783)
36997
36998 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36999
37000         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37001           Fix metadata read crash (#136537).
37002
37003 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37004
37005         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37006         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37007           adding mime types, fixing the one-stop function
37008
37009 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37010
37011         * ext/nas/nassink.c and /ext/nas/nassink.h:
37012         More NAS love from Arwed von Merkatz
37013         So lets all sing 'Can you feel the NAS tonight'
37014
37015 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37016
37017         * tools/gst-launch-ext.in:
37018         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37019
37020 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37021
37022         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37023         (gst_mpeg2dec_init):
37024         remove the user_data pad for now, because it is being used in
37025         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37026         If someone knows how to fix this properly, please do.
37027
37028 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37029
37030         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37031         (gst_osssink_get_time):
37032         add a warning, IMO this won't get triggered anymore, remove later
37033
37034 2004-03-07  David Schleef  <ds@schleef.org>
37035
37036         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37037         format (bug #136470)
37038
37039 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37040
37041         * gst-libs/Makefile.am:
37042         * gst-libs/gst/media-info/Makefile.am:
37043         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37044         (error_callback), (gst_media_info_error_create),
37045         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37046         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37047         * gst-libs/gst/media-info/media-info-priv.h:
37048         * gst-libs/gst/media-info/media-info-test.c: (main):
37049         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37050         (gst_media_info_class_init), (gst_media_info_instance_init),
37051         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37052         (gst_media_info_read_idler), (gst_media_info_read):
37053         * gst-libs/gst/media-info/media-info.h:
37054         fixed, should work now
37055
37056 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37057
37058         * ext/nas/nassink.c:
37059         A bunch of NAS fixes from Arwed von Merkatz
37060
37061 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37062
37063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37064         (qtdemux_parse_trak):
37065           Fix crash (j might be greater than n_samples, in which case we're
37066           writing outside the allocated space for the array) and memleak.
37067
37068 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37069
37070         * sys/oss/gstosssink.c: (gst_osssink_chain):
37071           And another caller that couldn't handle delay < 0 (unsigned
37072           integer overflow). Video now continues playing on an audio
37073           buffer underrun, and the clock continues working. Audio still
37074           stalls.
37075
37076 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37077
37078         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37079         (gst_osssink_get_time):
37080           get_delay() may return values lower than 0. In those cases, we
37081           should not actually cast to *unsigned* int64, that will break
37082           stuff horribly. In my case, it screwed up A/V sync in movies
37083           in totem rather badly.
37084
37085 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37086
37087         * ext/faac/gstfaac.c: (gst_faac_chain):
37088         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37089         * ext/libpng/gstpngenc.c: (user_write_data):
37090         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37091         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37092         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37093         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37094         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37095         of any buffer), should fix some leaks. I hope I didn't unref buffers
37096         that shouldn't be...
37097
37098 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37099
37100         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37101         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37102         (error_callback), (gmi_reset), (gmi_seek_to_track),
37103         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37104         (gmip_find_type_post), (gmip_find_stream_post),
37105         (gmip_find_track_streaminfo_post):
37106         * gst-libs/gst/media-info/media-info-priv.h:
37107         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37108         (info_print), (main):
37109         * gst-libs/gst/media-info/media-info.c:
37110         (gst_media_info_error_create), (gst_media_info_error_element),
37111         (gst_media_info_instance_init), (gst_media_info_get_property),
37112         (gst_media_info_new), (gst_media_info_set_source),
37113         (gst_media_info_read_idler), (gst_media_info_read):
37114         * gst-libs/gst/media-info/media-info.h:
37115           first pass at making this work again.  This seems to work on
37116           tagged ogg/vorbis and mp3 files.
37117
37118 2004-03-06  Benjamin Otte  <otte@gnome.org>
37119
37120         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37121           fix huge leak: gst_buffer_merge doesn't unref the first argument
37122           itself.
37123
37124 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37125
37126         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37127           report layer/mode/emphasis
37128
37129 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37130
37131         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37132
37133 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37134
37135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37136           signal serial
37137
37138 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37139
37140         * ext/vorbis/vorbis.c: (plugin_init):
37141         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37142         (gst_vorbis_dec_init), (vorbis_dec_event):
37143         add debug category
37144         make vorbisdec handle _BYTE and _TIME queries
37145
37146 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37147
37148         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37149           from the xing header
37150
37151 2004-03-06  Benjamin Otte  <otte@gnome.org>
37152
37153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37154         (gst_audio_convert_link), (gst_audio_convert_change_state),
37155         (gst_audio_convert_buffer_from_default_format):
37156           do conversions from/to float correctly, fix some caps nego errors,
37157           export correct supported caps in template and getcaps, use correct
37158           caps in try_set_caps functions
37159
37160 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37161
37162         For some reason, I only committed a ChangeLog entry yesterday and
37163         not the corresponding code...
37164         * ext/mad/gstmad.c: Fix detection of Xing headers
37165         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37166
37167 2004-03-06  Benjamin Otte  <otte@gnome.org>
37168
37169         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37170         (gst_ogg_demux_src_query):
37171           make sure to handle the case where there's no current chain
37172           gracefully.
37173
37174 2004-03-05  David Schleef  <ds@schleef.org>
37175
37176         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37177         Add fixate function. (bug #131128)
37178         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37179         (gst_sdlvideosink_fixate):  Add fixate function.
37180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37181         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37182         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37183         Fix missing break that was causing ulaw to be interpreted as
37184         raw int.
37185
37186 2004-03-05  David Schleef  <ds@schleef.org>
37187
37188         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37189         Fix code that ignores return value of gst_buffer_merge().
37190         (bug #114560)
37191         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37192         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37193         * testsuite/gst-lint:  Check for above.
37194
37195 2004-03-05  David Schleef  <ds@schleef.org>
37196
37197         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37198         caps and throw an element error.  (bug #136334)
37199
37200 2004-03-05  David Schleef  <ds@schleef.org>
37201
37202         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37203         (gst_faad_chain): Fix negotiation.
37204         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37205         key and button events.
37206         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37207         dung heap of code.
37208         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37209         depends on gconf
37210         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37211         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37212         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37213         function to encourage better negotiation, particularly between
37214         audioconvert and osssink.
37215         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37216         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37217         more important.
37218         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37219         typefinding.
37220         * gst/vbidec/vbiscreen.c:  Add glib header
37221         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37222
37223 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37224
37225         * ext/mad/gstmad.c: Fix detection of Xing headers
37226         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37227
37228 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37229
37230         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37231         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37232           debug updates
37233
37234 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37235
37236         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37237         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37238         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37239         files, and report the parsed length as a GST_TAG_DURATION tag.
37240         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37241
37242 2004-03-05  Benjamin Otte  <otte@gnome.org>
37243
37244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37245           convert channels correctly. convert correctly to unsigned.
37246
37247 2004-03-05  Julien MOUTTE <julien@moutte.net>
37248
37249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37250         we have a window before clearing it.
37251
37252 2004-03-05  Julien MOUTTE <julien@moutte.net>
37253
37254         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37255         have a window before clearing it.
37256
37257 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37258
37259         * gconf/gstreamer.schemas.in:
37260         * gst-libs/gst/gconf/Makefile.am:
37261           version installation path the same way as for 0.6
37262         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37263         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37264         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37265           remove comment that was fixed
37266
37267 2004-03-05  David Schleef  <ds@schleef.org>
37268
37269         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37270         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37271         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37272         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37273         Add prototype code for handling seeking and querying.
37274
37275 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37276
37277         * examples/gstplay/player.c: (main):
37278           Initialize variables to NULL. Prevents a segfault because the
37279           (uninitialized) variable is not NULL, resulting in a crash on
37280           trying to reach error->message.
37281
37282 2004-03-05  Benjamin Otte  <otte@gnome.org>
37283
37284         * gst/audioconvert/gstaudioconvert.c:
37285         (gst_audio_convert_buffer_to_default_format):
37286         make float=>int conversion work correctly even in cornercases.
37287
37288 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37289
37290         * debian/README.Debian:
37291         * debian/build-deps:
37292         * debian/changelog:
37293         * debian/control:
37294         * debian/control.in:
37295         * debian/copyright:
37296         * debian/gstreamer-a52dec.files:
37297         * debian/gstreamer-aa.files:
37298         * debian/gstreamer-alsa.files:
37299         * debian/gstreamer-alsa.manpages:
37300         * debian/gstreamer-arts.files:
37301         * debian/gstreamer-artsd.files:
37302         * debian/gstreamer-audiofile.files:
37303         * debian/gstreamer-avifile.files:
37304         * debian/gstreamer-cdparanoia.files:
37305         * debian/gstreamer-colorspace.files:
37306         * debian/gstreamer-doc.files:
37307         * debian/gstreamer-dv.files:
37308         * debian/gstreamer-dvd.files:
37309         * debian/gstreamer-esd.files:
37310         * debian/gstreamer-festival.files:
37311         * debian/gstreamer-flac.files:
37312         * debian/gstreamer-gconf.conffiles:
37313         * debian/gstreamer-gconf.files:
37314         * debian/gstreamer-gconf.postinst:
37315         * debian/gstreamer-gnomevfs.files:
37316         * debian/gstreamer-gsm.files:
37317         * debian/gstreamer-http.files:
37318         * debian/gstreamer-jack.files:
37319         * debian/gstreamer-jpeg.files:
37320         * debian/gstreamer-mad.files:
37321         * debian/gstreamer-mikmod.files:
37322         * debian/gstreamer-misc.files:
37323         * debian/gstreamer-mpeg2dec.files:
37324         * debian/gstreamer-oss.files:
37325         * debian/gstreamer-plugin-apps.files:
37326         * debian/gstreamer-plugin-apps.manpages:
37327         * debian/gstreamer-plugin-libs-dev.files:
37328         * debian/gstreamer-plugin-libs.files:
37329         * debian/gstreamer-plugin-template.postinst:
37330         * debian/gstreamer-plugin-template.postrm:
37331         * debian/gstreamer-sdl.files:
37332         * debian/gstreamer-sid.files:
37333         * debian/gstreamer-vorbis.files:
37334         * debian/gstreamer-x.files:
37335         * debian/mk.control:
37336         * debian/rules:
37337         Debian package info not maintained here.
37338
37339 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37340
37341         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37342         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37343         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37344         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37345         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37346         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37347         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37348         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37349         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37350         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37351         * gst-libs/gst/colorbalance/colorbalance.c:
37352         (gst_color_balance_class_init):
37353         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37354         (gst_color_balance_channel_class_init):
37355         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37356         * gst-libs/gst/play/play.c: (gst_play_class_init):
37357         * gst-libs/gst/propertyprobe/propertyprobe.c:
37358         (gst_property_probe_iface_init):
37359         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37360         * gst-libs/gst/tuner/tunerchannel.c:
37361         (gst_tuner_channel_class_init):
37362         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37363         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37364         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37365         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37366         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37367         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37368         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37370         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37371           fix signals to use - instead of _
37372         * ext/libcaca/gstcacasink.h:
37373         * ext/sdl/sdlvideosink.h:
37374           fix header rename
37375
37376 2004-03-04  David Schleef  <ds@schleef.org>
37377
37378         * testsuite/gst-lint:  Add a check for bad signal names.
37379
37380 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37381
37382         reviewed by David Schleef
37383
37384         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37385         modified the alpha channel and caused a warning. (bug #136192)
37386
37387 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37388
37389         * gst-plugins.spec.in:
37390         Change names of plugins to actually be correct. Try to keep things
37391         alphabetical to avoid getting beat up by Thomas
37392
37393 2004-03-03  Julien MOUTTE <julien@moutte.net>
37394
37395         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37396         Using ximagesink as a default if no gconf key found. We should
37397         probably consider using alsasink instead of osssink for the audio
37398         part.
37399
37400 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37401
37402         * configure.ac:
37403           fix --with-plugins, don't think it ever worked before
37404         * gst-plugins.spec.in:
37405           even more updates
37406
37407 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37408
37409         * ext/sdl/sdlvideosink.h:
37410         * sys/ximage/ximagesink.h:
37411         * sys/xvideo/xvideosink.h:
37412         * sys/xvimage/xvimagesink.h:
37413           Fix for move of gstvideosink.h -> videosink.h.
37414
37415 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37416
37417         * gst-libs/gst/xwindowlistener/Makefile.am:
37418           this is a plugin library, not a library
37419
37420 2004-03-01  David Schleef  <ds@schleef.org>
37421
37422         * AUTHORS:  Added some names.  Add yourself if you're still
37423         missing.
37424
37425 2004-03-01  David Schleef  <ds@schleef.org>
37426
37427         * MAINTAINERS: Add
37428
37429 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37430
37431         * gst-plugins.spec.in: clean up spec file
37432
37433 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37434
37435         * gst-libs/gst/video/Makefile.am:
37436         * gst-libs/gst/video/gstvideosink.c:
37437         * gst-libs/gst/video/gstvideosink.h:
37438           rename gstvideosink.h to videosink.h to match other headers
37439         * gst/mixmatrix/Makefile.am:
37440           fix plugin filename
37441         * gst/tags/Makefile.am: fix plugin filename
37442
37443 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37444
37445         * gst/tags/Makefile.am: fix plugin filename
37446
37447 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37448
37449         * examples/gstplay/player.c: (got_time_tick), (main):
37450           add error handler
37451           display time_tick more readably
37452         * gst/mixmatrix/Makefile.am:
37453           fix plugin file name
37454
37455 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37456
37457         * sys/oss/gstosselement.c: (gst_osselement_probe),
37458         (device_combination_append), (gst_osselement_class_probe_devices):
37459         * sys/oss/gstosselement.h:
37460           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37461           on my system using alsa oss emulation, fixes bug #135597
37462
37463 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37464
37465         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37466         (gst_videodrop_chain), (gst_videodrop_change_state):
37467         * gst/videodrop/gstvideodrop.h:
37468           Work based on timestamp of input data, not based on the expected
37469           framerate from the input. The consequence is that this element now
37470           not only scales framerates, but also functions as a framerate
37471           corrector or framerate stabilizer/constantizer.
37472
37473 2004-02-27  David Schleef  <ds@schleef.org>
37474
37475         patches from jmmv@menta.net (Julio M. Merino Vidal)
37476
37477         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37478         GST_ELEMENT_ERROR call (bug #135634)
37479         * gst/interleave/interleave.c: (interleave_buffered_loop),
37480         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37481         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37482         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37483         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37484         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37485         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37486         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37487         Fix GST_ELEMENT_ERROR call.
37488         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37489         GST_ELEMENT_ERROR call.
37490
37491 2004-02-27  Benjamin Otte  <otte@gnome.org>
37492
37493         * gst-libs/gst/audio/audio.h:
37494           add macro to make sure header isn't included twice
37495         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37496           don't use gst_buffer_free
37497         * gst/playondemand/filter.func:
37498           don't use gst_data_free. Free data only once.
37499
37500 2004-02-26  David Schleef  <ds@schleef.org>
37501
37502         * gst-libs/gst/colorbalance/Makefile.am:
37503         * gst-libs/gst/mixer/Makefile.am:
37504         * gst-libs/gst/tuner/Makefile.am:
37505         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37506         should not be disted, -marshal.h files should not be installed,
37507         and -enum.h files _should_ be installed.  Fix to make this the
37508         case.
37509
37510 === release 0.7.5 ===
37511
37512 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37513
37514         * configure.ac: release 0.7.5, "Under The Sea"
37515
37516 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37517
37518         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37519         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37520         * gst/videoscale/gstvideoscale.c:
37521         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37522           assorted debug/warning fixes
37523
37524 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37525
37526         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37527         (gst_videoscale_init), (gst_videoscale_chain),
37528         (gst_videoscale_set_property), (plugin_init):
37529         * gst/videoscale/gstvideoscale.h:
37530         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37531         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37532         (gst_videoscale_planar400), (gst_videoscale_packed422),
37533         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37534         (gst_videoscale_24bit), (gst_videoscale_16bit),
37535         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37536         (gst_videoscale_scale_plane_slow),
37537         (gst_videoscale_scale_point_sample),
37538         (gst_videoscale_scale_nearest),
37539         (gst_videoscale_scale_nearest_str2),
37540         (gst_videoscale_scale_nearest_str4),
37541         (gst_videoscale_scale_nearest_32bit),
37542         (gst_videoscale_scale_nearest_24bit),
37543         (gst_videoscale_scale_nearest_16bit):
37544         add debugging category and use it properly
37545         fix use of GST_PTR_FORMAT
37546
37547 2004-02-25  Andy Wingo  <wingo@pobox.com>
37548
37549         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37550         push only when channel->buffer is NULL. Prevents segfaults doing
37551         the state change after a nonlocal exit, like a scheme exception.
37552
37553         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37554         Handle the case where the intersected caps is empty.
37555
37556 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37557
37558         * gst/law/mulaw-decode.c: (mulawdec_link):
37559         * gst/law/mulaw.c: (plugin_init):
37560           fix mulawdec so it actually works again
37561
37562 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37563
37564         reviewed by: David Schleef  <ds@schleef.org>
37565
37566         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37567         (gst_gamma_init), (gst_gamma_set_property),
37568         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37569         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37570         for RGB, with separate r g and b correction factors. (#131167)
37571
37572 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37573
37574         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37575           only signal tags for bitrate if they're > 0 (#134894)
37576
37577 2004-02-24  David Schleef  <ds@schleef.org>
37578
37579         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37580         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37581         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37582         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37583         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37584         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37585         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37586         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37587         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37588         category.  Attempt to fix timestamp calculation.
37589
37590 2004-02-24  Johan Dahlin  <johan@gnome.org>
37591
37592         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37593
37594 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37595
37596         * configure.ac:
37597         * gconf/Makefile.am:
37598         * gconf/gstreamer.schemas:
37599         * gst-libs/gst/gconf/Makefile.am:
37600         * gst-libs/gst/gconf/gconf.c:
37601           version gconf schemas and install locations
37602
37603 2004-02-23  Benjamin Otte  <otte@gnome.org>
37604
37605         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37606         (gst_xine_input_subclass_init):
37607           call parent dispose.
37608           change pad template for CD reader correctly
37609         * ext/xine/Makefile.am:
37610         * ext/xine/gstxine.h:
37611         * ext/xine/xine.c: (plugin_init):
37612         * ext/xine/xineaudiosink.c:
37613           wrap audio sinks, too
37614         * gst-libs/gst/resample/private.h:
37615         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37616         (gst_resample_reinit), (gst_resample_scale),
37617         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37618         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37619         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37620         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37621         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37622         * gst-libs/gst/resample/resample.h:
37623         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37624         (gst_audioscale_class_init), (gst_audioscale_link),
37625         (gst_audioscale_get_buffer), (gst_audioscale_init),
37626         (gst_audioscale_chain), (gst_audioscale_set_property),
37627         (gst_audioscale_get_property):
37628         * gst/audioscale/gstaudioscale.h:
37629           s/resample_*/gst_resample_*/i to not clobber namespaces
37630
37631 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37632
37633         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37634         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37635         (gst_riff_create_video_template_caps),
37636         (gst_riff_create_audio_template_caps),
37637         (gst_riff_create_iavs_template_caps):
37638         * gst-libs/gst/riff/riff-media.h:
37639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37640         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37641         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37642         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37643         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37644         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37645         (gst_matroska_demux_plugin_init): First batch implementing audio and
37646         video codec tags in demuxers.
37647
37648 2004-02-22  Benjamin Otte  <otte@gnome.org>
37649
37650         * ext/xine/Makefile.am:
37651         * ext/xine/gstxine.h:
37652         * ext/xine/xine.c: (plugin_init):
37653         * ext/xine/xineinput.c:
37654           add input plugin wrapper. Playback from files, http, mms and cdda
37655           works.
37656         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37657           remove leftover G_GNUC_UNUSED
37658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37659         (gst_asf_demux_identify_guid):
37660           improve debugging output
37661
37662 2004-02-22  Benjamin Otte  <otte@gnome.org>
37663
37664         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37665
37666         * autogen.sh:
37667           replace test -e with test -x for mkinstalldirs to be more portable.
37668           (fixes #134816)
37669
37670 2004-02-22  Benjamin Otte  <otte@gnome.org>
37671
37672         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37673
37674         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37675           set rank to PRIMARY
37676         * gst/volume/gstvolume.c: (plugin_init):
37677           set rank to NONE
37678         fixes #134960
37679
37680 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37681
37682         reviewed by Benjamin Otte  <otte@gnome.org>
37683
37684         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37685           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37686
37687 2004-02-22  Benjamin Otte  <otte@gnome.org>
37688
37689         * configure.ac:
37690           export [_]*{gst,Gst,GST}.* symbols from plugins
37691
37692 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37693
37694         reviewed by: Benjamin Otte  <otte@gnome.org>
37695
37696         * ext/lame/gstlame.c: (add_one_tag):
37697         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37699         (gst_vorbisenc_metadata_set1):
37700         * gst/tags/gstid3tag.c:
37701         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37702           apply fixes from bugs #135042 (lame can't write tags) and #133817
37703           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37704
37705 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37706
37707         * configure.ac: Export only gst_plugin_desc from plugins.
37708          Note that this change only makes any effect with Linux using libtool
37709          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37710          fine. And don't try to have several versions of libtool in different
37711          directories.
37712
37713 2004-02-20  Andy Wingo  <wingo@pobox.com>
37714
37715         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37716         interleave respectively.
37717
37718         * gst/interleave/deinterleave.c: New plugin: deinterleave
37719         (replaces on oneton).
37720         * gst/interleave/interleave.c: New plugin: interleave.
37721         * gst/interleave/plugin.h: Support file.
37722         * gst/interleave/plugin.c: Support file.
37723
37724         * configure.ac: Remove intfloat and oneton, add interleave.
37725
37726         * ext/sndfile/gstsf.c: Handle events better.
37727
37728         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37729         and float2int operation. int2float has scheduling problems as
37730         noted in in2float_chain.
37731
37732 2004-02-20  Benjamin Otte  <otte@gnome.org>
37733
37734         * ext/xine/Makefile.am:
37735         * ext/xine/gstxine.h:
37736         * ext/xine/xine.c:
37737         * ext/xine/xineaudiodec.c:
37738         * ext/xine/xinecaps.c:
37739           add first version of xine plugin wrapper. Currently only wraps the
37740           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37741         * configure.ac:
37742         * ext/Makefile.am:
37743           add xine plugin wrapper, disabled by default. Use --enable-xine to
37744           build. Note that it'll segfault on gst-register if you don't remove
37745           the goom and tvtime post plugins from xine.
37746         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37747         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37748           add extradata parsing for QDM2.
37749           change around debugging prints.
37750
37751 2004-02-19  Benjamin Otte  <otte@gnome.org>
37752
37753         * ext/lame/gstlame.c: (gst_lame_chain):
37754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37755           use gst_tag_list_insert when you want to insert tags
37756
37757 2004-02-18  David Schleef  <ds@schleef.org>
37758
37759         * configure.ac:  Move massink to gst-rotten
37760         * ext/Makefile.am:
37761         * ext/mas/Makefile.am:
37762         * ext/mas/massink.c:
37763         * ext/mas/massink.h:
37764
37765 2004-02-18  David Schleef  <ds@schleef.org>
37766
37767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37768         typefinding, since it seems to be worse than nothing.
37769         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37770         atom to recognize .mp4 and .m4a files as video/quicktime.
37771
37772 2004-02-18  David Schleef  <ds@schleef.org>
37773
37774         * gst/sine/demo-dparams.c: (quit_live),
37775         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37776         Use double dparams, not float.
37777         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37778         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37779         sync'd elements don't really work correctly.
37780         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37781         (volume_update_volume), (volume_get_property):  Change dparam
37782         to double.
37783
37784 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37785
37786         * sys/ximage/ximagesink.c:
37787         (gst_ximagesink_xwindow_update_geometry),
37788         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37789         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37790         (gst_ximagesink_init): Rework the way software video scaling works. So
37791         now we check on each chain call if the video frames are feeling the
37792         window. If not we try to renegotiate caps. On failure we memorize that
37793         and we won't try again for that PLAYING sessions.
37794         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37795         failure.
37796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37797         synchronous flag.
37798
37799 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37800
37801         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37802           break up _link so we can give a better debug message for errors
37803
37804 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37805
37806         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37807           set up debug category
37808
37809 2004-02-18  Julien MOUTTE <julien@moutte.net>
37810
37811         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37812         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37813         the way renegotiation work. The event handling function is not taking
37814         care of external windows and renegotiate method check for pad flags
37815         NEGOTIATING. Should fix : #133209
37816
37817 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37818
37819         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37820         pad is negotiating before trying renegotiation.
37821
37822 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37823
37824         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37825           pass on all possible mime types as typefind hints
37826
37827 2004-02-17  Julien MOUTTE <julien@moutte.net>
37828
37829         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37831         possible SHM leak if we crash. All other apps using XShm are doing
37832         that.
37833
37834 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37835
37836         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37837         (gst_ximagesink_expose): Renegotiate size on expose.
37838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37839         size on expose.
37840
37841 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37842
37843         * testsuite/alsa/sinesrc.c:
37844           cosmetic fix to fix compile issue with gcc 2.95.4
37845
37846 2004-02-16  Julien MOUTTE <julien@moutte.net>
37847
37848         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37849         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37850         failed opening the audio device.
37851         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37852         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37853         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37854         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37855         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37856         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37857         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37858         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37859         Removing some useless g_return_if_fail like wingo suggested.
37860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37861         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37862         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37863         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37864         (gst_xvimagesink_update_colorbalance),
37865         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37866         (gst_xvimagesink_xcontext_clear),
37867         (gst_xvimagesink_get_fourcc_from_caps),
37868         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37869         (gst_xvimagesink_set_xwindow_id),
37870         (gst_xvimagesink_colorbalance_list_channels),
37871         (gst_xvimagesink_colorbalance_set_value),
37872         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37873         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37874
37875 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37876
37877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37878           throw error when not negotiated instead of asserting
37879
37880 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37881
37882         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37883         correct data refcounting.
37884
37885 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37886
37887         * gst/switch/gstswitch.c: (gst_switch_change_state),
37888         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37889         change, mostly the EOS flag.
37890
37891 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37892
37893         * examples/gstplay/player.c: (got_eos), (main): Adding some
37894         output for debugging.
37895         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37896         timeouts if we go to any state different from PLAYING.
37897         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37898         more EOS bugs in riff lib.
37899
37900 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37901
37902         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37903         visualization until i find a way to fix switch correctly.
37904         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37905         EOS arrives.
37906         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37907         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37908         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37909         Reworked switch to get a more correct behaviour with events and refing
37910         of data stored in sinkpads.
37911         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37912         we don't pull from a pad in EOS.
37913
37914 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37915
37916         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37917           remove v1 tag even if we can't read it (makes sure we don't detect
37918           it again)
37919
37920 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37921
37922         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37923         (gst_alsa_xrun_recovery):
37924         * ext/alsa/gstalsa.h:
37925           try xrun recovery when wait failed. Make xrun recovery function
37926           return TRUE/FALSE to indicate success. (might fix #134354)
37927
37928 2004-02-13  David Schleef  <ds@schleef.org>
37929
37930         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37931         (dynparm_value_changed), (main): Convert from float to double.
37932         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37933
37934 2004-02-13  David Schleef  <ds@schleef.org>
37935
37936         * gst/silence/gstsilence.c: (gst_silence_class_init),
37937         (gst_silence_set_clock), (gst_silence_get),
37938         (gst_silence_set_property), (gst_silence_get_property):
37939         * gst/silence/gstsilence.h: Add sync property.
37940         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37941         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37942         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37943         * gst/sine/gstsinesrc.h: Add sync property.
37944
37945 2004-02-13  David Schleef  <ds@schleef.org>
37946
37947         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37948         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37949
37950 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37951
37952         * configure.ac:
37953         * ext/Makefile.am:
37954         * gst-libs/ext/Makefile.am:
37955           move ffmpeg plugin to gst-ffmpeg module
37956
37957 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37958
37959         * configure.ac: use GST_ARCH to detect architecture
37960
37961 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37962
37963         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37964
37965 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37966
37967         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37968           classify LADSPA plugins based on number of src/sink pads
37969           (#133663, Stefan Kost)
37970         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37971           fix dparams registration
37972           (#133528, Stefan Kost)
37973         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37974           fix use of isprint and use g_ascii_isprint instead
37975           (#133316, Stefan Kost)
37976
37977 2004-02-11  David Schleef  <ds@schleef.org>
37978
37979         Convert a few inner loops to use liboil.  This is currently
37980         optional, and is only enabled if liboil is present (duh!).
37981         * configure.ac: Check for liboil-0.1
37982         * gst/intfloat/Makefile.am:
37983         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37984         (gst_int2float_chain_gint16):
37985         * gst/videofilter/Makefile.am:
37986         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37987         (tablelookup_u8), (gst_videobalance_planar411):
37988         * gst/videotestsrc/Makefile.am:
37989         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37990         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37991         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37992         (paint_hline_RGB565), (paint_hline_xRGB1555):
37993
37994 2004-02-11  David Schleef  <ds@schleef.org>
37995
37996         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37997         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37998         (gst_colorspace_getcaps), (gst_colorspace_link),
37999         (gst_colorspace_base_init), (gst_colorspace_init),
38000         (gst_colorspace_chain), (gst_colorspace_change_state),
38001         (plugin_init): Merge Ronald's patch (bug #117897) and update
38002         for new caps and negotiation.  Seems to work, although it
38003         shows off bugs in lcs.
38004
38005 2004-02-11  David Schleef  <ds@schleef.org>
38006
38007         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38008         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38009
38010 2004-02-11  David Schleef  <ds@schleef.org>
38011
38012         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38013         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38014         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38015         Add server and port properties
38016
38017 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38018
38019         * m4/a52.m4:
38020         * m4/aalib.m4:
38021         * m4/as-ffmpeg.m4:
38022         * m4/as-liblame.m4:
38023         * m4/as-slurp-ffmpeg.m4:
38024         * m4/check-libheader.m4:
38025         * m4/esd.m4:
38026         * m4/freetype2.m4:
38027         * m4/gconf-2.m4:
38028         * m4/glib.m4:
38029         * m4/gst-alsa.m4:
38030         * m4/gst-artsc.m4:
38031         * m4/gst-ivorbis.m4:
38032         * m4/gst-matroska.m4:
38033         * m4/gst-sdl.m4:
38034         * m4/gst-shout2.m4:
38035         * m4/gst-sid.m4:
38036         * m4/gtk.m4:
38037         * m4/libdv.m4:
38038         * m4/libfame.m4:
38039         * m4/libmikmod.m4:
38040         * m4/ogg.m4:
38041         * m4/vorbis.m4:
38042           fix underquotedness of macros (#133800)
38043         * m4/as-avifile.m4:
38044         * m4/xmms.m4:
38045           removed because no longer used
38046
38047 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38048
38049         * configure.ac:
38050           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38051           by autopoint (fixes #132996)
38052
38053 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38054
38055         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38056         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38057         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38058         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38059           fix memleaks
38060
38061 2004-02-11  David Schleef  <ds@schleef.org>
38062
38063         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38064         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38065         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38066         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38067         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38068         (gst_jpegenc_class_init), (gst_jpegenc_init),
38069         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38070         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38071         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38072         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38073
38074 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38075
38076         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38077         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38078         * ext/mikmod/gstmikmod.h:
38079           fix caps negotiation in mikmod
38080         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38081           output debug information
38082
38083 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38084
38085         * gst-libs/gst/colorbalance/Makefile.am:
38086         * gst-libs/gst/navigation/Makefile.am:
38087         * gst-libs/gst/xoverlay/Makefile.am:
38088           remove unused GST_OPT_CFLAGS from Makefiles
38089           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38090
38091 2004-02-07  David Schleef  <ds@schleef.org>
38092
38093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38094         push events to pads that haven't been created (#133508)
38095
38096 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38097
38098         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38099         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38100         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38101         (gst_dvdec_loop), (gst_dvdec_change_state):
38102         Second attempt at committing a working dvdec element.
38103
38104 2004-02-06  David Schleef  <ds@schleef.org>
38105
38106         Build fixes for OS X: (see #129600)
38107         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38108         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38109         (gst_riff_read_strf_iavs):
38110         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38111         (gst_avi_demux_stream_odml):
38112         * gst/playondemand/Makefile.am:
38113         * gst/rtp/rtp-packet.c:
38114
38115 2004-02-05  David Schleef  <ds@schleef.org>
38116
38117         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38118         last change, because it Just Doesn't Compile.
38119
38120 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38121
38122         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38123           skip undecodable id3v2 tag instead of keeping it
38124
38125 2004-02-05  David Schleef  <ds@schleef.org>
38126
38127         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38128         Unref leaked buffer.  (Noticed by Ronald)
38129
38130 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38131
38132         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38133         Sync requires with other checks.  >= vs =.
38134
38135 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38136
38137         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38138         (gst_dvdec_video_link), (gst_dvdec_loop):
38139         * ext/dv/gstdvdec.h:
38140           rework the caps negotiation so that dvdec works again instead
38141           of just segfaulting.
38142
38143 === release 0.7.4 ===
38144
38145 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38146
38147         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38148         * configure.ac: changed for release
38149
38150 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38151
38152         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38153         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38154         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38155         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38156           reworked patch by David Lehn to fix libdir and includedir for
38157           uninstalled libraries
38158           removed play and gconf from gstreamer-libs since they have their
38159           own pkgconfig files
38160
38161 2004-02-04  David Schleef  <ds@schleef.org>
38162
38163         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38164         memleak.
38165
38166 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38167
38168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38169           use correct GST_TAG_ENCODER tag
38170
38171 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38172
38173         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38174           be sure to stop the clock when going to paused
38175         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38176           reset number of transmitted when going to ready.
38177         fixes #132935
38178
38179 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38180
38181         reviewed by Benjamin Otte
38182
38183         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38184           extract track count (fixes #133410)
38185
38186 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38187
38188         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38189           that should be !=, not == (fixes #132519)
38190
38191 2004-02-04  David Schleef  <ds@schleef.org>
38192
38193         Make sure set_explicit_caps() is called before adding pad.
38194         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38195         * gst/id3/gstid3types.c: (gst_id3types_loop):
38196         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38197         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38198
38199 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38200
38201         * configure.ac:
38202           bump nano to 2, first prerelease
38203           put back AM_PROG_LIBTOOL
38204
38205 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38206
38207         * testsuite/alsa/Makefile.am:
38208           these are user test apps, not automatic testsuite tests
38209
38210 2004-02-04  David Schleef  <ds@schleef.org>
38211
38212         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38213         * gst/mpeg1videoparse/gstmp1videoparse.c:
38214         (mp1videoparse_parse_seq):
38215         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38216         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38217         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38218         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38219         (gst_xvideosink_getcaps):
38220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38221         * testsuite/gst-lint: more tests
38222
38223 2004-02-04  David Schleef  <ds@schleef.org>
38224
38225         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38226         with the code that they would expand to.
38227         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38228         (gst_flacdec_get_src_query_types),
38229         (gst_flacdec_get_src_event_masks):
38230         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38231         (gst_gnomevfssrc_get_query_types),
38232         (gst_gnomevfssrc_get_event_mask):
38233
38234 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38235
38236         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38237         (gst_sinesrc_dispose):
38238           fix memleak by properly disposing sinesrc
38239
38240 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38241
38242         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38243         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38244         an overlay to redraw the image because it has been exposed.
38245         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38246         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38247         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38248         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38249         interface
38250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38251         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38252         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38253         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38254         interface
38255
38256 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38257
38258         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38259           more memleak fixage
38260
38261 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38262
38263         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38264         * gst/typefind/gsttypefindfunctions.c:
38265           fix memleaks shown by gst-typefind
38266
38267 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38268
38269         * common/glib-gen.mak:
38270           add hack rule to touch .Plo files
38271         * gst-libs/gst/colorbalance/Makefile.am:
38272         * gst-libs/gst/mixer/Makefile.am:
38273         * gst-libs/gst/play/Makefile.am:
38274         * gst-libs/gst/tuner/Makefile.am:
38275           remove glib_root variable
38276
38277 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38278
38279         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38280           set explicit caps before adding the element, so the autopluggers can
38281           plug correctly.
38282         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38283         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38284         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38285         (dv_type_find):
38286           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38287           argument.
38288
38289 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38290
38291         * gst-libs/gst/colorbalance/Makefile.am:
38292         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38293         * gst-libs/gst/colorbalance/colorbalance.c:
38294         * gst-libs/gst/colorbalance/colorbalance.h:
38295         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38296         * gst-libs/gst/mixer/Makefile.am:
38297         * gst-libs/gst/mixer/mixer-marshal.list:
38298         * gst-libs/gst/mixer/mixer.c:
38299         * gst-libs/gst/mixer/mixer.h:
38300         * gst-libs/gst/mixer/mixermarshal.list:
38301         * gst-libs/gst/play/Makefile.am:
38302         * gst-libs/gst/play/play.h:
38303         * gst-libs/gst/tuner/Makefile.am:
38304         * gst-libs/gst/tuner/tuner-marshal.list:
38305         * gst-libs/gst/tuner/tuner.c:
38306         * gst-libs/gst/tuner/tuner.h:
38307         * gst-libs/gst/tuner/tunermarshal.list:
38308           use new glib-gen.mak snippet to clean up Makefile.am
38309           fix various bugs in Makefile.am's
38310
38311 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38312
38313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38314           handle chain parsing correctly in the multichain case
38315         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38316         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38317         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38318         (theora_dec_chain):
38319           handle events and queries correctly
38320
38321 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38322
38323         * .cvsignore:
38324         Ignore generated file _stdint.h.
38325
38326 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38327
38328         * gst-libs/gst/colorbalance/Makefile.am:
38329         * gst-libs/gst/colorbalance/colorbalance.h:
38330         * gst-libs/gst/mixer/Makefile.am:
38331         * gst-libs/gst/mixer/mixer.h:
38332         * gst-libs/gst/play/Makefile.am:
38333         * gst-libs/gst/play/play.h:
38334         * gst-libs/gst/tuner/Makefile.am:
38335         * gst-libs/gst/tuner/tuner.h:
38336         Generate enum type code with glib-mkenums.
38337         * gst-libs/gst/colorbalance/.cvsignore:
38338         * gst-libs/gst/mixer/.cvsignore:
38339         * gst-libs/gst/play/.cvsignore:
38340         * gst-libs/gst/tuner/.cvsignore:
38341         Ignore generated files.
38342
38343 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38344
38345         * gst-libs/gst/audio/.cvsignore:
38346         Ignore generated file.
38347         * gst-libs/gst/audio/Makefile.am:
38348         Do not install example filter.
38349
38350 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38351
38352         * examples/switch/.cvsignore:
38353         Ignore generated file.
38354
38355 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38356
38357         * common/m4/ax_create_stdint_h.m4:
38358         * configure.ac:
38359           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38360           _stdint.h.
38361         * Makefile.am:
38362           remove generated _stdint.h in DISTCLEANFILES
38363         * ext/a52dec/gsta52dec.c:
38364           include _stdint.h for a52dec. (should fix #133064)
38365
38366 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38367
38368         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38369         (gst_tag_to_vorbis_comments):
38370         Add replaygain support to vorbistag
38371
38372 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38373         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38374         (gst_ffmpeg_caps_to_extradata):
38375           Fix SVQ3 caps flag properties
38376           Use glib macro for bytes swap
38377
38378 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38379
38380         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38381         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38382         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38383         * ext/sndfile/gstsf.c: (plugin_init):
38384         * gst/avi/gstavi.c: (plugin_init):
38385         * sys/dxr3/dxr3init.c: (plugin_init):
38386         * sys/oss/gstossaudio.c: (plugin_init):
38387         * sys/v4l/gstv4l.c: (plugin_init):
38388         * sys/v4l2/gstv4l2.c: (plugin_init):
38389           remove textdomain calls
38390         * po/nl.po:
38391           update Dutch translation
38392
38393 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38394
38395         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38396         (gst_play_set_audio_sink): Moving volume in the audio thread for
38397         instantaneous volume change. Maybe i will add another volume in front
38398         of visualization later, not sure yet though.
38399
38400 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38401
38402         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38403         (gst_ximagesink_handle_xevents): Better X events handling, only take
38404         the latest events for configure and motion.
38405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38406
38407 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38408
38409         reviewed by: David Schleef  <ds@schleef.org>
38410
38411         Fix memory leaks:
38412         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38413         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38414
38415 2004-02-02  David Schleef  <ds@schleef.org>
38416
38417         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38418         of lines.
38419         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38420         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38421         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38422         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38423         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38424         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38425         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38426         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38427         (gst_float2_2_int_link):
38428         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38429         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38430         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38431         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38432         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38433         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38434         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38435         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38436         * testsuite/gst-lint: Add tests for bzero and ;;
38437
38438 2004-02-02  David Schleef  <ds@schleef.org>
38439
38440         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38441
38442 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38443
38444         * ext/aalib/gstaasink.c: (gst_aasink_open):
38445         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38446         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38447         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38448         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38449         (gst_afsink_close_file):
38450         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38451         (gst_afsrc_close_file):
38452         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38453         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38454         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38455         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38456         * ext/esd/esdmon.c: (gst_esdmon_get):
38457         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38458         * ext/faac/gstfaac.c: (gst_faac_chain):
38459         * ext/faad/gstfaad.c: (gst_faad_chain):
38460         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38461         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38462         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38463         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38464         (gst_flacdec_loop):
38465         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38466         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38467         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38469         (gst_gnomevfssink_close_file):
38470         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38471         (gst_gnomevfssrc_open_file):
38472         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38473         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38474         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38475         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38476         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38477         * ext/mad/gstmad.c: (gst_mad_chain):
38478         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38479         * ext/mpeg2dec/gstmpeg2dec.c:
38480         * ext/mpeg2enc/gstmpeg2enc.cc:
38481         * ext/mplex/gstmplex.cc:
38482         * ext/mplex/gstmplexibitstream.cc:
38483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38484         (gst_ogg_demux_push):
38485         * ext/raw1394/gstdv1394src.c:
38486         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38487         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38488         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38489         (gst_sf_loop):
38490         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38491         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38492         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38493         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38495         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38496         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38497         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38498         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38499         (gst_riff_read_element_data), (gst_riff_read_seek),
38500         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38501         * gst/adder/gstadder.c: (gst_adder_loop):
38502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38503         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38504         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38505         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38506         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38507         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38508         * gst/goom/gstgoom.c: (gst_goom_chain):
38509         * gst/id3/gstid3types.c: (gst_id3types_loop):
38510         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38511         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38512         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38513         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38514         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38515         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38516         (gst_ebml_read_float), (gst_ebml_read_header):
38517         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38518         (gst_matroska_demux_parse_blockgroup):
38519         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38520         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38521         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38522         * gst/silence/gstsilence.c: (gst_silence_get):
38523         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38524         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38525         * gst/speed/gstspeed.c: (speed_loop):
38526         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38527         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38528         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38529         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38530         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38531         (gst_wavparse_loop):
38532         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38533         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38534         (dxr3audiosink_close):
38535         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38536         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38537         (dxr3videosink_close), (dxr3videosink_write_data):
38538         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38539         * sys/oss/gstosssink.c: (gst_osssink_chain):
38540         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38541         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38542         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38544         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38545         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38546         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38547         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38548         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38549         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38550         (gst_v4l_set_audio):
38551         * sys/v4l/v4l_calls.h:
38552         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38553         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38554         (gst_v4lmjpegsink_playback_init),
38555         (gst_v4lmjpegsink_playback_start):
38556         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38557         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38558         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38559         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38560         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38561         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38562         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38563         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38564         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38565         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38566         (gst_v4l2_get_output), (gst_v4l2_set_output),
38567         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38568         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38569         (gst_v4l2_set_attribute):
38570         * sys/v4l2/v4l2_calls.h:
38571         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38572         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38573         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38574         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38575         (gst_v4l2src_capture_stop):
38576         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38577         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38578         (gst_ximagesink_chain):
38579         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38580         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38581         (gst_xvideosink_xwindow_new):
38582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38583         (gst_xvimagesink_chain):
38584
38585 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38586
38587         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38588         (gst_volume_get_volume), (volume_class_init), (volume_init),
38589         (volume_chain_int16), (volume_update_volume):
38590         * gst/volume/gstvolume.h:
38591           make code more readable by removing magic numbers
38592           make mixer interface export 0-100 range
38593           make it internally map to 0.0-1.0 range so users don't distort
38594           output by putting the sliders at full volume
38595
38596 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38597
38598         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38599         (gst_play_state_change), (gst_play_seek_to_time):
38600         block the tick callback for 0.5 secs after doing a seek
38601
38602 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38603
38604         * gst-libs/gst/play/play.c: (gst_play_new):
38605           check for GError
38606
38607 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38608
38609         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38610         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38611         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38612         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38614         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38615
38616 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38617
38618         * configure.ac:
38619         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38620           check for a function added in vorbis 1.1
38621
38622 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38623
38624         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38625         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38626           really start/stop clock only on PLAYING <=> PAUSED
38627         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38628           remove \n from debugging lines
38629         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38630           make it work when seeking does not
38631         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38632           reset on DISCONT
38633
38634 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38635
38636         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38637           start clock on PAUSED=>PLAYING, not later
38638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38639           extract correct time for different discont formats
38640         (gst_alsa_sink_get_time):
38641           don't segfault when no format is negotiated yet, just return 0
38642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38643         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38644         (gst_ogg_pad_push):
38645           handle flush and discont events correctly
38646         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38647           handle discont events correctly
38648
38649 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38650
38651         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38652         (gst_play_error_create), (gst_play_error_plugin),
38653         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38654         * gst-libs/gst/play/play.h:
38655           add error handling during creation
38656         * examples/gstplay/player.c: (main):
38657           use new gst_play_new
38658
38659
38660 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38661
38662         * ext/theora/theoradec.c: (theora_dec_chain):
38663           make comments work
38664         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38665         (vorbis_dec_src_event), (vorbis_dec_chain):
38666           add encoder tag, fix tag reading to be more error tolerant, change
38667           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38668           gst_pad_event_default.
38669         * gst/tags/gstvorbistag.c:
38670         (gst_tag_list_from_vorbiscomment_buffer):
38671           undefine function specific define at end of function
38672
38673 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38674
38675         * ext/flac/gstflac.c: (plugin_init):
38676         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38677         * ext/flac/gstflacdec.h:
38678         * ext/flac/gstflacenc.h:
38679           Fix typos
38680
38681 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38682
38683         * examples/gstplay/player.c: s/gstplay.h/play.h/
38684
38685 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38686
38687         * gst-libs/gst/play/Makefile.am:
38688         * gst-libs/gst/play/gstplay.c:
38689         * gst-libs/gst/play/gstplay.h:
38690         * gst-libs/gst/play/play.c:
38691           more surgery, operation complete
38692
38693 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38694
38695         * gst-libs/gst/play/play.old.c:
38696         * gst-libs/gst/play/play.old.h:
38697           after CVS surgery by moving, remove
38698         * gst-libs/gst/play/playpipelines.c:
38699           remove
38700
38701         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38702           add negotiation error
38703
38704 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38705
38706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38707         (gst_ogg_demux_push):
38708           add some seeking debug info
38709           send a flush when seeking
38710
38711 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38712
38713         * configure.ac:
38714           use AC_C_INLINE
38715         * configure.ac:
38716         * ext/Makefile.am:
38717         * ext/theora/Makefile.am:
38718         * ext/theora/theoradec.c:
38719           add theora video decoder. Does just do simple decoding for now and
38720           has been tested against Theora cvs only. It only works when theora
38721           is compiled with --enable-static.
38722         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38723           always reset packetno on DISCONT
38724
38725 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38726
38727         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38728           Fix audio.
38729
38730 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38731
38732         * gst/mpegaudioparse/gstmpegaudioparse.c:
38733         (mp3_type_frame_length_from_header):
38734           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38735
38736 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38737
38738         * ext/esd/esdsink.c: (gst_esdsink_init):
38739           Since we have static pad template caps, we don't need to negotiate;
38740           either the core errors out or we know the format.
38741
38742 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38743
38744         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38745         (gst_riff_read_seek):
38746         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38747         (gst_ebml_read_seek):
38748           Fix event handling.
38749
38750 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38751
38752         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38753           removee video/x-theora from vp3 decoder, it doesn't handle raw
38754           theora streams
38755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38756           fix bug with finalizing element that never went to PAUSED
38757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38758           length and position queries were swapped
38759         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38760         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38761         (vorbis_dec_src_event):
38762           implement querying time and bytes
38763
38764 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38765
38766         * just about every source file:
38767           gst_element_error -> GST_ELEMENT_ERROR
38768
38769 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38770
38771         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38772         emiting FLUSH and even before DISCONT.
38773         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38774         get the best instant seeking as possible yay!
38775
38776 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38777
38778         * gst/mpeg1videoparse/gstmp1videoparse.c:
38779         (gst_mp1videoparse_real_chain):
38780           Committed wrong version last week... Grr... Didn't notice until now.
38781
38782 2004-01-29  Julien MOUTTE <julien@moutte.net>
38783
38784         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38786         have_xwindow_id signal in xwindow_create.
38787
38788 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38789
38790         * ext/ogg/gstoggdemux.c:
38791           lots of changes - mainly support for chained bitstreams, seeking,
38792           querying and bugfixes of course
38793         * ext/vorbis/Makefile.am:
38794         * ext/vorbis/vorbisdec.c:
38795         * ext/vorbis/vorbisdec.h:
38796           add vorbisdec raw vorbis decoder
38797         * ext/vorbis/vorbis.c: (plugin_init):
38798           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38799         * gst/intfloat/Makefile.am:
38800         * gst/intfloat/float22int.c:
38801         * gst/intfloat/float22int.h:
38802         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38803           add float2intnew plugin. It converts multichannel interleaved float to
38804           multichannel interleaved int. The name should probably be changed.
38805         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38806         (plugin_init):
38807           add typefinding for raw theora video so oggdemux can detect it.
38808
38809 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38810
38811         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38812         sink element first.
38813         * gst/videoscale/gstvideoscale.c:
38814         (gst_videoscale_handle_src_event): Fixing src event handler.
38815
38816 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38817
38818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38819         (gst_v4lsrc_open), (gst_v4lsrc_close),
38820         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38821         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38822         * sys/v4l/gstv4lsrc.h:
38823         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38824         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38825           Implement resizing... Hack. But that's why v4l is b0rked...
38826
38827 2004-01-28  Julien MOUTTE <julien@moutte.net>
38828
38829         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38830         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38831         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38832         (gst_ximagesink_xwindow_destroy):
38833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38834         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38835         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38836         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38837         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38838         correctly cleaning the image created to check xshm calls on succes,
38839         added a lot of XSync calls in X11 functions, and fixed a segfault when
38840         no image format was defined before negotiation happened.
38841
38842 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38843
38844         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38845           use gst_element_get_time to get correct time
38846
38847 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38848
38849         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38850         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38851         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38853         (gst_xvimagesink_check_xshm_calls),
38854         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38855         X plugins are now able to detect that XShm calls will fail even if the
38856         server claims that it has XShm support (remote displays most of the
38857         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38858         so that we use non XShm functions. This feature is almost useless for
38859         xvimagesink as Xv is not supported on remote displays anyway, but
38860         it might happen than even on the local display XShm calls fail.
38861
38862 2004-01-27  David Schleef  <ds@schleef.org>
38863
38864         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38865         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38866         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38867         changed esdsink to only use 44100,16,2, since esd sucks at rate
38868         conversion and esdsink has had difficulty negotiating.
38869
38870 2004-01-27  Julien MOUTTE <julien@moutte.net>
38871
38872         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38873         (gst_play_seek_to_time): Fixing the way to get current position.
38874
38875 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38876
38877         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38878           use gst_element_get_time to get correct time
38879
38880 2004-01-27  Julien MOUTTE <julien@moutte.net>
38881
38882         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38883         fix ever... Inverting 2 lines of code make spider autoplug correctly
38884         tagged mp3 !
38885
38886 2004-01-27  David Schleef  <ds@schleef.org>
38887
38888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38889         Use gst_pad_try_set_caps_nonfixed().
38890
38891 2004-01-27  David Schleef  <ds@schleef.org>
38892
38893         * gst/ac3parse/gstac3parse.c: update to checklist 5
38894         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38895         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38896         * gst/audioscale/gstaudioscale.c: same
38897         * gst/auparse/gstauparse.c: same
38898         * gst/avi/gstavidemux.c: same
38899
38900 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38901
38902         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38903           stop processing after EOS
38904
38905 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38906
38907         * gst/asfdemux/asfheaders.h:
38908         * gst/asfdemux/gstasfdemux.c:
38909         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38910         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38911         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38912           lot's of fixes to make data extraction simpler and get the code
38913           architecture and compiler independant. Add debugging category
38914         * gst/goom/gstgoom.c: (gst_goom_change_state):
38915           reset channel count on PAUSED=>READY, not READY=>PAUSED
38916
38917 2004-01-26  Colin Walters  <walters@verbum.org>
38918
38919         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38920         code to pull a bigger buffer in iradio mode.  This as a side effect
38921         makes typefinding work.
38922
38923 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38924
38925         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38926         Fix SVQ3 decoding on PPC
38927
38928 2004-01-26  Julien MOUTTE <julien@moutte.net>
38929
38930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38931         that one managed to stay there... Fixed.
38932
38933 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38934
38935         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38936         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38937         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38938         (qtdemux_video_caps):
38939         * gst/qtdemux/qtdemux.h:
38940         Add SVQ3 specific flags to qtdemux and ffmpeg
38941
38942 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38943
38944         * gst-libs/gst/audio/audio.h:
38945           remove buffer-frames from audio caps
38946         * gst/audioconvert/gstaudioconvert.c:
38947           fix plugin to really work.
38948
38949 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38950
38951         * gst-libs/gst/mixer/mixer.c:
38952         * gst-libs/gst/propertyprobe/propertyprobe.c:
38953         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38954         (gst_tuner_find_channel_by_name):
38955         * gst-libs/gst/tuner/tuner.h:
38956           Add gtk-doc style comments. Also fix a function name.
38957
38958 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38959
38960         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38961         (gst_divxdec_negotiate):
38962           Fix for new capsnego - also fixes gst-player with divxdec.
38963
38964 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38965
38966         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38967         (gst_play_identity_handoff), (gst_play_set_location),
38968         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38969         try in visualization implementation. Still have an issue with switch
38970         blocking when pulling from video_queue and only audio comes out of
38971         spider.
38972         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38973         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38974         release method. And check if the pad is usable before pulling.
38975
38976 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38977
38978         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38979         (gst_videobalance_init),
38980         (gst_videobalance_colorbalance_list_channels),
38981         (gst_videobalance_colorbalance_set_value),
38982         (gst_videobalance_colorbalance_get_value),
38983         (gst_videobalance_update_properties),
38984         (gst_videobalance_update_tables_planar411),
38985         (gst_videobalance_planar411):
38986         * gst/videofilter/gstvideobalance.h:
38987           Implement lookup-tables. +/- 10x faster.
38988
38989 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38990
38991         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38992         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38993           The index reading was broken. The rest worked fine, but the whole
38994           goal of my rewrite was to make avidemux readable, and this was
38995           not at all readable. Please use typed variables.
38996
38997 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38998
38999         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39000           Additional pad usability check.
39001         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39002         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39003         (gst_mp1videoparse_real_chain):
39004           Fix MPEG video stream parsing. The original plugin had several
39005           issues, including not timestamping streams where the source was
39006           not timestamped (this happens with PTS values in mpeg system
39007           streams, but MPEG video is also a valid stream on its own so
39008           that needs timestamps too). We use the display time code for that
39009           for now. Also, if one incoming buffer contains multiple valid
39010           frames, we push them all on correctly now, including proper EOS
39011           handling. Lastly, several potential segfaults were fixed, and we
39012           properly sync on new sequence/gop headers to include them in next,
39013           not previous frames (since they're header for the next frame, not
39014           the previous). Also see #119206.
39015         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39016         (bpf_from_header):
39017           Move caps setting so we only do it after finding several valid
39018           MPEG-1 fraes sequentially, not right after the first one (which
39019           might be coincidental).
39020         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39021         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39022         (plugin_init):
39023           Add unsynced MPEG video stream typefinding, and change some
39024           probability values so we detect streams rightly. The idea is as
39025           follows: I can have an unsynced system stream which contains
39026           video. In the current code, I would randomly get a type for either
39027           system or video stream type found, because the probabilities are
39028           being calculated rather randomly. I now use fixed values, so we
39029           always prefer system stream if that was found (and that is how it
39030           should be). If no system stream was found, we can still identity                the stream as video-only.
39031
39032 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39033
39034         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39035         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39036           don't write to buffer. Extract data without the need of
39037           __attribute__ ((packed))
39038
39039 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39040
39041         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39042         (mpeg1_sys_type_find):
39043           Fix MPEG-1 stream typefinding.
39044
39045 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39046
39047         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39048           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39049
39050 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39051
39052         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39053         * ext/esd/gstesd.c: (plugin_init):
39054           private debugging, better error reporting
39055
39056 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39057
39058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39059         (gst_riff_read_init), (gst_riff_read_change_state):
39060         * gst-libs/gst/riff/riff-read.h:
39061           Remove stuff fromold metadata system.
39062
39063 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39064
39065         * ext/ogg/gstoggdemux.c:
39066           Fix wrong file comment.
39067         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39068         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39069           Add metadata reading properly.
39070
39071 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39072
39073         * ext/Makefile.am:
39074           Fix nas DIST_SUBDIRS
39075           Uraeus:
39076           Fix bug where make distcheck doesn't get run on adding stuff to
39077           the build.
39078
39079 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39080
39081         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39082         * ext/divx/gstdivxdec.h:
39083           Fix divx3 ("msmpeg4") playback using divxdec.
39084
39085 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39086
39087         * gst/typefind/gsttypefindfunctions.c:
39088         (mp3_type_frame_length_from_header): fix bug in length computation
39089         (mp3_type_find): improve debugging output
39090
39091 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39092
39093         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39094         (gst_play_set_location), (gst_play_seek_to_time),
39095         (gst_play_set_audio_sink), (gst_play_set_visualization),
39096         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39097         the pipeline from scratch. Visualization is back and switch went out as
39098         i realized it was not possible to use the way i wanted.
39099         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39100         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39101         clearing in state change from READY to NULL. So that one can clean the
39102         X ressources keeping the element.
39103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39104         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39105         (gst_xvimagesink_colorbalance_set_value),
39106         (gst_xvimagesink_colorbalance_get_value),
39107         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39108         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39109         change from READY to NULL and fixed some stupid bugs in colorbalance
39110         get/set values. Also added the following feature : when nobody tries to
39111         set some values to the colorbalance levels before the xcontext is
39112         grabbed, then when creating channels list from Xv attributes we set the
39113         internal values to the Xv defaults. This way we handle buggy Xv drivers
39114         that set default hue values far from the middle of the range (Thanks
39115         to Jon Trowbridge for pointing that issue).
39116         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39117         colorbalance levels have been set before xcontext is grabbed.
39118
39119 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39120
39121         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39122           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39123           it might block operations (which is bad for a mixer).
39124
39125 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39126
39127         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39128         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39129         (gmip_find_type_pre):
39130         * gst-libs/gst/media-info/media-info-priv.h:
39131         * gst-libs/gst/media-info/media-info.c:
39132         (gst_media_info_instance_init), (gst_media_info_read_idler):
39133         add fakesink to get caps on decoder src pad again
39134         fix callback prototype to match new have_type signal signature
39135
39136 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39137
39138         * gst/adder/gstadder.c: (gst_adder_link):
39139           fix non-compile and cut-n-paste code
39140
39141 2004-01-21  David Schleef  <ds@schleef.org>
39142
39143         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39144         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39145         (gst_swfdec_init), (gst_swfdec_change_state):
39146         * ext/swfdec/gstswfdec.h:
39147         Fix negotiation.
39148         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39149         (gst_adder_request_new_pad): Fix negotiation.
39150         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39151         Add a fixate function.
39152         * gst/intfloat/gstfloat2int.c:
39153         * gst/intfloat/gstfloat2int.h:
39154         * gst/intfloat/gstint2float.c:
39155         * gst/intfloat/gstint2float.h:
39156         Completely rewrite the negotiation.  Doesn't quite work yet,
39157         due to some buffer-frames problem.
39158
39159 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39160
39161         * ext/gnomevfs/gstgnomevfssrc.c:
39162         * sys/v4l2/v4l2_calls.h:
39163           fix includes for distcheck
39164
39165 2004-01-21  Christian Schaller <uraeus@gnome.org>
39166
39167         * ext/nas/
39168         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39169         based on earlier patch from Laurent Vivier
39170
39171 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39172
39173         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39174         Fix wma caps property
39175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39176         Fix typo (flags1 and flags2)
39177
39178 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39179
39180         * gst-libs/gst/media-info/media-info-priv.c:
39181         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39182         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39183         (gmip_find_stream), (gmip_find_track_metadata),
39184         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39185         (gmip_find_track_format):
39186         * gst-libs/gst/media-info/media-info-priv.h:
39187         * gst-libs/gst/media-info/media-info-test.c: (main):
39188         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39189         (gst_media_info_read_idler), (gst_media_info_read):
39190         * gst-libs/gst/media-info/media-info.h:
39191           register debugging category and use it for debugging
39192
39193 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39194
39195         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39196         (gst_vorbisfile_new_link):
39197           signal streaminfo through tags
39198
39199 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39200
39201         * ext/mplex/gstmplex.cc:
39202         * ext/mplex/gstmplexibitstream.cc:
39203           g++ doesn't like NULL in our i18n/error macros, should be
39204           either (NULL) or ("").
39205
39206 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39207
39208         * sys/dxr3/dxr3audiosink.c:
39209         * sys/dxr3/dxr3init.c:
39210         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39211         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39212           Fix more error error error errors (missing includes here).
39213
39214 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39215
39216         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39217           fix thomas' error errors.
39218
39219 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39220
39221         * ext/mpeg2enc/gstmpeg2enc.cc:
39222           fix error errors.
39223
39224 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39225
39226         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39227         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39228           Fix for new error system.
39229
39230 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39231
39232         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39233           fix for new error reporting
39234
39235 2004-01-20  David Schleef  <ds@schleef.org>
39236
39237         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39238         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39239         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39240         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39241         and neither is 100+, most likely.
39242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39243         (gst_xvimagesink_getcaps): same
39244
39245 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39246
39247         * configure.ac:
39248           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39249           clashes with ffmpeg.
39250
39251 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39252
39253         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39254         (gst_switch_init): Fixed switch element : proxying link and setting
39255         caps from src to sink on request.
39256
39257 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39258
39259         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39260         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39261         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39262         fix element_error
39263
39264 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39265
39266         * sys/v4l/v4l_calls.h:
39267         * sys/v4l2/v4l2_calls.h:
39268           element_error fixes
39269
39270 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39271
39272         * gst-libs/gst/gst-i18n-plugin.h:
39273           add locale.h
39274           remove config.h inclusion
39275
39276 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39277
39278         * autogen.sh:
39279           adding autopoint invocation
39280         * Makefile.am:
39281         * configure.ac:
39282         * gst-libs/gst/gettext.h:
39283           adding gettext bits
39284         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39285         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39286         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39287         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39288         (gst_gnomevfssink_close_file):
39289         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39290         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39291         * gst-libs/gst/gst-i18n-plugin.h:
39292         * gst/avi/gstavi.c: (plugin_init):
39293         * sys/dxr3/dxr3init.c: (plugin_init):
39294         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39295         * sys/oss/gstossaudio.c: (plugin_init):
39296         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39297         * sys/v4l/gstv4l.c: (plugin_init):
39298         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39299         * sys/v4l2/gstv4l2.c: (plugin_init):
39300         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39301         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39302         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39303         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39304         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39305         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39306           make sure locale and translation domain are set
39307           fix translated strings
39308         * po/.cvsignore:
39309         * po/LINGUAS:
39310         * po/Makevars:
39311         * po/POTFILES.in:
39312         * po/nl.po:
39313           put translation files into place
39314         * sys/xvideo/imagetest.c: (main):
39315         * ext/dv/demo-play.c: (main):
39316           fix unnecessary translations
39317
39318 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39319
39320         * ext/sndfile/gstsf.c:
39321         * gst/avi/gstavimux.c:
39322         * ext/audiofile/gstafsink.c:
39323         * ext/audiofile/gstafsrc.c:
39324         * ext/gnomevfs/gstgnomevfssink.c:
39325         * ext/gnomevfs/gstgnomevfssrc.c:
39326         * sys/oss/gstosselement.c:
39327         * sys/v4l/v4l_calls.h:
39328           fix i18n include
39329
39330 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39331
39332         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39333         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39334         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39335         (gst_v4l2_get_output), (gst_v4l2_set_output),
39336         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39337         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39338         (gst_v4l2_set_attribute):
39339         update to new error handling
39340
39341 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39342
39343         * ext/sidplay/gstsiddec.cc:
39344         * gst/modplug/gstmodplug.cc:
39345           parenthese NULL because C++ seems angry about it
39346
39347 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39348
39349         * gst-libs/gst/gst-i18n-plugin.h:
39350           add skeleton i18n stuff, but needs to be further implemented
39351
39352 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39353
39354         * examples/gstplay/player.c: (main):
39355         * ext/aalib/gstaasink.c: (gst_aasink_open):
39356         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39358         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39359         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39360         (gst_afsink_close_file):
39361         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39362         (gst_afsrc_close_file):
39363         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39364         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39365         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39366         * ext/esd/esdmon.c: (gst_esdmon_get):
39367         * ext/esd/esdsink.c: (gst_esdsink_chain):
39368         * ext/faac/gstfaac.c: (gst_faac_chain):
39369         * ext/faad/gstfaad.c: (gst_faad_chain):
39370         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39371         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39372         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39373         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39374         (gst_flacdec_loop):
39375         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39376         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39377         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39378         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39379         (gst_gnomevfssink_close_file):
39380         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39381         (gst_gnomevfssrc_open_file):
39382         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39383         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39384         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39385         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39386         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39387         * ext/mad/gstmad.c: (gst_mad_chain):
39388         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39389         * ext/mpeg2dec/gstmpeg2dec.c:
39390         * ext/mpeg2enc/gstmpeg2enc.cc:
39391         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39392         * ext/mplex/gstmplex.cc:
39393         * ext/mplex/gstmplexibitstream.cc:
39394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39395         (gst_ogg_demux_push), (gst_ogg_pad_push):
39396         * ext/raw1394/gstdv1394src.c:
39397         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39398         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39399         * ext/sidplay/gstsiddec.cc:
39400         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39401         (gst_sf_loop):
39402         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39403         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39404         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39406         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39407         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39408         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39409         * gst-libs/gst/Makefile.am:
39410         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39411         (gst_riff_read_element_data), (gst_riff_read_seek),
39412         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39413         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39414         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39415         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39416         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39417         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39418         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39419         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39420         * gst/goom/gstgoom.c: (gst_goom_chain):
39421         * gst/id3/gstid3types.c: (gst_id3types_loop):
39422         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39423         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39424         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39425         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39426         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39427         (gst_ebml_read_float), (gst_ebml_read_header):
39428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39429         (gst_matroska_demux_parse_blockgroup):
39430         * gst/modplug/gstmodplug.cc:
39431         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39432         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39433         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39434         * gst/silence/gstsilence.c: (gst_silence_get):
39435         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39436         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39437         * gst/speed/gstspeed.c: (speed_loop):
39438         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39439         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39440         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39441         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39442         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39443         (gst_wavparse_loop):
39444         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39445         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39446         (dxr3audiosink_close):
39447         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39448         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39449         (dxr3videosink_close), (dxr3videosink_write_data):
39450         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39451         * sys/oss/gstosselement.h:
39452         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39453         (gst_osssink_chain):
39454         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39455         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39456         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39457         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39458         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39459         (gst_v4l_enable_overlay):
39460         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39461         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39462         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39463         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39464         (gst_v4l_set_audio):
39465         * sys/v4l/v4l_calls.h:
39466         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39467         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39468         (gst_v4lmjpegsink_playback_init),
39469         (gst_v4lmjpegsink_playback_start):
39470         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39471         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39472         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39473         (gst_v4lmjpegsrc_requeue_frame):
39474         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39475         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39476         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39478         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39479         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39480         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39481         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39482         (gst_v4l2src_capture_stop):
39483         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39484         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39485         (gst_ximagesink_chain):
39486         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39487         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39488         (gst_xvideosink_xwindow_new):
39489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39490         (gst_xvimagesink_chain):
39491         use new error signal, function and categories
39492
39493 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39494
39495         * configure.ac:
39496         * ext/Makefile.am:
39497         * ext/musicbrainz/gsttrm.c:
39498         * ext/musicbrainz/gsttrm.h:
39499         * ext/musicbrainz/Makefile.am:
39500         Add a trm plugin
39501
39502 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39503
39504         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39505         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39506         synchronous property for debugging.
39507         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39509         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39510         smaller block, fixing indent.
39511
39512 2004-01-16  David Schleef  <ds@schleef.org>
39513
39514         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39515         property affects the video stream.
39516         * sys/xvimage/xvimagesink.c:
39517         * sys/xvimage/xvimagesink.h:
39518         Add synchronous property for debugging.  Should probably be
39519         disabled in non-CVS builds.  Make sure that the Xv attribute
39520         exists before we set it (crash!).  Fix a silly float bug that
39521         caused colorbalance to just not work.
39522
39523 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39524
39525         * tools/gst-launch-ext.in - update for new plugins
39526
39527 2004-01-16  David Schleef  <ds@schleef.org>
39528
39529         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39530         already-freed caps.
39531
39532 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39533
39534         * Update spec for new colorspace plugin and libcaca plugin
39535         * Fix compilation of libcaca plugin (clock -> id)
39536
39537 2004-01-16  Julien MOUTTE <julien@moutte.net>
39538
39539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39540         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39541         (gst_xvimagesink_set_xwindow_id),
39542         (gst_xvimagesink_colorbalance_set_value),
39543         (gst_xvimagesink_colorbalance_get_value),
39544         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39545         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39546         correct colorbalance properties. They can now be set when the element
39547         is still in NULL state. The values will be committed to the Xv Port
39548         when xcontext is initialized.
39549         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39550         brightness int values in the GstXvImagesink structure.
39551
39552 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39553
39554         * gst-libs/gst/Makefile.am:
39555           restructure so having local patches works easier.
39556
39557 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39558
39559         * ext/mpeg2enc/Makefile.am:
39560         * ext/mpeg2enc/gstmpeg2enc.cc:
39561         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39562           Bugfix with respect to EOS handling.
39563
39564 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39565
39566         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39567           Link with right caps (else, it segfaults).
39568         * ext/mplex/gstmplexjob.cc:
39569           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39570
39571 2004-01-15  David Schleef  <ds@schleef.org>
39572
39573         * gst-libs/gst/audio/Makefile.am:
39574         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39575         from the template.
39576         * gst-libs/gst/audio/gstaudiofilter.c:
39577         * gst-libs/gst/audio/gstaudiofilter.h:
39578         Add bytes_per_sample and size and n_samples calculation.
39579         * gst-libs/gst/audio/gstaudiofilterexample.c:
39580         Remove, now autogenerated.
39581         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39582         Moved from gstaudiofilterexample, object name changed, code added
39583         so that it actually works.
39584         * gst-libs/gst/audio/make_filter:
39585         Script to build an audiofilter subclass from the template.
39586         * gst/colorspace/Makefile.am:
39587         * gst/colorspace/yuv2yuv.c:
39588         Remove file, since it's GPL, and we don't use it.
39589
39590 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39591
39592         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39594         them use the buffer free function to test how the buffer was allocated.
39595
39596 2004-01-15  David Schleef  <ds@schleef.org>
39597
39598         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39599         that handles osssink fallback.
39600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39601         (gst_audio_convert_getcaps):
39602         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39603         Add audio/x-qdm2 for QDM2 audio.
39604         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39605         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39606         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39607         Decrease minimum size to 16x16.
39608         * gst/wavparse/gstwavparse.c:
39609         Convert disabled pad template caps to new caps.
39610         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39612         (gst_xvimagesink_chain): Throw element error when display cannot
39613         be opened.  Increase minimum framerate to 1.0.  Check the data
39614         free function on a buffer to make sure it is the type we expect
39615         before manipulating it.
39616
39617 2004-01-15  Julien MOUTTE <julien@moutte.net>
39618
39619         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39620         (gst_videobalance_colorbalance_set_value): Implement passthru if
39621         settings are in the middle.
39622         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39623
39624 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39625
39626         * gst/videofilter/Makefile.am:
39627         * gst/volume/Makefile.am:
39628           Since we use videofilter symbols, link to it.
39629
39630 2004-01-15  Julien MOUTTE <julien@moutte.net>
39631
39632         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39633         mixer interface type to HARDWARE.
39634         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39635         type to SOFTWARE.
39636         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39637         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39638         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39639         (gst_volume_interface_init), (gst_volume_list_tracks),
39640         (gst_volume_set_volume), (gst_volume_get_volume),
39641         (gst_volume_set_mute), (gst_volume_mixer_init),
39642         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39643         (volume_init): Implementing mixer interface.
39644         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39645         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39646         (gst_osselement_change_state): Removing some trailing commas in
39647         structures.
39648         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39649         interface type to HARDWARE.
39650         * sys/v4l/gstv4lcolorbalance.c:
39651         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39652         type to HARDWARE.
39653         * sys/v4l2/gstv4l2colorbalance.c:
39654         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39655         interface type to HARDWARE.
39656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39657         same code than ximagesink for event handling.
39658
39659 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39660
39661         * ext/snapshot/Makefile.am:
39662         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39663         (gst_snapshot_chain):
39664         * ext/snapshot/gstsnapshot.h:
39665           This has to be a joke... Snapshot should be connected to a tee,
39666           colorspace element before it and EOS after that, where the other
39667           src of the tee receives normal data.
39668           The current way is *wrong*.
39669
39670 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39671
39672         * ext/hermes/gsthermescolorspace.c:
39673           Fix another compile error. Same as below.
39674
39675 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39676
39677         * gst/colorspace/gstcolorspace.c:
39678         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39679         (gst_colorspace_i420_to_yv12):
39680           Fix compiling... Didn't test if it actually works.
39681
39682 2004-01-15  David Schleef  <ds@schleef.org>
39683
39684         * configure.ac:
39685         * gst/colorspace/Makefile.am:
39686         * gst/colorspace/gstcolorspace.c:
39687         * gst/colorspace/gstcolorspace.h:
39688         * gst/colorspace/yuv2rgb.c:
39689         * gst/colorspace/yuv2rgb.h:
39690         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39691         code and GPL code.  Fix for new caps negotiation.  Rewrite
39692         much of the format handling code, and some of the conversion
39693         code.  Basically, rewrote almost everything.  This element
39694         handles I420, YV12 to RGB conversions.
39695         * ext/hermes/Makefile.am:
39696         * ext/hermes/gsthermescolorspace.c:
39697         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39698         Remove non-Hermes related code.  This element handles lots of
39699         RGB to RGB conversions, but no YUV.
39700         * ext/hermes/gstcolorspace.c:
39701         * ext/hermes/gstcolorspace.h:
39702         * ext/hermes/rgb2yuv.c:
39703         * ext/hermes/yuv2rgb.c:
39704         * ext/hermes/yuv2rgb.h:
39705         * ext/hermes/yuv2rgb_mmx16.s:
39706         * ext/hermes/yuv2yuv.c:
39707         * ext/hermes/yuv2yuv.h:
39708         Remove old code.
39709
39710 2004-01-14  Colin Walters  <walters@verbum.org>
39711
39712         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39713         they've already been.
39714
39715 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39716
39717         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39718           assume tag mode when pad is not connected
39719
39720 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39721
39722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39723           Don't update the time of the clock
39724         (gst_alsa_sink_loop):
39725           sync to the clock given to alsasink, not the own clock
39726         * sys/oss/gstosssink.c: (gst_osssink_chain):
39727           sync to the clock
39728         (gst_osssink_change_state):
39729           activate the clock
39730         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39732           remove bogus code that made DISCONT events unhandled
39733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39734           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39735           #131502)
39736         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39737         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39738         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39739           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39740           2nd warning in bug #131502)
39741
39742 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39743
39744         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39745         (gst_videobalance_colorbalance_set_value),
39746         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39747         for colorbalance interface implementation.
39748         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39749         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39750         (gst_ximagesink_dispose), (gst_ximagesink_init),
39751         (gst_ximagesink_class_init): Adding DISPLAY property.
39752         * sys/ximage/ximagesink.h: Adding display_name to store display.
39753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39754         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39755         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39756         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39757         properties (they still need polishing though for gst-launch use : no
39758         xcontext yet, i ll do that tomorrow).
39759         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39760
39761 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39762
39763         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39764         (gst_play_set_location), (gst_play_set_visualization): Preparing
39765         switch integration, adding videobalance in the pipeline.
39766
39767 2004-01-14  Julien MOUTTE <julien@moutte.net>
39768
39769         * gst-libs/gst/colorbalance/colorbalance.c:
39770         (gst_color_balance_class_init): Adding a default type.
39771         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39772         the type.
39773         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39774         (gst_videobalance_dispose), (gst_videobalance_class_init),
39775         (gst_videobalance_init), (gst_videobalance_interface_supported),
39776         (gst_videobalance_interface_init),
39777         (gst_videobalance_colorbalance_list_channels),
39778         (gst_videobalance_colorbalance_set_value),
39779         (gst_videobalance_colorbalance_get_value),
39780         (gst_videobalance_colorbalance_init): Implementing colorbalance
39781         interface.
39782         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39783         list.
39784         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39785         bug which was triggering a BadAccess X error when setting an overlay
39786         before pad was really negotiated.
39787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39788         Using the colorbalance type macro.
39789
39790 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39791
39792         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39793         (gst_flacenc_chain):
39794           handle tags correctly
39795         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39796           extract ID3v1 tags correctly
39797
39798 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39799
39800         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39801         (plugin_init):
39802           Improve matroska typefinding for odd-typed headers...
39803
39804 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39805
39806         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39807           Fix for using incremental number on padnames.
39808
39809 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39810
39811         * ext/divx/gstdivxdec.c:
39812         * ext/divx/gstdivxenc.c:
39813           Set category to divx4linux instead of divx (too generic).
39814         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39815         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39816         (gst_wavparse_loop), (gst_wavparse_change_state):
39817         * gst/wavparse/gstwavparse.h:
39818           fix parsing of WAV files with non-standard fmt-tag size and fix
39819           skipping of unrecognized chunks... Someone please fix this thing
39820           to use rifflib so all this is automated.
39821         * sys/v4l/Makefile.am:
39822         * sys/v4l2/Makefile.am:
39823           Add X_CFLAGS because we depend on X (for overlay).
39824
39825 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39826
39827         * ext/mpeg2dec/gstmpeg2dec.c:
39828           Don't issue a timestamp unless we tagged the frame
39829           with a PTS.
39830
39831 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39832
39833         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39834           Query the audio element to get the time, not the clock. We're
39835           interested in the element's time here.
39836
39837 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39838
39839         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39841         * ext/esd/esdsink.c: (gst_esdsink_chain):
39842         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39843         * ext/mas/massink.c: (gst_massink_chain):
39844         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39845         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39846         (gst_matroska_demux_parse_metadata):
39847         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39848         (gst_mpeg_parse_release_locks):
39849         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39850         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39851         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39852         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39853         (gst_osssink_change_state):
39854         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39855         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39856         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39857         (gst_xvideosink_release_locks):
39858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39859           use element time.
39860         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39861         (gst_alsa_clock_stop):
39862         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39863         (gst_audio_clock_get_internal_time):
39864           simplify for use with new clocking code.
39865         * testsuite/alsa/Makefile.am:
39866         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39867           fix testsuite for new caps system
39868
39869 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39870
39871         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39872         * ext/flac/gstflacenc.c: (add_one_tag):
39873           length is already host endian, no need to convert. Fixes playback of
39874           tagged files on PPC. (bug #128384)
39875
39876 2004-01-13  Julien MOUTTE <julien@moutte.net>
39877
39878         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39879         colorbalance interface stating if it is hardware based or software
39880         based.
39881         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39882         Removing a trailing comma.
39883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39884         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39885         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39886         the documentation seems to be wrong on the -1000 to 1000 interval.
39887
39888 2004-01-12  David Schleef  <ds@schleef.org>
39889
39890         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39891         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39892         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39893         Fix negotiation.  Add a bufferalloc function for the sink pad,
39894         and generally clean up some of the code.
39895
39896 2004-01-12  Julien MOUTTE <julien@moutte.net>
39897
39898         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39899         (gst_color_balance_channel_dispose): Adding safety check in dispose
39900         method.
39901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39902         (gst_xvimagesink_xcontext_clear),
39903         (gst_xvimagesink_interface_supported),
39904         (gst_xvimagesink_colorbalance_list_channels),
39905         (gst_xvimagesink_colorbalance_set_value),
39906         (gst_xvimagesink_colorbalance_get_value),
39907         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39908         Adding colorbalance interface support to set XV parameters such as
39909         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39910         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39911         interface.
39912
39913 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39914
39915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39916         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39917         (gst_audio_convert_init), (gst_audio_convert_set_property),
39918         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39919         (gst_audio_convert_link),
39920         (gst_audio_convert_buffer_to_default_format),
39921         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39922           - implement _getcaps and use it
39923           - improve linking
39924           - remove float caps since no float conversion is actually done
39925           - remove properties and arguments that were to be used for rate
39926             conversion
39927
39928 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39929
39930         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39931         (gst_audio_structure_set_int):
39932         * gst-libs/gst/audio/audio.h:
39933           add helper functions for _getcaps matching the standard audio
39934           templates
39935
39936 2004-01-12  David Schleef  <ds@schleef.org>
39937
39938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39939         Test that pad is negotiated before getting its caps.
39940
39941 2004-01-12  Julien MOUTTE <julien@moutte.net>
39942
39943         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39944         analyzing the pads of an element the bin is mostly in READY state so
39945         no caps were negotiated. This helper function needs to work with
39946         _get_caps directly then. I was not freeing them though, added that to
39947         fix the mem leak.
39948
39949 2004-01-12  Julien MOUTTE <julien@moutte.net>
39950
39951         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39953         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39954         than the free_func.
39955
39956 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39957
39958         * sys/oss/gstossaudio.c: (plugin_init):
39959         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39960         * sys/oss/gstosselement.h:
39961           make an oss debugging category
39962           make failure more descriptive
39963
39964 2004-01-11  David Schleef  <ds@schleef.org>
39965
39966         * ext/ffmpeg/gstffmpeg.c:
39967         * ext/ffmpeg/gstffmpegcodecmap.c:
39968         * ext/ffmpeg/gstffmpegdec.c:
39969         * ext/ffmpeg/gstffmpegenc.c:
39970         * ext/ffmpeg/gstffmpegprotocol.c:
39971         * ext/gdk_pixbuf/gstgdkanimation.c:
39972         * ext/jpeg/gstjpeg.c:
39973         * ext/libpng/gstpng.c:
39974         * ext/mpeg2dec/perftest.c:
39975         * ext/speex/gstspeex.c:
39976         * gst-libs/gst/resample/dtos.c:
39977         * gst/intfloat/gstintfloatconvert.c:
39978         * gst/oneton/gstoneton.c:
39979         * gst/rtjpeg/RTjpeg.c:
39980         * gst/rtp/gstrtp.c:
39981         * sys/dxr3/dxr3init.c:
39982         * sys/glsink/gstgl_nvimage.c:
39983         * sys/glsink/gstgl_pdrimage.c:
39984         * sys/glsink/gstglsink.c:
39985         * testsuite/gst-lint:
39986         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39987
39988 2004-01-11  David Schleef  <ds@schleef.org>
39989
39990         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39991         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39992         * ext/gdk_pixbuf/gstgdkanimation.c:
39993         (gst_gdk_animation_iter_create_pixbuf):
39994         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39995         (gst_gdk_pixbuf_chain):
39996         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39997         * ext/jack/gstjack.c: (gst_jack_change_state):
39998         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39999         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40000         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40001         * gst/videofilter/gstvideofilter.c:
40002         (gst_videofilter_set_output_size):
40003         Remove all usage of gst_pad_get_caps(), and replace it with
40004         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40005
40006 2004-01-11  David Schleef  <ds@schleef.org>
40007
40008         * configure.ac:
40009         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40010         * ext/divx/gstdivxdec.c:
40011         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40012         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40013         handle images that span multiple buffers.  Now work with both
40014         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40015         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40016         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40017         video/video.h changes
40018         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40019         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40020         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40021         of GstData free function.
40022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40023         same.
40024
40025 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40026
40027         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40028         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40029         (gst_v4l2element_get_property):
40030         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40031           add norm, channel and frequency properties.
40032         * sys/v4l2/gstv4l2tuner.c:
40033           fixes for tuner interface changes
40034         * sys/v4l2/gstv4l2element.h:
40035         * sys/v4l2/gstv4l2src.c:
40036         * sys/v4l2/gstv4l2src.h:
40037         * sys/v4l2/v4l2src_calls.c:
40038         * sys/v4l2/v4l2src_calls.h:
40039           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40040
40041 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40042
40043         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40044         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40045         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40046         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40047         * gst-libs/gst/tuner/tuner.h:
40048           GObjects aren't const.
40049           Add find_by_name functions.
40050           Add checks to _changed functions.
40051         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40052         (gst_v4l_tuner_get_norm):
40053           Fixes for above.
40054
40055 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40056
40057         * gst-libs/gst/video/video.h:
40058           Fix caps template names to be understandable.
40059           Prefix everything with GST_VIDEO.
40060         * ext/aalib/gstaasink.c:
40061         * ext/divx/gstdivxdec.c:
40062         * ext/divx/gstdivxenc.c:
40063         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40064         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40065         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40066         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40067         * ext/libcaca/gstcacasink.c:
40068         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40069         * ext/snapshot/gstsnapshot.c:
40070         * ext/swfdec/gstswfdec.c:
40071         * ext/xvid/gstxviddec.c:
40072         * ext/xvid/gstxvidenc.c:
40073         * gst/chart/gstchart.c:
40074         * gst/deinterlace/gstdeinterlace.c:
40075         * gst/effectv/gsteffectv.c:
40076         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40077         * gst/goom/gstgoom.c:
40078         * gst/median/gstmedian.c:
40079         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40080         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40081         * gst/overlay/gstoverlay.c:
40082         * gst/smooth/gstsmooth.c:
40083         * gst/smpte/gstsmpte.c:
40084         * gst/synaesthesia/gstsynaesthesia.c:
40085         * gst/videocrop/gstvideocrop.c:
40086         * gst/videodrop/gstvideodrop.c:
40087         * gst/y4m/gsty4mencode.c:
40088         * sys/qcam/gstqcamsrc.c:
40089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40090           Make them work with new video.h file.
40091         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40092         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40094         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40095           Make it work with new buffer allocation system.
40096
40097 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40098
40099         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40100         pad_alloc_buffer implementation to use ->srcpad
40101         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40102         pad_alloc_buffer implementation to use ->srcpad
40103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40104         pad_alloc_buffer implementation to use ->srcpad
40105         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40106         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40107         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40108         a reference to everything we need.
40109         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40111         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40112         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40113         a reference to everything we need.
40114         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40115
40116 2004-01-11  David Schleef  <ds@schleef.org>
40117
40118         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40119         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40120         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40121         structure members.
40122         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40123         value during a resize/renegotiation.
40124         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40125         gst_pad_alloc_buffer();
40126         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40127         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40128         structure members.
40129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40130         Fix for rename of buffer private structure members.
40131         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40132         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40133         Fix for rename of buffer private structure members.
40134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40135         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40136         Fix for rename of buffer private structure members.
40137
40138 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40139
40140         reviewed by: David Schleef <ds@schleef.org>
40141
40142         * gst/videofilter/Makefile.am:
40143         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40144         from the patch by ds to fit in with recent make_filter changes.
40145
40146 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40147
40148         * configure.ac: Adding examples/switch/Makefile
40149         * examples/Makefile.am: Adding examples/switch
40150         * examples/switch/Makefile.am: Adding switcher example.
40151         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40152         (switch_timer), (main): Adding an example demonstrating switch usage
40153         with 2 videotestsrc showing different patterns.
40154         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40155         (gst_switch_init): Fixing switch with the new caps system.
40156
40157 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40158
40159         * gst-libs/gst/video/video.h:
40160           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40161           They should probably be like
40162           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40163
40164 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40165
40166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40167         (qtdemux_parse_trak):
40168           fix audio chunk size/timestamp calculation
40169
40170 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40171
40172         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40173           fix SVQ3 caps
40174
40175 2004-01-11  Steve Baker  <steve@stevebaker.org>
40176
40177         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40178         (gst_agingtv_base_init), (gst_agingtv_class_init),
40179         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40180         (gst_agingtv_set_property), (gst_agingtv_get_property):
40181         Port agingTV to videofilter
40182
40183 2004-01-09  Julien MOUTTE <julien@moutte.net>
40184
40185         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40186         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40187
40188 2004-01-09  Julien MOUTTE <julien@moutte.net>
40189
40190         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40191         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40192         * gst-libs/gst/xoverlay/xoverlay.c:
40193         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40194         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40195         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40196         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40197         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40198         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40199         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40200         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40201         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40202         interface implementation to handle xid being 0 and fix some bugs
40203         triggered by Benjamin's testcase.
40204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40205         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40206         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40207         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40208         interface implementation to handle xid being 0 and fix some bugs
40209         triggered by Benjamin's testcase.
40210
40211 2004-01-09  David Schleef  <ds@schleef.org>
40212
40213         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40214         mouse pointer events.  It works.
40215
40216 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40217
40218         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40219           Use explicit caps - fix capsnego.
40220         * ext/xvid/gstxviddec.c:
40221         * ext/xvid/gstxvidenc.c:
40222           Remove macro-inside-macro which caused compile errors.
40223         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40224           Error out if it's not a RIFF file. Else we error out without
40225           gst_element_error() which is not good...
40226
40227 2004-01-08  David Schleef  <ds@schleef.org>
40228
40229         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40230         Fix pad_link function to handle formats that ffmpeg returns
40231         as multiple caps structures.
40232         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40233         Only complain if source buffer is _smaller_ than expected.
40234         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40235         (gst_videoscale_handle_src_event): Resize navigation events
40236         when passing them upstream.
40237         * gst/videotestsrc/gstvideotestsrc.c:
40238         * gst/videotestsrc/gstvideotestsrc.h:
40239         * gst/videotestsrc/videotestsrc.c:
40240         * gst/videotestsrc/videotestsrc.h:
40241         Rewrite many of the buffer painting functions to handle odd
40242         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40243         been verified to work with my video card.
40244         * testsuite/gst-lint:  Add check for elements calling
40245         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40246
40247 2004-01-08  David Schleef  <ds@schleef.org>
40248
40249         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40250         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40251
40252 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40253
40254         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40255         configure event is not emiting the desired size signal. That fixes
40256         aspect ratio issues with gst-player.
40257
40258 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40259
40260         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40261           Fix capsnego.
40262
40263 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40264
40265         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40266         public method to fire size signal.
40267
40268 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40269
40270         * examples/gstplay/Makefile.am: Adding the interface library.
40271         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40272         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40273         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40274         GST_IS_X_OVERLAY before signal connect.
40275         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40276         Removing the have_video_size signal.
40277         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40278         and associated public method.
40279         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40280         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40281         signal.
40282         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40283         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40284         signal.
40285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40286         Using XOverlay public method to fire size signal.
40287
40288 2004-01-07  David Schleef  <ds@schleef.org>
40289
40290         * gst/videofilter/Makefile.am:
40291         * gst/videofilter/gstvideotemplate.c:
40292         * gst/videofilter/make_filter:
40293         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40294         Convert make_filter to /bin/sh script.
40295
40296 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40297
40298         * gst/modplug/gstmodplug.cc: fix element description
40299
40300 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40301
40302         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40303         (got_video_size): Adding some new lines in g_print calls.
40304         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40305         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40306         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40307         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40308         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40309         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40310         Complete code review, reverting some stuff i disagree with, adding
40311         some fixes : time synchronization on invalid timestamps, renegotiation
40312         of private window.
40313         * sys/ximage/ximagesink.h:
40314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40315         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40316         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40317         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40318         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40319         (gst_xvimagesink_buffer_new),
40320         (gst_xvimagesink_navigation_send_event),
40321         (gst_xvimagesink_set_xwindow_id),
40322         (gst_xvimagesink_get_desired_size),
40323         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40324         stuff i disagree with, adding some fixes : Renegotiation of private
40325         window, implementing get_desired_size.
40326
40327 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40328
40329         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40330         (gst_afsink_handle_event):
40331         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40332         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40333         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40334         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40335         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40336           Fix for instantiate-test (see core). Also remove dead code from
40337           jpegenc (which still needs fixing, but that's lower on my TODO
40338           list...).
40339         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40340           Never return NULL as caps.
40341
40342 2004-01-07  David Schleef  <ds@schleef.org>
40343
40344         * configure.ac:
40345         * ext/Makefile.am:
40346         * ext/librfb/Makefile.am:
40347         * ext/librfb/gstrfbsrc.c:
40348         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40349         is the protocol used by VNC.
40350
40351 2004-01-07  David Schleef  <ds@schleef.org>
40352
40353         * gst/videofilter/gstvideotemplate.c:
40354         * gst/videofilter/gstvideotemplate.h:
40355         * gst/videofilter/make_filter:
40356         Merge videotemplate header into source file.
40357         * gst/effectv/Makefile.am:
40358         * gst/effectv/gsteffectv.c: (plugin_init):
40359         * gst/effectv/gstwarp.c:
40360         Make warpTV a subclass of videofilter.
40361
40362 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40363
40364         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40365           Add guard against invalid utf-8 conversions in mad. Just in case.
40366
40367 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40368
40369         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40370           Fix for bug shown by poisoning
40371
40372 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40373
40374         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40375         (gst_v4lmjpegsrc_buffer_free):
40376         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40377         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40378         (gst_v4lsrc_buffer_free):
40379           Fix for removed bufferpools.
40380
40381 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40382
40383         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40384         Fix caps negotiation.
40385
40386         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40387         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40388         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40389         (dvdnavsrc_event):
40390         * ext/mpeg2dec/gstmpeg2dec.c:
40391         * gst-libs/gst/navigation/navigation.c:
40392         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40393         * gst-libs/gst/navigation/navigation.h:
40394         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40395         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40397         Super-simple first version of mouse and keyboard events. Clicking
40398         on a DVD menu now works, although it may not take you where you
40399         expected.
40400
40401         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40402         * gst/videotestsrc/gstvideotestsrc.c:
40403         (gst_videotestsrc_src_fixate):
40404         These fixate functions were broken - they never actually
40405         fixated :)
40406
40407 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40408
40409         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40410         (gst_icecastsend_init):
40411           fix for new caps system.
40412         * gst-libs/gst/mixer/mixertrack.h:
40413         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40414           Add 'master track' flag (for tools like ACME that only want to
40415           change the main volume).
40416
40417 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40418
40419         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40420         (gst_xvid_csp_to_caps):
40421         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40422         * ext/xvid/gstxvidenc.c:
40423         ifdef out ARGB type when it isn't available
40424         in xvidcore 1.0.0beta2
40425
40426 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40427
40428         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40429           When we have received a new SCR right in the first buffer after
40430           a seek (so in the same cycle that handles the discont), we should
40431           handle the buffer instead of unreffing it, else we lose data.
40432
40433 2004-01-06  Iain <iain@prettypeople.org>
40434
40435         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40436           buffer-frames caps too.
40437
40438         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40439           caps that we need, don't destroy them all and rebuild them. And when
40440           creating src pads, use the src pad template rather than the sink...
40441
40442 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40443
40444         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40445           Add pad to element *after* setting functions such as event handler.
40446           Without this, the scheduler (opt) will link pads, set the event
40447           handler from the default event function (dispatcher in gstpad.c)
40448           and *after* that, we will set our own event function, which will
40449           thus never be used (and thus mpegdemux doesn't handle events).
40450
40451 2004-01-04  David Schleef  <ds@schleef.org>
40452
40453         Fix the fixate functions to handle new prototype:
40454         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40455         * gst/videotestsrc/gstvideotestsrc.c:
40456         (gst_videotestsrc_src_fixate):
40457         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40458         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40460
40461 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40462
40463         * sys/ximage/ximagesink.h:
40464         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40465         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40466         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40467         (gst_ximagesink_xoverlay_init):
40468           assorted fixes to make (re)embedding work
40469         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40470         (gst_ximagesink_get_desired_size):
40471           implement desired size additions to XOverlay
40472
40473 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40474
40475         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40476         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40477         (gst_x_overlay_got_desired_size):
40478         * gst-libs/gst/xoverlay/xoverlay.h:
40479           Add optional "desired size" signal and querying.
40480
40481 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40482
40483         * gst/matroska/matroska-demux.c:
40484         (gst_matroska_demux_parse_blockgroup):
40485           Fix EBML-laced block parsing. Diffs are relative to previous
40486           lace, not the first lace. Thanks to Mosu from the Matroska
40487           team for detecting this.
40488         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40489         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40490         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40491         (gst_wavparse_change_state):
40492         * gst/wavparse/gstwavparse.h:
40493           Quickfix for capsnego.
40494
40495 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40496
40497         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40498           Fix indenting, fix pad creation.
40499
40500 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40501
40502         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40503         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40504         (gst_xviddec_sink_link):
40505           Implement src_getcaps() so proper size caps is negotiated.
40506
40507 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40508
40509         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40510           Finish flac decoder on EOS. See #116178.
40511
40512 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40513
40514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40515         (gst_matroska_demux_add_stream):
40516         * gst/matroska/matroska-ids.h:
40517           Add getcaps() function to fix capsnego...
40518
40519 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40520
40521         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40522         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40523         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40524           Fix more integer overflows. Again, see #126967.
40525
40526 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40527
40528         * ext/mpeg2dec/gstmpeg2dec.c:
40529           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40530           #130416.
40531
40532 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40533
40534         * configure.ac:
40535         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40536         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40537         * ext/xvid/gstxvid.h:
40538         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40539         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40540         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40541         (gst_xviddec_change_state):
40542         * ext/xvid/gstxviddec.h:
40543         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40544         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40545         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40546         (gst_xvidenc_link), (gst_xvidenc_set_property),
40547         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40548         * ext/xvid/gstxvidenc.h:
40549           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40550
40551 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40552
40553         * gst/rtp/rtp-packet.c:
40554           Add sys/types.h include, since OS X doesn't define in_addr_t
40555           in netinet/in.h, like it does on Linux (see #129600).
40556
40557 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40558
40559         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40560
40561         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40562           Correct logic of dispose function (see #129306).
40563
40564 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40565
40566         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40567         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40568         (gst_mpeg_parse_init):
40569         * gst/mpegstream/gstmpegparse.h:
40570           Remove clock (which was never provided, i.e. dead code), and
40571           also fix integer overflows at high PTS values (see #126967).
40572
40573 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40574
40575         * ext/flac/gstflacdec.c:
40576         * ext/libpng/gstpngenc.h:
40577         * ext/mikmod/gstmikmod.h:
40578           OS X fixes (see #126628).
40579
40580 2004-01-02  David Schleef  <ds@schleef.org>
40581
40582         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40583         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40584         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40585         (gst_mpeg_parse_class_init): Move pad template registration
40586         to class_init, since the derived class (mpegdemux) doesn't
40587         want them.
40588
40589 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40590
40591         * sys/ximage/Makefile.am:
40592         * sys/xvideo/Makefile.am:
40593         * sys/xvimage/Makefile.am:
40594           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40595           after installation (see #127664).
40596
40597 2004-01-02  David Schleef  <ds@schleef.org>
40598
40599         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40600         (gst_ffmpegenc_connect):  Negotiation fixes.
40601         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40602         Remove inappropriate gst_caps_free().
40603         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40604         Reenable Ronald's internal resize code, since the core handles
40605         it correctly now.
40606
40607 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40608
40609         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40610         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40611         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40612           Fix pad template stuff.
40613
40614 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40615
40616         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40617         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40618           fix signed integer reading/writing.
40619
40620 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40621
40622         * ext/alsa/README:
40623           Remove outdated document
40624
40625 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40626
40627         * gst/cutter/gstcutter.c: (gst_cutter_init):
40628           src pad was being created twice - oops.
40629
40630 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40631
40632         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40633           Comment out internal resize. It doesn't handle the resulting
40634           XEvent internally, does another try_set_caps() which leads to
40635           a really nice loop.
40636           Real fix will come when Julien and Dave are awake. ;).
40637
40638 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40639
40640         * ext/mpeg2enc/gstmpeg2enc.cc:
40641           fix const/nonconst compile issue.
40642
40643 2004-01-02  David Schleef  <ds@schleef.org>
40644
40645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40646         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40647         Add fixate function and a check for bad formats.
40648
40649 2004-01-01  David Schleef  <ds@schleef.org>
40650
40651         Negotiation fixes:
40652         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40653         (gst_audiofilter_init):
40654         * gst/debug/efence.c: (gst_efence_init):
40655         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40656         (gst_deinterlace_init):
40657         * gst/volume/gstvolume.c: (volume_connect):
40658
40659 2004-01-01  David Schleef  <ds@schleef.org>
40660
40661         Convert elements to use gst_pad_use_explicit_caps() where
40662         appropriate:
40663         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40664         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40665         (gst_afparse_open_file):
40666         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40667         (gst_afsrc_open_file):
40668         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40669         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40670         (gst_ffmpegdec_chain):
40671         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40672         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40673         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40674         (gst_gdk_pixbuf_chain):
40675         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40676         (gst_jpegdec_chain):
40677         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40678         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40679         (gst_mikmod_negotiate):
40680         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40681         (gst_mpeg2dec_negotiate_format):
40682         * ext/mpeg2enc/gstmpeg2enc.cc:
40683         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40684         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40685         (gst_speexdec_sinkconnect):
40686         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40687         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40688         (gst_vorbisfile_new_link):
40689         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40690         (gst_ac3parse_chain):
40691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40692         (gst_asf_demux_setup_pad):
40693         * gst/auparse/gstauparse.c: (gst_auparse_init),
40694         (gst_auparse_chain):
40695         * gst/id3/gstid3types.c: (gst_id3types_loop):
40696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40697         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40698         (mp1videoparse_parse_seq):
40699         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40700         (bpf_from_header):
40701         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40702         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40703         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40704         (gst_mpeg_parse_send_data):
40705         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40706         (gst_qtdemux_add_stream):
40707         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40708         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40709         (gst_wavparse_parse_fmt):
40710
40711 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40712
40713         * configure.ac:
40714           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40715           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40716           it therefore uses the wrong include paths. Too bad... Note
40717           that 1.6.1.93 is not release yet. ;).
40718           Also add a check for mplex, which is now using the lib'ified
40719           mplex from mjpegtools, too.
40720         * ext/ffmpeg/gstffmpegcodecmap.c:
40721           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40722           issues. I don't think ffmpeg handles 3ivx correctly, so this
40723           probably won't work. But it won't hurt either.
40724         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40725         (gst_ffmpegdec_chain):
40726         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40727         (gst_ffmpegenc_chain_audio):
40728           Fix memleak in audio encoding. Close codec if open fails, this
40729           calls the cleanup routines so we can re-use the context.
40730         * ext/mpeg2enc/gstmpeg2enc.cc:
40731           Fix pad template names/types, fix memory issue with getcaps().
40732         * ext/mpeg2enc/gstmpeg2encoder.cc:
40733         * ext/mpeg2enc/gstmpeg2encoder.hh:
40734           Fix compile issue with new caps system (const thingy).
40735         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40736         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40737           We read a first frame right on initing, so that we have a caps
40738           when we init the output. This caps is cached in padprivate and
40739           read as first frame.
40740         * ext/mplex/Makefile.am:
40741         * ext/mplex/gstmplex.cc:
40742         * ext/mplex/gstmplex.h:
40743         * ext/mplex/gstmplex.hh:
40744         * ext/mplex/gstmplexibitstream.cc:
40745         * ext/mplex/gstmplexibitstream.hh:
40746         * ext/mplex/gstmplexjob.cc:
40747         * ext/mplex/gstmplexjob.hh:
40748         * ext/mplex/gstmplexoutputstream.cc:
40749         * ext/mplex/gstmplexoutputstream.hh:
40750           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40751           had issues, didn't do capsnego, supported only a subset of the
40752           mplex features and required a mplex fork in our local CVS. Plus
40753           that it worked agaist a very old mplex version. Rewriting was
40754           faster than updating it.
40755         * gst-libs/ext/Makefile.am:
40756         * gst-libs/ext/mplex/INSTRUCT:
40757         * gst-libs/ext/mplex/Makefile.am:
40758         * gst-libs/ext/mplex/README:
40759         * gst-libs/ext/mplex/TODO:
40760         * gst-libs/ext/mplex/ac3strm_in.cc:
40761         * gst-libs/ext/mplex/audiostrm.hh:
40762         * gst-libs/ext/mplex/audiostrm_out.cc:
40763         * gst-libs/ext/mplex/aunit.hh:
40764         * gst-libs/ext/mplex/bits.cc:
40765         * gst-libs/ext/mplex/bits.hh:
40766         * gst-libs/ext/mplex/buffer.cc:
40767         * gst-libs/ext/mplex/buffer.hh:
40768         * gst-libs/ext/mplex/fastintfns.h:
40769         * gst-libs/ext/mplex/format_codes.h:
40770         * gst-libs/ext/mplex/inputstrm.cc:
40771         * gst-libs/ext/mplex/inputstrm.hh:
40772         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40773         * gst-libs/ext/mplex/mjpeg_logging.cc:
40774         * gst-libs/ext/mplex/mjpeg_logging.h:
40775         * gst-libs/ext/mplex/mjpeg_types.h:
40776         * gst-libs/ext/mplex/mpastrm_in.cc:
40777         * gst-libs/ext/mplex/mpegconsts.cc:
40778         * gst-libs/ext/mplex/mpegconsts.h:
40779         * gst-libs/ext/mplex/mplexconsts.hh:
40780         * gst-libs/ext/mplex/multplex.cc:
40781         * gst-libs/ext/mplex/outputstream.hh:
40782         * gst-libs/ext/mplex/padstrm.cc:
40783         * gst-libs/ext/mplex/padstrm.hh:
40784         * gst-libs/ext/mplex/stillsstream.cc:
40785         * gst-libs/ext/mplex/stillsstream.hh:
40786         * gst-libs/ext/mplex/systems.cc:
40787         * gst-libs/ext/mplex/systems.hh:
40788         * gst-libs/ext/mplex/vector.cc:
40789         * gst-libs/ext/mplex/vector.hh:
40790         * gst-libs/ext/mplex/videostrm.hh:
40791         * gst-libs/ext/mplex/videostrm_in.cc:
40792         * gst-libs/ext/mplex/videostrm_out.cc:
40793         * gst-libs/ext/mplex/yuv4mpeg.cc:
40794         * gst-libs/ext/mplex/yuv4mpeg.h:
40795         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40796         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40797           We don't fork mjpegtools' mplex in our CVS anymore.
40798         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40799         (gst_avi_demux_add_stream):
40800         * gst/avi/gstavidemux.h:
40801           Add getcaps() function for proper caps nego. This makes some
40802           parts of AVI playback/reading work.
40803         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40804           Resize window on new capsnego. This is probably wrong, but
40805           I'm still committing it because with current capsnego, the
40806           first successfull capsnego is auto-fixated, therefore rounded
40807           down to the lowest values in the caps. this results in a 16x16
40808           XWindow that is not reized when real capsnego finishes.
40809           Dave, I see more cases of this, do you know a proper solution?
40810         * tools/gst-launch-ext.in:
40811           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40812
40813 2003-12-31  David Schleef  <ds@schleef.org>
40814
40815         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40816         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40817           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40818
40819 2003-12-30  David Schleef  <ds@schleef.org>
40820
40821         * ext/ffmpeg/gstffmpegcolorspace.c:
40822         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40823         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40824         (gst_ffmpegcsp_chain): Negotiation fixes
40825         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40827         (gst_audio_convert_link), (gst_audio_convert_channels):
40828         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40829         (gst_audioscale_link), (gst_audioscale_get_buffer),
40830         (gst_audioscale_chain): Negotiation fixes
40831         * gst/audioscale/gstaudioscale.h:
40832         * gst/videofilter/gstvideofilter.c:
40833         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40834         (gst_videofilter_link), (gst_videofilter_init),
40835         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40836         (gst_videofilter_find_format_by_structure):
40837         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40838         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40839         (gst_videoscale_link):
40840         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40841         (videoscale_find_by_structure), (gst_videoscale_setup):
40842         * gst/videoscale/videoscale.h: Negotiation fixes
40843         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40844         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40845         function, restrict resizing to a multiple of 4 (hack until
40846         everyone supports odd sizes correctly).
40847
40848 2003-12-29  Colin Walters  <walters@verbum.org>
40849
40850         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40851         signed.
40852
40853 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40854
40855         * ext/sndfile/gstsf.c: (gst_sf_loop):
40856           Fix warning about discarding const qualifier
40857
40858 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40859
40860         * gst/cutter/gstcutter.c:
40861         * gst/videoscale/gstvideoscale.c:
40862         * gst/volenv/gstvolenv.c:
40863         * gst-libs/gst/audio/audio.c:
40864         * gst-libs/gst/video/video.c:
40865           Fix warnings
40866
40867 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40868
40869         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40870           Don't send ALSA debugging to stderr.
40871         * ext/alsa/gstalsa.h:
40872           Use GST_WARNING instead of g_warning when ALSA functions fail.
40873
40874 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40875
40876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40877           Free XVAdapterInfo correctly.
40878
40879 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40880
40881         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40882         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40883           Make id3tag use correct caps nego.
40884
40885 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40886
40887         * ext/ivorbis/vorbis.c:
40888         * ext/ivorbis/vorbisenc.h:
40889         * ext/ivorbis/vorbisfile.c:
40890           Modify so that it uses the new caps things
40891
40892 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40893
40894         * testsuite/spider/spider1.c: (main):
40895         * testsuite/spider/spider2.c: (main):
40896         * testsuite/spider/spider3.c: (main):
40897           Make tests compile again. They probably don't work.
40898
40899 2003-12-24  Colin Walters  <walters@verbum.org>
40900
40901         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40902         we can't fixate the caps anymore.
40903
40904 2003-12-23  David Schleef  <ds@schleef.org>
40905
40906         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40907         * sys/oss/gstosssink.c: (gst_osssink_init),
40908         (gst_osssink_sink_fixate): Add fixate function.
40909
40910 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40911
40912         * ext/ffmpeg/gstffmpegcodecmap.c:
40913         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40914         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40915         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40916         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40917         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40918         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40919         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40920           fix typo in RGB masks, and move back to "old" colorspace
40921           capsnego code until whoever wrote this new crap has actually
40922           tested it so that it works.
40923           And yes, this works, keep it that way please.
40924
40925 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40926
40927         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40928         (gst_divxdec_init), (gst_divxdec_negotiate):
40929         * ext/divx/gstdivxdec.h:
40930         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40931         (gst_divxenc_init):
40932         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40933         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40934         * ext/mpeg2enc/gstmpeg2enc.cc:
40935         * ext/mpeg2enc/gstmpeg2encoder.cc:
40936         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40937         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40938         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40939         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40940         (dxr3spusink_init):
40941         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40942         (dxr3videosink_init):
40943           Fix caps breakage after Dave's caps branch merge.
40944
40945 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40946
40947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40948           Fix for 24bpp display.
40949
40950 2003-12-23  Colin Walters  <walters@verbum.org>
40951
40952         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40953         a GnomeVFSHandle directly.
40954
40955 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40956
40957         * gst/volume/Makefile.am:
40958         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40959         (volume_base_init), (volume_init):
40960           Reenable volume element and fix to work with new caps stuff.
40961           Rhythmbox needs this.
40962
40963 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40964
40965         * gst/qtdemux/qtdemux.c: (plugin_init):
40966           qtdemux requires bytestream
40967
40968 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40969
40970         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40971           Fix remaining caps handling errors due to CAPS merge.
40972
40973 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40974
40975         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40976         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40977         (gst_faad_srcconnect):
40978           Port to new caps system.
40979
40980 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40981
40982         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40983         (got_video_size), (main): using g_print instead of g_message.
40984         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40985         signal which was not emitted because of "switch" element added to the
40986         bin but not connected. (Removing from the bin temporarily)
40987
40988 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40989
40990         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40991         find X development files. I don't understand the previous tests and
40992         they fail on my debian/ppc unstable. This one works.
40993         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40994         exiting.
40995         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40996         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40997         (gst_play_set_visualization): Add some safety checks in set_ methods
40998         and state_change. This was throwing some ugly CRITICAL messages when
40999         pipeline was getting disposed and casts were failing.
41000
41001 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41002
41003         * configure.ac:
41004           Improve mpeg2enc detection. This is for distributions that do
41005           ship mjpegtools, but without mpeg2enc. Also does object check
41006           for might there ever be ABI incompatibility.
41007         * ext/mpeg2enc/gstmpeg2enc.cc:
41008           Add Andrew as second maintainer (he's helping me), and also add
41009           an error if no caps was set. This happens if I pull before capsnego
41010           and that's something I should solve sometime else.
41011         * gst/matroska/matroska-demux.c:
41012         (gst_matroska_demux_parse_blockgroup):
41013           Fix time parsing.
41014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41015         (gst_matroska_mux_track_header):
41016           Add caps to templates.
41017         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41018           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41019         * gst/mpegstream/gstmpegdemux.c:
41020           Remove layer since it causes warnings about unfixed caps.
41021         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41022           Fix obvious typo (we error out if caps were set, we should of
41023           course error out if *no* caps were set).
41024         * sys/oss/gstosselement.c: (gst_osselement_convert):
41025           Fix format conversion, we confused bits/bytes.
41026         * sys/oss/gstosselement.h:
41027           Improve documentation for 'bps'.
41028         * sys/v4l/TODO:
41029           Remove stuff about plugins that need removing - this was done
41030           ages ago.
41031         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41032         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41034         (gst_v4lsrc_src_query):
41035         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41036         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41037           Add get_query_types(), get_formats() and query() functions.
41038
41039 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41040
41041         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41042           * moved CVS to freedesktop.org