gst/videotestsrc/: Add a zone plate pattern generator based on BBC R&D Report 1978...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-21  David Schleef  <ds@schleef.org>
2
3         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
4
5         * gst/videotestsrc/gstvideotestsrc.c:
6         * gst/videotestsrc/gstvideotestsrc.h:
7         * gst/videotestsrc/videotestsrc.c:
8         * gst/videotestsrc/videotestsrc.h:
9           Add a zone plate pattern generator based on BBC R&D Report
10           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
11           kx2=20 ky2=20 kt=1'.
12
13 2008-11-20  Michael Smith <msmith@songbirdnest.com>
14
15         * gst/playback/gstdecodebin2.c:
16           Fix random fat-fingering making this not compile.
17
18 2008-11-20  Michael Smith <msmith@songbirdnest.com>
19
20         * gst/playback/gstdecodebin2.c:
21           If the top-level type of the stream is plain text, don't try to decode
22           it, matching behaviour of decodebin.
23         * gst/playback/gstplaysink.c:
24           If we fail to generate a text chain (e.g. due to missing optional
25           plugins), don't crash.
26
27 2008-11-20  Michael Smith <msmith@songbirdnest.com>
28
29         * gst-libs/gst/rtsp/gstrtspdefs.c:
30           Fix win32 build. Oops.
31
32 2008-11-20  Michael Smith <msmith@songbirdnest.com>
33
34         * gst-libs/gst/rtsp/gstrtspdefs.c:
35           Use WSAGetLastError() rather than errno/h_errno on win32.
36
37 2008-11-20  Michael Smith <msmith@songbirdnest.com>
38
39         * gst-libs/gst/riff/riff-media.c:
40           Support WMA Lossless properly.
41
42 2008-11-18  David Schleef  <ds@schleef.org>
43
44         * gst/videotestsrc/gstvideotestsrc.c:
45         * gst/videotestsrc/gstvideotestsrc.h:
46         * gst/videotestsrc/videotestsrc.c:
47         * gst/videotestsrc/videotestsrc.h:
48           Add "colorspec" property, specifying whether to generate BT.601
49           or BT.709 video.  This only affects YCbCr values, not RGB, since
50           if you're generating a 709 test pattern, presumably you want
51           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
52           uses 75% colors instead of 100%, since this is often more useful
53           for testing (and also follows the SMPTE EG-1 guideline).
54
55 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
56
57         * gst/playback/gstdecodebin.c:
58         Add a "sink-caps" property to decodebin like it's done for decodebin2.
59         Fixes #560380.
60
61 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
62
63         * gst/audioresample/gstaudioresample.c:
64         Guard against a NULL dereference I somehow encountered -
65         with a FLUSH_STOP arriving either before basetransform _start(),
66         or after _stop().
67
68         * gst/typefind/gsttypefindfunctions.c:
69         Make sure we never jump backwards when typefinding corrupt mov files.
70
71 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
72
73         * gst-libs/gst/interfaces/propertyprobe.c:
74         Fix random type causing a docs warning.
75
76 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
77
78         * sys/v4l/gstv4l.c:
79           Give it a minimal rank for autovideosrc.
80
81 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
82
83         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
84         (plugin_init):
85         Improve typefinding of ISO JPEG2000 mime types.
86
87 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
90         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
91         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
92         * sys/xvimage/xvimagesink.h:
93         Avoid typechecking when we do trivial casts.
94         Move error handling out of the main program flow.
95         Sneak in the display-region caps property, not completely correct yet.
96         Cache the width/height in buffer_alloc instead of parsing it from the
97         caps all the time.
98
99 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
100
101         * gst/playback/gstplaybin2.c: (deactivate_group):
102         don't try to unlink the selector sinkpad when we don't have it yet. This
103         can happen if an error occured before the group was complete.
104
105 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
106
107         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
108         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
109         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
110         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
111         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
112         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
113         (gst_rtp_buffer_get_extension_data),
114         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
115         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
116         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
117         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
118         (gst_rtp_buffer_get_payload_type),
119         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
120         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
121         (gst_rtp_buffer_set_timestamp),
122         (gst_rtp_buffer_get_payload_subbuffer),
123         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
124         Avoid expensive type checks we already did as part of the 
125         _validate() function that should be called first.
126
127 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
130         (gst_base_rtp_depayload_push_full),
131         (gst_base_rtp_depayload_set_gst_timestamp):
132         Fix some cases where a newsegment event was not sent.
133
134 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
135
136         * gst/playback/gstplaybin2.c: (activate_group):
137         Catch state change errors and stop from the uridecodebin elements
138         instead of trying to continue in vain.
139
140 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
141
142         * gst-libs/gst/audio/gstbaseaudiosink.c:
143         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
144         (gst_base_audio_sink_callback):
145         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
146         for the latency to expire, fixes #559567.
147
148 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
149
150         * gst/adder/gstadder.c:
151           Change author string after seeing output of gst-inspector.
152
153 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
156         Don't try to do crazy things when we only have a text pad without a
157         video pad. Fixes #559478.
158
159 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
160
161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
162         Fix case where we don't have a range for the rates or channels as is the
163         case with truespeech.
164
165 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
166
167         * gst/volume/gstvolume.c: (volume_update_real_volume),
168         (gst_volume_set_volume), (gst_volume_get_volume),
169         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
170         (volume_transform_ip), (volume_update_mute),
171         (volume_update_volume), (volume_get_property):
172         * gst/volume/gstvolume.h:
173         Keep negotiated state in a separate variable.
174         Protect the volume and mute properties with the object lock.
175         Protect modifying the transform with the transform lock.
176
177 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
178
179         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
180         (gst_ffmpeg_pixfmt_to_caps):
181         Only convert caps to string when debug is enabled.
182
183 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
184
185         * ext/theora/gsttheoradec.h:
186         * ext/theora/theoradec.c: (gst_theora_dec_init),
187         (gst_theora_dec_reset), (theora_dec_src_event),
188         (theora_dec_sink_event), (theora_handle_type_packet):
189         Copy seqnum.
190         Keep events in a pending list, like vorbisdec, instead of trying
191         to construct a segment event ourselves.
192
193         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
194         (vorbis_dec_src_event), (vorbis_dec_sink_event):
195         * ext/vorbis/vorbisdec.h:
196         Copy seqnum.
197
198 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
199
200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
201         (gst_ogg_demux_deactivate_current_chain),
202         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
203         (gst_ogg_demux_loop):
204         * ext/ogg/gstoggdemux.h:
205         Copy seqnums around to track playback segments and messages.
206
207 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         Based on patch by: Matthias Kretz <kretz at kde dot org>
210
211         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
212         (gst_alsasink_prepare), (gst_alsasink_unprepare),
213         (gst_alsasink_write):
214         Make all access non-blocking so that we can better handle unplugging
215         of usb devices. Fixes #559111
216
217 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
218
219         Patch by: Damien Lespiau  <damien.lespiau gmail com>
220
221         * gst-libs/gst/rtsp/gstrtspconnection.c:
222         (gst_rtsp_connection_write):
223         Make the next call to poll not depend on previous calls to poll with or
224         without reading from the active descriptor. Fixes #544293.
225
226 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
227
228         Patch by: Nick Haddad <nick at haddads dot net>
229
230         * gst-libs/gst/riff/riff-ids.h:
231         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
232         Add support for other fourcc codes that are commonly used for
233         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
234         Fixes #558553.
235
236 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
237
238         * gst/audioresample/gstaudioresample.c:
239           Return the result of parent_class->event().
240
241 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
242
243         * gst/audioresample/gstaudioresample.c:
244         (gst_audioresample_class_init), (audioresample_fixate_caps):
245         Fixate the rate to the nearest supported rate instead of
246         the first one. Fixes bug #549510.
247
248 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
249
250         * win32/common/libgstaudio.def:
251         Add new symbols.
252
253 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
254
255         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
256         Attempt to make obfuscated code clearer.
257
258 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
259
260         * docs/libs/gst-plugins-base-libs-sections.txt:
261         * gst-libs/gst/floatcast/floatcast.h:
262         Move float endianness conversion macros to core. Second part of
263         bug ##555196.
264
265 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
266
267         * sys/ximage/ximagesink.h:
268         * sys/xvimage/xvimagesink.h:
269           Don't mark as gtk-doc docs as they aren't public.
270
271 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
272
273         * sys/xvimage/xvimagesink.c:
274         * sys/xvimage/xvimagesink.h:
275         * tests/icles/Makefile.am:
276         * tests/icles/test-colorkey.c:
277           Allow setting colorkey if possible. Implement property probe interface
278           for optional X features (autopaint-colorkey, double-buffer and
279           colorkey). Fixes #554533
280
281 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
282
283         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
284         Remove useless buffer size assignment. It already has this value.
285
286 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
287
288         * gst-libs/gst/audio/gstaudiosink.c:
289         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
290         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
291         (gst_audioringbuffer_stop):
292         Implement a separate activate functions to start monitoring the segments
293         or, in pull mode, pulling in data.
294
295         * gst-libs/gst/audio/gstbaseaudiosink.c:
296         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
297         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
298         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
299         (gst_base_audio_sink_activate_pull),
300         (gst_base_audio_sink_async_play),
301         (gst_base_audio_sink_change_state):
302         Implement pad and element convert query function.
303         Activate the ringbuffer.
304         Use the segment last_stop value as the offset to pull.
305         Use new basesink _do_preroll() method to preroll in the pulling thread.
306         Take appropriate locking in the pulling thread.
307
308         * gst-libs/gst/audio/gstringbuffer.h:
309         Update some docs.
310
311 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
312
313         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
314         Improve MXF typefinding a bit by searching for a header partition
315         pack instead of just a general partition pack and checking more
316         bytes for valid values.
317
318 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
319
320         * tests/icles/.cvsignore:
321         update ignore file.
322
323         * tests/icles/Makefile.am:
324         * tests/icles/test-box.c: (make_pipeline), (main):
325         Add another interactive command line experimentation suite for
326         dynamically boxing/cropping/saling an input video.
327
328 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
329
330         * docs/libs/gst-plugins-base-libs-sections.txt:
331         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
332         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
333         * gst-libs/gst/audio/gstringbuffer.h:
334         Add methods to more accuratly control the pulling thread of a
335         ringbuffer.
336         Add format conversion helper code to the ringbuffer.
337         API: GstRingBuffer:gst_ring_buffer_activate()
338         API: GstRingBuffer:gst_ring_buffer_is_active()
339         API: GstRingBuffer:gst_ring_buffer_convert()
340
341 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
342
343         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
344         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
345         (gst_audioringbuffer_stop):
346         Signal thread startup earlier so that we can immediatly go into pull
347         mode when we have to and block on preroll.
348
349 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
350
351         * gst-libs/gst/audio/gstringbuffer.c:
352         (gst_ring_buffer_prepare_read):
353         In pull mode we want the callback to prepull a buffer we can preroll on
354         even when we are not yet playing.
355
356 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
357
358         * ext/alsa/Makefile.am:
359         * ext/cdparanoia/Makefile.am:
360         * ext/gio/Makefile.am:
361         * ext/gnomevfs/Makefile.am:
362         * ext/libvisual/Makefile.am:
363         * ext/ogg/Makefile.am:
364         * ext/pango/Makefile.am:
365         * ext/theora/Makefile.am:
366         * ext/vorbis/Makefile.am:
367         * gst/adder/Makefile.am:
368         * gst/audioconvert/Makefile.am:
369         * gst/audiorate/Makefile.am:
370         * gst/audioresample/Makefile.am:
371         * gst/audiotestsrc/Makefile.am:
372         * gst/ffmpegcolorspace/Makefile.am:
373         * gst/gdp/Makefile.am:
374         * gst/playback/Makefile.am:
375         * gst/subparse/Makefile.am:
376         * gst/tcp/Makefile.am:
377         * gst/typefind/Makefile.am:
378         * gst/videorate/Makefile.am:
379         * gst/videoscale/Makefile.am:
380         * gst/videotestsrc/Makefile.am:
381         * gst/volume/Makefile.am:
382         * sys/v4l/Makefile.am:
383         * sys/ximage/Makefile.am:
384         * sys/xvimage/Makefile.am:
385           Don't install static libs for plugins. Fixes #550851 for base.
386
387 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
388
389         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
390         Set the default blocksize to -1 because we will then use the configured
391         samplesperbuffer to create our output buffer.
392
393 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
394
395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
396         (gst_riff_create_video_template_caps):
397         Add mappping for the KMVC (Karl Morton's Video) Codec.
398
399 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
400
401         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
402         Don't forget to advance the offset of what we're matching against, else
403         we end up in a forever loop.
404
405 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
406
407         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
408         Improve typefinding a bit. If we don't have a Unicode charset
409         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
410
411 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
412
413         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
414         Fix build on macosx.
415
416 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         Based on patch by: Robin Stocker <robin at nibor dot org>
419
420         * ext/theora/gsttheoradec.h:
421         * ext/theora/theoradec.c: (gst_theora_dec_init),
422         (theora_dec_setcaps), (theora_handle_type_packet),
423         (theora_dec_decode_buffer), (theora_dec_change_state):
424         Parse input caps and make the PAR override the encoded PAR when
425         specified by a container. Fixes #555699.
426
427 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
430         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
431         (gst_base_rtp_depayload_set_gst_timestamp),
432         (gst_base_rtp_depayload_change_state):
433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
434         Add some more G_LIKELY
435         Fail when the setcaps function was not called.
436
437         * gst-libs/gst/rtp/gstbasertppayload.c:
438         (gst_basertppayload_set_outcaps):
439         Propagate return value of setcaps.
440
441 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
442
443         * gst/subparse/Makefile.am:
444         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
445         (gst_sub_parse_class_init), (gst_sub_parse_init),
446         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
447         (get_next_line), (gst_sub_parse_data_format_autodetect),
448         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
449         (gst_subparse_type_find):
450         * gst/subparse/gstsubparse.h:
451         Add support for UTF16/UTF32 subtitles as long as the first bytes of
452         the first buffer contain the BOM. This also adds support for other
453         encodings that allow NUL bytes via the encoding property.
454         Fixes bugs #552237 and #456788.
455
456 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
459         Don't drop the last byte of image tags if they're not an URI list.
460         Fixes bug #556066.
461
462 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
463
464         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
465         For looking at the 4th byte we have to get 4 bytes of course
466         and not 3.
467
468 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
469
470         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
471         Improve FLAC-without-headers typefinding by looking at most of the
472         frame header and checking if invalid values are used. Should prevent
473         quite some false positives compared to the old version which only
474         check if the first 14 bits are set.
475
476 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
477
478         * sys/xvimage/xvimagesink.c:
479           Don't assert on caps==NULL.
480
481 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
482
483         * gst/subparse/gstsubparse.c:
484         (gst_sub_parse_data_format_autodetect), (handle_buffer),
485         (gst_sub_parse_change_state):
486         * gst/subparse/gstsubparse.h:
487         * tests/check/elements/subparse.c: (GST_START_TEST):
488         Add support for subtitle files with UTF-8 BOM at the beginning
489         by simple stripping it from the first line before passing it
490         to any parsing code. Fixes bug #555257 and playback of files
491         created by Gnome Subtitles.
492
493 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
494
495         * gst/audiotestsrc/gstaudiotestsrc.c:
496         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
497         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
498         (gst_audio_test_src_start), (gst_audio_test_src_stop),
499         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
500         (gst_audio_test_src_create):
501         * gst/audiotestsrc/gstaudiotestsrc.h:
502         Define the default property values in the usual place.
503         Implement start/stop to reset values correctly.
504         Calculate the sample size only once when we negotiate.
505         Rename some values to make more sense.
506         Keep track of our byte range.
507         Add support for pull based scheduling. Disabled for now until we have
508         the whole stack working.
509         Set the BUFFER_OFFSET correctly.
510
511 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
512
513         Based on a patch by: xavierb at gmail dot com
514
515         * gst/subparse/gstsubparse.c:
516         (gst_sub_parse_data_format_autodetect):
517         * tests/check/elements/subparse.c: (GST_START_TEST):
518         Make the detection of the used subtitle a bit less strict
519         for srt subtitles. Fixes bug #555607.
520
521 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
522
523         * ext/vorbis/vorbisenc.c:
524         (gst_vorbis_enc_buffer_check_discontinuous):
525         Fix discontinuity detection which was broken by last commit.
526
527 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
528
529         * configure.ac::
530           Require core CVS for ghostpad API additions used by decodebin2.
531
532 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
533
534         * gst-libs/gst/audio/gstbaseaudiosrc.c:
535         (gst_base_audio_src_create):
536         Fix debug statements (space between '%' and actual format).
537
538 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
539
540         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
541         Remove bogus assert, the decodepad could have been created inside an
542         already existing group.
543
544 2008-10-08  Andy Wingo  <wingo@pobox.com>
545
546         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
547         target instead of setting it.
548         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
549         API for a decode pad. The bugfix is that we set the group in
550         activate(), not when the pad was created because it might be NULL
551         then.
552         (gst_decode_group_control_source_pad, gst_decode_group_expose):
553         Update to use the API.
554
555 2008-10-08  Andy Wingo  <wingo@pobox.com>
556
557         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
558         be a subclass of GstGhostPad.
559         (analyze_new_pad): So, when emitting the signals that determine
560         how we do autoplugging, already create the ghost pad and use it as
561         the pad in the signal arguments. This allows applications to make
562         a connection between the pad passed in e.g. autoplug-continue, and
563         the pad passed in new-decoded-pad.
564         (connect_pad, expose_pad): Update to receive the ghosted decode
565         pad in the args, retargetting it as necessary if we have to plug
566         the target pad through a multiqueue.
567         (gst_decode_group_control_source_pad): Adapt to receive an
568         already-ghosted pad that just needs activation, blocking, and
569         drain notification.
570         (sort_end_pads): Adapt for decode pads actually being pads.
571         (gst_decode_group_expose): Adapt for decode pads actually being
572         pads. Rewrite the decode pad names so they appear in order. Adds a
573         new error case if we couldn't set the name.
574         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
575         logic.
576         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
577         New API for the decode pad, needed because we shouldn't do these
578         things inside gst_decode_pad_new(), but after.
579         (gst_decode_pad_new): Change to actually make the real pad, and
580         delay the blocking/drainage bits.
581
582 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
583
584         Patch by: Daniel Drake <dsd at laptop dot org>
585
586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
587         Unref all buffers when clearing collectpads. Fixes bug #546955.
588
589 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
590
591         Based on a patch by: Klaas <klaas at rivercrew dot net>
592
593         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
594         (gst_vorbis_enc_buffer_check_discontinuous),
595         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
596         * ext/vorbis/vorbisenc.h:
597         Keep track of the upstream segments and use the running time on that
598         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
599
600 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
601
602         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
603         Prevent overflows with big buffer when calculating the size of
604         the intermediate buffer by using gst_util_uint64_scale() instead of
605         plain arithmetics. Fixes bug #552801.
606
607 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
608
609         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
610
611         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
612         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
613         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
614         (gst_clock_overlay_get_property):
615         * ext/pango/gstclockoverlay.h:
616         API: Add ability to specify format for date/time display by
617         adding a "time-format" property.
618         Fixes bug #554879.
619
620 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
621
622         Patch by: Jan Gerber <j at oil21 dot org>
623
624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
625         (gst_riff_create_video_template_caps):
626         Add FFV1 fourcc to support playback of FFMPEG lossless video
627         in AVI. Fixes bug #555319.
628
629 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         Patch by: HÃ¥vard Graff <havard dot graff at tandberg dot com>
632
633         * gst-libs/gst/audio/gstbaseaudiosrc.c:
634         (gst_base_audio_src_create):
635         Implement skew clock slaving. Fixes #552559.
636
637 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
638
639         * gst-libs/gst/audio/multichannel.c:
640         * gst-libs/gst/audio/testchannels.c:
641         Fix include of config.h
642
643 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
646
647         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
648         (print_media), (gst_sdp_message_dump):
649         Fix parsing of the c= field containing multicast addresses.
650         Fixes #552199.
651         Add the connection info to the session or streams.
652         Fix parsing of the bandwidth.
653         Add debugging for the connections and bandwidths for a media.
654         Add debugging for the bandwidth of the session. 
655
656 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
657
658         * gst-libs/gst/rtp/gstbasertppayload.c:
659         (gst_basertppayload_change_state):
660         Configure the next seqnum and timestamp in the state change so that they
661         can be queried soon after.
662
663 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
664
665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
666         (gst_base_rtp_depayload_chain):
667         Improve debugging of the rtptime.
668
669 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
670
671         * configure.ac:
672         Back to development -> 0.10.21.1
673
674 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
675
676         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
677         (plugin_init):
678         Add typefinding for FLAC without headers in the beginning.
679         This is already handled by flacdec and friends.
680
681 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
682
683         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
684         (plugin_init):
685         Add typefinder for MXF.
686
687 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
688
689         * tests/icles/Makefile.am:
690         Only build test-colorkey if GTK+ is available.
691
692 === release 0.10.21 ===
693
694 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
695
696         * configure.ac:
697           releasing 0.10.21, "We Could Be Wrong"
698
699 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
700
701         * configure.ac:
702         0.10.20.4 pre-release
703
704 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
707
708         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
709         Set the BOS flag on the BOS packet. Fixes #553244.
710
711 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
712
713         * gst-libs/gst/rtsp/gstrtspmessage.c:
714         (gst_rtsp_message_parse_request),
715         (gst_rtsp_message_parse_response):
716         Fix the g_return_val_if_fail() statements.
717
718 2008-09-22  Michael Smith <msmith@songbirdnest.com>
719
720         * gst-libs/gst/tag/gsttagdemux.c:
721           Fail to activate if there's insufficient data in the file to be usable,
722           preventing an assertion fail later. Fixes #552960
723
724 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
725
726         * gst-libs/gst/pbutils/descriptions.c:
727         * gst/typefind/gsttypefindfunctions.c:
728           Recognise Kate subtitle streams (#550582).
729
730 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
731
732         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
733           Remove trailing comma from enum list, which causes problems
734           with -pendantic (#550729).
735
736 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
737
738         * configure.ac:
739         0.10.20.2 pre-release
740
741         * po/LINGUAS:
742         * po/id.po:
743         * po/pt_BR.po:
744
745         New translations.
746
747 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
748
749         * gst-libs/gst/interfaces/propertyprobe.c:
750           (gst_property_probe_get_properties),
751           (gst_property_probe_get_property),
752           (gst_property_probe_probe_property),
753           (gst_property_probe_probe_property_name),
754           (gst_property_probe_needs_probe),
755           (gst_property_probe_needs_probe_name),
756           (gst_property_probe_get_values),
757           (gst_property_probe_get_values_name),
758           (gst_property_probe_probe_and_get_values),
759           (gst_property_probe_probe_and_get_values_name):
760           More sanity checks for our second-favourite interface.
761
762 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
763
764         * gst-libs/gst/interfaces/propertyprobe.c:
765           Check for NULL pointer, in the hope that this fixes #532864.
766
767 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
768
769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
770           No really, the next release is 0.10.21 (fix Since: tags in docs).
771
772 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
773
774         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
775         Disable a code path that is now called but causes a deadlock for some
776         reason and is unneeded.
777
778 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
779
780         * sys/xvimage/xvimagesink.c:
781         * sys/xvimage/xvimagesink.h:
782           Add a "draw-border" property that can be set to false to disable
783           drawing borders.
784           
785         * tests/icles/test-colorkey.c:
786         * tests/icles/Makefile.am:
787           Add new test application for the colorkey handling.
788
789 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
790
791         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
792         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
793         This will also be fixed for upcoming gst-ffmpeg release so that once
794         this release of -base is out, it will work with the latest gst-ffmpeg
795         release.
796
797 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
798
799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
800         (gst_riff_create_audio_template_caps):
801         Add Truespeech mapping for RIFF formats (AVI/WAV).
802         Fixes #550656
803
804 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
805
806         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
807         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
808         Fixes #550638.
809
810 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
811
812         * configure.ac:
813         * gst/subparse/Makefile.am:
814         * gst/subparse/gstsubparse.c:
815         * gst/subparse/samiparse.c:
816         * tests/check/elements/subparse.c:
817           Rework last change, so that we build subparse, but just disable the
818           sami parse functionality, if we're configured to not use xml. In the
819           tests only the sami test is disabled now.
820
821 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
822
823         * configure.ac:
824           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
825           test runs.
826
827 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
828
829         * po/POTFILES.in:
830           Add some more files with strings for translation.
831
832 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
833
834         * gst-libs/gst/tag/gstvorbistag.c:
835         * tests/check/libs/tag.c:
836           Use new geo location tags from core. Fixes #481169
837
838 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
839
840         * tests/check/elements/audioresample.c: (setup_audioresample),
841         (fail_unless_perfect_stream), (test_perfect_stream_instance),
842         (test_discont_stream_instance):
843         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
844         Add debugging for coherence.
845
846 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
847
848         Patch by: Jonathan Matthew  <notverysmart gmail com>
849
850         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
851           Add typefinder for PDF documents (which is nice to have, since it's a
852           common format, but also helps prevent false positives). Fixes #549814.
853
854 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
855
856         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
857         (no_more_pads_cb):
858         Fix nasty race where multiple decodebins could start pushing data before
859         we manage to configure the sinks, resulting in not-linked errors in
860         typical RTSP streaming cases.
861
862 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
865         Since we now call stop, we trigger this code path that causes a deadlock
866         is apparently not needed.
867
868 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
871         (gst_ring_buffer_stop):
872         Also allow the case where the ringbuffer was paused when we try to stop
873         it so that the basesrc stop function is still called.
874
875 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
876
877         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
878
879         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
880         Reprobe devices again instead of taking a cached list as new
881         devices could've been plugged in. Fixes bug #549062.
882
883 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
884
885         Patch by: Alessandro Dessina <alessandro nnva org>
886
887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
888         (gst_ogg_demux_activate_chain):
889         Don't add pads and activate them for skeleton streams. These are already
890         handled inside oggdemux. Fixes bug #537599.
891
892 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
893
894         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
895         Reset variable so that query and convert fail after going back to
896         READY. Fixes #548898.
897
898 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
899
900         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
901         If a buffer arrives with a timestamp before the timestamp+duration
902         of the previous buffer clip it instead of dropping it completely.
903         Slight improvement for the unfixable bug #548913.
904
905 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
906
907         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
908         Take the current timestamp instead of timestamp+duration for the offset.
909         This offset will later be used for calculating the timestamp and
910         otherwise vorbisdec will interpolate timestamps wrong if upstream
911         only sends timestamps and no granulepos.
912
913 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
914
915         * tests/examples/seek/seek.c:
916           Don't crash when having no visualisations.
917
918 2008-08-16  David Schleef  <ds@schleef.org>
919
920         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
921           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
922           Fixes #548065.
923
924 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
925
926         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
927         When cleaning up the caps fields also remove "depth" for the same
928         reason we remove "width".
929
930 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
931
932         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
933           Add Lead H.264 here as well.
934
935 2008-08-14  Julien Moutte  <julien@fluendo.com>
936
937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
938         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
939
940 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
941
942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
943         (gst_base_audio_src_create):
944         When not slaved to another clock also subtract the base_time from our
945         internal clock time to get the running time.
946
947 2008-08-12  David Schleef  <ds@schleef.org>
948
949         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
950           since it has no basis in libtheora.
951
952 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
953
954         * gst-libs/gst/interfaces/propertyprobe.h:
955           Remove double "interface" from doc-string.
956
957         * gst-libs/gst/interfaces/xoverlay.h:
958           Document interface.
959
960         * gst-libs/gst/riff/riff.c:
961           Add basic doc blobs.
962
963 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
964
965         * gst-libs/gst/audio/Makefile.am:
966           Don't try to build that example anymore.
967
968 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
969
970         * gst-libs/gst/audio/.cvsignore:
971         * gst-libs/gst/audio/Makefile.am:
972         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
973         * gst-libs/gst/audio/make_filter:
974           Move audiofiltertemplate to gst-template.
975
976 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
977
978         * docs/libs/gst-plugins-base-libs-sections.txt:
979         * gst-libs/gst/audio/gstaudiosrc.h:
980           More docs and shuffling. What can we do with the hundreds of #defines.
981
982 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
983
984         * gst-libs/gst/audio/audio.h:
985         * gst-libs/gst/audio/gstaudiofilter.h:
986         * gst-libs/gst/audio/gstringbuffer.h:
987         * gst-libs/gst/interfaces/propertyprobe.h:
988         * gst-libs/gst/tag/gsttagdemux.h:
989           Reducing number of dundocumented symbols.
990
991 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
992
993         * gst-libs/gst/audio/audio.c:
994           Fix doc comment syntax.
995
996         * gst-libs/gst/interfaces/propertyprobe.c:
997           Add more doc-comments and a FIXME: for the signal.    
998
999 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1000
1001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1002         (gst_ogg_mux_request_new_pad):
1003         * ext/ogg/gstoggmux.h:
1004         Don't pretend to support NEWSEGMENT events, instead override the
1005         GstCollectPads event function to return FALSE on NEWSEGMENT events
1006         and do the normal work for other events.
1007
1008         This prevents elements like flacenc to seek to the start and rewrite
1009         some data which then results in a broken Ogg packet.
1010
1011 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1012
1013         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1014
1015         * ext/alsa/gstalsaplugin.c: (plugin_init):
1016         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1017         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1019         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1020         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1021         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1022         * gst/playback/gstdecodebin.c: (plugin_init):
1023         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1024         * gst/playback/gstplayback.c: (plugin_init):
1025         * gst/playback/gstqueue2.c: (plugin_init):
1026         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1027         * sys/v4l/gstv4l.c: (plugin_init):
1028         Make sure gettext returns translations in UTF-8 encoding rather
1029         than in the current locale encoding (#546822).
1030
1031 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * gst-libs/gst/pbutils/descriptions.c:
1034           Add audio/x-qdm for qtdemux.
1035
1036 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1037
1038         * ext/vorbis/vorbisdec.c:
1039           Do not leak old taglist.
1040
1041 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1042
1043         * tests/icles/test-scale.c:
1044           Include <stdlib.h> for atoi().
1045
1046 2008-08-04  Andy Wingo  <wingo@pobox.com>
1047
1048         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1049         documentation fix.
1050
1051 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1052
1053         * gst/adder/gstadder.c:
1054           Cleanup lots of empty lines that came from gst-indent going havoc
1055           before I added the INDENT_ON/OFF marker some time agao.
1056
1057 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1058
1059         * configure.ac:
1060         * gst-libs/gst/riff/riff-read.c:
1061           Bump requirement to latest core and use new tag for riff formats.
1062           Needed for #520694.
1063
1064 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1065
1066         * tests/examples/dynamic/Makefile.am:
1067         * tests/examples/dynamic/codec-select.c: (make_encoder),
1068         (make_pipeline), (do_switch), (my_bus_callback), (main):
1069         Add example app that dynamically switches between 3 'encoders'.
1070
1071 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1072
1073         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1074         Add some more comments.
1075
1076 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1077
1078         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1079         (gst_video_test_src_create):
1080         Discard buffers of the wrong size after renegotiation, this is perfectly
1081         possible with things like capsfilter that could suggest caps changes
1082         upstream without knowing the size of the buffer.
1083
1084 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1085
1086         * tests/icles/.cvsignore:
1087         * tests/icles/Makefile.am:
1088         * tests/icles/test-scale.c: (make_pipeline), (main):
1089         Add dynamic rescaling tests for the new basetransform.
1090
1091 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1092
1093         * gst/audioconvert/Makefile.am:
1094           Dist recently-added gstfastrandom.h.
1095
1096 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1097
1098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1099         Fix a "may be used uninitialized in this function" which weirdly only
1100         appears on macosx (?).
1101
1102 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1103
1104         * gst-libs/gst/riff/riff-ids.h:
1105           Adding acid chunk for tempo and loop information.
1106
1107 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1108
1109         * sys/xvimage/Makefile.am:
1110           floor() needs linking to $(LIBM).
1111
1112 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1113
1114         * ext/gnomevfs/gstgnomevfssrc.c:
1115           Aggregate short reads and add some comments and debug logging.
1116           Fixes #537380
1117
1118 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1119
1120         * gst/playback/gstplaybasebin.c:
1121           Fix property doc markup (its not a signal).
1122
1123         * sys/xvimage/xvimagesink.c:
1124           Add since tag for new proeprties (also add sice tags fro the last two
1125           other additions).
1126
1127 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1128
1129         * sys/xvimage/xvimagesink.c:
1130         * sys/xvimage/xvimagesink.h:
1131           Add autofill/colorkey properties. Fixes #538656.
1132
1133 2008-07-28  David Schleef  <ds@schleef.org>
1134
1135         * sys/xvimage/xvimagesink.c:
1136           Fix rounding errors when converting colorbalance values
1137           between hardware and object property ranges.  Partial
1138           fix for #537889, however, there still seems to be a small
1139           drift problem that could be totem's fault.
1140
1141 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1142
1143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1144         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1145         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1146         This fixes a critical warning.
1147
1148 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1149
1150         * ext/ogg/gstoggmux.c:
1151         Allow muxing of CELT into Ogg streams.
1152
1153 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1154
1155         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1156         (plugin_init):
1157         Add simple typefinder for the CELT codec (www.celt-codec.org).
1158
1159 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1160
1161         Patch by: Jan Gerber <j at oil21 dot org>
1162
1163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1164         Fix calculation of the start time from skeleton streams.
1165         Fixes bug #530068.
1166
1167 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * tests/examples/seek/seek.c:
1170           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1171
1172 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1173
1174         * gst/audioconvert/audioconvert.h:
1175         * gst/audioconvert/gstaudioquantize.c:
1176         (gst_audio_quantize_setup_dither),
1177         (gst_audio_quantize_free_dither):
1178         * gst/audioconvert/gstfastrandom.h:
1179         Implement a linear congruential generator as pseudo random number
1180         generator for the dither noise. This is about 2 times faster than
1181         using GLib's mersenne twister. Also this uses only integer math for
1182         generating integers while GLib internally uses floating point math.
1183
1184 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1185
1186         * configure.ac:
1187           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1188
1189 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1190
1191         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1192
1193         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1194           Use GST_STR_NULL to avoid crashes with libcs that don't
1195           like NULL strings in printf args (such as the win32 one).
1196           Fixes #544306.
1197
1198 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1199
1200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1201         Oops - set the size of the image used for probing back to 1x1, for
1202         consistency with ximagesink
1203
1204 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1205
1206         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1207         (gst_ximagesink_ximage_new):
1208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1209         (gst_xvimagesink_xvimage_new):
1210
1211         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1212         X server to attach to a shared memory segment after we've deleted it,
1213         with the result that MIT-SHM is disabled. Instead, remove it only after 
1214         X succeeds in attaching too.
1215
1216 2008-07-16  David Schleef  <ds@schleef.org>
1217
1218         * gst/audiotestsrc/gstaudiotestsrc.c:
1219         * gst/audiotestsrc/gstaudiotestsrc.h:
1220           Add 'ticks', a 1/30 second sine wave pulse every second.
1221
1222 2008-07-15  David Schleef  <ds@schleef.org>
1223
1224         * gst-libs/gst/video/video.c: Revert ABI change.
1225
1226 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1227
1228         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1229         Make it impossible to have NULL caps at the point where we set
1230         framerate and other things. Also don't return immediately for "3ivd"
1231         video and let framerate, etc be set. Might fix bug #542508.
1232
1233 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1234
1235         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1236         Video format can also be conveniently determined from (many)
1237         non-fixed caps.
1238
1239 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1240
1241         * gst/playback/gstplaybasebin.c:
1242         * gst/playback/gstplaybasebin.h:
1243         * gst/playback/gstplaybin.c:
1244         * gst/playback/gststreamselector.c:
1245         First stab at integrating DVD subpicture overlay into
1246         playbin. Successfully plugs and plays, but the queues need
1247         shrinking - 3 seconds of video is too much buffering.
1248
1249 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1250
1251         * gst/audioconvert/gstaudioconvert.c:
1252           Remove now obsolete note in the docs.
1253
1254 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1255
1256         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1257         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1258         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1259         * docs/plugins/gst-plugins-base-plugins.args:
1260         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1261         * docs/plugins/gst-plugins-base-plugins.interfaces:
1262         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1263         * docs/plugins/gst-plugins-base-plugins.signals:
1264         * docs/plugins/inspect/plugin-adder.xml:
1265         * docs/plugins/inspect/plugin-alsa.xml:
1266         * docs/plugins/inspect/plugin-audioconvert.xml:
1267         * docs/plugins/inspect/plugin-audiorate.xml:
1268         * docs/plugins/inspect/plugin-audioresample.xml:
1269         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1270         * docs/plugins/inspect/plugin-cdparanoia.xml:
1271         * docs/plugins/inspect/plugin-decodebin.xml:
1272         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1273         * docs/plugins/inspect/plugin-gdp.xml:
1274         * docs/plugins/inspect/plugin-gnomevfs.xml:
1275         * docs/plugins/inspect/plugin-libvisual.xml:
1276         * docs/plugins/inspect/plugin-ogg.xml:
1277         * docs/plugins/inspect/plugin-pango.xml:
1278         * docs/plugins/inspect/plugin-playback.xml:
1279         * docs/plugins/inspect/plugin-queue2.xml:
1280         * docs/plugins/inspect/plugin-subparse.xml:
1281         * docs/plugins/inspect/plugin-tcp.xml:
1282         * docs/plugins/inspect/plugin-theora.xml:
1283         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1284         * docs/plugins/inspect/plugin-uridecodebin.xml:
1285         * docs/plugins/inspect/plugin-video4linux.xml:
1286         * docs/plugins/inspect/plugin-videorate.xml:
1287         * docs/plugins/inspect/plugin-videoscale.xml:
1288         * docs/plugins/inspect/plugin-videotestsrc.xml:
1289         * docs/plugins/inspect/plugin-volume.xml:
1290         * docs/plugins/inspect/plugin-vorbis.xml:
1291         * docs/plugins/inspect/plugin-ximagesink.xml:
1292         * docs/plugins/inspect/plugin-xvimagesink.xml:
1293         * ext/alsa/gstalsamixer.c:
1294         * ext/alsa/gstalsasink.c:
1295         * ext/alsa/gstalsasrc.c:
1296         * ext/gio/gstgiosink.c:
1297         * ext/gio/gstgiosrc.c:
1298         * ext/gio/gstgiostreamsink.c:
1299         * ext/gio/gstgiostreamsrc.c:
1300         * ext/gnomevfs/gstgnomevfssink.c:
1301         * ext/gnomevfs/gstgnomevfssrc.c:
1302         * ext/ogg/gstoggdemux.c:
1303         * ext/ogg/gstoggmux.c:
1304         * ext/pango/gstclockoverlay.c:
1305         * ext/pango/gsttextoverlay.c:
1306         * ext/pango/gsttextrender.c:
1307         * ext/pango/gsttimeoverlay.c:
1308         * ext/theora/theoradec.c:
1309         * ext/theora/theoraenc.c:
1310         * ext/theora/theoraparse.c:
1311         * ext/vorbis/vorbisdec.c:
1312         * ext/vorbis/vorbisenc.c:
1313         * ext/vorbis/vorbisparse.c:
1314         * ext/vorbis/vorbistag.c:
1315         * gst/adder/gstadder.c:
1316         * gst/audioconvert/gstaudioconvert.c:
1317         * gst/audioresample/gstaudioresample.c:
1318         * gst/audiotestsrc/gstaudiotestsrc.c:
1319         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1320         * gst/gdp/gstgdpdepay.c:
1321         * gst/gdp/gstgdppay.c:
1322         * gst/playback/gstdecodebin2.c:
1323         * gst/playback/gstplaybin.c:
1324         * gst/playback/gstplaybin2.c:
1325         * gst/playback/gstqueue2.c:
1326         * gst/playback/gsturidecodebin.c:
1327         * gst/tcp/gstmultifdsink.c:
1328         * gst/tcp/gsttcpserversink.c:
1329         * gst/videorate/gstvideorate.c:
1330         * gst/videoscale/gstvideoscale.c:
1331         * gst/videotestsrc/gstvideotestsrc.c:
1332         * gst/volume/gstvolume.c:
1333         * sys/ximage/ximagesink.c:
1334         * sys/xvimage/xvimagesink.c:
1335           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1336           titles. Drop mentining that all our example pipelines are "simple"
1337           pipelines.
1338
1339 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1340
1341         * tests/examples/seek/Makefile.am:
1342         Fix out of tree build by adding all required CFLAGS.
1343
1344 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1345
1346         * gst/playback/gstdecodebin.c: (add_raw_queue):
1347         And ref the pad before returning it again when linking to the queue
1348         failed. Otherwise we will unref the pad twice later and things break.
1349
1350 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         * gst/playback/gstdecodebin.c: (add_raw_queue):
1353         If linking the raw pad with a queue fails, try it without a queue
1354         instead of failing completely. This should never happen.
1355
1356 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1357
1358         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1359
1360         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1361         Add a queue after a demuxer if the demuxer outputs raw data. This was
1362         done before only for non-raw data but is required in this case too.
1363         Fixes bug #540215.
1364
1365         decodebin2 doesn't have this issue because all streams of a group
1366         go through multiqueue.
1367
1368 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1369
1370         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1371
1372         * gst-libs/gst/sdp/gstsdpmessage.c:
1373         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1374         that getaddrinfo() can be used. Fixes #541358.
1375
1376 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1377
1378         * gst/videotestsrc/gstvideotestsrc.c:
1379         (gst_video_test_src_class_init), (gst_video_test_src_init),
1380         (gst_video_test_src_set_property),
1381         (gst_video_test_src_get_property), (gst_video_test_src_create):
1382         * gst/videotestsrc/gstvideotestsrc.h:
1383         Cleanups, use default property values as defines.
1384         Add property to enable/disable peer buffer allocation.
1385
1386 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1387
1388         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1389         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1390         Enable unit tests on PPC again as the bugs are now fixed.
1391
1392 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1393
1394         * gst-libs/gst/riff/riff-ids.h:
1395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1396         (gst_riff_create_audio_template_caps):
1397         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1398         Fixes bug #540351.
1399
1400 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1401
1402         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1403         (gst_ffmpeg_pixfmt_to_caps):
1404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1405         (gst_ffmpegcsp_get_unit_size):
1406         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1407         it on other formats. Also adjust the unit size only for that format
1408         to not include the palette. Fixes bug #540497.
1409
1410 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1411
1412         * gst/adder/gstadder.c:
1413           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1414
1415 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1416
1417         * ChangeLog:
1418           ChangeLog surgery.
1419   
1420         * tests/examples/seek/seek.c:
1421           Move variable into ifdef too.
1422         
1423
1424 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1425
1426         * tests/examples/seek/seek.c:
1427           Include config.h and check if we have X. Remove XInitThread(), don't
1428           think its needed. Fixes: #540334.
1429
1430 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1431
1432         Patch by: Sam Morris <sam at robots dot org to uk>
1433
1434         * gst-libs/gst/interfaces/mixertrack.c:
1435         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1436         (gst_mixer_track_set_property):
1437         API: Add "index" property to GstMixerTrack to differantiate between
1438         multiple mixer tracks with the same label.
1439
1440         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1441         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1442         Set the "index" property of GstMixerTrack to the index given by ALSA.
1443         Fixes bug #528299.
1444
1445 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1446
1447         * tests/examples/seek/Makefile.am:
1448         * tests/examples/seek/seek.c:
1449           Remove libgstvideo usage. Use gtk_get_option_group instead of
1450           gtk_init().
1451
1452 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1453
1454         * tests/check/Makefile.am:
1455           Name the test registry format neutral.
1456
1457 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1458
1459         * gst/playback/gstqueue2.c:
1460           Do not double notify. Remove the unsued return value.
1461
1462 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1463
1464         * ext/alsa/gstalsamixer.c:
1465           Also consider "speaker" as a name for master volume. If that doesn't
1466           help look for the first non-mono volume control that also has a
1467           playback switch.
1468
1469 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * ChangeLog:
1472           Forgot to save the ChangeLog :/
1473
1474 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1475
1476         * tests/examples/seek/Makefile.am:
1477         * tests/examples/seek/seek.c:
1478           Embedd the xwindow. Allow to play multiple files.
1479
1480 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1481
1482         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1483         (gst_ximagesink_setcaps):
1484         * sys/ximage/ximagesink.h:
1485         When the caps change, make sure to re-draw borders in
1486         force-aspect-ratio=true mode.
1487         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1488         Don't clear the border_draw flag until we actually draw the border.
1489         * tests/check/Makefile.am:
1490         Ignore alsasink/src during the states test too, so it doesn't fail
1491         when running without access to the sound device.
1492
1493 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1494
1495         * tests/examples/seek/seek.c:
1496           Fix crasher when playing a parse-launch line the 2nd time.
1497
1498 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1499
1500         * tests/check/pipelines/oggmux.c:
1501           Properly ifdef tests to fix compilation.
1502
1503 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1504
1505         * gst/playback/gstplay-marshal.list:
1506         * gst/playback/gstplaybin2.c:
1507           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1508           playbin2. This allows the user to get to the selector's sinkpads, and
1509           thus inspect a range of things - caps, tags, etc. 
1510
1511 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1512
1513         * gst/playback/gstplaybin2.c:
1514           Use a different constant for the convert-frame signal id.
1515           Fixes #537009.
1516
1517 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1518
1519         * gst/playback/gstplaybin2.c:
1520         * gst/playback/gstplaysink.c:
1521           Fix a whole bunch of typos in comments and log statements. 
1522
1523 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1524
1525         * sys/xvimage/xvimagesink.c:
1526           Don't set colour balance values on the Xv port if the user hasn't
1527           changed them (via properties or the interface). Avoids accumulating
1528           rounding errors for the common case.
1529           Partial fix for bug #537889.
1530
1531 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1532
1533         * gst/playback/gstdecodebin2.c:
1534           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1535           pads are drained.
1536
1537 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1538
1539         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1540         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1541         Report the encoder latency. Fixes #538232.
1542
1543 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1544
1545         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1546         (notify_source), (activate_group):
1547         Implement the source property, emit notify when it changes in the
1548         underlying uridecodebin.
1549
1550 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1551
1552         * tests/examples/seek/seek.c: (stop_cb):
1553         Free and clear the seek element list so that we don't use invalid
1554         references when seeking after recreating a gst-launch line.
1555
1556 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1557
1558         * gst-libs/gst/audio/gstbaseaudiosink.c:
1559         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1560         (gst_base_audio_sink_render):
1561         Report latency even if we are not live instead of hiding it.
1562         Take ts-offset and render-delay of the basesink into account when
1563         scheduling samples.
1564         Rework the clipping code so that we can take the various offsets into
1565         account and still do correct clipping.
1566
1567 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1568
1569         * configure.ac:
1570         Bump verion back to devel -> 0.10.20.1
1571
1572 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1573
1574         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1575         Don't increase the size of non-string image buffers by one as this
1576         might in theory confuse decoders. Still increase it by one for string
1577         image buffers to append '\0'.
1578
1579 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1580
1581         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1582         
1583         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1584         Fix a buffer memleak and remove a confusing and wrong debug output.
1585         Fixes bug #538663.
1586
1587 === release 0.10.20 ===
1588
1589 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1590
1591         * configure.ac:
1592           releasing 0.10.20, "Here I Go Again"
1593
1594 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1595
1596         * configure.ac:
1597         0.10.19.3 pre-release
1598
1599 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1600
1601         * gst-libs/gst/rtsp/gstrtspconnection.c:
1602         Fix build on win32.
1603         Patch By: David Schleef <ds@schleef.org>
1604         Fixes: #536874
1605
1606 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1607
1608         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1609         (gst_gio_base_src_create):
1610         * ext/gio/gstgiobasesrc.h:
1611         Try to read the requested number of bytes, even if the first
1612         read returns less than requested, until nothing is read anymore
1613         or we have the requested amount of bytes. This fixes playback of
1614         files via Samba as Samba only allows to read 64k at once.
1615
1616         Implement a caching algorithm that makes sure that we read at
1617         least 4k of data every time. Some elements will try to read a few
1618         bytes, then seek, read again a few bytes and so on and this is
1619         painfully slow as every operation has to go over DBus if GVfs is
1620         used as backend.
1621
1622         Fixes bug #536849 and #536848.
1623
1624         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1625         (gst_gio_src_check_get_range):
1626         Override check_get_range() to blacklist http/https URIs
1627         and whitelist file URIs. More to be added on demand.
1628
1629 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1630
1631         * configure.ac:
1632         0.10.19.2 pre-release
1633
1634 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1635
1636         * win32/common/libgstrtsp.def:
1637         * win32/common/libgsttag.def:
1638         Add new API functions to the dll exports
1639
1640 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1641
1642         * gst/playback/gstplaybasebin.c:
1643           Disconnect signals from decodebins we created before we remove it
1644           from playbin, to avoid crashes if the decodebin is eventually
1645           disposed after the playbin itself (possible if the app takes a
1646           reference on the decodebin).
1647           Fixes #536521.
1648
1649 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1650
1651         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1652           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1653           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1654           (h264_video_type_find), (mpeg_video_stream_type_find),
1655           (dv_type_find), (mmsh_type_find):
1656           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1657           copy caps for no good reason (this may be desirable to make it easier
1658           to detect leaks, but then it should probably be done for all caps
1659           in the typefinder somewhere).
1660
1661 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1662
1663         * tests/check/Makefile.am:
1664         Do not try to run the check tests for subparse unless it has been
1665         built.
1666
1667 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1668
1669         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1670         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1671         Do not try to run a test which requires vorbisenc unless we have
1672         actually built it.
1673
1674 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1675
1676         * gst-libs/gst/rtsp/gstrtspconnection.c:
1677         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1678         (gst_rtsp_connection_clear_auth_params),
1679         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1680         * gst-libs/gst/rtsp/gstrtspconnection.h:
1681         Add a couple of missing argument guards.
1682         Add a way of setting the DSCP for an RTSP connection.
1683         Add an accessor method for the ip member of GstRTSPConnection as all
1684         members are supposed to be private.
1685
1686 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1687
1688         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1689         Fixed accidental use of IPv4 options for all IPv6 addresses.
1690
1691 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1692
1693         * gst-libs/gst/interfaces/mixertrack.h:
1694           Document mixer track flags.
1695
1696 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1697
1698         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1699
1700         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1701         Don't set caps on the buffers that contain a copy of the buffer
1702         including the caps of them resulting in an always increasing refcount
1703         of the caps and insanely large caps. Instead include a buffer without
1704         caps in the new caps. Fixes bug #536475.
1705
1706 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1707
1708         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1709         Transform a given PAR to a range on the struct with the generic
1710         height/width instead of the struct with the possibly restricted
1711         height/width.
1712
1713 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1714
1715         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1716         Prefer the given format if it contains something stricter than [1,MAX]
1717         for height or width and only put a structure that requires rescaling
1718         as second. This makes it possible to use videoscale in pipelines where
1719         the source can actually produce the wanted height/width but usually
1720         selects a different one from the requested.
1721
1722 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1723
1724         Based on patch by: John Millikin <jmillikin gmail com>
1725
1726         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1727           (gst_vorbis_tag_add_coverart):
1728           Retrieve COVERART tags from vorbis comments (#512333)
1729
1730 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1731
1732         * gst-libs/gst/tag/tag.h:
1733         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1734           Don't forget to add new enum value here too (should probably use
1735           glib-mkenums here...).
1736
1737 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1738
1739         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1740         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1741         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1742           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1743           (gst_tag_image_data_to_image_buffer):
1744           Add two utility functions to avoid code duplication (#512333):
1745           API: add gst_tag_image_data_to_image_buffer()
1746           API: add gst_tag_list_add_id3_image()
1747           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1748
1749 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1750
1751         * win32/common/libgstaudio.def:
1752         Add gst_audio_check_channel_positions() to the exported symbols.
1753
1754 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1755
1756         * docs/libs/gst-plugins-base-libs-sections.txt:
1757         * gst-libs/gst/audio/multichannel.c:
1758         (gst_audio_check_channel_positions):
1759         * gst-libs/gst/audio/multichannel.h:
1760         API: Make gst_audio_check_channel_positions() public.
1761
1762         * tests/check/libs/audio.c: (GST_START_TEST):
1763         Add some simple checks for gst_audio_check_channel_positions().
1764
1765 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1766
1767         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1768           minrange and maxrange are scaled according to the frequency
1769           multiplier.
1770
1771 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1772
1773         * ext/pango/Makefile.am:
1774         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1775           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1776           Use gstvideo functions to calculate strides and plane offsets. Fixes
1777           rendering issue ('ghost' images of the text on the chroma planes)
1778           with widths or heights that are not multiples of 8 (#506659 and
1779           probably also #485729).
1780
1781         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1782           (main):
1783           Test with odd height/width too.
1784
1785 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1786
1787         * gst/adder/gstadder.c: (gst_adder_query_duration),
1788         (gst_adder_query_latency):
1789         When using gst_element_iterate_pads() one has to unref every pad
1790         after usage.
1791
1792 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1793
1794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1795         (gst_base_audio_src_class_init):
1796         Add a gtk-doc chunk for the new properties to have a Since: indication.
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), (gst_base_audio_src_dispose),
1802         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1803         (gst_base_audio_src_change_state):
1804         Provide readable actual-buffer-time and actual-latency-time properties
1805         that reflect the configured ringbuffer values. Fixes #524724.
1806         API: GstBaseAudioSrc:actual-buffer-time
1807         API: GstBaseAudioSrc:actual-latency-time
1808
1809 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1810
1811         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1812         (gst_basertppayload_change_state):
1813         Simply converting the running time into an RTP timestamp by scaling it
1814         based on the clock-rate is good enough for making an RTP timestamp. This
1815         has the added benefit that we can later on expose a property with the
1816         RTP timestamp of running time 0, as is needed for RTSP servers to
1817         generate the response of the PLAY request.
1818
1819 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1820
1821         * gst/audioconvert/gstaudioconvert.c:
1822         (structure_has_fixed_channel_positions),
1823         (gst_audio_convert_transform_caps):
1824         Allow up to 11 positioned channels now that audioconvert can handle
1825         this but add no default positions for > 8 channels.
1826         
1827         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1828         Add some unit tests for the above change: Test conversion of
1829         11 positioned channels to stereo and the other way around, test
1830         conversion of 15 unpositioned channels in different ways.
1831
1832 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1833
1834         * win32/common/libgstaudio.def:
1835         Add gst_audio_clock_reset to the list of exported symbols.
1836
1837 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1838
1839         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1840         Remove wrong_channels_identification_header unit test as we now
1841         support 7 (and more channels).
1842
1843 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1844
1845         * gst/audioconvert/gstchannelmix.c:
1846         (gst_channel_mix_fill_one_other):
1847         If mixing left or right to center (or the other way around) only take
1848         the complete value if we don't already have the original position in
1849         the source.
1850
1851 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1852
1853         * gst-libs/gst/audio/multichannel.c:
1854         (gst_audio_check_channel_positions),
1855         (gst_audio_set_structure_channel_positions_list),
1856         (gst_audio_fixate_channel_positions):
1857         Allow rear center together with rear left/right and other previously
1858         conflicting channel positions. The reason why they weren't allowed
1859         was the channel mixing implementation in audioconvert.
1860         Also take this into account when fixing channel layouts.
1861
1862         Allow setting channel positions for 1/2 channels when using
1863         gst_audio_set_structure_channel_position().
1864
1865         * gst/audioconvert/gstchannelmix.c:
1866         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1867         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1868         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1869         Major rewrite of the channel mixing.
1870
1871         We now allow previously conflicting channel positions to appear
1872         together (rear center and rear left/right for example).
1873         Fixes bug #533817.
1874
1875         Rework the way channels are mixed together to take more possible
1876         channel positions into account, properly mix from/to side channels
1877         and don't assume that either center, left&right or nothing of a
1878         specific position is available anymore.
1879
1880         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1881         Adjust unit tests with non-standard 1/2 channel layouts to the more
1882         correct new behaviour.
1883
1884         Add a unit test for 5.1->Stereo downmixing.
1885
1886 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1887
1888         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1889         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1890         Add sane defaults for the 7 and 8 channel layouts as those are
1891         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1892         more than 8 channels instead of erroring out. Fixes bug #535356.
1893
1894 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1895
1896         * docs/plugins/Makefile.am:
1897         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1898         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1899         * ext/theora/theoraparse.c:
1900         Add theoraparse to the docs and fix some docs.
1901
1902 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1903
1904         * gst-libs/gst/cdda/gstcddabasesrc.c:
1905         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1906         Fix EOS condition and track addition check, the track.end sector is
1907         included in the track. Fixes #533265.
1908
1909 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1910
1911         Patch by: Mark Nauwelaerts <manauw at skynet be>
1912
1913         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1914         (gst_video_rate_flush_prev), (gst_video_rate_event),
1915         (gst_video_rate_chain):
1916         * gst/videorate/gstvideorate.h:
1917         React (more) to NEWSEGMENT
1918         Small adjustment in timestamp calculation to prevent mismatches
1919         Fixes #435633.
1920
1921 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1922
1923         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1924           Initialise error to NULL as we should.
1925
1926 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1927
1928         * gst/adder/gstadder.c: (gst_adder_query_duration),
1929         (gst_adder_query_latency), (gst_adder_query):
1930         Implement latency query.
1931
1932 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1933
1934         * gst/adder/gstadder.c: (gst_adder_query_duration):
1935         Correctly resync the iterator if gst_iterator_next() returns
1936         GST_ITERATOR_RESYNC.
1937
1938 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1939
1940         * win32/vs6/libgstpbutils.dsp:
1941           Add pbutils-enumtypes.c to sources (#518037).
1942
1943 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1944
1945         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1946         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1947         * gst-libs/gst/audio/gstaudioclock.h:
1948         Add method to inform the clock that the time starts from 0 again. We use
1949         this info to calculate a clock offset so that the time we report in
1950         internal_time is monotonically increasing, as required by the clock base
1951         class. Fixes #521761.
1952         API: GstAudioClock::gst_audio_clock_reset()
1953
1954         * gst-libs/gst/audio/gstbaseaudiosink.c:
1955         (gst_base_audio_sink_skew_slaving),
1956         (gst_base_audio_sink_change_state):
1957         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1958         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1959         Reset reported time when we (re)create the ringbuffer.
1960
1961 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1962
1963         * ext/alsa/gstalsamixertrack.c:
1964           (gst_alsa_mixer_track_update_alsa_capabilities):
1965           Make sure playback volumes aren't accidentally overwritten by
1966           capture volumes if an alsa mixer track has both playback and
1967           capture capabilities: we create two GstMixerTracks in that
1968           case, so make sure we query only the alsa capabilities that
1969           refer to the type of GstMixerTrack we created from the dual
1970           capability alsa element. Should fix issues with Audigy2 sound
1971           cards (#518082).
1972
1973 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1974
1975         * tests/check/pipelines/oggmux.c: (test_pipeline):
1976           Don't use deprecated function.
1977
1978 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1979
1980         * gst/playback/gstdecodebin2.c:
1981         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1982         Check for NULL cases and log them, creating ghostpads can, for example,
1983         fail when the pad returns wrong caps.
1984
1985         * gst/playback/gstplaybin2.c: (perform_eos):
1986         When pushing out the EOS event, collect the return value and warn when
1987         something failed.
1988
1989 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1990
1991         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1992         (gst_riff_create_video_template_caps):
1993         Add support for DVCPRO.
1994
1995 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1996
1997         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1998           Change default scaling method from nearest-neighbour to bilinear.
1999
2000 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2001
2002         * tests/check/libs/video.c:
2003           More checks.
2004
2005 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2006
2007         * gst/subparse/gstsubparse.c: (parser_state_init),
2008           (gst_sub_parse_format_autodetect), (handle_buffer):
2009         * gst/subparse/gstsubparse.h:
2010         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2011           Limit duration to a maximum of five seconds for tmplayer format where
2012           we can guess the duration only from the timestamp of the next line of
2013           text. We don't want to show a text for eternities just because nothing
2014           else is being said for a while.
2015
2016 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2017
2018         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2019         (gst_base_rtp_depayload_chain),
2020         (gst_base_rtp_depayload_handle_sink_event),
2021         (gst_base_rtp_depayload_push_full),
2022         (gst_base_rtp_depayload_change_state):
2023         Check sequence numbers, mark input buffers with a discont flag for the
2024         subclass when we detected a gap, drop duplicate buffers. We do this
2025         because one can use the element without a jitterbuffer in front and we
2026         don't want to feed the subclasses invalid or reordered data.
2027         Do an error when the subclass did not provide a process function instead
2028         of crashing.
2029         Some other small cleanups.
2030
2031 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2032
2033         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2034           May just as well use the precalculated uvstride here.
2035
2036 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2037
2038         * docs/plugins/Makefile.am:
2039         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2040         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2041         * docs/plugins/gst-plugins-base-plugins.args:
2042         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2043         * docs/plugins/gst-plugins-base-plugins.interfaces:
2044         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2045         * docs/plugins/inspect/plugin-adder.xml:
2046         * docs/plugins/inspect/plugin-alsa.xml:
2047         * docs/plugins/inspect/plugin-audioconvert.xml:
2048         * docs/plugins/inspect/plugin-audiorate.xml:
2049         * docs/plugins/inspect/plugin-audioresample.xml:
2050         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2051         * docs/plugins/inspect/plugin-cdparanoia.xml:
2052         * docs/plugins/inspect/plugin-decodebin.xml:
2053         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2054         * docs/plugins/inspect/plugin-gdp.xml:
2055         * docs/plugins/inspect/plugin-gio.xml:
2056         * docs/plugins/inspect/plugin-gnomevfs.xml:
2057         * docs/plugins/inspect/plugin-libvisual.xml:
2058         * docs/plugins/inspect/plugin-ogg.xml:
2059         * docs/plugins/inspect/plugin-pango.xml:
2060         * docs/plugins/inspect/plugin-playback.xml:
2061         * docs/plugins/inspect/plugin-queue2.xml:
2062         * docs/plugins/inspect/plugin-subparse.xml:
2063         * docs/plugins/inspect/plugin-tcp.xml:
2064         * docs/plugins/inspect/plugin-theora.xml:
2065         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2066         * docs/plugins/inspect/plugin-uridecodebin.xml:
2067         * docs/plugins/inspect/plugin-video4linux.xml:
2068         * docs/plugins/inspect/plugin-videorate.xml:
2069         * docs/plugins/inspect/plugin-videoscale.xml:
2070         * docs/plugins/inspect/plugin-videotestsrc.xml:
2071         * docs/plugins/inspect/plugin-volume.xml:
2072         * docs/plugins/inspect/plugin-vorbis.xml:
2073         * docs/plugins/inspect/plugin-ximagesink.xml:
2074         * docs/plugins/inspect/plugin-xvimagesink.xml:
2075         * ext/cdparanoia/gstcdparanoiasrc.c:
2076         * ext/ogg/gstoggdemux.c:
2077         * ext/ogg/gstoggdemux.h:
2078         * ext/ogg/gstoggmux.c:
2079         * ext/ogg/gstoggmux.h:
2080         * gst/audioconvert/audioconvert.c:
2081         * gst/audioconvert/audioconvert.h:
2082         * gst/audioconvert/gstaudioconvert.h:
2083         * gst/gdp/gstgdpdepay.h:
2084         * gst/gdp/gstgdppay.h:
2085         * gst/playback/gstdecodebin.c:
2086         * gst/playback/gstdecodebin2.c:
2087         * gst/playback/gstplaybin.c:
2088         * gst/playback/gstplaybin2.c:
2089         * gst/playback/gsturidecodebin.c:
2090         * gst/tcp/gstmultifdsink.c:
2091         * gst/tcp/gstmultifdsink.h:
2092         * gst/tcp/gsttcp.h:
2093
2094         Add some documentation comments, and some new headers to be scanned.
2095         Rename some internal enum declarations (audioconvert's DitherType and
2096         NoiseShapingType, GstUnitType from the TCP elements) to match the
2097         documented GObject type names so that the docs pick them up.
2098         Name the playbin2 docs markups properly so they get picked up. They'll
2099         need renaming back when/if playbin2 becomes playbin.
2100
2101         100% symbol coverage for the plugin docs, booya.
2102
2103 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2104
2105         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2106
2107         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2108         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2109
2110 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2111
2112         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2113
2114         * gst/playback/gstdecodebin.c: (remove_fakesink):
2115         Lock the fakesink before setting the state to NULL and removing it from
2116         the bin so that a concurrent state change cannot interfere. 
2117         Fixes #534331.
2118
2119 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2120
2121         * docs/Makefile.am:
2122         Fix installing plugin documentation when gtk-doc is disabled.
2123
2124 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2125
2126         * gst-libs/gst/rtsp/Makefile.am:
2127         Distribute, don't install md5.h
2128
2129 2008-05-21  Julien Moutte  <julien@fluendo.com>
2130
2131         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2132         instead of SOL_IP, works on more platforms.
2133         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2134         arguments.
2135
2136 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2137
2138         * ext/vorbis/vorbisdec.c:
2139         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2141         Some debug and comment fixes.
2142
2143         * tests/examples/dynamic/addstream.c: (main):
2144         Fix , to ;
2145
2146 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2147
2148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2149         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2150         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2151         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2152         (cleanup_decodebin):
2153         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2154         (connect_element), (gst_decode_group_control_demuxer_pad):
2155         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2156         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2157         (mute_group_type):
2158         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2159         (gst_play_bin_set_property), (handoff), (gen_video_element),
2160         (gen_text_element), (gen_audio_element), (gen_vis_element),
2161         (remove_sinks), (add_sink), (setup_sinks):
2162         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2163         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2164         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2165         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2166         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2167         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2168         (gen_vis_chain), (gst_play_sink_reconfigure),
2169         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2170         (gst_play_sink_request_pad):
2171         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2172         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2173         (cb_newpad):
2174         * gst/playback/test6.c: (new_decoded_pad_cb):
2175         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2176         * tests/check/elements/audiorate.c: (test_injector_chain),
2177         (do_perfect_stream_test):
2178         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2179         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2180         * tests/check/elements/gnomevfssink.c:
2181         * tests/check/elements/textoverlay.c:
2182         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2183         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2184         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2185         * tests/check/pipelines/oggmux.c: (test_pipeline):
2186         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2187         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2188         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2189         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2190         * tests/examples/seek/seek.c: (make_mod_pipeline),
2191         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2192         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2193         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2194         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2195         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2196         (update_fill), (msg_buffering):
2197         Don't use bad gst_element_get_pad().
2198
2199 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2200
2201         * gst-libs/gst/riff/riff-media.c:
2202           Fix wrong method name in docs. Fix calculation of strf fields for
2203           broken mulaw/alaw.
2204   
2205         * gst-libs/gst/riff/riff-read.c:
2206           Whitespace fix and removing double ';'.
2207
2208 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2209
2210         * docs/design/part-playbin2.txt:
2211         Add some leftover doc.
2212
2213 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2214
2215         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2216         Fix copy & paste error in last commit.
2217
2218 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2219
2220         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2221         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2222         other channel positions when source has SIDE channels and dest doesn't
2223         or the other way around.
2224
2225 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2226
2227         Patch by: Henrik Eriksson <henriken at axis dot com>
2228
2229         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2230         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2231         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2232         (gst_multi_fd_sink_get_property):
2233         * gst/tcp/gstmultifdsink.h:
2234         Add support for DSCP QOS. Fixes #469933.
2235
2236 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2237
2238         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2239         Add another test that checks if conversion between standard 1 and 2
2240         channel layouts with and without positions set is working.
2241
2242 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2243
2244         * gst-libs/gst/audio/multichannel.c:
2245         (gst_audio_check_channel_positions):
2246         Allow non-standard 2 channel layouts.
2247         
2248         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2249         Add some tests for converting and remapping non-standard 1 and 2
2250         channel layouts.
2251
2252 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2253
2254         * gst/audioconvert/gstchannelmix.c:
2255         (gst_channel_mix_fill_normalize):
2256         Prevent division by zero if the channel mix matrix contains only
2257         zeroes.
2258
2259 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2260
2261         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2262
2263         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2264         Close a buffer memory leak. Fixes bug #534071.
2265
2266 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2267
2268         * gst-libs/gst/rtsp/gstrtsptransport.h:
2269         Make the GstRTSPTransport struct members public as there are no
2270         setters/getters and it's supposed to be changed directly.
2271         Fixes bug #533087.
2272
2273 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2274
2275         * gst/adder/gstadder.c:
2276         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2277         claim this on the pad template caps.
2278
2279 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2280
2281         * gst-libs/gst/audio/gstbaseaudiosink.c:
2282         (gst_base_audio_sink_sync_latency):
2283         We can only use our optimal calibration if we prerolled before the
2284         latency expired.
2285
2286 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2287
2288         * configure.ac:
2289           Require core CVS for GstBaseSrc buffer caps setting magic.
2290
2291 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2292
2293         * gst/audioconvert/gstaudioconvert.c:
2294         (gst_audio_convert_fixate_channels):
2295         Fix logic in last commit.
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         Passthrough the channel positions if the number of output channels is
2302         the same as the number of input channels, the input had a channel
2303         layout and downstream requests no special one. We did this already for
2304         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2305
2306 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2307
2308         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2309         (gst_gnome_vfs_src_finalize),
2310         (gst_gnome_vfs_src_received_headers_callback),
2311         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2312         * ext/gnomevfs/gstgnomevfssrc.h:
2313         Set the ICY caps on the srcpad from where they get picked up by the base
2314         class now and set on the outgoing buffers.
2315
2316         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2317         (gst_base_audio_src_create):
2318         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2319         BaseSrc now sets the caps on outgoing buffers automatically.
2320
2321 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2322
2323         * gst-libs/gst/audio/gstbaseaudiosink.c:
2324         (gst_base_audio_sink_resample_slaving),
2325         (gst_base_audio_sink_skew_slaving),
2326         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2327         (gst_base_audio_sink_async_play),
2328         (gst_base_audio_sink_change_state):
2329         Change the way in which the ringbuffer is started when dealing with a
2330         slaved clock and latency. We now sync to the clock until we reach
2331         upstream latency before starting the ringbuffer. This has the effect
2332         that we can accurately align the master and slave clocks and let the
2333         rate correction code take care of the initial drift or rounding errors
2334         instead of leaving them uncorrected with the old approach.
2335
2336 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2337
2338         * gst/audioconvert/gstaudioconvert.c:
2339         (gst_audio_convert_fixate_channels):
2340         Correctly set the default channel positions when converting to 8
2341         channels.
2342
2343 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2344
2345         * configure.ac:
2346           Error out if we don't have the required version of core.
2347
2348 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2349
2350         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2351           Use data scan helper in aac typefinder and stop scanning
2352           for headers when we've found a type. Also fix potential invalid
2353           memory access when calculating the frame length.
2354
2355 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2356
2357         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2358           (mpeg_sys_is_valid_pack):
2359           Don't modify scan context when we return FALSE in ensure_data, so
2360           it's possible to continue scanning, and we don't end up with a NULL
2361           data pointer and a positive size, which might bite us the next time
2362           we're called. Small constification.
2363
2364 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2365
2366         * gst/adder/gstadder.c:
2367         Adder doesn't support 24 bit samples so don't claim it supports them
2368         in the pad template caps.
2369
2370 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2371
2372         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2373         (gst_base_rtp_depayload_chain):
2374         Validate the RTP packet before further processing it. It's just too
2375         dangerous to accept random packets and people are not forced to use a
2376         jitterbuffer or session manager to filter out the bad packets.
2377
2378         * gst-libs/gst/rtp/gstrtpbuffer.c:
2379         (gst_rtp_buffer_set_extension_data),
2380         (gst_rtp_buffer_get_payload_subbuffer):
2381         Small cleanups.
2382         When setting extension data in a buffer that is too small, we fail and
2383         we should not set the extension bit.
2384         Change GST_WARNINGS into g_warning because they really are
2385         programming errors.
2386
2387         * tests/check/libs/rtp.c: (GST_START_TEST):
2388         Catch the g_warnings now in the unit tests and that fact that failing to
2389         set extension data left the extension bit untouched.
2390
2391 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2392
2393         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2394           Revert previous change which made basetransform handle buffer_alloc
2395           and which breaks things badly in the non-passthrough case since it
2396           returned buffers with a different (ie. sometimes smaller) size than
2397           the size requested.
2398
2399 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2400
2401         Patch by: Bernard B <b-gnome at largestprime dot net>
2402
2403         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2404         Fix seqnum compare function for bordercase values and fix the docs
2405         again. Fixes #533075.
2406
2407         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2408         Add a testcase for seqnum compare function.
2409
2410 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2411
2412         * gst/adder/gstadder.c: (gst_adder_setcaps),
2413         (gst_adder_class_init):
2414         Correctly declare the supported endianness on the pad templates
2415         and check for correct endianness in the set caps function. Adder
2416         only supports native endianness.
2417         Also use gst_element_class_set_details_simple().
2418
2419 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2420
2421         * sys/xvimage/xvimagesink.c:
2422           Better debug logging in port value handling. Merging separate port
2423           value loops into one.
2424
2425 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2426
2427         Patch by: Hannes Bistry <hannesb at gmx dot de>
2428
2429         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2430         * gst/tcp/gsttcpserversink.c:
2431         (gst_tcp_server_sink_handle_server_read),
2432         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2433         Fix regression in clientsrc because we did not add the fd to the poll
2434         set anymore. Fixes #532364.
2435         Do some cleanups here and there.
2436
2437 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2438
2439         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2440         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2441         * gst/playback/gstplay-marshal.list:
2442         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2443         Use correct marshallers. GstCaps are a boxed type and no GObject
2444         subclass.
2445
2446 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2447
2448         * win32/common/libgstrtsp.def:
2449         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2450         symbols.
2451
2452 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2453
2454         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2455
2456         * tests/check/elements/audioresample.c:
2457         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2458         (live_switch_push), (GST_START_TEST):
2459         Add unit test for the latest basetransform negotiation changes.
2460         See bug #526768.
2461
2462 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2463
2464         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2465         Fix nv12<->nv21 conversion if stride is larger than width.
2466
2467 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2468
2469         Patch by: Jan Gerber <j at oil21 dot org>
2470
2471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2472         (gst_ogg_pad_parse_skeleton_fisbone):
2473         * ext/ogg/gstoggdemux.h:
2474         Parse presentation time from skeleton streams and use it as offset
2475         for the timestamps. Fixes bug #530068.
2476
2477 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2478
2479         * gst-libs/gst/audio/gstbaseaudiosink.c:
2480         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2481         Revert previous patch that attempted to more accurately calculate the
2482         initial offset between master and slave clock. The best thing we can do
2483         in general is take the time of both clocks as the diff since we don't
2484         know when the actual preroll happened.
2485
2486 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2487
2488         * gst-libs/gst/pbutils/install-plugins.c:
2489           Fix docs: type and missing word.
2490
2491 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2492
2493         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2494           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2495           for this instead; don't check if we've found enough markers after
2496           each and every step, it's enough to do that only if we've actually
2497           found a new marker.
2498           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2499
2500 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2501
2502         * gst/typefind/gsttypefindfunctions.c:
2503           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2504           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2505           (mpeg_video_stream_type_find):
2506           Move scan helper thingy to the beginning of the file so we can use
2507           it in other typefind functions. Rename it to something more
2508           generic. Also improve handling of things towards the end of the
2509           typefind data: peek as much as we can if we know the size of the
2510           data, rather than just min_size.
2511
2512 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2513
2514         * docs/libs/gst-plugins-base-libs-sections.txt:
2515         * gst-libs/gst/interfaces/colorbalance.c:
2516         * gst-libs/gst/interfaces/colorbalance.h:
2517         * gst-libs/gst/interfaces/colorbalancechannel.c:
2518         * gst-libs/gst/interfaces/colorbalancechannel.h:
2519         * gst-libs/gst/interfaces/tuner.c:
2520         * gst-libs/gst/interfaces/tunerchannel.c:
2521         * gst-libs/gst/interfaces/tunerchannel.h:
2522         * gst-libs/gst/interfaces/tunernorm.c:
2523         * gst-libs/gst/interfaces/tunernorm.h:
2524         * gst-libs/gst/video/video.c:
2525         * gst-libs/gst/video/video.h:
2526         Document the GstTuner and GstColorBalance interfaces, and some
2527         other random API functions that needed it. 70% symbol coverage, woo.
2528
2529 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2530
2531         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2532         Choose to allocate one less segment but require one additional segment
2533         as latency. 
2534
2535         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2536         No need to increment the number of segments in the source.
2537
2538         * gst-libs/gst/audio/gstbaseaudiosink.c:
2539         (gst_base_audio_sink_get_time), (clock_convert_external),
2540         (gst_base_audio_sink_resample_slaving),
2541         (gst_base_audio_sink_skew_slaving),
2542         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2543         (gst_base_audio_sink_async_play):
2544         Remove adding latency when returning the internal time while subtracting
2545         it again when we use the value a little later.
2546         When calculating the end timestamp, we are making a rounding error
2547         with the current algorithm. Ensure that we don't accumulate these
2548         rounding errors when aligning samples by not resampling at all if we
2549         don't need to. Fixes #419351.
2550         Make the initial calibration of the clock slaving a little more
2551         predictable and accurate. Also handle the case where we don't do
2552         clock slaving.
2553
2554 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2555
2556         Based on a patch by:
2557           Björn Benderius <bjoern dot benderius at axis dot com>
2558
2559         * gst/ffmpegcolorspace/avcodec.h:
2560         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2561         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2562         (gst_ffmpegcsp_avpicture_fill):
2563         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2564         * gst/ffmpegcolorspace/imgconvert_template.h:
2565         Add conversions from/to NV12 and NV21 and conversions between those
2566         two formats. Fixes bug #532166.
2567
2568 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2569
2570         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2571         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2572         which happens for example with files smaller than 128kb.
2573
2574 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2575
2576         Patch by: Wouter Cloetens <zombie at e2big dot org>
2577
2578         * gst-libs/gst/rtsp/Makefile.am:
2579         * gst-libs/gst/rtsp/gstrtspconnection.c:
2580         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2581         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2582         (add_auth_header), (gst_rtsp_connection_free),
2583         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2584         (gst_rtsp_connection_set_auth_param),
2585         (gst_rtsp_connection_clear_auth_params):
2586         * gst-libs/gst/rtsp/gstrtspconnection.h:
2587         Add Digest authorization support for RTSP connections. See #532065.
2588
2589         * gst-libs/gst/rtsp/md5.c:
2590         * gst-libs/gst/rtsp/md5.h:
2591         Yeap, another md5 implementation until we can depend on a glib that has
2592         support for it.
2593
2594 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2595
2596         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2597
2598         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2599         Let audioresample use the buffer allocation of basetransform instead
2600         of it's own stuff.
2601
2602         * tests/check/elements/audioresample.c: (alloc_only_48000),
2603         (GST_START_TEST), (audioresample_suite):
2604         Add unit test for the recent basetransform bugfix, where upstream
2605         changes caps to something that can't be passed through anymore.
2606
2607 2008-05-07  Ole André Vadla RavnÃ¥s  <ole.andre.ravnas at tandberg com>
2608
2609         * win32/common/config.h.in:
2610           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2611           use the real thing than having "???" unconditionally.
2612
2613 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2614
2615         * gst-libs/gst/audio/gstbaseaudiosink.c:
2616         (gst_base_audio_sink_query):
2617         Report the latency with the new seglatency parameter.
2618
2619         * gst-libs/gst/audio/gstringbuffer.c:
2620         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2621         (gst_ring_buffer_acquire):
2622         * gst-libs/gst/audio/gstringbuffer.h:
2623         Add new field to the ringbufferspec to specify the expected latency
2624         between the underlying device read/write pointer, this is needed
2625         when writing sinks that sit a little closer to the hardware.
2626         Add some more docs for other fields.
2627
2628 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2629
2630         * gst/volume/gstvolume.c: (volume_transform_ip):
2631         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2632         reason instead of crashing later. Might fix bug #509125.
2633
2634 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2635
2636         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2637
2638         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2639         * gst/audioconvert/audioconvert.h:
2640         * gst/audioconvert/gstaudioconvert.c:
2641         (gst_audio_convert_parse_caps),
2642         (structure_has_fixed_channel_positions),
2643         (gst_audio_convert_transform_caps):
2644         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2645         Add support for more than 8 channels and NONE channel layouts. For
2646         more than 8 channels no channel conversion is supported yet, only
2647         format conversions are supported. Fixes bug #398033.
2648
2649         * tests/check/elements/audioconvert.c: (verify_convert),
2650         (GST_START_TEST), (audioconvert_suite):
2651         Add some unit tests by Tim for checking the NONE channel layouts
2652         and more than 8 channels and add some more unit tests for channel
2653         conversions.
2654
2655 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2656
2657         * gst/playback/gstdecodebin2.c: (connect_pad):
2658         When autoplugging fails, set the element back to NULL before
2659         unreffing it.
2660
2661 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         * win32/common/libgstaudio.def:
2664         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2665         symbols.
2666
2667 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * gst/subparse/samiparse.c: (handle_start_sync),
2670         (end_sami_element), (characters_sami):
2671         Remove trailing, leading and double whitespaces.
2672         Correctly timestamp buffers and output the last buffer too.
2673
2674         * tests/check/elements/subparse.c: (GST_START_TEST),
2675         (subparse_suite):
2676         Add a simple unit test for SAMI parsing.
2677
2678 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2681
2682         * gst/subparse/samiparse.c: (handle_start_sync),
2683         (start_sami_element), (end_sami_element), (characters_sami),
2684         (sami_context_reset):
2685         Only output characters inside the "sync" elements. There could be
2686         other elements like "style" that have some content but should
2687         not be printed. Fixes bug #467911.
2688
2689 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2690
2691         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2692         (set_active_source):
2693         * gst/playback/gstplaybasebin.h:
2694         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2695         (playbin_set_audio_mute):
2696         Allow setting -1 as current-audio to mute the current audio stream,
2697         similar to what is done for subtitles. Fixes bug #342294.
2698
2699 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2700
2701         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2702         It's SorensOn and not SorensEn.
2703
2704 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2705
2706         * gst-libs/gst/pbutils/descriptions.c: (formats):
2707           Fix description of video/x-flash-video.
2708
2709 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2710
2711         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2712         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2713         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2714         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2715         Remove some unused code.
2716
2717         * gst/audioconvert/gstaudioquantize.c:
2718         (gst_audio_quantize_free_noise_shaping):
2719         Don't return before freeing the noise shaping history.
2720
2721 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2722
2723         * tests/check/elements/subparse.c: (do_test),
2724           (test_tmplayer_style3b), (subparse_suite):
2725           Add unit test for the tmplayer variant from bug #530962.
2726
2727 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2728
2729         * gst/subparse/gstsubparse.c: (handle_buffer),
2730           (gst_sub_parse_sink_event):
2731         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2732           (tmplayer_parse_line):
2733           Fix parsing of tmplayer subtitle variant where every single line contains
2734           text and there isn't an empty line after each line to determine the
2735           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2736           making sure that we push out the last line of text without a duration if
2737           there's still text left in the buffer at the end.
2738
2739 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2740
2741         * gst/subparse/gstsubparse.c: (feed_textbuf):
2742           Fix detection of discontinuities based on the buffer offset (doesn't work
2743           so well if no buffer offset is set) and also check for the DISCONT buffer
2744           flag. This keeps the parser state from being reset after each buffer in
2745           the unit test.
2746
2747 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2748
2749         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2750           Further fine-tuning: don't absolutely require sequence or GOP headers
2751           (as introduced in the previous commit), but adjust the typefind
2752           probabilities returned accordingly if we don't see them. Also make sure
2753           picture header and first slice are somewhat close to each other (which
2754           is not perfect but still better than requiring a fixed offset or having
2755           no limit at all).
2756
2757 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2758
2759         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2760         (gst_basertppayload_sink_setcaps),
2761         (gst_basertppayload_sink_getcaps):
2762         Rename the setcaps/getcaps function internally to make it clear that
2763         they are called for the sink pad.
2764
2765 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2766
2767         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2768         (gst_base_rtp_depayload_class_init),
2769         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2770         (gst_base_rtp_depayload_packet_lost),
2771         (gst_base_rtp_depayload_set_gst_timestamp):
2772         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2773         Catch packet-lost events from the jitterbuffer and convert them into a
2774         vmethod call (lost-packet) so that depayloaders can do something smart.
2775         Also add a default packet-lost function that sends out a segment update
2776         to the decoders.
2777
2778 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2779
2780         * gst/playback/test4.c:
2781         * gst/playback/test5.c:
2782         * gst/playback/test6.c:
2783         * gst/playback/test7.c:
2784           Also include config.h when relying on defines from it. Fixes the
2785           build. Its been a please to serve :)
2786
2787 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2788
2789         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2790         (paint_setup_NV21), (paint_hline_NV12_NV21):
2791         Add support for NV12 and NV21 in videotestsrc
2792
2793 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2794
2795         * gst/videoscale/gstvideoscale.c:
2796         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2797         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2798         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2799         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2800         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2801         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2802         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2803         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2804         (vs_image_scale_linear_RGB555):
2805         Support 1x1 images as input and output as for example the BBC HQ new
2806         streams have 1x1 GIFs in the playlists for some reason.
2807
2808 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2809
2810         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2811           (try_to_link_1):
2812           If we can't activate one of the decoders we plugged in (such as,
2813           say, musepackdec) for some reason (it might not support push mode,
2814           for example), remove any pad probes that close_pad_link() might
2815           have set up. This makes sure we later don't try to remove a probe
2816           for a pad that doesn't exist any longer, and avoids nast warnings
2817           and probably other things too.
2818
2819 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2820
2821         * gst/typefind/gsttypefindfunctions.c:
2822           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2823           (plugin_init):
2824           Rework mpeg video stream typefinding a bit more: make sure sequence,
2825           GOP, picture and slice headers appear in the order they should and
2826           that we've in fact at least had one of each; fix picture header
2827           detection; decouple picture and slice header check - don't assume
2828           they're at a fixed offset, there may be extra data in between. Also,
2829           announce varying degrees of probability depending on what we found
2830           exactly (multiple pictures, at least one picture, just sequence and
2831           GOP headers). Finally, in _ensure_data(), take into account that we
2832           might be typefinding smaller amounts of data, such as the first
2833           buffer of a stream, so fall back to the minimum size needed as long
2834           as that's available, instead of erroring out if there's less than
2835           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2836           fuzzed file from #399342 as valid.
2837
2838 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2839
2840         * ext/theora/theoradec.c:
2841           Cool kids don't divide by zero.
2842           Treat PAR of x:0 as 1:1.
2843           Fixes #530719.
2844
2845 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2846
2847         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2848           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2849           (mpeg_video_stream_type_find):
2850           Refactor a bit: use context structure to track parsing offset and
2851           size of available data and make the code a bit clearer. Fixes bad
2852           memory access in #356937.
2853
2854 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2855
2856         * gst/playback/test4.c:
2857         * gst/playback/test5.c:
2858         * gst/playback/test6.c:
2859         * gst/tcp/gstmultifdsink.c:
2860           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2861           is defined.
2862
2863 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2864
2865         * gst-libs/gst/audio/gstbaseaudiosink.h:
2866         Clarify some docs.
2867
2868         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2869         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2870         (gst_base_audio_src_set_slave_method),
2871         (gst_base_audio_src_get_slave_method),
2872         (gst_base_audio_src_set_property),
2873         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2874         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2875         Add property and methods for selecting the clock slave method in the
2876         source, like in the sink.
2877         We only implement "none" and "re-timestamp" for now.
2878         API: gst_base_audio_src_set_slave_method()
2879         API: gst_base_audio_src_get_slave_method()
2880
2881 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2882
2883         * gst-libs/gst/rtp/gstrtpbuffer.c:
2884         Fix the docs about the seqnum compare function, it returns a difference.
2885
2886 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2887
2888         * ext/alsa/gstalsadeviceprobe.c:
2889         (gst_alsa_get_device_list): Don't return before freeing up
2890         the allocated structures.
2891
2892 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2893
2894         * gst/playback/gstplaybin.c:
2895           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2896
2897 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2898
2899         * ext/ogg/gstoggdemux.c:
2900           Revert the event part, that should not go in.
2901
2902 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2903
2904         * ext/ogg/gstoggdemux.c:
2905           Don't leak GstPluginFeatures when filtering.
2906
2907 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2908
2909         * sys/xvimage/xvimagesink.c:
2910           Add some logging for cases when grabbing the xv failed.
2911
2912 2008-04-21  David Schleef  <ds@schleef.org>
2913
2914         * ext/ogg/gstoggmux.c:
2915           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2916           packet.  Should conform to what we currently think is the
2917           final Ogg/Dirac muxing spec.
2918
2919 2008-04-21  David Schleef  <ds@schleef.org>
2920
2921         * sys/xvimage/xvimagesink.c:
2922           Fix typo that causes the overlay keying color to bright green
2923           on a 16-bit display.  Dark grey good.  Bright green bad.
2924
2925 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2926
2927         * ext/gnomevfs/gstgnomevfsuri.c:
2928           Add  FIXME comment about using uri-list for source and sink.
2929
2930 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2931
2932         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2933         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2934         vaargs functions to gint. Otherwise the fractions will get 0 set
2935         instead of the correct value on big endian systems. Fixes bug #529018.
2936
2937 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         * ext/gnomevfs/gstgnomevfssink.c:
2940         (gst_gnome_vfs_sink_uri_get_protocols):
2941         * ext/gnomevfs/gstgnomevfssrc.c:
2942         (gst_gnome_vfs_src_uri_get_protocols):
2943         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2944         (gst_gnomevfs_get_supported_uris):
2945         Get the list of supported URI schemes in a threadsafe way and use the
2946         same list for the source and sink.
2947
2948 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2949
2950         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2951         (gst_gio_get_supported_protocols):
2952         Don't generate a new supported protocols list on each call but cache
2953         it. It's supposed to be static anyway, this way we only leak it once
2954         per process.
2955
2956         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2957         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2958         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2959         (gst_gio_sink_start):
2960         * ext/gio/gstgiosink.h:
2961         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2962         (gst_gio_src_class_init), (gst_gio_src_finalize),
2963         (gst_gio_src_set_property), (gst_gio_src_get_property),
2964         (gst_gio_src_start):
2965         * ext/gio/gstgiosrc.h:
2966         API: Add "file" properties where one can set a GFile as
2967         source/destination.
2968
2969         Add locking to the properties and use
2970         gst_element_class_set_details_simple() instead of a static
2971         GstElementDetails struct.
2972
2973 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2974
2975         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2976         (plugin_init):
2977         Add "mpp" and "mp+" as possible extensions for MusePack files.
2978
2979         Add typefinding for MusePack StreamVersion 8 files and include the
2980         stream version in the caps.
2981
2982 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2983
2984         * gst-libs/gst/rtp/gstrtppayloads.c:
2985         (gst_rtp_payload_info_for_name):
2986         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2987
2988 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2989
2990         * configure.ac:
2991           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2992           (NB: this only affects compilation of some of the examples).
2993           Remove some configure.ac cruft that's not needed any longer.
2994
2995 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2996
2997         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2998         Don't validate the payload if there isn't any.
2999         Fixes #525915
3000
3001 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3002
3003         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3004         Use g_atomic_int_set() instead of gst_atomic_int_set().
3005
3006 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3007
3008         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3009         Return NULL instead of a gchar * array with one NULL element if we
3010         don't get any supported URI schemes from GIO.
3011
3012 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3013
3014         * gst/audiotestsrc/gstaudiotestsrc.c:
3015           Remove cpp style commented old code.
3016
3017 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3018
3019         * gst/playback/gstdecodebin2.c:
3020           Fix signal docs.
3021
3022 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3023
3024         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3025           (gst_text_overlay_init):
3026           Fix textoverlay unit test again by making the supposed default
3027           value for the wait-text property the actual default value.
3028           Also fix Since: tag for new property.
3029
3030 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3031
3032         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3033           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3034           (gst_video_format_get_pixel_stride),
3035           (gst_video_format_get_component_width),
3036           (gst_video_format_get_component_height),
3037           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3038           (gst_video_format_convert):
3039           Add guards to these functions to ensure sane input values.
3040
3041         * tests/check/libs/video.c:
3042           Fix unit test not to create caps with width=0 and height=0.
3043
3044 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3045
3046         * docs/design/draft-keyframe-force.txt:
3047         Fix typo.
3048
3049         * gst/playback/gstqueue2.c: (update_buffering),
3050         (gst_queue_handle_src_query):
3051         Set buffering mode in the messages.
3052         Set buffering percent in the query.
3053
3054         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3055         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3056         Do some more fancy things based on the buffering method in use.
3057
3058 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3059
3060         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3061         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3062         (msg_buffering), (main):
3063         Add basic download reports to seek using the new buffering API.
3064
3065 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3066
3067         * gst/playback/gstqueue2.c: (update_buffering),
3068         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3069         (gst_queue_src_checkgetrange_function):
3070         Include extra buffering stats in the buffering message.
3071         Implement BUFFERING query.
3072
3073         * gst/playback/gsturidecodebin.c: (do_async_start),
3074         (do_async_done), (type_found), (setup_streaming), (setup_source),
3075         (gst_uri_decode_bin_change_state):
3076         Only add decodebin2 when the type is found in streaming mode.
3077         Make uridecodebin async to PAUSED even when we don't have decodebin2
3078         added yet.
3079
3080 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3081
3082         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3083         Filter cdda from the supported URI schemes. We can't support
3084         musicbrainz tags and everything else one expects from a cdda source
3085         with GIO. Fixes bug #526794.
3086
3087 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3088
3089         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3090         (gst_xvimagesink_buffer_alloc):
3091         Fix calculation of 'expected size' for YV12 buffers.
3092         Be a little more verbose in the debug output for buffer-alloc'ed
3093         buffers which turn out to have the wrong size.
3094
3095 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3096
3097         * NEWS:
3098         * RELEASE:
3099         * gst-plugins-base.doap:
3100           Merge other changes from 0.10.19 release branch.
3101
3102 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * gst-libs/gst/audio/gstbaseaudiosink.c:
3105           (gst_base_audio_sink_class_init):
3106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3107           (gst_base_audio_src_class_init):
3108         * gst/playback/gstplayback.c: (plugin_init):
3109         * gst/volume/gstvolume.c: (plugin_init):
3110           Work around missing bits of thread-safety on older GLibs some
3111           more to avoid assertions when starting up multiple playbin
3112           objects concurrently (see #512382).
3113
3114 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3117           Remove some more fields.
3118
3119 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3120
3121         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3122
3123         * configure.ac:
3124         Actually build dlls when cross-compiling with mingw32.
3125         Fixes bug #526247.
3126
3127 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3128
3129         * configure.ac:
3130           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3131
3132 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3133
3134         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3135         (msg_buffering), (connect_bus_signals), (main):
3136         Add statusbar.
3137         Add buffering support with feedback in the statusbar.
3138
3139 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3140
3141         * ext/ogg/gstoggmux.c:
3142           Fix sample pipeline description.
3143
3144 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3145
3146         * docs/plugins/Makefile.am:
3147         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3148         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3149         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3150           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3151
3152         * docs/plugins/gst-plugins-base-plugins.args:
3153         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3154         * docs/plugins/gst-plugins-base-plugins.interfaces:
3155         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3156         * docs/plugins/inspect/plugin-adder.xml:
3157         * docs/plugins/inspect/plugin-alsa.xml:
3158         * docs/plugins/inspect/plugin-audioconvert.xml:
3159         * docs/plugins/inspect/plugin-audiorate.xml:
3160         * docs/plugins/inspect/plugin-audioresample.xml:
3161         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3162         * docs/plugins/inspect/plugin-cdparanoia.xml:
3163         * docs/plugins/inspect/plugin-decodebin.xml:
3164         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3165         * docs/plugins/inspect/plugin-gdp.xml:
3166         * docs/plugins/inspect/plugin-gnomevfs.xml:
3167         * docs/plugins/inspect/plugin-libvisual.xml:
3168         * docs/plugins/inspect/plugin-ogg.xml:
3169         * docs/plugins/inspect/plugin-pango.xml:
3170         * docs/plugins/inspect/plugin-playback.xml:
3171         * docs/plugins/inspect/plugin-queue2.xml:
3172         * docs/plugins/inspect/plugin-subparse.xml:
3173         * docs/plugins/inspect/plugin-tcp.xml:
3174         * docs/plugins/inspect/plugin-theora.xml:
3175         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3176         * docs/plugins/inspect/plugin-uridecodebin.xml:
3177         * docs/plugins/inspect/plugin-video4linux.xml:
3178         * docs/plugins/inspect/plugin-videorate.xml:
3179         * docs/plugins/inspect/plugin-videoscale.xml:
3180         * docs/plugins/inspect/plugin-videotestsrc.xml:
3181         * docs/plugins/inspect/plugin-volume.xml:
3182         * docs/plugins/inspect/plugin-vorbis.xml:
3183         * docs/plugins/inspect/plugin-ximagesink.xml:
3184         * docs/plugins/inspect/plugin-xvimagesink.xml:
3185           Update introspection data.
3186
3187         * ext/ogg/gstoggmux.c:
3188           Document oggmux.
3189
3190         * gst/playback/gstdecodebin2.c:
3191           Don't use gtk-doc style comment start for private stuff, but make it
3192           formatted like this for consistency.
3193
3194 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3195
3196         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3197         (gst_decode_bin_init), (gst_decode_bin_dispose),
3198         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3199         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3200         (analyze_new_pad), (connect_pad), (expose_pad),
3201         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3202         (gst_decode_group_expose), (gst_decode_group_free),
3203         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3204         Remove fakesink hack, we can now implement this more elegantly.
3205         Added property to bypass typefinding.
3206         Removed underrun callback and demuxer pad probe, we now use the srcpad
3207         probe to expose groups.
3208         API::sink-caps property
3209
3210         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3211         Guard against multiple emissions of the no_more_pads signal, which
3212         happens when we are dealing with chained oggs.
3213
3214         * gst/playback/gsturidecodebin.c: (remove_decoders),
3215         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3216         (setup_source):
3217         For streams, use our own typefind element and plug our queue after it.
3218         We will need this to determine the type of buffering to use for the
3219         queue soon.
3220
3221 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3222
3223         * gst-libs/gst/audio/gstbaseaudiosink.c:
3224         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3225         Guard against over and underflows because of clock slaving.
3226         When we are using our own clock, still compensate for any calibrations
3227         that we might have done to our clock.
3228
3229 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3230
3231         * ext/theora/theoradec.c: (theora_handle_type_packet),
3232         (theora_dec_chain):
3233         Don't try to do anything fancy with the return code from pushing an
3234         event, it does not have enough information to turn it into a
3235         GST_FLOW_ERROR.
3236
3237 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3238
3239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3240         (gst_ogg_demux_chain_elem_pad):
3241         Add small debug line.
3242         Pass return code from the internal decoder instead of the too generic
3243         GST_FLOW_ERROR.
3244
3245 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3246
3247         * gst-libs/gst/cdda/Makefile.am:
3248         * gst-libs/gst/cdda/base64.c:
3249         * gst-libs/gst/cdda/base64.h:
3250         * gst-libs/gst/cdda/gstcddabasesrc.c:
3251         (gst_cddabasesrc_calculate_musicbrainz_discid):
3252         Use GLib's base64 implementation instead of our own.
3253
3254 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3255
3256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3257         (gst_ogg_demux_read_chain):
3258         Refix oggdemux, we only have a problem if we failed to find a chain and
3259         we are not EOF.
3260
3261 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3262
3263         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3264
3265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3266         (gst_ogg_demux_read_chain):
3267         When we fail to find a BOS page and we and up with no chain, error out
3268         properly instead of segfaulting. Fixes #525665.
3269
3270 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3271
3272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3273         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3274         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3275         no-more-pads...
3276
3277 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3278
3279         * gst/playback/gstqueue2.c: (update_out_rates),
3280         (gst_queue_open_temp_location_file),
3281         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3282         (gst_queue_handle_src_query), (gst_queue_set_property):
3283         Update the estimated input data when we push out a buffer.
3284         Add some debug info about the temp file.
3285         Only forward src events when we are not using a temp file.
3286         Don't block the duration query, we need to find something better.
3287         Don't leak the temp filename.
3288
3289 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3290
3291         * configure.ac:
3292         Require GLib 2.12 and liboil 0.3.14.
3293
3294         * gst/volume/gstvolume.c: (volume_process_double):
3295         Unconditionally use liboil 0.3.14 function.
3296
3297 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3298
3299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3300         ms-gsm can have arbitrarty sample rates. See #481354.
3301
3302 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3305         MP4S is generic MPEG-4, not a microsoft variant.
3306
3307 2008-03-27  Michael Smith <msmith@fluendo.com>
3308
3309         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3310           Check the body CRC (if set) when depayloading.
3311           Fixes #522401.
3312
3313 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3316           Fix Since: version for new property.
3317
3318 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3319
3320         * gst-libs/gst/rtsp/gstrtspconnection.c:
3321         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3322         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3323         Don't error when poll_wait returns EAGAIN.
3324
3325 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3326
3327         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3328         The queue is never filled when there are no buffers in the queue at all.
3329         Fixes #523993.
3330
3331 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3334         (init_group), (free_group), (gst_play_bin_init),
3335         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3336         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3337         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3338         (gst_play_bin_set_current_video_stream),
3339         (gst_play_bin_set_current_audio_stream),
3340         (gst_play_bin_set_current_text_stream),
3341         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3342         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3343         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3344         (activate_group), (deactivate_group), (setup_next_source),
3345         (save_current_group), (gst_play_bin_change_state):
3346         Update some docs.
3347         Add new locks and conds to protect pipeline creation and group
3348         switching.
3349         Implement the sub-uri property.
3350         Keep track of pending uridecodebin creation and configure the output
3351         pipeline after all streams are configured.
3352         Propagate subtitle encoding to the uridecodebins.
3353         Implement getting the video/audio/visualisation elements.
3354         Use input-selector for stream switching.
3355         If we are asked to do visualisation, prefer to autoplug raw sinks
3356         instead of sinks that accept encoded data.
3357
3358 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3359
3360         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3361         (gst_play_sink_init), (gst_play_sink_dispose),
3362         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3363         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3364         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3365         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3366         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3367         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3368         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3369         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3370         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3371         * gst/playback/gstplaysink.h:
3372         Add methods to get audio/video/vis elements.
3373         Add methods to set the font description for the overlay.
3374         Remove properties, we're using this element with its methods only.
3375         Add support for subtitles.
3376         Rearrange the locking a bit to not use the object lock for protecting
3377         the pipeline construction.
3378         Try to use the volume and mute property on the sink when its available.
3379         Implement the mute option with volume when the sink does not have a mute
3380         property.
3381         Only add volume element when the sink has no volume property.
3382         Only do visualisations with raw audio pads.
3383
3384 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3385
3386         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3387         (gst_text_overlay_init), (gst_text_overlay_set_property),
3388         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3389         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3390         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3391         (gst_text_overlay_change_state):
3392         * ext/pango/gsttextoverlay.h:
3393         Add property to configure waiting for text on the textpad or not, with
3394         the default behaviour being the old one (always wait for text before
3395         rendering the video). This default behaviour is usually not the best one
3396         because the text stream can very sparse and could require queueing a lot
3397         of video.
3398         Fix the flushing and EOS handing so that we don't mix up their meaning.
3399
3400 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3401
3402         * gst/playback/gsturidecodebin.c:
3403         (gst_uri_decode_bin_autoplug_factories),
3404         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3405         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3406         (gst_uri_decode_bin_set_property),
3407         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3408         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3409         (proxy_autoplug_factories_signal), (make_decoder),
3410         (source_new_pad), (setup_source):
3411         Add a readonly source property and notify.
3412         Add new lock for protecting the construction of the pipeline.
3413         Keep track of the decodebins we plugged.
3414         Correctly proxy the autoplug signal so that it actually continues.
3415         Proxy subtitle-encoding to the decodebins.
3416
3417 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3418
3419         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3420         (text_toggle_cb), (update_streams), (main):
3421         Rearrange some buttons in playbin2 and make some other boxes insensitive
3422         when needed.
3423         Add language codes to subtitle selection boxes when we gind the right
3424         tags for the streams.
3425
3426 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3427
3428         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3429         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3430         (gst_decode_bin_set_subs_encoding),
3431         (gst_decode_bin_get_subs_encoding),
3432         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3433         (deactivate_free_recursive):
3434         Protect caps property with the object lock.
3435         Protect encoding property with the object lock.
3436         Keep list of elements we added that have the subtitle-encoding property.
3437         Distribute the subtitle-encoding to all of the elements when it
3438         changes.
3439
3440 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3441
3442         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3443         Small debug improvement.
3444
3445         * gst-libs/gst/audio/gstbaseaudiosink.c:
3446         (gst_base_audio_sink_render):
3447         Fix bug in determining the sample start/stop position, we want to base
3448         this decision on the fact that we are going forwards or backwards, not
3449         slower or faster. This fixes some ugly resync warnings when playing at
3450         very slow speeds.
3451
3452 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3453
3454         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3455         Correctly set the supported URI schemes and don't leave
3456         some schemes in the middle or at the start at NULL.
3457
3458 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3459
3460         * tests/check/elements/gdpdepay.c:
3461           Make test compile without unused function/variable warnings on PPC.
3462  
3463 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3464
3465         * configure.ac:
3466         * ext/alsa/gstalsamixerelement.c:
3467         (gst_alsa_mixer_element_class_init):
3468         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3469         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3470         * ext/cdparanoia/gstcdparanoiasrc.c:
3471         (gst_cd_paranoia_src_class_init):
3472         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3473         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3474         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3475         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3476         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3477         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3479         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3480         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3481         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3482         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3483         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3484         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3485         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3486         (gst_audio_filter_template_class_init):
3487         * gst-libs/gst/audio/gstbaseaudiosink.c:
3488         (gst_base_audio_sink_class_init):
3489         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3490         (gst_base_audio_src_class_init):
3491         * gst-libs/gst/cdda/gstcddabasesrc.c:
3492         (gst_cdda_base_src_class_init):
3493         * gst-libs/gst/interfaces/mixertrack.c:
3494         (gst_mixer_track_class_init):
3495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3496         (gst_base_rtp_depayload_class_init):
3497         * gst-libs/gst/rtp/gstbasertppayload.c:
3498         (gst_basertppayload_class_init):
3499         * gst/audioconvert/gstaudioconvert.c:
3500         (gst_audio_convert_class_init):
3501         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3502         * gst/audioresample/gstaudioresample.c:
3503         (gst_audioresample_class_init):
3504         * gst/audiotestsrc/gstaudiotestsrc.c:
3505         (gst_audio_test_src_class_init):
3506         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3507         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3509         (preroll_unlinked):
3510         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3511         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3512         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3513         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3514         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3515         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3516         (gst_stream_selector_class_init):
3517         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3518         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3519         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3520         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3521         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3522         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3523         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3524         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3525         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3526         * gst/videotestsrc/gstvideotestsrc.c:
3527         (gst_video_test_src_class_init):
3528         * gst/volume/gstvolume.c: (gst_volume_class_init):
3529         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3530         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3531         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3533         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3535         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3536         static strings (i.e. all). This gives us less memory usage,
3537         fewer allocations and thus less memory defragmentation. Depend
3538         on core CVS for this. Fixes bug #523806.
3539
3540 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3541
3542         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3543         Filter http and https protocols. GIO/GVfs handles them but it's
3544         impossible to implement iradio/icecast with it. Better use
3545         souphttpsrc or something else for this.
3546
3547         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3548         If getting the file informations by a query fails try it with the
3549         seek-to-end trick too.
3550
3551 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3554         (gst_volume_base_init), (gst_volume_class_init),
3555         (volume_process_double), (volume_process_float),
3556         (volume_transform_ip), (plugin_init):
3557         memset buffers to zero if we get a GAP buffer. We usually see a
3558         buffer as one unit so let's handle it as one and don't care about
3559         volume changes while processing one buffer.
3560         Also clean up some stuff a bit.
3561
3562 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3563
3564         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3565         (gst_audio_convert_create_silence_buffer),
3566         (gst_audio_convert_transform):
3567         Make audioconvert GAP-aware by outputting silence buffers when the
3568         input has the GAP flag set. This is up to 8x faster.
3569         Based on a patch by Stefan Kost. Fixes bug #517813.
3570
3571 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3572
3573         * gst/volume/gstvolume.c: (volume_process_double):
3574         Use oil_scalarmultiply_f64_ns() for double processing when it's
3575         available at compile time.
3576
3577 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3578
3579         * configure.ac:
3580         Fix lrint/lrintf checks to actually work. These functions are
3581         in libm on Linux at least so try to link to it.
3582
3583 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3584
3585         * configure.ac:
3586         Back to development - 0.10.18.1
3587
3588 === release 0.10.18 ===
3589
3590 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3591
3592         * configure.ac:
3593           releasing 0.10.18, "I will follow"
3594
3595 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3596
3597         * configure.ac:
3598         * win32/common/config.h:
3599         0.10.17.4 pre-release
3600
3601 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3602
3603         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3604         Use GST_STR_NULL when trying to print strings that could be NULL because
3605         this might crash on some platforms. See #520808.
3606
3607 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3608
3609         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
3610
3611         * gst-libs/gst/rtsp/gstrtspconnection.c:
3612         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3613         (read_line), (gst_rtsp_connection_read_internal):
3614         Generic Windows fixes that makes libgstrtsp work on Windows when
3615         coupled with the new GstPoll API. See #520808.
3616
3617 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3618
3619         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3620
3621         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3622           If seeking to a new position succeeds don't simply return from
3623           create() without creating a buffer. Do this only in the case
3624           seeking to the new position fails. Fixes bug #523054.
3625
3626 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3629           (gst_video_format_from_rgba32_masks):
3630           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3631           (#522635).
3632
3633         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3634           Add unit test for the RGB caps parsing and creation, checking for
3635           internal consistency of the new API and consistency of the API with
3636           the old GST_VIDEO_CAPS_* defines.
3637
3638 2008-03-14  David Schleef  <ds@schleef.org>
3639
3640         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3641           because -base is in freeze.
3642
3643 2008-03-14  David Schleef  <ds@schleef.org>
3644
3645         Patch by: William M. Brack
3646
3647         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3648
3649 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3650
3651         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3652         (gst_selector_pad_chain):
3653         * gst/playback/gststreamselector.h:
3654         Revert change that caused regression until a real fix is found.
3655         Fixes #522203.
3656
3657 2008-03-12  Michael Smith <msmith@fluendo.com>
3658
3659         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3660         * gst-libs/gst/audio/gstringbuffer.h:
3661           Rename recently added buffer types to make more sense.
3662         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3663         (gst_alsasink_write):
3664           Adapt for above API changes.
3665           Fixes bug #520523.
3666
3667 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3668
3669         * win32/common/libgstnetbuffer.def:
3670         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3671
3672 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3673
3674         * configure.ac:
3675         * win32/common/config.h:
3676         0.10.17.3 pre-release
3677
3678 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3679
3680         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3681         (gst_base_audio_src_create):
3682         Fix duration when no clock was provided. Fixes #520300.
3683
3684 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3685
3686         Patch by: Olivier Crete  <tester at tester ca>
3687
3688         * docs/libs/gst-plugins-base-libs-sections.txt:
3689         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3690         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3691         Add trivial function to compare GstNetAddress. See #520626.
3692         API: GstNetBuffer::gst_netaddress_equal
3693
3694 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3695
3696         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3697         Update mode property docs, it's deprecated now.
3698
3699 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3700
3701         * gst-libs/gst/rtsp/gstrtspconnection.c:
3702         (gst_rtsp_connection_create):
3703         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3704         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3705         * gst/tcp/gstmultifdsink.h:
3706         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3707         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3708         Remove GstPollMode from gstpoll constructor.
3709
3710 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3711
3712         * configure.ac:
3713         * win32/common/config.h:
3714         0.10.17.2 pre-release
3715
3716 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3717
3718         * gst/Makefile.am:
3719         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3720         them twice
3721
3722         * win32/common/libgstinterfaces.def:
3723         * win32/common/libgstrtp.def:
3724         Add new API to the defs
3725
3726 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3727
3728         Patch by: Mersad Jelacic  <mersad at axis dot com>
3729
3730         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3731         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3732         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3733         possible to specify the sample size in bits. (#509637)
3734
3735 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * tests/check/libs/mixer.c:
3738           Add a few simple checks for the new message types.
3739
3740 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         * docs/libs/gst-plugins-base-libs-sections.txt:
3743         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3744           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3745           (gst_mixer_message_get_type),
3746           (gst_mixer_message_parse_option_changed),
3747           (gst_mixer_message_parse_options_list_changed):
3748         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3749           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3750           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3751           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3752           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3753           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3754
3755 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3758           (gst_mixer_options_get_values):
3759         * gst-libs/gst/interfaces/mixeroptions.h:
3760           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3761           (_GstMixerOptions), (_GstMixerOptionsClass):
3762           API: add GstMixerOptions::get_values vfunc (#519906)
3763
3764 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3765
3766         * configure.ac:
3767         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3768         plug-ins are included/excluded. (#498222)
3769
3770 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3771
3772         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3773         Add typefinder for IMelody files, using audio/x-imelody.
3774         See bug #519516.
3775
3776 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3777
3778         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3779         * ext/alsa/gstalsasink.c: (set_hwparams):
3780         * ext/alsa/gstalsasrc.c: (set_hwparams):
3781         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3782         * ext/ogg/gstoggmux.h:
3783         * ext/ogg/gstogmparse.c:
3784         * gst-libs/gst/audio/audio.c:
3785         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3786         * gst-libs/gst/pbutils/missing-plugins.c:
3787         (gst_missing_uri_sink_message_new),
3788         (gst_missing_element_message_new),
3789         (gst_missing_decoder_message_new),
3790         (gst_missing_encoder_message_new):
3791         * gst-libs/gst/rtp/gstbasertppayload.c:
3792         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3793         (gst_rtcp_packet_bye_get_reason):
3794         * gst/audioconvert/gstaudioconvert.c:
3795         * gst/audioresample/gstaudioresample.c:
3796         * gst/ffmpegcolorspace/imgconvert.c:
3797         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3798         * gst/typefind/gsttypefindfunctions.c:
3799         * gst/videoscale/vs_4tap.c:
3800         * gst/videoscale/vs_4tap.h:
3801         * sys/v4l/gstv4lelement.c:
3802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3803         * sys/v4l/v4l_calls.c:
3804         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3805         (gst_v4lsrc_try_capture):
3806         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3807         (gst_ximagesink_ximage_new):
3808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3809         (gst_xvimagesink_xvimage_new):
3810         * tests/check/elements/audioconvert.c:
3811         * tests/check/elements/audioresample.c:
3812         (fail_unless_perfect_stream):
3813         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3814         * tests/check/elements/decodebin.c:
3815         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3816         (setup_gdpdepay_streamheader):
3817         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3818         (setup_gdppay_streamheader):
3819         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3820         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3821         * tests/check/elements/textoverlay.c:
3822         * tests/check/elements/videorate.c: (setup_videorate):
3823         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3824         * tests/check/elements/volume.c: (setup_volume):
3825         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3826         * tests/check/elements/vorbistag.c:
3827         * tests/check/generic/clock-selection.c:
3828         * tests/check/generic/states.c: (setup), (teardown):
3829         * tests/check/libs/cddabasesrc.c:
3830         * tests/check/libs/video.c:
3831         * tests/check/pipelines/gio.c:
3832         * tests/check/pipelines/oggmux.c:
3833         * tests/check/pipelines/simple-launch-lines.c:
3834         (simple_launch_lines_suite):
3835         * tests/check/pipelines/streamheader.c:
3836         * tests/check/pipelines/theoraenc.c:
3837         * tests/check/pipelines/vorbisdec.c:
3838         * tests/check/pipelines/vorbisenc.c:
3839         * tests/examples/seek/scrubby.c:
3840         * tests/examples/seek/seek.c: (query_positions_elems),
3841         (query_positions_pads):
3842         * tests/icles/stress-xoverlay.c: (myclock):
3843         Correct all relevant warnings found by the sparse semantic code
3844         analyzer. This include marking several symbols static, using
3845         NULL instead of 0 for pointers and using "foo (void)" instead
3846         of "foo ()" for declarations.
3847
3848         * win32/common/libgstrtp.def:
3849         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3850
3851 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3852
3853         Patch by: José Alburquerque <jaalburqu svn gnome org>
3854
3855         * gst/playback/gstplaybin2.c:
3856           Make the function signature of the _get_*_tags() functions match
3857           the signature of the vfuncs they implement, ie. return a
3858           GstTagList rather than a GstStructure, which is more correct,
3859           even if one is typedef'ed to the other (#518940).
3860
3861 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * gst-libs/gst/rtsp/gstrtspconnection.c:
3864           Don't include unix headers unconditionally (fixes #518037).
3865
3866 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3867
3868         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3869           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3870           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3871           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3872           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3873           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3874           (gst_video_format_is_packed), (video_format_is_packed):
3875           Add unit test that makes sure that the strides, offsets and
3876           sizes returned for the various YUV formats by the new video API
3877           match the old reference implementation in videotestsrc.
3878
3879 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3880
3881         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3882           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3883           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3884           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3885           (gst_video_format_get_pixel_stride),
3886           (gst_video_format_get_component_width),
3887           (gst_video_format_get_component_height),
3888           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3889         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3890           (GST_VIDEO_FORMAT_Y42B):
3891           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3892
3893 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3896           YV12 is I420 with swapped components 1 and 2, so the offset of
3897           component 1 for I420 should be the offset for component 2 for YV12
3898           and vice versa.
3899
3900 2008-02-29  Rene Stadler  <mail@renestadler.de>
3901
3902         * sys/v4l/gstv4lelement.c:
3903         Add missing semicolon to fix indentation.
3904
3905 2008-02-29  Julien Moutte  <julien@fluendo.com>
3906
3907         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3908         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3909         if we can do SPDIF output.
3910         * ext/alsa/gstalsa.h:
3911         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3912         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3913         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3914         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3915         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3916         to support AC3, EC3 and IEC958 buffers.
3917
3918 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3919
3920         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3921           (gst_mixer_message_parse_mute_toggled),
3922           (gst_mixer_message_parse_record_toggled),
3923           (gst_mixer_message_parse_volume_changed),
3924           (gst_mixer_message_parse_option_changed):
3925           De-cruft and fix message type assertions (NULL is not a really
3926           valid mixer message type string).
3927
3928 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3929
3930         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3931         When negotiating, actually start from a format that we can support
3932         instead of from the too generic template.
3933
3934 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3935
3936         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3937         Enable vis setting.
3938
3939         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3940         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3941         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3942         (gen_vis_chain):
3943         Implement vis switching while playing.
3944
3945 2008-02-28  David Schleef  <ds@schleef.org>
3946
3947         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3948
3949 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3950
3951         Patch by: Peter Kjellerstedt  <pkj at axis com>
3952
3953         * gst/tcp/Makefile.am:
3954         * gst/tcp/fdsetstress.c:
3955         * gst/tcp/gstfdset.c:
3956         * gst/tcp/gstfdset.h:
3957         Removed fdset and stress test, they are now known as GstPoll in
3958         core. 
3959
3960         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3961         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3962         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3963         (gst_multi_fd_sink_handle_client_write),
3964         (gst_multi_fd_sink_queue_buffer),
3965         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3966         (gst_multi_fd_sink_stop):
3967         * gst/tcp/gstmultifdsink.h:
3968         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3969         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3970         (gst_tcp_gdp_read_caps):
3971         * gst/tcp/gsttcp.h:
3972         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3973         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3974         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3975         * gst/tcp/gsttcpclientsink.h:
3976         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3977         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3978         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3979         * gst/tcp/gsttcpclientsrc.h:
3980         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3981         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3982         * gst/tcp/gsttcpserversink.h:
3983         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3984         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3985         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3986         * gst/tcp/gsttcpserversrc.h:
3987         Port to GstPoll. See #505417.
3988
3989 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3990
3991         Patch by: Peter Kjellerstedt  <pkj at axis com>
3992
3993         * gst-libs/gst/rtsp/gstrtspconnection.c:
3994         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3995         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3996         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3997         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3998         (gst_rtsp_connection_flush):
3999         * gst-libs/gst/rtsp/gstrtspconnection.h:
4000         Use GstPoll for the rtsp connection. See #505417.
4001
4002 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4003
4004         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4005         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4006         Add combo box for visualisations, populate it with a factory list
4007         of all visualisation plugins, configure vis plugin instance in
4008         playbin2. 
4009
4010 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4011
4012         * tests/check/libs/rtp.c: (GST_START_TEST):
4013         Add check for RTP buffer defaults, padding and marker bit API.
4014
4015 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4016
4017         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4018         Use memcpy() instead of upcasting a byte array to long *. This
4019         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4020         This should be ported to GCheckSum once we can use GLib 2.16.
4021         Partially fixes bug #500833.
4022
4023 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4024
4025         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4026           Push tag event after the newsegment event. Log the pointer of
4027           the buffer we're actually going to push rather than the buffer
4028           we're feeding to _make_metadata_writable().
4029
4030 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4031
4032         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4033         Comment smoke typefinder for now. The smokedec plugin needs one
4034         frame per buffer but we have no parser yet, thus it simply crashes
4035         in most situations.
4036
4037 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4038
4039         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4040         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4041
4042 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4043
4044         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4045         (plugin_init):
4046         Add midi typefinder, copied from the timidity plugin.
4047
4048 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4051
4052         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4053         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4054           (subparse_suite):
4055           Forward slashes at the beginning and end of a line also signify
4056           italics (Fixes: #518162).
4057
4058 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4059
4060         * tests/check/gst-plugins-base.supp:
4061         Add a suppression for a cached value in GIO that wasn't moved
4062         while moving gio from -bad to -base.
4063
4064 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4065
4066         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4067
4068         * configure.ac:
4069         Don't hardcode -Wall and -Werror for configure checks, this fails
4070         with non-GCC compilers. Fixes bug #517991.
4071
4072 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4073
4074         * gst/audioconvert/gstaudioconvert.c:
4075         * gst/audioconvert/gstaudioquantize.c:
4076         * gst/audioconvert/gstaudioquantize.h:
4077           Make audioconvert gap aware. If noiseshaping is used, wait for
4078           noiseshaping to converge before marking as GAP. Fixes #517813.
4079
4080 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4081
4082         * gst/audiotestsrc/gstaudiotestsrc.c:
4083           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4084
4085 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4086
4087         * ext/gnomevfs/gstgnomevfssink.c:
4088         (gst_gnome_vfs_sink_handle_event):
4089         Return FALSE when seeking for a new segment fails instead
4090         of silently ignoring the failure and appending every buffer
4091         that comes for the new segment.
4092
4093 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4094
4095         * gst/playback/gstplaysink.c: (find_property),
4096         (gst_play_sink_find_property), (gen_video_chain),
4097         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4098         Recursively search the sink element for a last-frame property so that we
4099         can also find the property in autovideosink and friends that don't
4100         always proxy the internal sink properties.
4101
4102 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * gst-libs/gst/audio/multichannel.c:
4105           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4106           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4107           (gst_audio_set_structure_channel_positions_list),
4108           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4109           (gst_audio_fixate_channel_positions):
4110           Fix confusing terminology in docs and code: structure fields are
4111           'fields' and not 'properties'.
4112
4113 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4114
4115         * gst-libs/gst/audio/multichannel.c:
4116           (gst_audio_check_channel_positions), (add_list_to_struct):
4117           Give more useful warning messages if one of the channel
4118           layout enums passed to us is invalid and if the "channels"
4119           field in the caps has a GType we don't expect.
4120
4121 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * gst-libs/gst/audio/multichannel.c:
4124           Fix typo in docs blurb.
4125
4126 2008-02-19  Julien Moutte  <julien@fluendo.com>
4127
4128         Patch by: Josep Torra Valles <josep@fluendo.com>
4129
4130         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4131         typefind lookup to fix typefinding on HD clips.
4132
4133 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         * gst/playback/gstscreenshot.c:
4136         * gst/playback/gstscreenshot.h:
4137           Fix up copyright (I rewrote the GStreamer-0.10 code for
4138           this from scratch back in the days).
4139
4140 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4141
4142         * gst/playback/Makefile.am:
4143         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4144         (create_element), (gst_play_frame_conv_convert):
4145         * gst/playback/gstscreenshot.h:
4146         Add screenshot conversion code from totem.
4147
4148         * gst/playback/gstplay-marshal.list:
4149         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4150         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4151         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4152         Implement frame property to get a color-unconverted snapshot.
4153         Implement convert-frame action signal to get a converted snapshot image.
4154         Configure connection speed in uridecodebin.
4155         Document some more properties.
4156
4157         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4158         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4159         (gst_play_sink_get_last_frame):
4160         * gst/playback/gstplaysink.h:
4161         Use last-buffer property of the video sink to get a video snapshot.
4162
4163         * tests/examples/seek/seek.c: (shot_cb), (main):
4164         Add snapshot button for playbin2 and use the frame property to save the
4165         frame as a png in the current directory.
4166
4167 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4168
4169         Patch by: Josep Torra Valles <josep at fluendo dot com>
4170
4171         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4172         (plugin_init):
4173         Add typefinding support for h264 elementary streams.
4174         Fixes bug #517420.
4175
4176 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4177
4178         * configure.ac:
4179           Require CVS of core for new API in collectpads.
4180
4181         * gst/adder/gstadder.c:
4182           Use new API to make adder sparse stream aware.
4183
4184 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4185
4186         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4187         (no_more_pads_cb):
4188         Get the object data correct so that we can remove our channels
4189         correctly.
4190
4191         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4192         (gen_vis_chain), (gst_play_sink_reconfigure),
4193         (gst_play_sink_request_pad):
4194         Add option to disable async behaviour in the sinks when possible. This
4195         makes it possible to avoid an audio queue when dealing with
4196         visualisations.
4197         Add option to add a queue for the audio path.
4198
4199         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4200         (main):
4201         Disable the vis checkbox to match the defaults of playbin2.
4202         Only get the stream info when we need to.
4203
4204 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4205
4206         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4207         (gst_gio_base_sink_set_stream):
4208         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4209         (gst_gio_base_src_set_stream):
4210         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4211         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4212         Don't use async operations as they require a running main loop.
4213         This makes us block again when closing streams and unable
4214         to mount the enclosing volume of an URI if it isn't yet.
4215
4216 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4217
4218         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4219         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4220         (gen_vis_chain), (gst_play_sink_reconfigure),
4221         (gst_play_sink_request_pad):
4222         Move tee in front of the audio and vis pipelines.
4223         Add queue for audio for now.
4224         Add visualisation support.
4225
4226         * tests/examples/seek/seek.c: (main):
4227         Visualisation is by default disabled.
4228
4229 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4230
4231         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4232         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4233         Improve debugging a bit.
4234
4235         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4236         * ext/gio/gstgiosink.h:
4237         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4238         * ext/gio/gstgiosrc.h:
4239         Try to mount the enclosing volume of a GFile if it isn't mounted
4240         yet. This requires us to wait for an async operation to finish, done
4241         with an nested GMainLoop. Authentication is not supported yet, will
4242         come later.
4243
4244 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4245
4246         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4247         (gst_play_bin_set_property), (gst_play_bin_get_property),
4248         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4249         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4250         (gst_play_sink_get_mute), (gen_audio_chain):
4251         * gst/playback/gstplaysink.h:
4252         Add mute property.
4253
4254         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4255         (gst_selector_pad_chain):
4256         * gst/playback/gststreamselector.h:
4257         Make sure we forward the event only once.
4258
4259         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4260         Add and implement the mute button for playbin2.
4261
4262 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4263
4264         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4265
4266         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4267         Add some more debug info.
4268         Make sure we never return a negative delay. Fixes #516246.
4269
4270 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4273           Revert patch that makes the sink hold the object lock when
4274           calling snd_pcm_delay(), since it breaks playback for me.
4275
4276 2008-02-12  Julien Moutte  <julien@fluendo.com>
4277
4278         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4279         some seek flags when changing rate.
4280
4281 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4282
4283         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4284         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4285         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4286         Fix potential leaks.
4287
4288         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4289         Fix leak when there is no function configured.
4290
4291 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4292
4293         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4294         (gst_v4lsrc_buffer_finalize):
4295         Correctly chain up the finalize method.
4296
4297 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         * ext/gio/gstgiostreamsink.c:
4300         * ext/gio/gstgiostreamsrc.c:
4301         Add documentation and example code for giostreamsink/giostreamsrc.
4302
4303         * tests/check/pipelines/gio.c: (GST_START_TEST):
4304         Ask the GMemoryOutputStream for the data instead of assuming that
4305         the pointer to the data stayed the same. It could've been realloc'ed.
4306
4307 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4308
4309         * ext/gio/gstgiosink.c:
4310         * ext/gio/gstgiosrc.c:
4311         Make the documentation of giosink/giosrc complete, large parts
4312         are based on the gnomevfssink/gnomevfssrc docs.
4313
4314 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4315
4316         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4317         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4318         * docs/plugins/gst-plugins-base-plugins.args:
4319         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4320         * docs/plugins/gst-plugins-base-plugins.interfaces:
4321         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4322         * docs/plugins/gst-plugins-base-plugins.signals:
4323         * docs/plugins/inspect/plugin-adder.xml:
4324         * docs/plugins/inspect/plugin-audioconvert.xml:
4325         * docs/plugins/inspect/plugin-audiorate.xml:
4326         * docs/plugins/inspect/plugin-audioresample.xml:
4327         * docs/plugins/inspect/plugin-decodebin.xml:
4328         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4329         * docs/plugins/inspect/plugin-gdp.xml:
4330         * docs/plugins/inspect/plugin-gio.xml:
4331         * docs/plugins/inspect/plugin-gnomevfs.xml:
4332         * docs/plugins/inspect/plugin-libvisual.xml:
4333         * docs/plugins/inspect/plugin-ogg.xml:
4334         * docs/plugins/inspect/plugin-pango.xml:
4335         * docs/plugins/inspect/plugin-playback.xml:
4336         * docs/plugins/inspect/plugin-queue2.xml:
4337         * docs/plugins/inspect/plugin-subparse.xml:
4338         * docs/plugins/inspect/plugin-theora.xml:
4339         * docs/plugins/inspect/plugin-uridecodebin.xml:
4340         * docs/plugins/inspect/plugin-videorate.xml:
4341         * docs/plugins/inspect/plugin-videoscale.xml:
4342         * docs/plugins/inspect/plugin-volume.xml:
4343         * docs/plugins/inspect/plugin-vorbis.xml:
4344         Add the GIO documentation again and while at that run make update.
4345
4346 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4349         * ext/alsa/gstalsasink.c: (set_swparams):
4350         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4351           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4352           against libasound >= 1.0.16, since it's been deprecated in
4353           0.10.16, and alignment is always 1 then, apparently. (#512899)
4354
4355 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4356
4357         * gst/playback/gstplaybin.c: (gen_audio_element):
4358         * gst/playback/gstplaysink.c: (gen_audio_chain):
4359           Handle case where we can't create the volume element a bit
4360           better (#514307).
4361
4362 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4363
4364         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4365         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4366           Add support for https protocol. Fixes #510229.
4367
4368 2008-02-11  Julien Moutte  <julien@fluendo.com>
4369         
4370         Patch by: Alan Peevers <peeves@pacbell.net>
4371
4372         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4373         lock when calling alsa methods.
4374
4375 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4376
4377         * gst/typefind/gsttypefindfunctions.c:
4378           Bump rank of jpeg and png typefinders, which will return maximum
4379           probability in the most common cases (thus short-circuiting more
4380           expensive typefinders like the mp3 one for these two quite common
4381           image types).
4382
4383 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4384
4385         * ext/theora/theoraparse.c:
4386         Fix long description of the theora parser to be more verbose than just
4387         the type name.
4388
4389 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4390
4391         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4392
4393         * sys/xvimage/xvimagesink.c:
4394         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4395         Fixes bug #515654.
4396
4397 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4398
4399         * gst/playback/gstplaybasebin.c:
4400         Set is_dynamic as True if there are elements with both request
4401         and sometimes src pad templates instead of breaking out when it
4402         finds the first pad template that is a src.
4403
4404 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4405
4406         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4407         (update_streams), (video_combo_cb), (audio_combo_cb),
4408         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4409         Add some stream switching and volume gui for playbin2.
4410
4411 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4412
4413         * gst/playback/gstplay-marshal.list:
4414         Added marshal for streamselector Tags.
4415
4416         * gst/playback/gstplaybasebin.c: (set_active_source):
4417         Streamselector now selects pads based on the pad object instead of its
4418         name.
4419
4420         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4421         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4422         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4423         (gst_play_bin_get_text_tags),
4424         (gst_play_bin_set_current_video_stream),
4425         (gst_play_bin_set_current_audio_stream),
4426         (gst_play_bin_set_current_text_stream),
4427         (gst_play_bin_set_property), (gst_play_bin_get_property),
4428         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4429         Remove option to mute streams with the current-a/v/t property, we have
4430         this functionality in the flags.
4431         Add signals to notify when the number of A/V/T channels changed.
4432         Add action signals to get tags for the A/V/T streams.
4433         Implement setting the current A/V/T stream.
4434         Rearrange some things to simplify stream selection.
4435         Implement volume.
4436
4437         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4438         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4439         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4440         (activate_vis), (gst_play_sink_reconfigure):
4441         * gst/playback/gstplaysink.h:
4442         Add and implement volume setting methods.
4443
4444         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4445         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4446         (gst_selector_pad_event), (gst_stream_selector_class_init),
4447         (gst_stream_selector_init), (gst_stream_selector_finalize),
4448         (gst_stream_selector_set_property),
4449         (gst_stream_selector_get_property),
4450         (gst_stream_selector_get_linked_pad),
4451         (gst_stream_selector_request_new_pad):
4452         * gst/playback/gststreamselector.h:
4453         Add pad properties for tags and status of pads.
4454         Keep tags on pads.
4455         Make active pad selection based on pad object instead of name.
4456
4457 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4458
4459         * configure.ac:
4460           Revert last change as we now check in gtk-doc.m4 for sed.
4461
4462 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4463
4464         * configure.ac:
4465         Find and subst SED when building the docs.
4466
4467 2008-02-08  Julien Moutte  <julien@fluendo.com>
4468
4469         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4470         (main): Make sure bus signals are reconnected when pressing STOP
4471         and then PLAY again for a parse launch pipeline. Fix a ref leak
4472         on the bus.
4473         * win32/common/config.h: Updated.
4474
4475 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4476
4477         * configure.ac:
4478         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4479         pre-releases or releases.
4480
4481 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4482
4483         * configure.ac:
4484         * ext/gio/Makefile.am:
4485         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4486         reporting
4487
4488 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4489
4490         * docs/plugins/Makefile.am:
4491         Add the headers which need scanning for the GIO plugin. The rest of
4492         the docs still need migrating.
4493
4494 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4495
4496         * ext/Makefile.am:
4497         * tests/check/Makefile.am:
4498         * tests/check/pipelines/.cvsignore:
4499         Add gio in a few more places.
4500
4501 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4502
4503         * configure.ac:
4504         * ext/Makefile.am:
4505         * tests/check/Makefile.am:
4506         Move gio plugin from -bad and mark as experimental.
4507
4508 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4509
4510         * gst-libs/gst/interfaces/mixeroptions.c:
4511         * gst-libs/gst/interfaces/mixertrack.c:
4512         Comment out a couple of other things which break the build when
4513         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4514
4515 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4516
4517         * docs/libs/gst-plugins-base-libs-sections.txt:
4518           Fix pbutils header.
4519
4520 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4521
4522         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4523         Fix compiler warning.
4524
4525 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4526
4527         Patch by: Peter Kjellerstedt  <pkj at axis com>
4528
4529         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4530         Clear the addrinfo struct using memset. Fixes #514937.
4531
4532 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4533
4534         * gst/tcp/gstfdset.h:
4535         Remove unused field to same some memory.
4536
4537         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4538         Mark action signals as such.
4539
4540 2008-02-06  Michael Smith <msmith@fluendo.com>
4541
4542         * ext/theora/theoradec.c: (_theora_granule_frame),
4543         (_inc_granulepos):
4544           Increment granulepos for new-bitstream versions appropriately.
4545           Fixes #514623.
4546
4547 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4548
4549         * tests/examples/seek/seek.c: (do_seek),
4550         (rate_spinbutton_changed_cb), (update_streams), (main):
4551         Remove obsolete stream_time reset after flushing seek, core does that
4552         automatically now.
4553         Improve accuracy of speed spinbutton.
4554         Only do playbin2 stuff when we actually use it.
4555
4556 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4557
4558         * tests/check/Makefile.am:
4559           Revert previous change of the test environment's GST_PLUGIN_PATH.
4560           The problem is not with the plugins, but with element factories
4561           and only occurs if elements are split out from existing plugins
4562           or if plugins change name (see #512740).
4563
4564 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4565
4566         * tests/check/Makefile.am:
4567           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4568           with the core's plugins first and our local build directories last,
4569           since we might be building against an installed core, and that
4570           core's plugin directory may contain older or other versions of
4571           our own -base plugins, but we really do want to test our local
4572           ones (if there are multiple plugins or element factories with the
4573           same name, those inspected last will trump those read in earlier).
4574           Fixes #512740 for the most part.
4575
4576 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4577
4578         * configure.ac:
4579         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4580         Use gmtime_r if available as gmtime is not MT-safe.
4581         Fixes bug #511810.
4582
4583 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4584
4585         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4586         Cast glong to time_t as time_t might have a different type on
4587         other platforms, like FreeBSD, and we get a compiler warning
4588         otherwise. Fixes bug #511825.
4589
4590 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4591
4592         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4593         (get_group), (get_n_pads), (gst_play_bin_get_property),
4594         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4595         (autoplug_select_cb), (deactivate_group):
4596         Remove stream-info, we going for something easier.
4597         Refactor getting the current group.
4598         Implement getting the number of audio/video/text streams.
4599
4600         * gst/playback/gststreamselector.c:
4601         (gst_stream_selector_class_init), (gst_stream_selector_init),
4602         (gst_stream_selector_get_property),
4603         (gst_stream_selector_request_new_pad),
4604         (gst_stream_selector_release_pad):
4605         * gst/playback/gststreamselector.h:
4606         Add property for number of pads.
4607
4608         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4609         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4610         (text_toggle_cb), (update_streams), (msg_async_done),
4611         (msg_state_changed), (main):
4612         Block slider callback when updating the slider position.
4613         Add gui elements for controlling playbin2.
4614         Add callback for async_done that updates position/duration.
4615
4616 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4617
4618         * docs/plugins/Makefile.am:
4619         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4620         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4621         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4622         * docs/plugins/gst-plugins-base-plugins.interfaces:
4623         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4624           First round of plugin docs cleansups.
4625
4626         * docs/plugins/inspect/plugin-adder.xml:
4627         * docs/plugins/inspect/plugin-alsa.xml:
4628         * docs/plugins/inspect/plugin-audioconvert.xml:
4629         * docs/plugins/inspect/plugin-audiorate.xml:
4630         * docs/plugins/inspect/plugin-audioresample.xml:
4631         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4632         * docs/plugins/inspect/plugin-cdparanoia.xml:
4633         * docs/plugins/inspect/plugin-decodebin.xml:
4634         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4635         * docs/plugins/inspect/plugin-gdp.xml:
4636         * docs/plugins/inspect/plugin-gnomevfs.xml:
4637         * docs/plugins/inspect/plugin-libvisual.xml:
4638         * docs/plugins/inspect/plugin-ogg.xml:
4639         * docs/plugins/inspect/plugin-pango.xml:
4640         * docs/plugins/inspect/plugin-subparse.xml:
4641         * docs/plugins/inspect/plugin-tcp.xml:
4642         * docs/plugins/inspect/plugin-theora.xml:
4643         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4644         * docs/plugins/inspect/plugin-video4linux.xml:
4645         * docs/plugins/inspect/plugin-videorate.xml:
4646         * docs/plugins/inspect/plugin-videoscale.xml:
4647         * docs/plugins/inspect/plugin-videotestsrc.xml:
4648         * docs/plugins/inspect/plugin-volume.xml:
4649         * docs/plugins/inspect/plugin-vorbis.xml:
4650         * docs/plugins/inspect/plugin-ximagesink.xml:
4651         * docs/plugins/inspect/plugin-xvimagesink.xml:
4652           Regenerate.
4653
4654         * ext/ogg/Makefile.am:
4655         * ext/ogg/gstoggmux.c:
4656         * ext/ogg/gstoggmux.h:
4657           Add header for oggmux. the c-file needs a doc blob still.
4658
4659 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4660
4661         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4662
4663         * gst-libs/gst/rtp/gstrtpbuffer.c:
4664         (gst_rtp_buffer_set_extension_data):
4665         * gst-libs/gst/rtp/gstrtpbuffer.h:
4666         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4667         Add gst_rtp_buffer_set_extension_data() 
4668         Add a unit test for this addition. Fixes #511478.
4669         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4670
4671 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4672
4673         * configure.ac:
4674         Back to CVS
4675
4676 === release 0.10.17 ===
4677
4678 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4679
4680         * configure.ac:
4681           releasing 0.10.17, "Peanut Butter and Jelly"
4682
4683 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4684
4685         * gst-libs/gst/interfaces/mixeroptions.c:
4686         * gst-libs/gst/interfaces/mixertrack.c:
4687         Also remove the conditional registration of the signals
4688         that disappeared with the ABI change in 0.10.14
4689
4690 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4691
4692         * gst-libs/gst/rtsp/gstrtspconnection.c:
4693         Revert patch to gstrtspconnection.c for brown paper bag
4694         release of -base. Re-opens: #511825
4695
4696 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4697
4698         * gst-libs/gst/interfaces/mixeroptions.h:
4699         * gst-libs/gst/interfaces/mixertrack.h:
4700         Change the way these deprecated function pointers are removed
4701         so that the compiled ABI is unconditionally smaller. This 
4702         sets in stone an ABI break that actually occurred when the
4703         things were deprecated in 0.10.14, which seems to be the best
4704         fix as the only known users are oss-mixer and sunaudio-mixer in 
4705         gst-plugins-good.
4706         Fixes: #513018
4707
4708 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * win32/common/libgstpbutils.def:
4711           Export the two new _get_type() functions which are needed
4712           by the python bindings.
4713
4714 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4715
4716         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4717         Cast glong to time_t as time_t might have a different type on
4718         other platforms, like FreeBSD, and we get a compiler warning
4719         otherwise. Fixes bug #511825.
4720
4721 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4722
4723         * gst-libs/gst/audio/gstaudiofilter.c:
4724         (gst_audio_filter_class_init):
4725         Initialize the GstRingerBuffer class to get it's debug category
4726         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4727         category and otherwise we get some g_critical(). Fixes bug #512334.
4728
4729 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4730
4731         * configure.ac:
4732         Back to CVS
4733
4734 === release 0.10.16 ===
4735
4736 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4737
4738         * configure.ac:
4739           releasing 0.10.16, "Scheduled Interruption"
4740
4741 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4742
4743         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4744
4745         * gst-libs/gst/rtp/gstrtpbuffer.c:
4746         (gst_rtp_buffer_get_extension_data):
4747         Fix typos and wrong extension check. Fixes #511274.
4748
4749 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4750
4751         * po/sk.po:
4752         Oops - add new sk.po mentioned in the LINGUAS I just committed
4753
4754 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4755
4756         * po/LINGUAS:
4757         Add ca translation to the disted list.
4758
4759         * win32/vs6/libgstsdp.dsp:
4760         Convert line endings to CRLF
4761
4762 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4763
4764         * win32/MANIFEST:
4765         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4766
4767 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4768
4769         * win32/common/libgstsdp.def:
4770         * win32/common/libgstvideo.def:
4771         Add new API declarations
4772
4773 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4774
4775         * ext/theora/gsttheoradec.h:
4776         * ext/theora/gsttheoraparse.h:
4777         * ext/theora/theoradec.c:
4778         * ext/theora/theoraparse.c:
4779         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4780         and parser by inspecting the bitstream version of the incoming data.
4781
4782 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4783
4784         * configure.ac:
4785         * pkgconfig/Makefile.am:
4786         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4787         * pkgconfig/gstreamer-audio.pc.in:
4788         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4789         * pkgconfig/gstreamer-cdda.pc.in:
4790         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4791         * pkgconfig/gstreamer-fft.pc.in:
4792         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4793         * pkgconfig/gstreamer-floatcast.pc.in:
4794         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4795         * pkgconfig/gstreamer-interfaces.pc.in:
4796         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4797         * pkgconfig/gstreamer-netbuffer.pc.in:
4798         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4799         * pkgconfig/gstreamer-pbutils.pc.in:
4800         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4801         * pkgconfig/gstreamer-riff.pc.in:
4802         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4803         * pkgconfig/gstreamer-rtp.pc.in:
4804         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4805         * pkgconfig/gstreamer-rtsp.pc.in:
4806         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4807         * pkgconfig/gstreamer-sdp.pc.in:
4808         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4809         * pkgconfig/gstreamer-tag.pc.in:
4810         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4811         * pkgconfig/gstreamer-video.pc.in:
4812         Provide one pkg-config file for every gst-plugins-base library.
4813         This makes linking to those libraries much more intuitive and
4814         provides standard pkg-config behaviour for them. Fixes bug #499697.
4815
4816 2008-01-13  David Schleef  <ds@schleef.org>
4817
4818         * gst/videoscale/vs_4tap.c:
4819           Fix valgrind error on 4tap scaling method.
4820
4821 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4822
4823         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4824         Include Winsock2.h for VS6 and use a different way initialize
4825         hints structure so it can build with VS6.
4826         * win32/MANIFEST:
4827         * win32/vs6/libgstsdp.dsp:
4828         * win32/common/libgstsdp.def:
4829         Add new files for libgstsdp.
4830         * win32/vs6/grammar.dsp:
4831         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4832         * win32/vs6/gst_plugins_base.dsw:
4833         * win32/vs6/libgstdecodebin.dsp:
4834         * win32/vs6/libgstdecodebin2.dsp:
4835         * win32/vs6/libgstplaybin.dsp:
4836         * win32/vs6/libgstvolume.dsp:
4837         Add new dependencies to the link list.
4838
4839 2008-01-13  Julien Moutte  <julien@fluendo.com>
4840
4841         * win32/common/config.h:
4842         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4843         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4844         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4845         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4846         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4847         * win32/common/interfaces-enumtypes.c:
4848         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4849         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4850         (gst_mixer_track_flags_get_type),
4851         (gst_tuner_channel_flags_get_type):
4852         * win32/common/multichannel-enumtypes.c:
4853         (gst_audio_channel_position_get_type):
4854         * win32/common/pbutils-enumtypes.c:
4855         (gst_install_plugins_return_get_type):
4856         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4857         in the win32 build directory.
4858
4859 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4860
4861         * tests/check/Makefile.am:
4862         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4863
4864         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4865         * tests/check/elements/playbin.c:
4866         * tests/check/libs/mixer.c: (test_element_interface_supported),
4867         (gst_implements_interface_init):
4868         * tests/check/libs/rtp.c: (GST_START_TEST):
4869         Fix various assignment type mismatches.
4870
4871 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4872
4873         * configure.ac:
4874         * gst-libs/gst/rtsp/Makefile.am:
4875         Add test to see if hstrerror is available or if we need libresolv
4876         (Solaris) for it, then use it in libgstrtsp.
4877
4878 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4879
4880         * gst-libs/gst/tag/Makefile.am:
4881         Fix include path order
4882
4883 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4884
4885         * gst-libs/gst/pbutils/install-plugins.c:
4886         (gst_install_plugins_context_copy),
4887         (gst_install_plugins_context_get_type):
4888         * gst-libs/gst/pbutils/install-plugins.h:
4889         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4890         for bindings.
4891
4892 2008-01-11  Michael Smith <msmith@fluendo.com>
4893
4894         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4895         (_theora_granule_frame), (_theora_granule_start_time),
4896         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4897           Adapt for post-alpha meaning of granulepos, when we
4898           have a newer version of libtheora.
4899         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4900         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4901         (theora_enc_is_discontinuous), (theora_enc_chain):
4902           Likewise.
4903         * tests/check/Makefile.am:
4904           Link libtheora into theoraenc test so we can check which version of
4905           libtheora we're testing against.
4906         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4907         (check_buffer_granulepos),
4908         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4909         (theoraenc_suite):
4910           Adapt tests to check the values that are now defined for theora; make
4911           the tests backwards-adapt the passed values if we're running against an
4912           old libtheora.
4913           Fixes #497964
4914
4915 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         * gst-libs/gst/audio/gstbaseaudiosink.c:
4918           (gst_base_audio_sink_class_init):
4919         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4920           (gst_base_audio_src_class_init):
4921           Ref audio clock class from a thread-safe context to make sure
4922           we're not bit by GObjects lack of thread-safety here (#349410),
4923            however unlikely that may be in practice.
4924
4925 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4926
4927         * autogen.sh:
4928           Add -Wno-portability to the automake parameters to stop warnings
4929           about GNU make extensions being used. We require GNU make in almost
4930           every Makefile anyway.
4931           
4932         * configure.ac:
4933           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4934           at the same time is required for per target flags.
4935
4936 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4939           Post an error message if we can't pull as many bytes as we need
4940           for the tag. This makes sure the user gets to see a proper error
4941           message if a file with a partial ID3 tag is fed to decodebin, and
4942           not a 'no ID3 tag demuxer' error, which would be confusing
4943           (see #508138).
4944
4945 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4946
4947         * gst-libs/gst/pbutils/descriptions.c: (formats):
4948           Add description strings for ID3, APE, and ICY tags.
4949
4950 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4951
4952         * gst/playback/gstdecodebin.c: (try_to_link_1):
4953           Make sure we error out correctly if we can't activate one of
4954           the elements we've added.  Fixes #508138.
4955           
4956 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         Patch by: Bastien Nocera <hadess at hadess net>
4959
4960         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4961           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4962           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4963           the volume is the same for all channels. This works around
4964           some problem in alsa that leaves us with inconsistent state
4965           for some reason (#486840).
4966
4967 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4968
4969         Patch by: Jerone Young <jerone at gmail com>
4970
4971         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4972           If there's no mixer track by the name of 'Master' or 'Front',
4973           check if there's one called 'PCM' before trying the generic
4974           fallback logic (fixes #506928, where we pick 'Mic' as master
4975           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4976
4977 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4978
4979         * gst/playback/gstplay-enum.c:
4980         (register_gst_autoplug_select_result),
4981         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4982         (gst_play_flags_get_type):
4983         * gst/playback/gstplay-enum.h:
4984         Add enums for configuration flags.
4985
4986         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4987         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4988         (gst_play_bin_get_property), (no_more_pads_cb),
4989         (autoplug_select_cb), (gst_play_bin_change_state):
4990         Merge mode with flags.
4991         Add more property getters/setters, defaults and docs.
4992         Add properties to get number of audio/video/text streams.
4993         Create sink object in _init so that we can always rely on it being
4994         there.
4995
4996         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4997         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4998         (activate_vis), (gst_play_sink_reconfigure),
4999         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5000         (gst_play_sink_change_state):
5001         * gst/playback/gstplaysink.h:
5002         Use flags to configure the sink pipelines.
5003         Add tee before audio pipeline so that we can use it for visualisations.
5004         Start working on integrating visualisations.
5005         Remove mode, we can do everything with the flags now.
5006         Add method to configue the sink pipeline.
5007
5008 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5011           (check_buffer_timestamp), (check_buffer_duration):
5012           Turn these functions into macros so we can see right away
5013           where the failure occured.
5014
5015 2008-01-05  Julien Moutte  <julien@fluendo.com>
5016
5017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5018         debugging information to understand how X calculates the stride
5019         for XvImages.
5020
5021 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5022
5023         * gst/volume/Makefile.am:
5024         * gst/volume/gstvolume.c: (volume_choose_func),
5025         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5026         (volume_setup):
5027         * gst/volume/gstvolume.h:
5028         Use GstAudioFilter as base class for the volume element instead of
5029         plain GstBaseTransform.
5030
5031 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5032
5033         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5034         Don't set element details for the abstract GstAudioFilter class.
5035
5036 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5037
5038         * gst-libs/gst/audio/gstaudiofilter.c:
5039         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5040         Implement get_unit_size() vmethod of GstBaseTransform.
5041
5042 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5043
5044         * gst-libs/gst/pbutils/Makefile.am:
5045         * gst-libs/gst/pbutils/pbutils.h:
5046         Use glib-enum generator to have a proper enum GType for
5047         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5048
5049 2007-12-31  David Schleef  <ds@schleef.org>
5050
5051         * tests/check/Makefile.am:
5052         * tests/check/pipelines/theoraenc.c:
5053           Reenable theoraenc test, which fails on the buildbot but
5054           not locally.
5055
5056 2007-12-31  David Schleef  <ds@schleef.org>
5057
5058         * docs/libs/.cvsignore:
5059         * docs/plugins/.cvsignore:
5060           Add *-undeclared.txt to fix buildbot.
5061
5062 2007-12-31  David Schleef  <ds@schleef.org>
5063
5064         * tests/check/Makefile.am:
5065           Second attempt at disabling theoraenc test long enough to
5066           get buildbot to compile -base.
5067
5068 2007-12-31  David Schleef  <ds@schleef.org>
5069
5070         * tests/check/pipelines/theoraenc.c:
5071           Disable theoraenc test long enough to get the buildbot to
5072           compile a recent -base.
5073
5074 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5075
5076         * tests/examples/seek/seek.c: (stop_cb):
5077         Make sure we reset the slider value to 0.0 without racing against a
5078         possible g_idle that sets it to something else.
5079
5080 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5081
5082         * sys/ximage/ximagesink.c:
5083         fix typo
5084
5085 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5086
5087         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5088         * gst-libs/gst/rtsp/gstrtspdefs.h:
5089         Add Location header so that we can start implementing redirects.
5090         See #506025.
5091
5092 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5093
5094         * gst/subparse/gstssaparse.c:
5095         combine if's
5096
5097 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5098
5099         * gst/subparse/gstssaparse.c:
5100         remove duplicate log message
5101
5102 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5103
5104         * ext/libvisual/visual.c: (gst_visual_chain):
5105         Fix 'xyz may be used uninitialized' compiler warnings caused
5106         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5107         abort() in any case but properly report the error.
5108
5109 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5110
5111         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5112         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5113         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5114         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5115         (autoplug_select_cb), (activate_group), (deactivate_group),
5116         (setup_next_source), (save_current_group),
5117         (gst_play_bin_change_state):
5118         Code cleanups.
5119         Remove next-uri, we can use the uri property just fine.
5120         Fix some crasher.
5121         Unref uridecodebin when switching.
5122         Fix going to READY.
5123
5124         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5125         (gst_play_sink_init), (gst_play_sink_dispose),
5126         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5127         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5128         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5129         (gst_play_sink_set_property), (gst_play_sink_get_property),
5130         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5131         (gen_vis_element), (gst_play_sink_get_mode),
5132         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5133         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5134         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5135         (gst_play_sink_change_state):
5136         * gst/playback/gstplaysink.h:
5137         Add some locking to make things threadsafe.
5138
5139         * gst/playback/test7.c: (about_to_finish_cb):
5140         Fix test.
5141
5142 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5145           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5146           (gst_video_scale_transform):
5147           Don't claim to be able to handle/transform caps that can't really
5148           be handled by the currently selected scaling method (here: RGB or
5149           packed YUV with 4-tap method). Also add locking to method property.
5150
5151         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5152           (test_basetransform_based):
5153           Some test pipelines for the above (not entirely valgrind clean yet
5154           apparently).
5155
5156 2007-12-21  David Schleef  <ds@schleef.org>
5157
5158         * gst-libs/gst/video/video.c:
5159         * gst-libs/gst/video/video.h:
5160           Add additional RGBA and RGB-24 video formats.
5161
5162 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5163
5164         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5165           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5166           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5167         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5168           (cddabasesrc_suite):
5169           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5170           deprecated in the future (see #498924).
5171
5172 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5175           Don't leak event.
5176
5177 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5178
5179         * gst-libs/gst/riff/riff-read.c:
5180         Use GST_ROUND_UP_2 macro
5181
5182 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         * gst/playback/.cvsignore:
5185           Ignore more.
5186
5187 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5188
5189         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5190         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5191           (set_active_source):
5192         * gst/playback/gstplaybasebin.h:
5193         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5194           (setup_sinks), (playbin_set_subtitles_visible):
5195           Make switching off of subtitles work. To avoid all kind of
5196           problems with unlinking of the subtitle input, we just keep
5197           the subtitle inputs linked as they are and tell textoverlay
5198           not to render them. Fixes #373011.
5199           Other subtitle switching issues (esp. when there are both
5200           external and in-stream subtitles) remain. They'll be solved
5201           in playbin2.
5202
5203 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5204
5205         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5206         Init the pad segment too.
5207
5208 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5209
5210         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5211         (gst_audioringbuffer_open_device),
5212         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5213         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5214         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5215         (gst_audio_sink_create_ringbuffer):
5216         Improve debug output.
5217
5218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5219         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5220         Prevent some functions from doing things and failing when the
5221         ringbuffer is not yet acquired.
5222
5223 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5224
5225         * gst-libs/gst/interfaces/interfaces.h:
5226           Also remove interfaces.h from CVS as it is not needed anymore.
5227
5228 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5229
5230         * gst-libs/gst/interfaces/Makefile.am:
5231           interfaces.h is not used anymore so remove it from the build
5232           process.
5233
5234 2007-12-17  David Schleef  <ds@schleef.org>
5235
5236         * gst/videotestsrc/gstvideotestsrc.c:
5237         * gst/videotestsrc/gstvideotestsrc.h:
5238           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5239           for testing vertical refresh synchronization.
5240
5241 2007-12-17  David Schleef  <ds@schleef.org>
5242
5243         * docs/libs/gst-plugins-base-libs-sections.txt:
5244         * gst-libs/gst/video/video.c:
5245         * gst-libs/gst/video/video.h:
5246           Add new GstVideFormat enum and write a bunch of helper functions
5247           based around it.
5248
5249 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5250
5251         * Makefile.am:
5252           Use new common/win32.mak.
5253
5254 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5255
5256         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5257         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5258         Add debug info.
5259         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5260         the parent state change function, just like the audiosink, because the
5261         parent waits for the element to finish its processing before completing
5262         the state change. This makes going to PAUSED a lot snappier.
5263         When going from READY to PAUSED, don't allow the ringbuffer to start
5264         yet.
5265
5266 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5267
5268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5269         Yet another fix for broken software that produce files with an empty
5270         blockalign field. Instead of completely failing, make a second attempt
5271         at guessing the width/depth by looking at strf->size.
5272
5273 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5276           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5277         * gst-libs/gst/pbutils/install-plugins.c:
5278           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5279         * gst-libs/gst/pbutils/missing-plugins.c:
5280           (gst_missing_plugin_message_get_installer_detail),
5281           (gst_missing_encoder_installer_detail_new):
5282         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5283         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5284           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5285           avoid compiler warnings (#503930).
5286
5287 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5288
5289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5290         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5291         for jpeg video streams.
5292         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5293         for the above modification.
5294
5295 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5298           (gst_x_overlay_handle_events):
5299           More guards (we don't want klass to end up being NULL).
5300
5301 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5302
5303         * configure.ac:
5304         * gst/volume/gstvolume.c: (gst_volume_init):
5305           Use new gst_base_transform_set_gap_aware() function as volume
5306           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5307           for this.
5308
5309 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5310
5311         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5312         Don't go to READY on EOS as this avoids testing of seeking and
5313         restarting after EOS, use the stop button when you want to READY.
5314         Don't try to do a flushing seek in segment-done, it does not make
5315         sense to use this for gapless playback and is not needed.
5316
5317 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5318
5319         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5320         (reset_rate_timer), (update_in_rates), (update_out_rates),
5321         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5322         (gst_queue_chain), (gst_queue_loop):
5323         Use separate timers for input and output rates.
5324         Pause measuring the output rate when we block for more data.
5325         See #503262.
5326
5327 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5328
5329         * gst/playback/gstqueue2.c: (gst_queue_chain):
5330         Pause the timer to measure the input rate when we block because the
5331         queue is filled. See #503262.
5332
5333 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5334
5335         Patch by: Peter Kjellerstedt  <pkj at axis com>
5336
5337         * gst-libs/gst/rtsp/gstrtspconnection.c:
5338         (gst_rtsp_connection_free):
5339         Close control sockets. Fixes #503440.
5340
5341 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5342
5343         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5344         Expose the right pad in the right place with the right element.
5345
5346 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * gst-libs/gst/pbutils/descriptions.c: (formats):
5349           Add description for 'private' dts caps (who come up with that name?).
5350
5351 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         * Makefile.am:
5354           Add check-exports target and run it with 'make check'.
5355
5356         * configure.ac:
5357           Be stricter about what we export in our libraries: change regexp so that
5358           we only export _gst_foo(), but not __gst_foo().
5359
5360         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5361         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5362           Change internal functions to __gst_foo so they dont' get exported.
5363
5364         * win32/common/libgstaudio.def:
5365           Add missing symbols.
5366
5367 2007-12-11  David Schleef  <ds@schleef.org>
5368
5369         * ChangeLog: remove conflict markers
5370
5371 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * ext/gnomevfs/Makefile.am:
5374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5375           Use gst_tag_freeform_string_to_utf8() here, which also takes
5376           into account any character sets specified by the user via
5377           environment variables.
5378
5379 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5380
5381         * gst/audioconvert/Makefile.am:
5382         Also link to libm.
5383
5384 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5385
5386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5387         No need for floating point operations here. avoids having to link
5388         against the math library too.
5389
5390 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * gst-libs/gst/pbutils/descriptions.c: (formats),
5393           (format_info_get_desc):
5394         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5395           (GST_START_TEST):
5396           Add one or two missing formats.  Generate ADPCM description
5397           dynamically depending on layout/format.
5398
5399 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5400
5401         * configure.ac:
5402           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5403
5404 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5407
5408         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5409           Some .srt files start with chunk number 0 and not chunk number 1,
5410           recognise and accept those as well (fixes #502497).
5411
5412         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5413           (test_src):
5414           Add unit test for the above.
5415
5416 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5417
5418         * gst/playback/gstplay-enum.c:
5419         (register_gst_autoplug_select_result),
5420         (gst_autoplug_select_result_get_type):
5421         * gst/playback/gstplay-enum.h:
5422         Add missing files.
5423
5424 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5425
5426         * gst/playback/Makefile.am:
5427         Group decodebin2 and uridecodebin into the same plugin so that they
5428         can share the GEnumType.
5429
5430         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5431         (_gst_select_accumulator), (gst_decode_bin_class_init),
5432         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5433         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5434         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5435         Add signal to sort factories instead of the more awkward autoplug-select
5436         signal.
5437         Modify autoplug_select so that we can try, skip or expose the
5438         autopluggin of an element on a pad.
5439
5440         * gst/playback/gstfactorylists.c: (compare_ranks),
5441         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5442         (element_filter), (gst_factory_list_get_elements),
5443         (gst_factory_list_debug), (gst_factory_list_filter):
5444         * gst/playback/gstfactorylists.h:
5445         Simplify the API, allow getting elements based on mask.
5446
5447         * gst/playback/gstplay-marshal.list:
5448         Add some more marshallers.
5449
5450         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5451         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5452         (autoplug_select_cb), (activate_group):
5453         Add support for managing non-raw sinks by providing a custom element and
5454         sink list to decodebin2.
5455         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5456         decodebin2.
5457
5458         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5459         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5460         * gst/playback/gstplaysink.h:
5461         Add support for raw and non-raw sinks. 
5462         Add support to force sinks selected by playbin2.
5463         Don't plug raw converters for non-raw sinks.
5464
5465         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5466         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5467         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5468         (plugin_init):
5469         Use right accumulators.
5470         Proxy new signal.
5471
5472 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5473
5474         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5475         Use runnning time as the base time instead of the timestamp.
5476         Spotted by Saur on IRC.
5477
5478 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5479
5480         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5481         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5482
5483 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5484
5485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5486         (gst_ogg_demux_read_chain):
5487         If we find a new serial number but it does not contain a BOS page, make
5488         sure we initialize the chain to NULL because else we will try to scan it
5489         and crash. Fixes #500763
5490
5491 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5492
5493         * gst/playback/Makefile.am:
5494         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5495         (get_feature_array), (decoders_filter), (sinks_filter),
5496         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5497         (gst_factory_list_filter):
5498         * gst/playback/gstfactorylists.h:
5499         Refactor some common code to filter factories and check caps compat.
5500
5501         * gst/playback/gstdecodebin.c:
5502         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5503         (gst_decode_bin_init), (gst_decode_bin_dispose),
5504         (gst_decode_bin_autoplug_continue),
5505         (gst_decode_bin_autoplug_factories),
5506         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5507         (find_compatibles):
5508         * gst/playback/gstplaybin.c:
5509         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5510         (gst_play_bin_init), (gst_play_bin_finalize),
5511         (autoplug_factories_cb), (activate_group):
5512         * gst/playback/gstqueue2.c:
5513         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5514         (proxy_autoplug_continue_signal),
5515         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5516         (proxy_drained_signal):
5517         Add some more debug info and use factor filtering code.
5518
5519 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5520
5521         * gst/audiotestsrc/gstaudiotestsrc.c:
5522         * gst/volume/gstvolume.c:
5523         * gst/volume/gstvolume.h:
5524           Add GAP-flag support.
5525
5526 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5527
5528         * tests/examples/seek/seek.c: (main): Increase the range of the
5529         rate selector as I would like to test QOS behavior at higher
5530         forward and reverse playback speed like say 64x.
5531
5532 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5533
5534         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5535         (audioresample_query), (audioresample_query_type),
5536         (gst_audioresample_set_property):
5537         Implement latency query.
5538
5539 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5540
5541         * gst-libs/gst/audio/gstbaseaudiosink.c:
5542         (gst_base_audio_sink_drain):
5543         Our EOS time contains the base_time, _wait_eos() expects a running_time
5544         so we have to subtract the base_time again before calling the function.
5545         This fixes an EOS regression where the base_time was added twice and EOS
5546         took longer and longer in certain situations.
5547         Fixes #498767.
5548
5549 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5550
5551         * docs/libs/gst-plugins-base-libs-sections.txt:
5552         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5553         (gst_base_audio_sink_set_provide_clock),
5554         (gst_base_audio_sink_get_provide_clock),
5555         (gst_base_audio_sink_set_slave_method),
5556         (gst_base_audio_sink_get_slave_method),
5557         (gst_base_audio_sink_set_property),
5558         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5559         (gst_base_audio_sink_none_slaving),
5560         (gst_base_audio_sink_handle_slaving):
5561         * gst-libs/gst/audio/gstbaseaudiosink.h:
5562         Expose methods for some object properties so that subclasses can more
5563         easily configure them.
5564         Added slave method none, that completely disables slaving to the
5565         internal clock.
5566         API: gst_base_audio_sink_set_provide_clock()
5567         API: gst_base_audio_sink_get_provide_clock()
5568         API: gst_base_audio_sink_set_slave_method()
5569         API: gst_base_audio_sink_get_slave_method()
5570
5571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5572         (gst_base_audio_src_set_provide_clock),
5573         (gst_base_audio_src_get_provide_clock),
5574         (gst_base_audio_src_set_property),
5575         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5576         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5577         Expose methods for some object properties so that subclasses can more
5578         easily configure them.
5579         API: gst_base_audio_src_set_provide_clock()
5580         API: gst_base_audio_src_get_provide_clock()
5581
5582 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5583
5584         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5585
5586         * gst-libs/gst/sdp/gstsdpmessage.c:
5587         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5588
5589 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5590
5591         * tests/check/libs/fft.c: (GST_START_TEST):
5592         Fix scaling to really have dB instead of something else.
5593
5594 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5595
5596         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5597         GTK version, use it.
5598
5599 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5600
5601         * tests/examples/seek/seek.c: (main): Try to support stable version
5602         of GTK.
5603
5604 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5605
5606         * gst/playback/README:
5607         * gst/playback/test7.c:
5608           Fix the build + little README update.
5609
5610 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5611
5612         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5613         Add playbin2 seek pipeline.
5614
5615 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5616
5617         * gst/playback/Makefile.am:
5618         * gst/playback/gstplayback.c: (plugin_init):
5619         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5620         (eos_cb), (about_to_finish_cb), (main):
5621         Add playbin2.
5622         Added gapless playback example.
5623
5624         * gst/playback/gstplaybasebin.c:
5625         * gst/playback/gstplaybasebin.h:
5626         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5627         * gst/playback/gstqueue2.c:
5628         * gst/playback/test.c:
5629         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5630         (pad_removed_cb):
5631         * gst/playback/gststreaminfo.h:
5632         Change email.
5633
5634         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5635         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5636         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5637         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5638         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5639         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5640         (drained_cb), (unlink_group), (activate_group),
5641         (setup_next_source), (gst_play_bin_change_state),
5642         (gst_play_bin2_plugin_init):
5643         Added raw first version of playbin2. Does chained oggs and gapless
5644         playback fine. No support for raw sinks yet. No visualisations or
5645         subtitles yet.
5646
5647         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5648         (gst_play_sink_class_init), (gst_play_sink_init),
5649         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5650         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5651         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5652         (gst_play_sink_set_property), (gst_play_sink_get_property),
5653         (post_missing_element_message), (free_chain), (add_chain),
5654         (activate_chain), (gen_video_chain), (gen_text_element),
5655         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5656         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5657         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5658         (gst_play_sink_send_event), (gst_play_sink_change_state):
5659         * gst/playback/gstplaysink.h:
5660         Added Element that abstracts the sinks and their pipelines for playbin2.
5661
5662 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5663
5664         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5665         (gst_selector_pad_class_init), (gst_selector_pad_init),
5666         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5667         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5668         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5669         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5670         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5671         (gst_stream_selector_init), (gst_stream_selector_set_property),
5672         (gst_stream_selector_get_linked_pad),
5673         (gst_stream_selector_getcaps),
5674         (gst_stream_selector_is_active_sinkpad),
5675         (gst_stream_selector_activate_sinkpad),
5676         (gst_stream_selector_get_linked_pads),
5677         (gst_stream_selector_request_new_pad),
5678         (gst_stream_selector_release_pad):
5679         * gst/playback/gststreamselector.h:
5680         Improve streamselector, make it select and unselect the current pad more
5681         intelligently. 
5682         Subclass GstPad for the sinkpads of the selector.
5683         Handle segments more correctly.
5684         Fix caps negotiation.
5685         Implement release_pad.
5686
5687 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5688
5689         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5690         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5691         (remove_fakesink):
5692         Add drained signal fired when decodebin finishes decoding the data.
5693         Remove deprecated STATE_DIRTY message.
5694
5695         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5696         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5697         (analyse_source), (proxy_drained_signal), (make_decoder),
5698         (source_new_pad), (value_list_append_structure_list),
5699         (handle_redirect_message), (handle_message):
5700         Proxy the new drained signal.
5701         Handle pad removed from decodebin.
5702         Handle redirect messages by sorting multiple redirections based on the
5703         connection speed.
5704
5705 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5706
5707         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5708
5709         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5710         Fix leaking headers. Fixes #496761.
5711
5712 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5713
5714         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5715
5716         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5717         (gst_ximagesink_change_state):
5718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5719         Don't leak the PAR on errors. Fixes #496731.
5720
5721 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5724           (gst_tag_from_id3_user_tag):
5725           Add mapping for audio cd discid tags, so we can extract
5726           them from tags as well (see #347848). Also compare identifiers
5727           in ID3v2 TXXX frames in a case-insensitive way to increase
5728           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5729
5730 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5731
5732         * gst-plugins-base.doap:
5733         Oops, fix the release name.
5734
5735 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5736
5737         * gst-plugins-base.doap:
5738         Add 0.10.15 release
5739
5740 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5741
5742         * configure.ac:
5743         Back to CVS
5744
5745 === release 0.10.15 ===
5746
5747 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5748
5749         * configure.ac:
5750           releasing 0.10.15, "No need to argue"
5751
5752 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5753
5754         * win32/vs6/libgstfft.dsp:
5755         Convert line endings to DOS.
5756
5757 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5758
5759         * win32/vs6/gst_plugins_base.dsw:
5760         * win32/vs6/libgstfft.dsp:
5761         * win32/MANIFEST:
5762         Add a project file for fft plugin and remove socket
5763         based plugin which don't build from the workspace.
5764         * win32/vs6/libgstaudio.dsp:
5765         * win32/vs6/libgstrtp.dsp:
5766         * win32/vs6/libgsttag.dsp:
5767         Convert line endings back to DOS.
5768         Fixes #496724
5769
5770 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5771
5772         * win32/vs6/libgstinterfaces.dsp:
5773         * win32/vs6/libgstrtsp.dsp:
5774         Convert line endings back to DOS
5775
5776 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5777
5778         * gst-libs/gst/fft/kiss_fft_f32.h:
5779         * gst-libs/gst/fft/kiss_fft_f64.h:
5780         * gst-libs/gst/fft/kiss_fft_s16.h:
5781         * gst-libs/gst/fft/kiss_fft_s32.h:
5782         Don't include malloc.h which doesn't exist on Mac OSX.
5783         Instead, pull in glib.h and use g_malloc/g_free for 
5784         consistency. Fixes: #496548
5785
5786 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5787
5788         * gst/playback/gstdecodebin2.c:
5789           Dont leak ghostpad. Fixes #475451.
5790
5791 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5792
5793         * docs/design/design-decodebin.txt:
5794         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5795         Update some more docs and comments.
5796
5797 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         Patch by: Sebastien Moutte  <sebastien moutte net>
5800
5801         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5802           (gst_rtcp_unix_to_ntp):
5803         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5804           Fix some C99-isms and and a missing function that some versions of
5805           MSVC don't like too much (#494346).
5806
5807         * win32/vs6/gst_plugins_base.dsw:
5808         * win32/vs6/libgstaudio.dsp:
5809         * win32/vs6/libgstrtp.dsp:
5810         * win32/vs6/libgsttag.dsp:
5811           Update vs6 projects files (#494346).
5812
5813 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5816
5817         * win32/common/libgstaudio.def:
5818         * win32/common/libgstcdda.def:
5819         * win32/common/libgstinterfaces.def:
5820         * win32/common/libgstnetbuffer.def:
5821         * win32/common/libgstpbutils.def:
5822         * win32/common/libgstrtp.def:
5823         * win32/common/libgstrtsp.def:
5824         * win32/common/libgsttag.def:
5825         * win32/common/libgstvideo.def:
5826           More missing symbols to export (fixes #493986).
5827
5828 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5829
5830         * docs/libs/gst-plugins-base-libs-sections.txt:
5831         * gst-libs/gst/fft/gstfftf32.c:
5832         * gst-libs/gst/fft/gstfftf32.h:
5833         * gst-libs/gst/fft/gstfftf64.c:
5834         * gst-libs/gst/fft/gstfftf64.h:
5835         * gst-libs/gst/fft/gstffts16.c:
5836         * gst-libs/gst/fft/gstffts16.h:
5837         * gst-libs/gst/fft/gstffts32.c:
5838         * gst-libs/gst/fft/gstffts32.h:
5839         * tests/check/libs/fft.c: (GST_START_TEST):
5840         Remove the magnitude and phase calculation functions as these have
5841         very special use cases and can't even be used for the spectrum
5842         element. Also adjust the docs to mention some properties of the used
5843         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5844
5845 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5846
5847         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5848           (finish_source):
5849           Avoid crash when there are external subtitles (fixes #491722).
5850
5851 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5854         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5855           'Could not open resource for writing' is not an acceptable
5856           error message when we can't open the audio device (see #492334),
5857           even less so when we're trying to open it to record something.
5858
5859 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5862
5863         * win32/common/libgstrtp.def:
5864           Add some more missing symbols (#492813).
5865
5866 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5867
5868         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5869
5870         * tests/check/elements/audioconvert.c: (verify_convert):
5871           Add check to make sure that the out caps have a channel layout
5872           set on them where they should have one.
5873
5874 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5875
5876         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5877
5878         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5879         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5880           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5881           (#492306).
5882
5883         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5884           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5885           (it disappeared in GLib 2.14.0) (#492306).
5886
5887         * gst-libs/gst/sdp/Makefile.am:
5888         * gst-libs/gst/sdp/gstsdpmessage.c:
5889           Fix includes and LIBS for win32/Mingw (#492306).
5890
5891         * tests/examples/dynamic/addstream.c (pause_play_stream):
5892           Use more portable g_usleep() instead of sleep() (#492306).
5893
5894 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         Patch by: Ole André Vadla RavnÃ¥s  <ole.andre.ravnas@tandberg.com>
5897
5898         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5899           (gst_ring_buffer_parse_caps):
5900           Return NULL instead of an enum that happens to be 0, fixes warning
5901           on MSVC (#492114).
5902
5903         * gst-libs/gst/audio/gstringbuffer.h:
5904           No trailing commas in enum list (for gcc-2.9x).
5905
5906         * gst/videotestsrc/videotestsrc.c: (random_char):
5907           Make information loss explicit instead of implicitly truncating to
5908           eight bits via the return value.  Fixes runtime error on MSVC when
5909           using the debug CRT (#492114).
5910
5911         * win32/common/config.h.in:
5912           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5913
5914         * win32/common/libgstinterfaces.def:
5915         * win32/common/libgstrtp.def:
5916           Export a few more symbols (#492114).
5917
5918 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5919
5920         * gst-libs/gst/audio/audio.c:
5921         * gst-libs/gst/audio/audio.h:
5922           Readd the deprecation guards, but preserve compilability.
5923
5924 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5925
5926         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5927           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5928           Preserve channel layout when fixating the number of channels in the
5929           output caps, or make sure there's a suitable channel position layout
5930           set on the caps if required. Fixes #430677.
5931
5932 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5935           Make sure the pipeline really operates in push mode as it should
5936           in this case.
5937
5938 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5939
5940         * gst-libs/gst/audio/audio.h:
5941           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5942           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5943           (ie. normal cvs builds) will fail.
5944
5945 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5946
5947         * docs/libs/Makefile.am:
5948         * gst-libs/gst/audio/audio.c:
5949         * gst-libs/gst/audio/audio.h:
5950         * gst-libs/gst/interfaces/mixer.c:
5951           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5952
5953 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5954
5955         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5956           (test_channel_layout_value_intersect), (audio_suite):
5957           Add simple unit test to make sure GstValue intersection
5958           of channel layouts works the way I think it does.
5959
5960 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5961
5962         * docs/libs/gst-plugins-base-libs-sections.txt:
5963         * gst-libs/gst/audio/gstaudiofilter.h:
5964         * gst-libs/gst/interfaces/mixer.h:
5965         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5966         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5967         * gst-libs/gst/sdp/gstsdpmessage.c:
5968           Fix the docs according to what gtk-doc complained about.
5969
5970 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5971
5972         * tests/icles/stress-playbin.c:
5973           Fix the build.
5974
5975 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5976
5977         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5978         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5979           Post nice/more useful error message if we don't have a decoder for
5980           the primary type.
5981
5982 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5983
5984         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5985         Be a bit more useful, unblock the pads after we fired the no-more-pads
5986         signal so that we can use the signal to inspect and connect all pads
5987         without having to keep extra state outside of decodebin.
5988
5989 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5990
5991         * gst/playback/gsturidecodebin.c:
5992         (gst_uri_decode_bin_autoplug_continue),
5993         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5994         Implement default signal handler so that we return TRUE when nothing is
5995         connected.
5996
5997 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5998
5999         * gst-libs/gst/riff/riff-media.c:
6000         (gst_riff_wavext_add_channel_layout),
6001         (gst_riff_wave_add_default_channel_layout),
6002         (gst_riff_wavext_get_default_channel_mask),
6003         (gst_riff_create_audio_caps):
6004         Use the ALSA channel layout as default for wav files without channel
6005         layout information. This fixes playback of chan-id.wav on 5.1 systems
6006         for example. Also refactor the channel layout setting a bit and add
6007         more default channel orders. Fixes #489010.
6008
6009 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6012           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6013           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6014           instead.
6015
6016 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6017
6018         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6019         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6020         (gst_decode_bin_set_subs_encoding),
6021         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6022         (gst_decode_bin_get_property), (analyze_new_pad):
6023         Move subtitle encoding property to decodebin2 so that it can set the
6024         property value on all elements that it autoplugs and that require it.
6025         Make caps refcounting more consistent in get/set.
6026
6027         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6028         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6029         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6030         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6031         (proxy_autoplug_continue_signal),
6032         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6033         (make_decoder):
6034         Proxy properties and relevant signals from the internal decodebin.
6035         Make properties MT safe.
6036
6037 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6040         * gst-libs/gst/tag/tags.c:
6041           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6042           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6043
6044         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6045           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6046
6047         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6048           (gst_tag_to_vorbis_comments):
6049           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6050           just mapping everything I found in the wild) (#414539).
6051
6052 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6053
6054         Inspired by patch of: René Stadler <mail at renestadler dot de>
6055
6056         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6057         (gst_decode_bin_autoplug_continue),
6058         (gst_decode_bin_autoplug_factories),
6059         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6060         (find_compatibles):
6061         * gst/playback/gstplay-marshal.list:
6062         Remove the autoplug-sort signal and replace it with a binding friendly
6063         autoplug-select signal.
6064         Add an autoplug-factories signal that can be used to generate a list of
6065         factories to try to autoplug.
6066         Add the GstPad to the autoplugging signal args as it might be needed to
6067         make a good factory selection.
6068         Fix up the marshallers for this. Fixes #407282.
6069
6070 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * gst-libs/gst/tag/gsttagdemux.c:
6073           Don't abort with an assertion if we receive a seek event with
6074           a start type of NONE (see launchpad bug #155878).
6075
6076 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6077
6078         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6079         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6080         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6082         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6083         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6084         Make sure that before we clean up the X resources, we shutdown and join
6085         the event thread.
6086         Also make sure the event thread does not shut down immediatly after
6087         startup because the running variable is not yet correctly set.
6088         Fixes #378770. 
6089
6090 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6091
6092         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6093         Make the window for a race in typefind and shutting down smaller until
6094         we figure out the right locking here. Avoids #485753 usually.
6095
6096         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6097         Remove unneeded lock causing a race in typefind and shutting down.
6098         Fixes #485753.
6099
6100         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6101         Also remove sinks when going to NULL because we might not complete the
6102         state change to PAUSED, causing the PAUSED->READY state change not to
6103         happen.
6104
6105 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6106
6107         * gst-libs/gst/audio/gstbaseaudiosink.c:
6108         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6109         Also explicitly release the ringbuffer when going to NULL because it
6110         is required in the setcaps function, before the state change to PAUSED
6111         completes.
6112
6113 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * tests/icles/.cvsignore:
6116         * tests/icles/Makefile.am:
6117         * tests/icles/stress-playbin.c:
6118           Does what it says on the tin.
6119
6120 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6121
6122         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6123         Fix queue negotiation. See #486758.
6124
6125 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6126
6127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6128         (gst_xvimagesink_xwindow_new),
6129         (gst_xvimagesink_update_colorbalance),
6130         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6131
6132         Fix handling of some of the X atoms. If the last parameter is True,
6133         XInternAtom won't create the atom if it doesn't exist, and therefore
6134         might return None. This causes X errors on Xv implementations that
6135         don't provide the colour balance attributes.
6136
6137 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * gst-libs/gst/tag/gstvorbistag.c:
6140         * tests/check/libs/tag.c:
6141           Extract vorbis comment LICENSE tags correctly.
6142
6143 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6146
6147         * gst-libs/gst/tag/gstid3tag.c:
6148         * tests/check/libs/tag.c:
6149           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6150
6151 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * gst-libs/gst/tag/gsttagdemux.c:
6154           Don't error out when a buggy downstream element doesn't
6155           handle the newsegment event we send properly (especially
6156           not without posting a meaningful error message on the
6157           bus). See bug #471370 and launchpad bug #136264.
6158
6159 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6160
6161         * gst-libs/gst/audio/gstbaseaudiosink.c:
6162         (gst_base_audio_sink_drain):
6163         Use new basesink method to make our EOS drain interruptable.
6164
6165 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6166
6167         * gst-libs/gst/rtp/gstrtppayloads.c:
6168         Fix silly search-replace oversight.
6169
6170 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6171
6172         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6173
6174         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6175         (gst_basertppayload_set_outcaps):
6176         Fix caps memleak. Fixes #484989.
6177
6178
6179 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6180
6181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6182         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6183         Fix debug output.
6184
6185 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6186
6187         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6188         (gst_base_audio_src_create):
6189         Also handle the case where there is no clock set on the audio source,
6190         like in the unit tests.
6191
6192 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6193
6194         * gst-libs/gst/rtp/gstrtppayloads.c:
6195         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6196         to avoid compiler warnings
6197
6198 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6199
6200         * gst/playback/gstdecodebin.c: (type_found),
6201         (gst_decode_bin_change_state):
6202         * gst/playback/gstdecodebin2.c: (type_found),
6203         (gst_decode_bin_change_state):
6204         Don't disconnect the have_type signal because we never reconnect it
6205         later on. Instead keep a variable to see if we already detected a type.
6206
6207 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6208
6209         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6210         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6211         (type_found):
6212         Unlink the signal handler when we found the type, we're not going to do
6213         anything sensible with more type_found signals anyway.
6214
6215 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6216
6217         * gst-libs/gst/tag/gsttagdemux.c:
6218           Don't leak caps.
6219
6220 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         * gst-libs/gst/tag/Makefile.am:
6223         * gst-libs/gst/tag/gsttagdemux.c:
6224         * gst-libs/gst/tag/gsttagdemux.h:
6225           API: add GstTagDemux base class for simple tag demuxers.
6226
6227         * docs/libs/gst-plugins-base-libs-docs.sgml:
6228         * docs/libs/gst-plugins-base-libs-sections.txt:
6229           Add GstTagDemux to docs.
6230
6231 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6232
6233         * gst-libs/gst/rtp/gstrtpbuffer.c:
6234         (gst_rtp_buffer_get_payload_subbuffer):
6235         Fix bug introduced with last commit which inverted the logic and
6236         caused all buffers to be dropped. Fixes #483620.
6237         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6238
6239 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6240
6241         * gst-libs/gst/rtp/gstrtpbuffer.c:
6242           Replace g_return_if_val (as it could be disabled), with regular return
6243           and warning.
6244
6245 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6246
6247         * tests/check/pipelines/simple-launch-lines.c:
6248           Print message name and not just number.
6249
6250 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6251
6252         * gst-libs/gst/audio/gstbaseaudiosink.c:
6253         (gst_base_audio_sink_async_play):
6254         When slaved to the clock, don't try to align a sample with the previous
6255         one when going to PLAYING again.
6256
6257 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6258
6259         * tests/examples/snapshot/snapshot.c:
6260           Fix the build.
6261
6262 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6263
6264         * gst-libs/gst/sdp/gstsdpmessage.h:
6265         Add RFC 3556 bandwidth modifiers.
6266
6267 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6268
6269         * docs/libs/gst-plugins-base-libs-docs.sgml:
6270         * docs/libs/gst-plugins-base-libs-sections.txt:
6271         * gst-libs/gst/rtp/gstrtppayloads.c:
6272         Update documentation.
6273
6274 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6275
6276         * gst-libs/gst/rtp/Makefile.am:
6277         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6278         (gst_rtp_payload_info_for_name):
6279         * gst-libs/gst/rtp/gstrtppayloads.h:
6280         Added new file and header to deal with payload info.
6281
6282         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6283         (gst_rtp_buffer_default_clock_rate):
6284         * gst-libs/gst/rtp/gstrtpbuffer.h:
6285         Payload specific stuff is move to new headers.
6286         Implement _default_clock rate using the new payload function.
6287
6288         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6289         (gst_sdp_parse_line):
6290         * gst-libs/gst/sdp/gstsdpmessage.h:
6291         Add some more comments.
6292
6293 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6294
6295         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6296         (sdp_check_header), (sdp_type_find), (plugin_init):
6297         Add typefind function for application/sdp.
6298         Remove some old dirac typefind code that was ifdeffed out.
6299
6300 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6301
6302         * win32/common/libgstaudio.def:
6303         Add new exported functions.
6304         * win32/vs6/grammar.dsp:
6305         Add autogeneration and copy of some autegenerated files from win32/common
6306         for rtsp library.
6307         * win32/vs6/libgstaudioconvert.dsp:
6308         Add gstaudioquantize.c to the build.
6309         * win32/vs6/libgstinterfaces.dsp:
6310         Add videoorientation.c to the build.
6311         * win32/vs6/libgstriff.dsp:
6312         Add libgsttag to the link libraries list.
6313         * win32/vs6/libgstvolume.dsp:
6314         Add liboil to the link.
6315         * win32/vs6/gst_plugins_base.dsw:
6316         * win32/vs6/libgstrtsp.dsp:
6317         * win32/common/libgstrtsp.def:
6318         Add files to build libgstrtsp library.
6319         
6320 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6321
6322         * tests/examples/snapshot/snapshot.c: (main):
6323         Print error when pipeline failed to construct.
6324
6325 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         * configure.ac:
6328         * gst-libs/gst/tag/gstid3tag.c:
6329         * gst-libs/gst/tag/gstvorbistag.c:
6330           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6331           and ID3v2 tags.
6332
6333 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         * gst-libs/gst/floatcast/floatcast.h:
6336           Don't include config.h in an installed public header, this
6337           might break compilation of applications that don't have such
6338           a header and doesn't necessarily do what it's supposed to do
6339           anyway (ie. check for the lrint/lrintf defines) (#442065).
6340           Add docs for the various macros and document how this header
6341           has to be used (link against libm, etc.); add a few FIXMEs;
6342           include math.h for non-c99 code path.  Based on patch by
6343           Jan Schmidt.
6344           
6345 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6346
6347         * configure.ac:
6348         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6349         of duplicating these macros in configure.ac.
6350
6351 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         * po/hu.po:
6354         * po/sv.po:
6355         * po/uk.po:
6356           Updated translations to 0.10.14
6357
6358 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6359
6360         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6361
6362         * po/pl.po:
6363           Added Polish translation.
6364
6365 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6366
6367         translated by: Ilkka Tuohela <hile@iki.fi>
6368
6369         * po/fi.po:
6370           Added Finnish translation.
6371
6372 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6373
6374         translated by: Jorge González González <aloriel@gmail.com>
6375
6376         * po/es.po:
6377           Added Spanish translation.
6378
6379 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6380
6381         translated by: Mogens Jaeger <mogens@jaeger.tf>
6382
6383         * po/da.po:
6384           Added Danish translation.
6385
6386 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6387
6388         translated by: Funda Wang <fundawang@linux.net.cn>
6389
6390         * po/zh_CN.po:
6391           Added Chinese (simplified) translation.
6392
6393 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6394
6395         translated by: Alexander Shopov <ash@contact.bg>
6396
6397         * po/bg.po:
6398           Added Bulgarian translation.
6399
6400 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6401
6402         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6403         Fix compilation wrt printf arguments.
6404
6405 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6406
6407         * configure.ac:
6408         * tests/examples/Makefile.am:
6409         * tests/examples/snapshot/.cvsignore:
6410         * tests/examples/snapshot/Makefile.am:
6411         * tests/examples/snapshot/snapshot.c: (main):
6412         Add simple snapshot example program using appsink.
6413
6414 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6415
6416         * tests/check/generic/states.c:
6417           Improved state change unit test.
6418
6419 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6420
6421         * docs/plugins/.cvsignore:
6422         * tests/check/.cvsignore:
6423           Ignore registries in any format.
6424
6425 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6426
6427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6428         (gst_base_rtp_depayload_chain),
6429         (gst_base_rtp_depayload_set_gst_timestamp):
6430         Only copy timestamp on outgoing packets if the depayloader did not set
6431         one.
6432         Also copy duration on outgoing packets.
6433
6434 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6435
6436         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6437         (gst_basertppayload_set_outcaps):
6438         Fix compilation because of missing %d in printf.
6439         When fixating caps, fixate what we can and throw away all remaining
6440         unfixed caps, subclasses should do something smart if they need to.
6441
6442 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6443
6444         * ext/gnomevfs/gstgnomevfssrc.c:
6445           Improve debug logs a bit and be more verbose if things go wrong.
6446
6447 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6448
6449         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6450         (gst_text_overlay_set_property):
6451         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6452         * gst-libs/gst/audio/gstbaseaudiosink.c:
6453         (gst_base_audio_sink_render):
6454         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6455         (gst_rtcp_unix_to_ntp):
6456         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6457         * gst/playback/gstqueue2.c:
6458         * tests/examples/seek/seek.c: (set_scale):
6459         Fix a bunch of compile warnings shown with Forte.
6460
6461         * gst/audiorate/gstaudiorate.c:
6462         Always pull in config.h before including any system headers.
6463
6464 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6465
6466         * gst/playback/gstqueue2.c: (update_buffering),
6467         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6468         (gst_queue_handle_sink_event), (gst_queue_chain),
6469         (gst_queue_push_one), (gst_queue_sink_activate_push),
6470         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6471         Also fix #476514 for queue2.
6472
6473 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6474
6475         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6476         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6477         (gst_base_rtp_depayload_chain),
6478         (gst_base_rtp_depayload_handle_sink_event),
6479         (gst_base_rtp_depayload_push_full),
6480         (gst_base_rtp_depayload_set_gst_timestamp),
6481         (gst_base_rtp_depayload_change_state):
6482         Remove code to deal with RTP to GST time conversion, we now just copy
6483         the GST timestamp we receive to the outgoing buffers.
6484         Handle segment and flushes correctly.
6485
6486         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6487         When we have no valid input timestamp, use the previous rtp timestamp on
6488         the outgoing RTP packet instead of the RTP base time.
6489
6490 2007-09-15  David Schleef  <ds@schleef.org>
6491
6492         * ext/alsa/gstalsa.c:
6493         * ext/alsa/gstalsadeviceprobe.c:
6494         * ext/alsa/gstalsamixer.c:
6495         * ext/alsa/gstalsasink.c:
6496         * ext/alsa/gstalsasrc.c:
6497           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6498
6499 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6500
6501         * gst-libs/gst/rtp/gstbasertppayload.c:
6502         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6503         Add some debug info when negotiating caps.
6504
6505 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6506
6507         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6508         A buffer with an empty payload is also a valid buffer.
6509
6510 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6511
6512         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6513         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6514         (gst_basertppayload_change_state):
6515         Make sure we start our RTP timestamp from the random base RTP
6516         timestamp even if the buffer timestamp starts from some random value.
6517
6518 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6519
6520         * configure.ac:
6521         * tests/examples/Makefile.am:
6522         * tests/examples/dynamic/.cvsignore:
6523         * tests/examples/dynamic/Makefile.am:
6524         * tests/examples/dynamic/addstream.c: (create_stream),
6525         (pause_play_stream), (message_received), (eos_message_received),
6526         (perform_step), (main):
6527         Add simple exmple app to demonstrate starting and pausing live and
6528         non-live bins in a PLAYING pipeline.
6529
6530 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6531
6532         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6533         typefind for QCP files (RFC #3625)
6534
6535 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6536
6537         * gst-libs/gst/audio/gstbaseaudiosink.c:
6538         (gst_base_audio_sink_init):
6539         Disable pull mode scheduling, we're not ready for it yet and it subtly
6540         breaks a lot of things.
6541
6542 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6543
6544         * tests/check/elements/libvisual.c:
6545           Test all libvisual plugins, not just the first one; this reproduces
6546           bug #450336 quite easily.  Looks like a problem with the 'jess'
6547           visualisation.
6548
6549 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6550
6551         * tests/check/Makefile.am:
6552         * tests/check/elements/.cvsignore:
6553         * tests/check/elements/libvisual.c:
6554           Add basic libvisual test case in an attempt to reproduce bug #450336.
6555           Doesn't reproduce that bug, but some other crasher instead (invalid
6556           free), at least with make elements/libvisual.forever and the bumscope
6557           plugin on x86-64/gutsy. Leaving test disabled for now.
6558
6559 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6560
6561         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6562
6563         * gst-libs/gst/rtsp/gstrtspconnection.c:
6564         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6565         (read_body), (gst_rtsp_connection_receive):
6566         Make sure we can not cancel in the middle of receiving a message.
6567         Fixes #475731.
6568
6569 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6570
6571         Patch by: Josep Torra Valles <josep@fluendo.com>
6572
6573         * gst/playback/gstplaybasebin.c:
6574           Increase upper limit for audio queue a bit; fixes preroll problem
6575           with playbin and decodebin2 when playing a quicktime trailer with
6576           multichannel audio via http (#464666).
6577
6578 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6579
6580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6581         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6582         (gst_base_audio_src_provide_clock),
6583         (gst_base_audio_src_set_property),
6584         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6585         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6586         Allow othe clocks than the internal clock to be used for the pipeline.
6587         Add property to disable clock provide.
6588         API: GstBaseAudioSrc::provide-clock
6589
6590 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6591
6592         * gst/playback/gstdecodebin2.c:
6593           Don't leak request pads. Fixes #475395.
6594
6595 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6596
6597         Patch by: René Stadler <mail at renestadler dot de>
6598
6599         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6600         (gst_ximage_buffer_class_init):
6601         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6602         (gst_xvimage_buffer_class_init):
6603         Correctly chain up finalize with the parent class to prevent
6604         memory leaks. Fixes #474880.
6605
6606 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6607
6608         * gst/volume/gstvolume.c: (volume_choose_func):
6609         * tests/check/elements/volume.c: (GST_START_TEST):
6610         Revert the latest change: floating point samples are allowed to
6611         have any value, not only values in the range [-1,1]. Thanks to Andy
6612         Wingo for noticing.
6613         Also fix processing of int32 samples with volumes > 4 by making the
6614         unity value smaller which prevents overflows.
6615
6616 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * gst-libs/gst/rtp/gstrtpbuffer.c:
6619         * tests/check/libs/rtp.c:
6620           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6621
6622 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6625
6626         * gst-libs/gst/rtp/gstrtpbuffer.c:
6627           Fix up GstRTPHeader helper struct so that compilers will not under
6628           any circumstances add padding in between our fields, as currently
6629           happens with MSVC on win32, because that would lead to us sending
6630           out RTP payloads with broken RTP headers (#471194).
6631           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6632           
6633         * tests/check/Makefile.am:
6634         * tests/check/libs/.cvsignore:
6635         * tests/check/libs/rtp.c:
6636           Add some simple unit tests for GstRTPBuffer. Some are disabled
6637           because the code tested still needs fixing (set_csrc() does not work).
6638
6639 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * win32/MANIFEST:
6642         * win32/common/gstrtsp-enumtypes.c:
6643         * win32/common/gstrtsp-enumtypes.h:
6644         * win32/common/interfaces-enumtypes.c:
6645         * win32/common/interfaces-enumtypes.h:
6646         * win32/common/multichannel-enumtypes.c:
6647           Add rtsp enumtypes (#474384) and update others.
6648
6649 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6650
6651         * configure.ac:
6652           Fix configure check for HAVE_LIBXML_HTML.
6653
6654 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * tests/check/libs/.cvsignore:
6657           Ignore more, in case the build bots work again one day.
6658
6659 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6660
6661         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6662
6663         * configure.ac:
6664         * gst-libs/gst/Makefile.am:
6665         * gst-libs/gst/fft/Makefile.am:
6666         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6667         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6668         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6669         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6670         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6671         * gst-libs/gst/fft/gstfft.h:
6672         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6673         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6674         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6675         * gst-libs/gst/fft/gstfftf32.h:
6676         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6677         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6678         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6679         * gst-libs/gst/fft/gstfftf64.h:
6680         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6681         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6682         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6683         * gst-libs/gst/fft/gstffts16.h:
6684         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6685         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6686         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6687         * gst-libs/gst/fft/gstffts32.h:
6688         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6689         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6690         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6691         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6692         * gst-libs/gst/fft/kiss_fft_f32.h:
6693         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6694         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6695         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6696         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6697         * gst-libs/gst/fft/kiss_fft_f64.h:
6698         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6699         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6700         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6701         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6702         * gst-libs/gst/fft/kiss_fft_s16.h:
6703         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6704         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6705         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6706         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6707         * gst-libs/gst/fft/kiss_fft_s32.h:
6708         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6709         (kiss_fftr_f32), (kiss_fftri_f32):
6710         * gst-libs/gst/fft/kiss_fftr_f32.h:
6711         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6712         (kiss_fftr_f64), (kiss_fftri_f64):
6713         * gst-libs/gst/fft/kiss_fftr_f64.h:
6714         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6715         (kiss_fftr_s16), (kiss_fftri_s16):
6716         * gst-libs/gst/fft/kiss_fftr_s16.h:
6717         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6718         (kiss_fftr_s32), (kiss_fftri_s32):
6719         * gst-libs/gst/fft/kiss_fftr_s32.h:
6720         * gst-libs/gst/fft/kiss_version:
6721         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6722         * pkgconfig/gstreamer-plugins-base.pc.in:
6723         Add libgstfft, a FFT library based on Kiss FFT which is
6724         BSD licensed. Supported sample formats are int16, int32,
6725         float and double. For those formats a real FFT and IFFT
6726         can be done, different windowing functions can be applied
6727         and functions for extracting the magnitude and phase exist.
6728         Fixes #468619.
6729
6730         * docs/libs/Makefile.am:
6731         * docs/libs/gst-plugins-base-libs-docs.sgml:
6732         * docs/libs/gst-plugins-base-libs-sections.txt:
6733         Integrate libgstfft into the docs.
6734
6735         * tests/check/Makefile.am:
6736         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6737         Add unit tests for libgstfft, currently only testing the FFT.
6738         Unit tests for IFFT will follow soon.
6739
6740 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6741
6742         Patch by: Peter Kjellerstedt  <pkj at axis com>
6743
6744         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6745         (gst_sdp_message_init), (gst_sdp_message_uninit),
6746         (is_multicast_address), (gst_sdp_message_as_text),
6747         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6748         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6749         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6750         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6751         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6752         (gst_sdp_media_init), (gst_sdp_media_uninit),
6753         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6754         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6755         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6756         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6757         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6758         * gst-libs/gst/sdp/gstsdpmessage.h:
6759         Separate INIT_ARRAY() and related macros into two versions, one for
6760         structures and one for pointers (e.g., INIT_ARRAY() and
6761         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6762         lists of emails and phone numbers.
6763         Add missing const as appropriate.
6764         Change all gint to guint since they all actually represent unsigned
6765         values.
6766         Do not use time as a variable name as it shadows the global time().
6767         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6768         Actually implement gst_sdp_message_add_time().
6769         Make gst_sdp_message_add_time() take repeat times as an argument.
6770         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6771         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6772         misspelled as badwidth).
6773         gst-indented and a little clean up. Fixes #471067.
6774
6775 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6776
6777         * gst/volume/gstvolume.c: (volume_choose_func),
6778         (volume_process_double), (volume_process_double_clamp),
6779         (volume_process_float_clamp):
6780         Correctly clamp float/double samples in the [-1.0,1.0] range to
6781         prevent weird effects.
6782         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6783         Add unit tests for all samples types that had none before.
6784
6785 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * gst-libs/gst/rtp/gstrtpbuffer.c:
6788           Need to include stdlib.h for abs() here too.
6789
6790 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * gst/playback/gststreaminfo.c:
6793           Fix build.
6794
6795 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6796
6797         * gst/playback/gststreaminfo.c:
6798           Clean up some half-disabled code and comment.
6799
6800 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6801
6802         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6803
6804         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6805         (gst_base_rtp_payload_audio_handle_event):
6806         Return FALSE from the event handler to let the parent class handle the
6807         event. Fixes #446766.
6808
6809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6810         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6811         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6812
6813         * gst-libs/gst/rtp/gstbasertppayload.c:
6814         Bump the MTU to 1400.
6815
6816 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6817
6818         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6819         Add an audio/x-nsf typefind function for the nsfdec element.
6820
6821 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6822         * gst/playback/gstplaybasebin.c:
6823         Included "myth://" on stream_uris list for enable buffering to mythtv files
6824
6825 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6826
6827         * docs/libs/gst-plugins-base-libs-sections.txt:
6828         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6829         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6830         (gst_rtcp_unix_to_ntp):
6831         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6832         Fix parsing of RB blocks.
6833         Fix docs.
6834         Added helper functions to convert to/from UNIX and NTP time.
6835         API: gst_rtcp_ntp_to_unix()
6836         API: gst_rtcp_unix_to_ntp()
6837
6838         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6839         (gst_rtp_buffer_get_header_len),
6840         (gst_rtp_buffer_get_extension_data),
6841         (gst_rtp_buffer_get_payload_subbuffer),
6842         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6843         (gst_rtp_buffer_ext_timestamp):
6844         * gst-libs/gst/rtp/gstrtpbuffer.h:
6845         Fix some more docs.
6846         Implement handling of packets with extensions.
6847         Fix padding check in _validate().
6848         Added function to get extension data.
6849         API: gst_rtp_buffer_get_header_len()
6850         API: gst_rtp_buffer_get_extension_data()
6851
6852 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6853
6854         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6855         (gst_base_rtp_depayload_class_init),
6856         (gst_base_rtp_depayload_set_gst_timestamp):
6857         Add some more docs for the queue-delay property and fix a typo in a
6858         comment.
6859
6860         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6861         Fix typo.
6862
6863 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6864
6865         * gst-libs/gst/audio/gstbaseaudiosink.c:
6866         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6867         (gst_base_audio_sink_change_state):
6868         When skew slaving, try to hover around the middle of a segment so that
6869         we at most drift by half a segment.
6870         If we are aligning in the oposite direction of the clock skew, we don't
6871         have to resync.
6872
6873 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6874
6875         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6876         (gst_base_rtp_depayload_setcaps),
6877         (gst_base_rtp_depayload_set_gst_timestamp):
6878         Be less silly with the segment start, just apply the clock-base to the
6879         timestamp.
6880
6881 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6882
6883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6884         (gst_base_rtp_depayload_class_init),
6885         (gst_base_rtp_depayload_finalize),
6886         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6887         (gst_base_rtp_depayload_handle_sink_event),
6888         (gst_base_rtp_depayload_set_gst_timestamp),
6889         (gst_base_rtp_depayload_change_state):
6890         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6891         Deprecate the queue handling thread thing and remove the code.
6892         Use new method to calculate the extended timestamp.
6893
6894 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6895
6896         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6897         (gst_rtcp_packet_sdes_copy_entry):
6898         Use g_strndup which does exactly what we want.
6899
6900         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6901         (gst_rtp_buffer_ext_timestamp):
6902         * gst-libs/gst/rtp/gstrtpbuffer.h:
6903         Add helper function to compare seqnums.
6904         Add helper function to calculate extended timestamps.
6905         API: gst_rtp_buffer_compare_seqnum()
6906         API: gst_rtp_buffer_ext_timestamp()
6907
6908 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6909
6910         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6911         (gst_rtcp_packet_sdes_get_entry),
6912         (gst_rtcp_packet_sdes_copy_entry):
6913         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6914         Fix and document SDES item data function.
6915         Add new function that makes a proper copy of SDES item data.
6916         API: gst_rtcp_packet_sdes_copy_entry()
6917
6918 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6919
6920         * configure.ac:
6921         * gst/Makefile.am:
6922           The tcp and subparse plugins are under gst, but not totaly free of
6923           dependencies. Handle selection inconfigure.ac, so that they show up
6924           on the final list of what is build and what is not. Maybe they should
6925           better be moved to ext.
6926
6927 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6928
6929         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6930
6931         * configure.ac:
6932         * gst/Makefile.am:
6933           Check if libxml provides HTML parser which subparse needs.
6934           Fixes #451970.
6935
6936 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         * ext/alsa/gstalsa.c:
6939           Fix typo and compilation on big endian systems.
6940
6941 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6942
6943         * gst/subparse/gstssaparse.c:
6944           Convert SSA newline codes into actual newline characters (#470766).
6945
6946 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         * docs/libs/gst-plugins-base-libs-sections.txt:
6949         * gst-libs/gst/pbutils/install-plugins.c:
6950         * gst-libs/gst/pbutils/install-plugins.h:
6951         * tests/check/libs/pbutils.c:
6952           API: also add gst_install_plugins_supported() while we're at it
6953           (see #470456).
6954
6955 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6956
6957         * docs/libs/gst-plugins-base-libs-sections.txt:
6958         * gst-libs/gst/pbutils/missing-plugins.c:
6959         * gst-libs/gst/pbutils/missing-plugins.h:
6960         * tests/check/libs/pbutils.c:
6961           API: add gst_missing_*_installer_detail_new() convenience API so
6962           that applications that know exactly what they're missing can request
6963           installer detail strings for those items directly instead of having
6964           to first create a dummy missing-plugin message and then get the
6965           installer detail string from that.  Fixes #470456.
6966
6967 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6968
6969         * gst/playback/gstdecodebin.c: (close_pad_link):
6970         We need to set up delayed-linking whenever the caps are non-fixed,
6971         not just when there are multiple types - use gst_pad_is_fixed()
6972         to test.
6973
6974 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         * gst-libs/gst/pbutils/missing-plugins.c:
6977           (gst_missing_plugin_message_get_installer_detail):
6978           Add missing separator in PID fallback case.
6979
6980 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6981
6982         * ext/alsa/Makefile.am:
6983         There is no GST_PLUGINS_BASE_LIBS defined.
6984         
6985         * ext/alsa/gstalsa.c:
6986         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6987         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6988         Add support for ALSA 24-bit formats.
6989         snd_pcm_delay can return an error code, especially
6990         during XRUNS. In that case, the best we can do is assume
6991         delay = 0.
6992
6993         * gst/audioconvert/Makefile.am:
6994         Add flags from -base before any more-remote dependencies.
6995
6996 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6997
6998         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6999
7000         * gst/volume/gstvolume.c: (volume_choose_func),
7001         (volume_update_real_volume), (gst_volume_set_volume),
7002         (gst_volume_init), (volume_process_int32),
7003         (volume_process_int32_clamp), (volume_process_int24),
7004         (volume_process_int24_clamp), (volume_process_int16),
7005         (volume_process_int16_clamp), (volume_process_int8),
7006         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7007         * gst/volume/gstvolume.h:
7008         Add support for int32, int24 and int8 to the volume element.
7009         Fixes #445529.
7010
7011 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7012
7013         * tests/examples/Makefile.am:
7014           Fix even more.
7015
7016 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7017
7018         * configure.ac:
7019         * docs/libs/Makefile.am:
7020         * docs/libs/gst-plugins-base-libs-docs.sgml:
7021         * docs/libs/gst-plugins-base-libs-sections.txt:
7022         * ext/gnomevfs/gstgnomevfssrc.c:
7023         * ext/gnomevfs/gstgnomevfssrc.h:
7024         * gst-libs/gst/Makefile.am:
7025         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7026         * pkgconfig/gstreamer-plugins-base.pc.in:
7027         * sys/v4l/v4lsrc_calls.c:
7028         * tests/examples/Makefile.am:
7029         * win32/common/config.h:
7030           Revert unwanted commit. many thanks to moap. I want a fix for 
7031           https://thomas.apestaart.org/moap/trac/ticket/239
7032
7033 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7034
7035         * gst/volume/gstvolume.c:
7036           Move passthrough below gst_object_sync_values(). Fixes #442654.
7037
7038 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7039
7040         * gst-libs/gst/audio/audio.c:
7041         Clarify the docs a little.
7042
7043 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7044
7045         * gst/volume/gstvolume.c:
7046           Enable liboil for float and add more details about problems with
7047           int16.
7048
7049 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7050
7051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7052         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7053
7054 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7055
7056         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7057         When calculating the first timestamp of the buffers, don't go below 0
7058         and clip the samples because the offset was on the eos page.
7059         Fixes #466717.
7060
7061 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7062
7063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7064         (gst_ogg_demux_collect_chain_info):
7065         Also submit the eos page when trying to find the first timestamp.
7066         See #466717.
7067
7068 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7069
7070         * gst-libs/gst/audio/audio.h:
7071         Use gst_util_uint64_scale() instead of doing the math
7072         with double for GST_FRAMES_TO_CLOCK_TIME() and
7073         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7074         prevents rounding errors. Fixes #467667.
7075
7076 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7077
7078         * gst-libs/gst/rtsp/gstrtspconnection.c:
7079         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7080         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7081         * gst-libs/gst/rtsp/gstrtspconnection.h:
7082         Small cleanups.
7083         On shutdown, don't read the control socket yet.
7084         Set timeout value correctly in all cases.
7085         Add function to check if the server accepts reads or writes.
7086         API: gst_rtsp_connection_poll()
7087
7088         * gst-libs/gst/rtsp/gstrtspdefs.h:
7089         Fix compilation with -pedantic.
7090         Add enum for _poll.
7091
7092 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7093
7094         Patch by: Olivier Crete  <tester at tester ca>
7095
7096         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7097         (gst_basertppayload_getcaps):
7098         * gst-libs/gst/rtp/gstbasertppayload.h:
7099         Add getcaps vfunc to basertppayload. See #465146.
7100
7101 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7102
7103         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7104         Only post buffering messages when we are a stream.
7105
7106 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * gst-libs/gst/pbutils/install-plugins.c:
7109         * gst-libs/gst/pbutils/missing-plugins.c:
7110           Small docs fix and addition.
7111
7112 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7113
7114         * tests/icles/.cvsignore:
7115         * tests/icles/Makefile.am:
7116         * tests/icles/test-textoverlay.c:
7117           Add a dumb little test for textoverlay alignments.
7118
7119 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         Patch by: Dan Williams  <dcbw redhat com>
7122
7123         * ext/pango/gsttextoverlay.c:
7124         * ext/pango/gsttextoverlay.h:
7125           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7126           "silent" property so there's a Since tag in the API reference.
7127
7128 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7129
7130         * gst-libs/gst/rtp/gstbasertppayload.c:
7131         (gst_basertppayload_set_outcaps):
7132         * gst-libs/gst/rtp/gstbasertppayload.h:
7133         Improve caps negotiation so that downstream elements can confiure
7134         certain RTP properties by fixing them on the caps. See #465146.
7135         Add docs.
7136
7137 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         * docs/libs/gst-plugins-base-libs-sections.txt:
7140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7141         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7142           Mark as deprecated some macros which were presumably meant to be
7143           private API and accidentally exposed in the public header file.
7144           Also actually _init() lock (only works at the moment because the
7145           struct is zeroed out when created and the initial values in the
7146           mutex struct are zeroes too). (#459585)
7147
7148 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7149
7150         * docs/libs/Makefile.am:
7151           Remove cruft and do some cleanups.
7152
7153         * docs/libs/gst-plugins-base-libs-docs.sgml:
7154           Prepare for comming gtkdoc features (rebase against online docs).
7155
7156 2007-08-10  Michael Smith <msmith@fluendo.com>
7157
7158         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7159           Debug output fixes.
7160         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7161         (GST_START_TEST):
7162           Change the number of buffers used; 500 is too many and leads to
7163           timeouts.
7164
7165 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7166
7167         * gst/playback/gstqueue2.c:
7168         * gst/videorate/gstvideorate.c:
7169           Printf format fixes (#465028).
7170
7171 2007-08-09  Michael Smith <msmith@fluendo.com>
7172
7173         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7174           If we have a large (> 1 second) discontinuity, push a series of
7175           smaller buffers rather than a single very large buffer. Avoids
7176           unreasonably large single buffer allocations when encountering a
7177           large gap.
7178         * tests/check/elements/audiorate.c: (GST_START_TEST),
7179         (audiorate_suite):
7180           Add a test for this.
7181
7182 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7183
7184         * gst/playback/gstplaybasebin.c: (group_commit),
7185         (queue_remove_probe), (queue_threshold_reached):
7186
7187         Patch by: Josep Torra Valles <josep@fluendo.com>
7188         Fixes: #465015
7189         Make sure we remove the check_queues buffer probe from the 
7190         correct queue to avoid racily going back to "buffering 99%" when
7191         buffering is actually complete.
7192
7193         Also, fix the spelling of Josep's surname in the ChangeLog.
7194
7195 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7196
7197         * ext/ogg/gstoggmux.c:
7198           Do not leak oggmux instance.
7199         
7200         * ext/vorbis/vorbisenc.c:
7201           Also log values.
7202
7203 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7204
7205         * po/hu.po:
7206         * po/it.po:
7207         * po/nl.po:
7208         * po/uk.po:
7209         * po/vi.po:
7210           Updated translations.
7211
7212 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7213
7214         patch by: Yang Hong <hongyang@redflag-linux.com>
7215
7216         * ext/pango/gsttextoverlay.c:
7217         * ext/pango/gsttextoverlay.h:
7218           Add 'silent' property to GstTimeOverlay. Fixes #462979
7219
7220 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7221
7222         Patch by: Josep Torra Valles <josep@fluendo.com>
7223
7224         * docs/plugins/gst-plugins-base-plugins.args:
7225         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7226         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7227         (gst_uri_decode_bin_get_property), (gen_source_element):
7228         Add connection-speed property. Fixes #464690.
7229
7230 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7231
7232         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7233
7234         * configure.ac:
7235         * gst-libs/gst/rtsp/Makefile.am:
7236         * gst-libs/gst/rtsp/gstrtspconnection.c:
7237         (gst_rtsp_connection_connect):
7238         Fix compilation on windows. Fixes #464320.
7239
7240 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7241
7242         Patch by: Josep Torra Valles <josep@fluendo.com>
7243
7244         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7245         (gst_play_base_bin_init), (queue_threshold_reached),
7246         (gen_source_element), (setup_substreams),
7247         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7248         (gst_play_base_bin_get_streaminfo_value_array):
7249         * gst/playback/gstplaybasebin.h:
7250         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7251         (gst_play_bin_set_property), (gst_play_bin_get_property),
7252         (gst_play_bin_handle_redirect_message):
7253         Move connection-speed property from playbin to playbasebin so that we
7254         can also configure it in source elements that have the connection-speed
7255         property. Fixes #464028.
7256         Add some debug info here and there.
7257
7258 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7259
7260         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7261         Properly respond to conversion queries. Fixes #464079.
7262
7263 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7264
7265         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7266         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7267         (gst_audio_test_src_init_sine_table),
7268         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7269         * gst/audiotestsrc/gstaudiotestsrc.h:
7270         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7271         Also set the default volume to the default value specified in the
7272         GParamSpec.
7273
7274 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7275
7276         Patch by: Jens Granseuer <jensgr at gmx dot net>
7277
7278         * gst/audioconvert/gstaudioquantize.c:
7279         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7280
7281 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7282
7283         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7284         Add rdt manager for rdt transport.
7285         Fix parsing of RDT transport.
7286
7287 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7288
7289         * configure.ac:
7290         Back to CVS
7291
7292 === release 0.10.14 ===
7293
7294 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7295
7296         * configure.ac:
7297           releasing 0.10.14, "Light Years Ahead"
7298
7299 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7300
7301         * tests/check/libs/audio.c: (GST_START_TEST):
7302         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7303
7304 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7305
7306         * gst-libs/gst/audio/audio.c:
7307         When clipping a buffer with no timestamp, assume it is
7308         within the segment without warnings.
7309
7310         Fixes: #460978
7311
7312 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7313
7314         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7315         Fire the signal on the object, not the interface.
7316
7317 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7318
7319         * gst-libs/gst/rtsp/.cvsignore:
7320         Ber. Don't include the full path, idiot.
7321
7322 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7323
7324         * gst-libs/gst/rtsp/.cvsignore:
7325         Ignore generated files.
7326
7327 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7328
7329         * gst-libs/gst/interfaces/Makefile.am:
7330         * gst-libs/gst/interfaces/interfaces-marshal.list:
7331         * gst-libs/gst/interfaces/rtspextension.c:
7332         * gst-libs/gst/interfaces/rtspextension.h:
7333         * gst-libs/gst/rtsp/Makefile.am:
7334         * gst-libs/gst/rtsp/gstrtsp.h:
7335         * gst-libs/gst/rtsp/gstrtspextension.c:
7336         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7337         (gst_rtsp_extension_detect_server),
7338         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7339         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7340         (gst_rtsp_extension_configure_stream),
7341         (gst_rtsp_extension_get_transports),
7342         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7343         * gst-libs/gst/rtsp/gstrtspextension.h:
7344         * gst-libs/gst/rtsp/rtsp-marshal.list:
7345         Move the rtspextension.h interface into gstrtspextension.h
7346         as part of libgstrtsp instead of libgstinterfaces, because it's
7347         only for use within plugins, not applications. 
7348         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7349         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7350         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7351         is abstract.
7352
7353 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7354
7355         * gst-libs/gst/interfaces/Makefile.am:
7356         * gst-libs/gst/interfaces/interfaces-marshal.list:
7357         * gst-libs/gst/interfaces/rtspextension.c:
7358         (gst_rtsp_extension_iface_init),
7359         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7360         * gst-libs/gst/interfaces/rtspextension.h:
7361         Fix marshaller for the send signal.
7362         Add URL to stream selection interface method.
7363
7364 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7365
7366         * gst-libs/gst/riff/Makefile.am:
7367         Pull in our dependencies from -base before those from outside.
7368
7369 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7370
7371         * docs/libs/gst-plugins-base-libs-sections.txt:
7372         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7373         * gst-libs/gst/rtsp/gstrtspbase64.h:
7374         API: gst_rtsp_base64_decode_ip()
7375         Added function to decode Base64 in-place.
7376
7377 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7378
7379         * tests/check/libs/.cvsignore:
7380         Ignore the mixer test binary.
7381
7382 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7383
7384         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7385         Gratuitous comment change to trigger a rebuild on the buildbots.
7386
7387 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7388
7389         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7390         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7391         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7392         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7393         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7394         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7395         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7396         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7397         (gst_sdp_media_get_attribute_val):
7398         * gst-libs/gst/sdp/gstsdpmessage.h:
7399         Constify args where we can.
7400
7401 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7402
7403         * gst-libs/gst/interfaces/Makefile.am:
7404         * gst-libs/gst/interfaces/rtspextension.c:
7405         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7406         (gst_rtsp_extension_detect_server),
7407         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7408         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7409         (gst_rtsp_extension_configure_stream),
7410         (gst_rtsp_extension_get_transports),
7411         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7412         * gst-libs/gst/interfaces/rtspextension.h:
7413         Move interface for RTSP extensions from -good to here.
7414         Added helper methods to invoke interface methods.
7415
7416 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7417
7418         * docs/libs/gst-plugins-base-libs-sections.txt:
7419         * gst-libs/gst/rtsp/gstrtspdefs.h:
7420         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7421         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7422         (gst_rtsp_message_init_response),
7423         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7424         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7425         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7426         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7427         (gst_rtsp_message_get_body), (dump_key_value):
7428         * gst-libs/gst/rtsp/gstrtspmessage.h:
7429         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7430         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7431         (gst_rtsp_range_parse):
7432         * gst-libs/gst/rtsp/gstrtsprange.h:
7433         * gst-libs/gst/rtsp/gstrtsptransport.c:
7434         * gst-libs/gst/rtsp/gstrtspurl.c:
7435         Fix some more RTSP docs.
7436         Add some missing methods for dealing with messages.
7437
7438 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * docs/libs/gst-plugins-base-libs-docs.sgml:
7441         * docs/libs/gst-plugins-base-libs-sections.txt:
7442         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7443         * gst-libs/gst/rtsp/gstrtspbase64.h:
7444         * gst-libs/gst/rtsp/gstrtspconnection.c:
7445         (gst_rtsp_connection_connect), (add_auth_header),
7446         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7447         (read_body), (gst_rtsp_connection_receive),
7448         (gst_rtsp_connection_next_timeout),
7449         (gst_rtsp_connection_reset_timeout),
7450         (gst_rtsp_connection_set_auth):
7451         * gst-libs/gst/rtsp/gstrtspconnection.h:
7452         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7453         * gst-libs/gst/rtsp/gstrtspdefs.h:
7454         * gst-libs/gst/rtsp/gstrtspmessage.h:
7455         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7456         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7457         (gst_rtsp_range_parse):
7458         * gst-libs/gst/rtsp/gstrtspurl.h:
7459         Added beginnings of RTSP documentation.
7460
7461 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7462
7463         * docs/libs/Makefile.am:
7464         * docs/libs/gst-plugins-base-libs-docs.sgml:
7465         * docs/libs/gst-plugins-base-libs-sections.txt:
7466         * gst-libs/gst/sdp/gstsdp.h:
7467         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7468         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7469         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7470         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7471         (gst_sdp_message_get_attribute_val),
7472         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7473         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7474         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7475         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7476         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7477         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7478         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7479         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7480         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7481         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7482         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7483         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7484         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7485         (gst_sdp_media_get_attribute_val_n),
7486         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7487         (print_media), (gst_sdp_message_dump):
7488         * gst-libs/gst/sdp/gstsdpmessage.h:
7489         Document the SDP library.
7490         Add some of the missing SDPMedia methods.
7491
7492 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7493
7494         * configure.ac:
7495         * gst-libs/gst/Makefile.am:
7496         * gst-libs/gst/rtsp/Makefile.am:
7497         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7498         * gst-libs/gst/rtsp/gstrtspbase64.h:
7499         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7500         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7501         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7502         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7503         (parse_response_status), (parse_request_line), (parse_line),
7504         (gst_rtsp_connection_read), (read_body),
7505         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7506         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7507         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7508         (gst_rtsp_connection_set_auth):
7509         * gst-libs/gst/rtsp/gstrtspconnection.h:
7510         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7511         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7512         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7513         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7514         (gst_rtsp_find_method):
7515         * gst-libs/gst/rtsp/gstrtspdefs.h:
7516         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7517         (gst_rtsp_message_new), (gst_rtsp_message_init),
7518         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7519         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7520         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7521         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7522         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7523         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7524         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7525         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7526         (gst_rtsp_message_dump):
7527         * gst-libs/gst/rtsp/gstrtspmessage.h:
7528         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7529         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7530         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7531         * gst-libs/gst/rtsp/gstrtsprange.h:
7532         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7533         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7534         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7535         (range_as_text), (rtsp_transport_mode_as_text),
7536         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7537         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7538         (gst_rtsp_transport_free):
7539         * gst-libs/gst/rtsp/gstrtsptransport.h:
7540         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7541         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7542         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7543         * gst-libs/gst/rtsp/gstrtspurl.h:
7544         * gst-libs/gst/sdp/Makefile.am:
7545         * gst-libs/gst/sdp/gstsdp.h:
7546         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7547         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7548         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7549         (gst_sdp_attribute_init), (gst_sdp_message_new),
7550         (gst_sdp_message_init), (gst_sdp_message_uninit),
7551         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7552         (gst_sdp_media_uninit), (gst_sdp_media_free),
7553         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7554         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7555         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7556         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7557         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7558         (gst_sdp_message_get_attribute_val),
7559         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7560         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7561         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7562         (gst_sdp_media_get_attribute_val_n),
7563         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7564         (read_string), (read_string_del), (gst_sdp_parse_line),
7565         (gst_sdp_message_parse_buffer), (print_media),
7566         (gst_sdp_message_dump):
7567         * gst-libs/gst/sdp/gstsdpmessage.h:
7568         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7569         Move SDP and RTSP from helper objects in -good to a reusable library.
7570         Use a proper gst_ namespace.
7571
7572 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7573
7574         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7575         (vorbis_dec_flush_decode):
7576         Use the new buffer clipping function from gstaudio here.
7577
7578 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7579
7580         * docs/libs/gst-plugins-base-libs-sections.txt:
7581         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7582         * gst-libs/gst/audio/audio.h:
7583         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7584         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7585         Also add deprecation guards for gst_audio_structure_set_int() to the
7586         header.
7587
7588 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7589
7590         * docs/libs/gst-plugins-base-libs-sections.txt:
7591           Cleanup the docs.
7592
7593 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7594
7595         Patch by: Dan Williams <dcbw at redhat dot com>
7596
7597         * gst/playback/gstplaybasebin.c:
7598         (gst_play_base_bin_get_streaminfo_value_array):
7599         Don't return NULL when querying the stream info value array but instead
7600         return an empty array. Fixes #459204.
7601
7602 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         * gst/playback/gsturidecodebin.c:
7605           Init debug category before using it.
7606
7607 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7608
7609         * gst-libs/gst/interfaces/mixer.h:
7610         Add padding vars in place of the signal pointers
7611         when building with DISABLE_DEPRECATED so that the
7612         interface structure doesn't change size.
7613
7614 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7615
7616         * docs/libs/gst-plugins-base-libs-sections.txt:
7617         * ext/alsa/gstalsamixer.c:
7618         * ext/alsa/gstalsamixer.h:
7619         * ext/alsa/gstalsamixerelement.c:
7620         * ext/alsa/gstalsamixertrack.c:
7621         * gst-libs/gst/interfaces/mixer.c:
7622         * gst-libs/gst/interfaces/mixer.h:
7623         * gst-libs/gst/interfaces/mixeroptions.c:
7624         * gst-libs/gst/interfaces/mixeroptions.h:
7625         * gst-libs/gst/interfaces/mixertrack.c:
7626         * gst-libs/gst/interfaces/mixertrack.h:
7627         * tests/check/Makefile.am:
7628         * tests/check/libs/mixer.c:
7629
7630         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7631         Fixes: #152864 
7632
7633         Add support for notifying mixer changes on the message bus, and
7634         implement it in alsamixer.
7635
7636         API: gst_mixer_get_mixer_flags
7637         API: gst_mixer_message_parse_mute_toggled
7638         API: gst_mixer_message_parse_record_toggled
7639         API: gst_mixer_message_parse_volume_changed
7640         API: gst_mixer_message_parse_option_changed
7641         API: GstMixerMessageType
7642         API: GstMixerFlags
7643
7644 2007-07-20  Michael Smith <msmith@fluendo.com>
7645
7646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7647         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7648           xcontext->im_format is only for testing XShm support (as the header
7649           file comments document). Use xvimage->im_format for everything else.
7650           Avoids spurious warnings on buffer allocation before setcaps.
7651
7652 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7653
7654         * tests/examples/volume/Makefile.am:
7655         * tests/icles/Makefile.am:
7656           We should use $(LIBM).
7657
7658 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7659
7660         * tests/icles/Makefile.am:
7661           This needs -lm.
7662
7663 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7664
7665         * gst-libs/gst/rtp/gstbasertppayload.c:
7666         (gst_basertppayload_class_init), (gst_basertppayload_init),
7667         (gst_basertppayload_set_property),
7668         (gst_basertppayload_get_property):
7669         Don't break ABI, restore previous ranges. Keep the default random
7670         selection of timestamp and seqnum offset but as soon as the app sets a
7671         specific value, use that one.
7672
7673 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7674
7675         Patch by: Bastien Nocera <hadess at hadess dot net>
7676
7677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7678         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7679         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7680         * sys/xvimage/xvimagesink.h:
7681         Add option to turn off double-buffering for debugging purposes.
7682         Fixes #437169.
7683
7684 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7685
7686         Patch by: Jorn Baayen <jorn at openedhand dot com>
7687
7688         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7689         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7690         (gst_ximagesink_init), (gst_ximagesink_class_init):
7691         * sys/ximage/ximagesink.h:
7692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7693         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7694         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7695         * sys/xvimage/xvimagesink.h:
7696         add 'handle-expose' property. Useful for video widgets which may want to
7697         be in control of Expose behaviour. Fixes #380625
7698
7699 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7700
7701         * gst-libs/gst/rtp/gstbasertppayload.c:
7702         (gst_basertppayload_class_init), (gst_basertppayload_init),
7703         (gst_basertppayload_event), (gst_basertppayload_push),
7704         (gst_basertppayload_set_property),
7705         (gst_basertppayload_get_property),
7706         (gst_basertppayload_change_state):
7707         * gst-libs/gst/rtp/gstbasertppayload.h:
7708         Fix ranges of rtp payloader properties so that the full range can be
7709         used in addition to -1 (random).
7710         Fix wrong seqnum reporting in caps.
7711         Fixes #420326.
7712
7713 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7714
7715         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7716         (gst_video_rate_query):
7717         Use boilerplate.
7718         Add latency query, might not be perfect yet but already works a lot
7719         better. Fixes #442557.
7720
7721 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7722
7723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7724         (gst_xvimagesink_setcaps):
7725         * sys/xvimage/xvimagesink.h:
7726         After a caps change, redraw our borders to avoid garbage left there
7727         when the image format changes to a smaller size, like 16:9 -> 4:3
7728         Also, hold the flow_lock a bit longer in the set_caps while we're
7729         fiddling with the xcontext.
7730
7731 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7732
7733         * Makefile.am:
7734         * configure.ac:
7735         * tests/Makefile.am:
7736         Remove bogus check for libcheck, since we check for
7737         gstreamer-check and it pulls in the required info from there, and we
7738         weren't actually _using_ the information for libcheck ourselves
7739         anyway.
7740
7741 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7742
7743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7744         (gst_ffmpeg_caps_to_pixfmt):
7745         Fix the r_mask test for RGBA32 on little-endian.
7746         Fix a stupid typo that would have obviously broken 
7747         compilation on big-endian, if anyone was testing.
7748
7749 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7750
7751         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7752         (paint_hline_str4):
7753         * gst/videotestsrc/videotestsrc.h:
7754         Add alpha to the color struct.
7755         Use a default alpha value of 255 instead of 128.
7756
7757 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7758
7759         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7760         (setup_source):
7761         Clear the dynamic pads counter when starting a new uri. This makes
7762         reusing playbin work again.
7763         Fixes #454264.
7764
7765 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7766
7767         * configure.ac:
7768           Use pkg-config to locate check.
7769
7770 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7771
7772         * configure.ac:
7773         * tests/check/elements/volume.c: (GST_START_TEST):
7774           Fix 'make check' build against core CVS.
7775
7776 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7777
7778         * gst-libs/gst/interfaces/propertyprobe.c:
7779         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7780         * gst-libs/gst/tag/gstvorbistag.c:
7781           Make gtk-doc happy.
7782
7783 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7784
7785         * gst-libs/gst/audio/gstbaseaudiosink.c:
7786         (gst_base_audio_sink_callback):
7787           Quick hack to make audiosinks stop at EOS when operating in
7788           pull-mode; needs to be fixed properly some day.
7789
7790 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7791
7792         * docs/libs/gst-plugins-base-libs-sections.txt:
7793           Fix location of includes in the docs.
7794
7795 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7796
7797         * gst/ffmpegcolorspace/avcodec.h:
7798         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7799         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7800         (gst_ffmpegcsp_avpicture_fill):
7801         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7802         (img_get_alpha_info):
7803         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7804         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7805         end of the word. Partially fixes #451908
7806
7807 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7808
7809         * docs/libs/Makefile.am:
7810         * docs/plugins/Makefile.am:
7811           Simplify --extra-dir as gtkdoc scans recursively.
7812
7813 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7814
7815         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7816         (gst_adder_request_new_pad):
7817         Make getcaps more robust by not using the proxycaps function. This makes
7818         sure that we don't end up recursively calling getcaps upstream.
7819         See #316248.
7820
7821 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7822
7823         * gst/audioconvert/audioconvert.c:
7824         Include math.h to fix compilation.
7825
7826 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7827
7828         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7829         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7830         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7831         format, as produced by some dc1394 cameras like the iSight.
7832         See http://www.fourcc.org/yuv.php#IYU1
7833
7834 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7835
7836         * gst/audioconvert/Makefile.am:
7837         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7838         (check_default), (audio_convert_prepare_context),
7839         (audio_convert_clean_context), (audio_convert_convert):
7840         * gst/audioconvert/audioconvert.h:
7841         * gst/audioconvert/gstaudioconvert.c:
7842         (gst_audio_convert_dithering_get_type),
7843         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7844         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7845         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7846         * gst/audioconvert/gstaudioconvert.h:
7847         * gst/audioconvert/gstaudioquantize.c:
7848         (gst_audio_quantize_setup_noise_shaping),
7849         (gst_audio_quantize_free_noise_shaping),
7850         (gst_audio_quantize_setup_dither),
7851         (gst_audio_quantize_free_dither),
7852         (gst_audio_quantize_setup_quantize_func),
7853         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7854         * gst/audioconvert/gstaudioquantize.h:
7855         Implement dithering and noise shaping in audioconvert. By default now
7856         TPDF dithering (and no noise shaping) will be used when converting
7857         from a higher bit depth to 20 bit depth or smaller, otherwise
7858         everything will be as it is now.
7859         For the last audioconvert in a pipeline it would make sense to
7860         use some kind of noise shaping, enabling it by default for all
7861         conversions would give undesired results though. Fixes #360246.
7862         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7863         (GST_START_TEST):
7864         Adjust unit test for the new audioconvert.
7865
7866 2007-06-28  Wim Taymans  <wim@fluendo.com>
7867
7868         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7869         Use other metrics as well when estimating the buffer level.
7870
7871 2007-06-28  Wim Taymans  <wim@fluendo.com>
7872
7873         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7874         Small debug improvement.
7875
7876         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7877         (plugin_init):
7878         Tweak the rate estimation period.
7879         When calculating the buffer filledness in rate estimation mode, don't
7880         mix it with other metrics.
7881
7882 2007-06-28  Wim Taymans  <wim@fluendo.com>
7883
7884         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7885         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7886         When creating the groups, allow for a 5 second, unlimited buffers
7887         preroll phase after which we expose the group.
7888         When the group is exposed, use a small number of buffers up to a 2
7889         second limit. Also disconnect the overrun signal from multiqueue when we
7890         exposed the group because it is not needed anymore.
7891
7892 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7895           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7896           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7897           (#451707); also, output some debugging info when dealing with
7898           freeform strings.
7899
7900         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7901           Add unit test for the above.
7902
7903 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7906           Add description for Windows Media RTP caps.
7907
7908         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7909           Remove RTP fields that don't define the format from caps.
7910
7911 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7912
7913         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7914           Skip empty buffers, but not empty header buffers. That way the original
7915           vorbisdec unit test still passes (#451145); also, take into account
7916           that those empty packets might carry a granulepos.
7917
7918         * tests/check/Makefile.am:
7919         * tests/check/elements/vorbisdec.c:
7920         (_create_codebook_header_buffer), (_create_audio_buffer),
7921         (GST_START_TEST), (vorbisdec_suite):
7922           Add unit test that sends an empty packet.
7923
7924 2007-06-27  Wim Taymans  <wim@fluendo.com>
7925
7926         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7927         Don't error out on 0-sized packets, just emit a warning because this is
7928         not a fatal error. Fixes #451145.
7929
7930 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7931
7932         * docs/plugins/gst-plugins-base-plugins.args:
7933         * docs/plugins/gst-plugins-base-plugins.signals:
7934         * docs/plugins/inspect/plugin-adder.xml:
7935         * docs/plugins/inspect/plugin-alsa.xml:
7936         * docs/plugins/inspect/plugin-audioconvert.xml:
7937         * docs/plugins/inspect/plugin-audiorate.xml:
7938         * docs/plugins/inspect/plugin-audioresample.xml:
7939         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7940         * docs/plugins/inspect/plugin-cdparanoia.xml:
7941         * docs/plugins/inspect/plugin-decodebin.xml:
7942         * docs/plugins/inspect/plugin-decodebin2.xml:
7943         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7944         * docs/plugins/inspect/plugin-gdp.xml:
7945         * docs/plugins/inspect/plugin-gnomevfs.xml:
7946         * docs/plugins/inspect/plugin-libvisual.xml:
7947         * docs/plugins/inspect/plugin-ogg.xml:
7948         * docs/plugins/inspect/plugin-pango.xml:
7949         * docs/plugins/inspect/plugin-playbin.xml:
7950         * docs/plugins/inspect/plugin-subparse.xml:
7951         * docs/plugins/inspect/plugin-tcp.xml:
7952         * docs/plugins/inspect/plugin-theora.xml:
7953         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7954         * docs/plugins/inspect/plugin-video4linux.xml:
7955         * docs/plugins/inspect/plugin-videorate.xml:
7956         * docs/plugins/inspect/plugin-videoscale.xml:
7957         * docs/plugins/inspect/plugin-videotestsrc.xml:
7958         * docs/plugins/inspect/plugin-volume.xml:
7959         * docs/plugins/inspect/plugin-vorbis.xml:
7960         * docs/plugins/inspect/plugin-ximagesink.xml:
7961         * docs/plugins/inspect/plugin-xvimagesink.xml:
7962           Update docs with caps info.
7963
7964 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7965
7966         * po/POTFILES.in:
7967           Add more files with translatable strings (#450875).
7968
7969 2007-06-23  Edward Hervey  <edward@fluendo.com>
7970
7971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7972         The chain should be freed if we error out here, else it will leak.
7973         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7974         (cleanup_decodebin):
7975         Don't forget to *properly* remove the signals, else it will leak.
7976
7977 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7978
7979         * MAINTAINERS:
7980         Updating all the maintainers files
7981
7982 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7983
7984         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7985         (main):
7986           Destroy and recreate parse-launch based pipeline after stop to be able
7987           to play again. Reorder some code and add more comments.
7988
7989 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7990
7991         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7992         When handling a delayed-caps notification case, mark
7993         the group as dynamic so that the nbdynamic count is
7994         incremented and decremented correctly. Fixes: #449156
7995         Patch by: Wim Taymans <wim@fluendo.com>
7996
7997 2007-06-19  Andy Wingo  <wingo@pobox.com>
7998
7999         * gst-libs/gst/audio/gstbaseaudiosink.c
8000         (gst_base_audio_sink_init): Enable pull-mode operation.
8001
8002 2007-06-19  Michael Smith <msmith@fluendo.com>
8003
8004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8005           Change minimum rate back to 1000 to allow low-sample-rate wav files
8006           to play back.
8007
8008 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8009
8010         * po/vi.po:
8011           Update translations.
8012
8013 2007-06-15  David Schleef  <ds@schleef.org>
8014
8015         * gst/playback/gstqueue2.c:
8016           Fix compile error from ignored return value.
8017
8018 2007-06-15  Michael Smith <msmith@fluendo.com>
8019
8020         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8021           Update tmpbuf for all neccesary rows, not just one, as is required
8022           when downscaling.
8023           Fixes #402076.
8024
8025 2007-06-15  Michael Smith <msmith@fluendo.com>
8026
8027         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8028         (eos_buffer_probe):
8029           Add a test that ensures we set DELTA_UNIT on all non-header,
8030           non-video buffers, if we have a video stream.
8031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8032         (gst_ogg_mux_process_best_pad):
8033           Move setting delta_pad to earlier, where we inspect all pads, so
8034           that leading audio pages don't get DELTA_UNIT unset if they come
8035           before the first DELTA_UNIT from video pages. Fixes the newly-added
8036           test. Fixes #385527.
8037
8038 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8039
8040         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8041           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8042           fails on the p5-ppc64 build bot and the failure looks like it is due
8043           to the same issue as #348114, ie. a compiler bug.
8044
8045 2007-06-13  Edward Hervey  <edward@fluendo.com>
8046
8047         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8048         Fix build on MacOSX.
8049
8050 2007-06-13  Wim Taymans  <wim@fluendo.com>
8051
8052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8053         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8054         Fix compilation on mingw. Fixes #446972.
8055
8056 2007-06-12  Wim Taymans  <wim@fluendo.com>
8057
8058         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8059
8060         * gst/playback/gstqueue2.c: (update_buffering),
8061         (gst_queue_locked_enqueue):
8062         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8063         also update the buffering status when receiving events. Fixes #446551.
8064
8065 2007-06-11  Wim Taymans  <wim@fluendo.com>
8066
8067         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8068
8069         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8070         (gst_queue_handle_src_query):
8071         Wait for preroll before attempting to forward a duration query upstream.
8072         Fixes #445505.
8073
8074 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8075
8076         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8077         (gst_base_rtp_depayload_set_gst_timestamp):
8078         Use G_GINT64_CONSTANT macro for int64 constant.
8079         * win32/common/libgstinterfaces.def:
8080         * win32/common/libgsttag.def:
8081         Add new exported functions.
8082
8083 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8086           The BOS page of the first Dirac video stream needs to come before
8087           the BOS page of any Vorbis streams or other audio streams, just like
8088           it is with Theora.
8089
8090 2007-06-07  Wim Taymans  <wim@fluendo.com>
8091
8092         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8093         Fix compilation.
8094
8095 2007-06-06  Wim Taymans  <wim@fluendo.com>
8096
8097         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8098
8099         * gst/playback/gstqueue2.c: (gst_queue_init),
8100         (gst_queue_handle_sink_event), (gst_queue_chain),
8101         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8102         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8103         (gst_queue_src_activate_pull):
8104         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8105         Does not yet completely work because duration queries upstream won't
8106         block yet.
8107
8108 2007-06-06  Wim Taymans  <wim@fluendo.com>
8109
8110         * configure.ac:
8111         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8112         Some more fseeko checks.
8113
8114 2007-06-06  Wim Taymans  <wim@fluendo.com>
8115
8116         * configure.ac:
8117         check for large file support.
8118
8119 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8120
8121         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8122
8123         * gst/subparse/gstsubparse.c: (parse_subrip),
8124         (subviewer_unescape_newlines), (parse_subviewer),
8125         (gst_sub_parse_data_format_autodetect),
8126         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8127         * gst/subparse/gstsubparse.h:
8128         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8129         * tests/check/elements/subparse.c: (GST_START_TEST),
8130         (subparse_suite):
8131         Add a unit test for both SubViewer formats.
8132
8133 2007-06-01  Michael Smith <msmith@fluendo.com>
8134
8135         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8136           Don't overflow intermediate values when seeking to large time values
8137           in audiotestsrc.
8138
8139 2007-06-05  Wim Taymans  <wim@fluendo.com>
8140
8141         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8142         (gst_queue_create_read), (gst_queue_read_item_from_file),
8143         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8144         Include stdio to define fseeko.
8145
8146 2007-06-05  Wim Taymans  <wim@fluendo.com>
8147
8148         Patch by: Edward Hervey  <edward@fluendo.com>
8149
8150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8151         (gst_v4lsrc_query):
8152         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8153
8154 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8155
8156         * gst-libs/gst/riff/Makefile.am:
8157         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8158           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8159           our own implementation.
8160
8161 2007-06-05  Wim Taymans  <wim@fluendo.com>
8162
8163         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8164         (gst_base_rtp_depayload_setcaps),
8165         (gst_base_rtp_depayload_set_gst_timestamp),
8166         (gst_base_rtp_depayload_change_state):
8167         Handle timestamp wraparound.
8168
8169 2007-06-05  Wim Taymans  <wim@fluendo.com>
8170
8171         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8172         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8173         (gst_uri_decode_bin_change_state):
8174         Make sure we name srcpads uniquely even when using different internal
8175         decodebins.
8176         Signal no-more-pads when no more dynamic elements exist.
8177         Remove pads on cleanup.
8178
8179 2007-06-05  Wim Taymans  <wim@fluendo.com>
8180
8181         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8182
8183         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8184         (gst_queue_init), (gst_queue_finalize),
8185         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8186         (gst_queue_create_read), (gst_queue_read_item_from_file),
8187         (gst_queue_open_temp_location_file),
8188         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8189         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8190         (gst_queue_is_empty), (gst_queue_is_filled),
8191         (gst_queue_change_state), (gst_queue_set_temp_location),
8192         (gst_queue_set_property):
8193         Add support for filebased buffering. Fixes #441264.
8194
8195 2007-06-05  Wim Taymans  <wim@fluendo.com>
8196
8197         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8198         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8199         (caps_notify_group_cb), (gst_decode_group_new),
8200         (gst_decode_group_free):
8201         Add support for delayed caps fixation when autoplugging.
8202         Optimize cases where a multiqueue is not needed/wanted, like right after
8203         anything that is not a demuxer.
8204
8205 2007-06-05  Wim Taymans  <wim@fluendo.com>
8206
8207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8208         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8209         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8210         consideratly speedup ogg chain detection by not trying to find a base
8211         timestamp for skeleton streams. 
8212
8213 2007-06-05  Wim Taymans  <wim@fluendo.com>
8214
8215         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8216         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8217         (gst_multi_fd_sink_remove_flush),
8218         (gst_multi_fd_sink_remove_client_link),
8219         (gst_multi_fd_sink_handle_client_write),
8220         (gst_multi_fd_sink_handle_clients):
8221         * gst/tcp/gstmultifdsink.h:
8222         Add support for remove_flush.
8223
8224 2007-06-05  Wim Taymans  <wim@fluendo.com>
8225
8226         * docs/design/draft-keyframe-force.txt:
8227         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8228         (theora_enc_chain):
8229         Add draft design for forcing keyframes in encoders and implement in
8230         theoraenc.
8231
8232 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8233
8234         * configure.ac:
8235           Back to CVS
8236
8237 === release 0.10.13 ===
8238
8239 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8240
8241         * configure.ac:
8242           releasing 0.10.13, "What's Going on?"
8243
8244 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8245
8246         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8247         In riff, the depth is stored in the size field but it just means that
8248         the least significant bits are cleared. We can therefore just play
8249         the sample as if it had a depth == width. Fixes: #440997
8250
8251         Patch by: Wim Taymans <wim@fluendo.com> 
8252         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8253
8254 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8255
8256         * gst-libs/gst/floatcast/floatcast.h:
8257         Define inline when needed on win32 builds. Fixes: #441295
8258         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8259
8260 2007-05-29  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst/playback/gstplaybasebin.c: (queue_overrun),
8263         (no_more_pads_full):
8264         Stop buffering when the group is commited because the queues filled up.
8265         Fixes #442024.
8266
8267 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8268
8269         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8270         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8271         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8272         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8273         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8274         * ext/alsa/gstalsamixer.h:
8275         * ext/alsa/gstalsamixerelement.c:
8276         (gst_alsa_mixer_element_interface_supported),
8277         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8278         (gst_alsa_mixer_element_set_property),
8279         (gst_alsa_mixer_element_get_property),
8280         (gst_alsa_mixer_element_change_state):
8281         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8282         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8283         (gst_mixer_option_changed):
8284         * gst-libs/gst/interfaces/mixer.h:
8285         Revert commits towards #152864 made so far. We'll pick it up again
8286         after the 0.10.13 release.
8287
8288 2007-05-24  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst-libs/gst/audio/gstbaseaudiosink.c:
8291         (gst_base_audio_sink_render):
8292         After an interrupt (PAUSED/flush) assume that the next sample should not
8293         be aligned to the previous sample. Fixes #417992.
8294
8295 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8296
8297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8298           Don't add channels and rate fields to the template caps for
8299           audio/x-dts, as wavparse might not always be able to set them,
8300           which would then lead to 'caps are not a real subset of the
8301           template caps' warnings.
8302
8303 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8304
8305         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8306         Handle unknown or invalid pads without crashing, as might occur if
8307         a media file like an mp3 is specified as a subtitle file.
8308         Fixes: #410039
8309
8310 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8311
8312         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8313         (setup_sinks):
8314         Block the subtitle bin output queue before ghosting it and linking,
8315         then unblock after. This avoids spurious not-linked errors caused 
8316         by the queue starting up (because it gets linked when it is ghosted). 
8317         Fixes: #350299
8318
8319 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8320
8321         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8322         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8323         file. Avoids flukes where the input gets typefound to some valid but
8324         useless type.
8325
8326 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8327
8328         * tests/check/Makefile.am:
8329         * tests/check/elements/.cvsignore:
8330         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8331         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8332           Add unit test for gnomevfssink seeking and position reporting for
8333           file:// URIs.
8334
8335 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         Patch by: Mark Nauwelaerts <manauw at skynet be>
8338
8339         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8340         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8341         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8342         * ext/gnomevfs/gstgnomevfssink.h:
8343           Fix position reporting, especially after a seek (from upstream),
8344           see #412648.
8345
8346 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8347
8348         * ext/cdparanoia/gstcdparanoiasrc.c:
8349           Repair umlaut.
8350
8351 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8352
8353         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8354         Specify the full valid range for MP3 samplerates. Fixes a regression
8355         caused by extra header checks since the last release.
8356
8357 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8358
8359         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8361         Fix a locking-order bug I introduced with my changes the other day.
8362         Patch by Mike Smith.
8363
8364 2007-05-21  Michael Smith <msmith@fluendo.com>
8365
8366         * ext/theora/theoradec.c: (theora_handle_data_packet):
8367           Don't look inside 0-length packets (which indicate duplicated
8368           frames)
8369
8370 2007-05-21  Wim Taymans  <wim@fluendo.com>
8371
8372         * ext/cdparanoia/gstcdparanoiasrc.c:
8373         (gst_cd_paranoia_src_read_sector):
8374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8375         (gst_base_audio_src_create):
8376         Small cleanups.
8377
8378         * ext/theora/theoradec.c: (theora_dec_sink_event):
8379         Fix typo.
8380
8381         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8382         (gst_base_rtp_depayload_set_gst_timestamp):
8383         Add some FIXME
8384
8385         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8386         And some debug info when a FIXME path is hit.
8387
8388 2007-05-21  Wim Taymans  <wim@fluendo.com>
8389
8390         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8391         (gst_base_rtp_audio_payload_class_init),
8392         (gst_base_rtp_audio_payload_init),
8393         (gst_base_rtp_audio_payload_finalize),
8394         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8395         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8396         (gst_base_rtp_payload_audio_handle_event):
8397         Some cleanups, remove minptime property as it is now in the parent
8398         class.
8399         Override parent class event function.
8400
8401         * gst-libs/gst/rtp/gstbasertppayload.c:
8402         (gst_basertppayload_class_init), (gst_basertppayload_init),
8403         (gst_basertppayload_event), (gst_basertppayload_set_property),
8404         (gst_basertppayload_get_property):
8405         * gst-libs/gst/rtp/gstbasertppayload.h:
8406         Add min-ptime property.
8407         Add handle-event vmethod. Fixes #415001.
8408
8409 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8410
8411         * gst-libs/gst/audio/gstbaseaudiosink.c
8412           (gst_base_audio_sink_change_state):
8413           Fix typo in comment.
8414
8415         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8416           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8417           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8418           close_link):
8419         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8420           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8421           Remove trailing whitespaces in comments.
8422
8423         * gst/volume/Makefile.am:
8424           Fix tabs.
8425
8426 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8427
8428         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8429
8430         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8431           set_option, get_option, _gst_reserved):
8432           Revert reordering functions (keep ABI).
8433
8434 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8435
8436         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8437         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8438         (gst_ximagesink_show_frame):
8439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8440         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8441         (gst_xvimagesink_show_frame):
8442         When we create our own window, indicate that we handle the 
8443         WM_DELETE client message from the window manager, so that it won't 
8444         kill our window (and our app) along with it. Handle ClientMessage,
8445         post an error on the bus, and close the window. Further buffers
8446         arriving will result in a FlowError because the window has been
8447         destroyed.
8448
8449         Fixes: #393975
8450
8451         Clean up the X event handling loop and make them the same for
8452         both xvimagesink and ximagesink while I'm at it.
8453
8454 2007-05-17  Wim Taymans  <wim@fluendo.com>
8455
8456         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8457         Make decodebin2 autoplug depayloaders too.
8458
8459         * gst/playback/gsturidecodebin.c: (source_new_pad):
8460         Set the newly created decoder in a usable state when autoplugging a
8461         dynamic source such as RTSP.
8462
8463 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8464
8465         * gst/playback/gststreaminfo.c: (cb_probe):
8466           Ignore video-codec tag for audio streams and ignore audio-codec tags
8467           for video streams. Should make codec name collection a bit more
8468           robust against sloppy demuxers that send tag events containing both
8469           tags down each pad.
8470
8471 2007-05-17  Wim Taymans  <wim@fluendo.com>
8472
8473         * gst/playback/gstqueue2.c: (update_rates):
8474         Tweak the buffering thresholds a little.
8475         Update the buffer size with the previously calculate rate instead of
8476         only when we calculate a new rate so that we get smoother buffering
8477         updates.
8478
8479         * gst/playback/Makefile.am:
8480         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8481         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8482         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8483         (gst_uri_decode_bin_get_property), (unknown_type),
8484         (add_element_stream), (no_more_pads_full), (no_more_pads),
8485         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8486         (gen_source_element), (has_all_raw_caps), (analyse_source),
8487         (remove_decoders), (make_decoder), (remove_source),
8488         (source_new_pad), (setup_source), (decoder_query_init),
8489         (decoder_query_duration_fold), (decoder_query_duration_done),
8490         (decoder_query_position_fold), (decoder_query_position_done),
8491         (decoder_query_latency_fold), (decoder_query_latency_done),
8492         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8493         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8494         (gst_uri_decode_bin_change_state), (plugin_init):
8495         New element that intergrates a source, optional buffering element and
8496         decodebin.
8497
8498 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8499
8500         * configure.ac:
8501           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8502           (also has a .pc file, so we don't need the fallback check any
8503           longer). Fixes #438840.
8504
8505 2007-05-17  Wim Taymans  <wim@fluendo.com>
8506
8507         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8508         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8509         (apply_segment), (apply_buffer), (update_buffering),
8510         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8511         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8512         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8513         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8514         (plugin_init):
8515         fix build.
8516
8517 2007-05-17  Wim Taymans  <wim@fluendo.com>
8518
8519         * gst/playback/Makefile.am:
8520         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8521         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8522         (gst_queue_getcaps), (gst_queue_bufferalloc),
8523         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8524         (apply_buffer), (update_buffering), (reset_rate_timer),
8525         (update_rates), (gst_queue_locked_flush),
8526         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8527         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8528         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8529         (gst_queue_loop), (gst_queue_handle_src_event),
8530         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8531         (gst_queue_src_activate_push), (gst_queue_change_state),
8532         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8533         On our way to playbin2 this is the new network queue that does buffering
8534         all by itself using high and low watermarks. It can also measure up and
8535         downstream bandwidth to optimally size the queue.
8536
8537 2007-05-17  Michael Smith <msmith@fluendo.com>
8538
8539         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8540         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8541           Use the segment->last_stop value to calculate the next timestamp to
8542           generate after a seek; not the segment->start value.
8543
8544 2007-05-15  David Schleef  <ds@schleef.org>
8545
8546         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8547           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8548
8549 2007-05-15  Wim Taymans  <wim@fluendo.com>
8550
8551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8552         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8553         Some more chained streaming ogg timestamp fixes.
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_activate_chain), (gst_ogg_demux_perform_seek),
8559         (gst_ogg_demux_handle_page):
8560         Add some FIXMEs.
8561         Fix chain start/stop segment handling based on patch by
8562         <ahalda at cs dot mcgill dot ca> see #320984.
8563
8564 2007-05-15  Michael Smith <msmith@fluendo.com>
8565
8566         * configure.ac:
8567           We don't require a C++ compiler. So don't require one.
8568
8569 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8570
8571         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8572           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8573           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8574           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8575           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8576           gst_alsa_mixer_update_track):
8577           Apply some of the cleanup Tim suggested in #152864 afterwards.
8578
8579 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8580
8581         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8582
8583         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8584           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8585           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8586           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8587           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8588           gst_alsa_mixer_handle_source_callback,
8589           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8590           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8591           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8592           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8593           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8594           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8595         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8596         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8597           gst_alsa_mixer_element_interface_supported,
8598           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8599           gst_alsa_mixer_element_set_property,
8600           gst_alsa_mixer_element_get_property,
8601           gst_alsa_mixer_element_change_state):
8602         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8603         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8604           gst_mixer_option_changed):
8605         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8606           volume_changed, option_changed, _gst_reserved):
8607           Implement notification for alsamixer. Fixes #152864
8608
8609 2007-05-14  David Schleef  <ds@schleef.org>
8610
8611         * gst/videotestsrc/videotestsrc.c:
8612         * gst/videotestsrc/videotestsrc.h:
8613           Add support for video/x-raw-bayer.
8614
8615 2007-05-12  David Schleef  <ds@schleef.org>
8616
8617         * sys/xvimage/xvimagesink.c:
8618           Add some sanity checking for the XVImage size returned by X.
8619           Related to #377400.
8620
8621 2007-05-12  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8624         (gst_base_rtp_depayload_setcaps),
8625         (gst_base_rtp_depayload_set_gst_timestamp):
8626         Parse and use additional caps fields as described in updated
8627         application/x-rtp caps spec.
8628
8629 2007-05-12  Wim Taymans  <wim@fluendo.com>
8630
8631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8632         (gst_ogg_demux_collect_chain_info):
8633         If there is a stream in a chain without any data packets, ignore the
8634         stream in the total length calculations. Might be related to #436820.
8635
8636 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8637
8638         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8639         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8640         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8641         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8642         (plugin_init):
8643
8644         Consolidate and re-work our mpeg system stream detection to probe
8645         more packets and produce a higher confidence result. Fixes a
8646         regression caused by lowering the typefind probability last year
8647         - related to bug #397810. Remove the redundant MPEG-1 specific 
8648         typefind function, as the new one detects both MPEG-1 & MPEG-2
8649         happily.
8650
8651         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8652         little. 
8653
8654         Tested against my media test directory, with some improvements and
8655         no regressions.
8656
8657 2007-05-10  Wim Taymans  <wim@fluendo.com>
8658
8659         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8660         (queue_out_of_data):
8661         Connect to the new queue "pushing" signal instead of the broken
8662         "running" one.
8663
8664 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8665
8666         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8667         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8668         Move variable declaration before the first instruction.
8669         * gst/videotestsrc/videotestsrc.c:
8670         Define M_PI if it's not defined yet.
8671         * win32/common/libgstrtp.def:
8672         Add new exported functions.
8673
8674 2007-05-09  Michael Smith <msmith@fluendo.com>
8675
8676         * ext/theora/theoradec.c: (theora_handle_type_packet):
8677           gst_pad_push_event() does not return a GstFlowReturn!
8678
8679 2007-05-09  Wim Taymans  <wim@fluendo.com>
8680
8681         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8682         * tests/examples/seek/seek.c: (do_seek):
8683         Some small cosmetic changes.
8684
8685 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8686
8687         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8688           gst_adder_change_state):
8689         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8690           segment_pending, segment_position, segment_rate):
8691           Handle playback-rate on adder.
8692
8693 2007-05-07  Michael Smith <msmith@fluendo.com>
8694
8695         * ext/theora/gsttheoradec.h:
8696         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8697         (theora_dec_sink_event), (theora_handle_comment_packet),
8698         (theora_handle_type_packet), (theora_dec_change_state):
8699           Don't push events (newsegment, tags) before initialising the
8700           decoder.
8701           This is neccesary for seeking to work correctly in gnonlin.
8702
8703 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8704
8705         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8706         * gst/adder/gstadder.c:
8707         * gst/audiotestsrc/gstaudiotestsrc.c
8708           (gst_audio_test_src_create_white_noise):
8709         * gst/videotestsrc/gstvideotestsrc.c:
8710         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8711           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8712           volume_sink_template, volume_src_template, gst_volume_init,
8713           volume_process_double, volume_process_int16,
8714           volume_process_int16_clamp):
8715           Doc fixes and formatting.
8716
8717 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * tests/check/Makefile.am:
8720         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8721           Minimal check for volume's GstController usability; also another
8722           test for #422295.
8723
8724 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8725
8726         * gst-libs/gst/cdda/gstcddabasesrc.c:
8727         (gst_cdda_base_src_add_track):
8728           Fix it so that it (a) makes sense and (b) doesn't break
8729           everything cdda-related including the unit test.
8730
8731 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8732
8733         * gst-libs/gst/cdda/gstcddabasesrc.c:
8734         (gst_cdda_base_src_add_track):
8735           Fix build when disabling asserts.
8736
8737 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8738
8739         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8740           When XShm is not available, we might get row strides that are not
8741           rounded up to multiples of four; this is bad, because virtually
8742           every RGB-processing element in GStreamer assumes rowstrides are
8743           rounded up to multiples of four, so let's allocate at least enough
8744           memory to avoid crashes in this case. The image will still be
8745           displayed distorted though if this happens, so that still needs
8746           fixing (maybe by allocating a bigger image with an 'even' width
8747           and then clipping it appropriately when rendering - something for
8748           Xlib aficionados in any case).
8749
8750 2007-05-03  Michael Smith <msmith@fluendo.com>
8751
8752         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8753           If a buffer doesn't have a timestamp, assume it's contiguous with
8754           the previous buffer, and synthesise timestamps appropriately.
8755
8756 2007-05-03  Edward Hervey  <edward@fluendo.com>
8757
8758         * tests/check/elements/videorate.c: (GST_START_TEST):
8759         Set buffer timestamp to a valid value in order to test the buffer
8760         really does stay in videorate.
8761
8762 2007-05-03  Edward Hervey  <edward@fluendo.com>
8763
8764         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8765         There is no sensible way to handle incoming buffers which don't have a
8766         valid timestamp. We therefore discard them and wait for the next one.
8767
8768 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8769
8770         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8771         * gst/playback/gstdecodebin2.c: (plugin_init):
8772           Better error message for text files.
8773
8774 2007-04-29  Wim Taymans  <wim@fluendo.com>
8775
8776         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8777         Fix offset bug in generation RR packets.
8778
8779 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8780
8781         * ext/theora/theoradec.c: (_theora_granule_time),
8782         (theora_dec_push_forward), (theora_handle_data_packet),
8783         (theora_dec_decode_buffer): Calculate buffer duration correctly
8784         to generate a perfect stream (#433888).
8785         * gst/audioresample/gstaudioresample.c:
8786         (audioresample_check_discont): Glib provides ABS.
8787
8788 2007-04-27  Wim Taymans  <wim@fluendo.com>
8789
8790         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8791         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8792         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8793         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8794         (gst_rtcp_packet_bye_set_reason):
8795         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8796         Fix RB block parsing and writing.
8797         Add support for constructing BYE packets.
8798
8799 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8802         (gst_base_audio_src_create):
8803         * po/POTFILES.in:
8804           When posting a warning message because samples were dropped, post
8805           something more intelligible than he default error message for clock
8806           errors which is just confusing in this context (#432984).
8807
8808 2007-04-25  Wim Taymans  <wim@fluendo.com>
8809
8810         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8811         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8812         (read_packet_header), (gst_rtcp_packet_move_to_next),
8813         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8814         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8815         (gst_rtcp_packet_sdes_get_item_count),
8816         (gst_rtcp_packet_sdes_first_item),
8817         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8818         (gst_rtcp_packet_sdes_first_entry),
8819         (gst_rtcp_packet_sdes_next_entry),
8820         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8821         (gst_rtcp_packet_sdes_add_entry):
8822         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8823         Implement code to write SR, RR and SDES packets.
8824
8825 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8826
8827         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8828
8829         * sys/ximage/ximagesink.c:
8830           Fix build if XShm is not available (#432362).
8831
8832 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8833
8834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8835         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8836         pointers to random memory which are passed to g_free() when
8837         audio_convert_prepare_context() is called the first time.
8838
8839 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8840
8841         Patch by: Dan Williams <dcbw redhat com>
8842
8843         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8844           Don't leak incoming buffer if gst_pad_push() returns a
8845           non-OK flow. Fixes #432755.
8846          
8847         * tests/check/elements/videorate.c: (GST_START_TEST),
8848         (videorate_suite):
8849           Unit test for the above by Yours Truly.
8850
8851 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8852
8853         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8854         (gst_adder_sink_event), (gst_adder_collected):
8855           Fix non-flushing segmented seeks, Fixes #340060 for me
8856
8857 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8858
8859         Patch by: Olivier Crete  <tester at tester ca>
8860
8861         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8862         (gst_base_rtp_audio_payload_class_init),
8863         (gst_base_rtp_audio_payload_init),
8864         (gst_base_rtp_audio_payload_dispose):
8865           Chain up to parent class in dispose function; get rid of
8866           unnecessary 'diposed' flag in private structure (#415001).
8867
8868 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * docs/libs/gst-plugins-base-libs.types:
8871         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8872         (gst_base_rtp_audio_payload_class_init):
8873         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8874         * gst-libs/gst/rtp/gstbasertppayload.c:
8875           Some minor docs fixes and additions; also add missing 'Since' bits.
8876
8877 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8878
8879         Patch by: Zeeshan Ali  <zeenix gmail com>
8880
8881         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8882         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8883         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8884         (gst_base_rtp_audio_payload_push):
8885         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8886           The recently-added gst_base_rtp_audio_payload_push() should take an
8887           object of type GstBaseRTPAudioPayload as first argument (#431672).
8888
8889 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         * gst/audioresample/gstaudioresample.c:
8892           Make more functions static, just because we can.
8893
8894 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8895
8896         * tests/check/elements/audioresample.c:
8897           Add unit test for audioresample shutdown crasher (#420106).
8898
8899 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8900
8901         * gst/subparse/gstsubparse.c:
8902         * gst/subparse/samiparse.c:
8903           Use GST_DISABLE_XML here
8904
8905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8906         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8907         (gst_xvimagesink_buffer_alloc),
8908         (gst_xvimagesink_navigation_send_event):
8909         * sys/xvimage/xvimagesink.h:
8910           Include stdlib.h when using atoi.
8911           
8912         * tests/check/elements/playbin.c: (playbin_suite):
8913           Use GST_DISABLE_REGISTRY here
8914
8915 2007-04-19  Michael Smith  <msmith@fluendo.com>
8916
8917         * ext/theora/gsttheoraenc.h:
8918         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8919         (theora_enc_sink_event), (theora_enc_change_state):
8920           Track initialisation state; don't try to use encoder state if we're
8921           not initialised (it'll segfault).
8922
8923 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8924
8925         * tests/check/pipelines/.cvsignore:
8926         Fix build.
8927
8928 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8929
8930         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8931         Allow random depths between 1 and 32 instead of only multiplies of 8.
8932
8933 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8934
8935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8936         Set the maximum number of channels for PCM and float in the correct
8937         place to have it also used when creating the template caps.
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         Correctly support 4, 6 and 8 channels with normal PCM and float
8943         wav files.
8944
8945         Fix the depth and signedness calculation in extensible wav files and
8946         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8947         mask is found.
8948
8949         Add support for float, alaw and mulaw in extensible wav files.
8950
8951         This allows correct playback of all but 5 files from
8952         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8953         
8954         (gst_riff_create_audio_template_caps):
8955         Add voxware and float formats to the template caps.     
8956
8957 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8958
8959         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8960
8961         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8962         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8963
8964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8965         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8966         Use the correct format strings for integer formats.
8967
8968 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8969
8970         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8971           Don't use pad_alloc_buffer_and_set_caps to create a small header
8972           packet, or, worse, to create a big temporary video buffer using the
8973           src pad.
8974
8975 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8976
8977         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8978         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8979           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8980           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8981
8982 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8983
8984         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8985           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8986           streamheader_suite):
8987           Add another test set up for failure
8988
8989 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8990
8991         * tests/check/Makefile.am:
8992         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8993           GST_START_TEST, streamheader_suite, main):
8994           Add a test for the streamheader bug Wim fixed.
8995
8996 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8997
8998         * ext/theora/theoradec.c: (theora_dec_sink_event):
8999         Fix misleading comment.
9000
9001 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9002
9003         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9004           More sanity checks for the header fields.
9005
9006 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9007
9008         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9009           Try encodings from all environment variables, not just those in the
9010           first environment variable that is set.
9011
9012 2007-04-12  Wim Taymans  <wim@fluendo.com>
9013
9014         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9015         (gst_video_rate_chain):
9016         Add some debug.
9017
9018         * tests/check/elements/videorate.c: (GST_START_TEST),
9019         (videorate_suite):
9020         Added check for videorate changing caps handling. Closes #421834.
9021
9022 2007-04-12  Michael Smith  <msmith@fluendo.com>
9023
9024         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9025           Use scale functions to avoid overflow when calculating duration of 
9026           vorbis buffers.
9027
9028 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9029
9030         * docs/libs/gst-plugins-base-libs-sections.txt:
9031         * gst-libs/gst/tag/tag.h:
9032         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9033           API: add gst_tag_freeform_string_to_utf8() (#405072).
9034
9035         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9036           Use gst_tag_freeform_string_to_utf8() here.
9037
9038 2007-04-12  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9041         (gst_gdp_pay_sink_event):
9042         Make sure we set the IN_CAPS flag correctly.
9043
9044         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9045         Get the IN_CAPS flag before we call functions that mess with the flags.
9046
9047 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9048
9049         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9050           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9051           Only stamp buffers with offset/offset_end right before they get
9052           pushed.  This ensures offset continuity, which was not the case
9053           before as shown by
9054           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9055
9056 2007-04-06  Wim Taymans  <wim@fluendo.com>
9057
9058         * gst/playback/gstplaybin.c: (add_sink),
9059         (gst_play_bin_change_state):
9060         Activate sync in playbin, we are ready to handle it for live streams.
9061
9062 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9063
9064         * tests/check/elements/playbin.c:
9065         (test_sink_usage_video_only_stream), (playbin_suite):
9066           Add small test for stream-info-value-array code paths.
9067
9068 2007-04-05  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst-libs/gst/audio/gstbaseaudiosink.c:
9071         (gst_base_audio_sink_skew_slaving):
9072         Don't try to create invalid calibration parameters by making the
9073         internal time go backwards, instead make external time go forward.
9074
9075 2007-04-05  Wim Taymans  <wim@fluendo.com>
9076
9077         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9078
9079         * gst/playback/gstplaybasebin.c: (add_stream):
9080         Fix leak in add_stream(), when g_value_set_object() increases the
9081         refcount of streaminfo object. Fixes #426250.
9082
9083 2007-04-03  David Schleef  <ds@schleef.org>
9084
9085         * gst/videotestsrc/gstvideotestsrc.c:
9086         * gst/videotestsrc/gstvideotestsrc.h:
9087         * gst/videotestsrc/videotestsrc.c:
9088         * gst/videotestsrc/videotestsrc.h:
9089           Add a test pattern called "circular", which has concentric
9090           rings with varying radial frequency.  The main purpose of this
9091           pattern is to test fidelity loss in a filter or scaler element.
9092           Notably, this pattern is scale invariant, and is optimally viewed
9093           with a width (and height) of 400.
9094
9095 2007-04-03  Wim Taymans  <wim@fluendo.com>
9096
9097         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9098
9099         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9100         (deactivate_free_recursive):
9101         Decodebin2 doesn't unref pads it obtains in some occasions:
9102         - multiqueue src pads, when either connecting further or exposing
9103         - sink pads of new autoplugged elements
9104         - peer pads when recursively freeing elements
9105         Fixes #425455.
9106
9107 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9108
9109         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9110         Add audio/x-raw-float support, now that audioconvert support
9111         non-native endianness floats.
9112
9113 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9114
9115         * docs/libs/gst-plugins-base-libs-docs.sgml:
9116           gstreamer-plugins-base.pc doesn't exist, it's
9117           gstreamer-plugins-base-0.10.pc.
9118
9119 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9120
9121         Patch by: René Stadler <mail at renestadler dot de>
9122         with some minor changes
9123
9124         * gst-libs/gst/floatcast/floatcast.h:
9125         Use more efficient float endianness conversion functions that don't
9126         involve 2 function calls per value.
9127         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9128         (check_default), (audio_convert_prepare_context):
9129         * gst/audioconvert/gstaudioconvert.c:
9130         (gst_audio_convert_parse_caps), (make_lossless_changes):
9131         Support non-native endianness floats as input and output.
9132         Fixes #339838.
9133         * tests/check/elements/audioconvert.c: (verify_convert),
9134         (GST_START_TEST):
9135         Add unit tests for the non-native endianness float conversions.
9136
9137 2007-03-29  Wim Taymans  <wim@fluendo.com>
9138
9139         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9140         (gst_base_rtp_depayload_base_init),
9141         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9142         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9143         (gst_base_rtp_depayload_set_gst_timestamp),
9144         (gst_base_rtp_depayload_change_state),
9145         (gst_base_rtp_depayload_set_property),
9146         (gst_base_rtp_depayload_get_property):
9147         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9148         Add Private structure.
9149         Bring element code to 2007.
9150         Parse clock-base caps param and use it when generating the
9151         newsegment.
9152         Reset variables before going to PAUSED.
9153         Fix some docs.
9154
9155 2007-03-29  Wim Taymans  <wim@fluendo.com>
9156
9157         * docs/libs/gst-plugins-base-libs-docs.sgml:
9158         * docs/libs/gst-plugins-base-libs-sections.txt:
9159         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9160         (gst_base_rtp_audio_payload_get_adapter):
9161         Add RTCP docs.
9162         Fix some more docs.
9163
9164         * gst-libs/gst/rtp/Makefile.am:
9165         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9166         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9167         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9168         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9169         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9170         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9171         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9172         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9173         (gst_rtcp_packet_sr_get_sender_info),
9174         (gst_rtcp_packet_sr_set_sender_info),
9175         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9176         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9177         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9178         (gst_rtcp_packet_sdes_get_chunk_count),
9179         (gst_rtcp_packet_sdes_first_chunk),
9180         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9181         (gst_rtcp_packet_sdes_first_item),
9182         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9183         (gst_rtcp_packet_bye_get_ssrc_count),
9184         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9185         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9186         (gst_rtcp_packet_bye_get_reason_len),
9187         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9188         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9189         Add new helper object for parsing and creating RTCP messages.
9190
9191 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9192
9193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9194         PCM samples with width=8 must be always unsigned, no matter what
9195         depth they have.
9196
9197 2007-03-29  Andy Wingo  <wingo@pobox.com>
9198
9199         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9200         perfect offsets also, not just timestamps.
9201
9202         * tests/check/elements/videorate.c (test_more): Test that given
9203         any incoming offsets, that videorate produces perfect offsets.
9204
9205 2007-03-29  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst-libs/gst/riff/riff-ids.h:
9208         Add some more RIFF formats.
9209
9210 2007-03-29  Wim Taymans  <wim@fluendo.com>
9211
9212         * gst-libs/gst/rtp/gstrtpbuffer.c:
9213         (gst_rtp_buffer_default_clock_rate):
9214         * gst-libs/gst/rtp/gstrtpbuffer.h:
9215         Fix fixed payload names and docs.
9216         Added method to get the default clock rates of fixed payload types.
9217         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9218
9219 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9220
9221         * tests/check/pipelines/.cvsignore:
9222         Add new vorbisdec test to cvsignore.
9223
9224 2007-03-28  Wim Taymans  <wim@fluendo.com>
9225
9226         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9227         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9228         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9229         (gst_base_audio_sink_set_property),
9230         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9231         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9232         (gst_base_audio_sink_skew_slaving),
9233         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9234         (gst_base_audio_sink_async_play):
9235         * gst-libs/gst/audio/gstbaseaudiosink.h:
9236         Store private stuff in GstBaseAudioSinkPrivate.
9237         Add configurable clock slaving modes property.
9238         API:: GstBaseAudioSink::slave-method property
9239         Some more latency reporting tweaks.
9240         Added skew based clock slaving correction and make it the default until
9241         the resampling method is more robust.
9242
9243 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9244
9245         * gst/audioconvert/audioconvert.c:
9246         Add docs to the integer pack functions and implement proper
9247         rounding. Before we had rounding towards negative infinity, i.e.
9248         always the smaller number was taken. Now we use natural rounding,
9249         i.e. rounding to the nearest integer and to the one with the largest
9250         absolute value for X.5. The old rounding introduced some minor
9251         distortions. Fixes #420079
9252         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9253         Fix one unit test that assumed the old rounding and added unit tests
9254         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9255         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9256         rounding from signed int32 to signed/unsigned int16.
9257
9258 2007-03-27  Michael Smith  <msmith@fluendo.com>
9259
9260         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9261         (gst_audio_convert_transform_caps):
9262           Fix typo in debug line introduced recently, as pointed out on irc.
9263
9264 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9265
9266         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9267         * tests/check/libs/tag.c: (GST_START_TEST):
9268           Make sure we parse floating-point numbers in vorbis comments
9269           correctly with either '.' or ',' as separator, no matter what
9270           the current locale is. Add unit test for this too.
9271
9272 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         Patch by: René Stadler  <mail at renestadler de>
9275
9276         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9277           When writing out floating-point numbers to vorbis comment tags, always
9278           use the same character as separator no matter what the current locale is
9279           (fixes #423051).
9280
9281         * tests/check/libs/tag.c: (GST_START_TEST):
9282           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9283
9284 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9287           vorbis_handle_data_packet):
9288           Correctly set DURATION to generate a timestamp-continuous stream.
9289           One bug left at the end; see
9290           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9291         * tests/check/Makefile.am:
9292         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9293           Add a test to check this.  Without the above patch this test fails.
9294
9295 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9296
9297         * gst-libs/gst/rtp/Makefile.am:
9298         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9299
9300 2007-03-23  Michael Smith  <msmith@fluendo.com>
9301
9302         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9303         (gst_video_rate_reset), (gst_video_rate_chain):
9304           If videorate changes caps, we can no longer use the old buffer
9305           (which may have a different size, incompatible with our caps).
9306           So don't do that; just duplicate the new frame more times.
9307
9308 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9309
9310         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9311         Remove playbin's override of the set_clock vmethod. It's irrelevant
9312         after Wim's commit on the 19th.
9313
9314 2007-03-22  Wim Taymans  <wim@fluendo.com>
9315
9316         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9317         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9318         * ext/gnomevfs/gstgnomevfssrc.h:
9319         Don't cache file sizes. Fixes #341078.
9320
9321 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9322
9323         * gst/playback/gstplaybin.c: (add_sink):
9324           Use GST_PTR_FORMAT to log caps. 
9325
9326 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9327
9328         Patch by: Young-Ho Cha <ganadist at chollian net>
9329
9330         * gst/subparse/samiparse.c: (handle_start_font):
9331           Special-case some more colour names that pango doesn't handle by
9332           default. Fixes #420578.
9333
9334 2007-03-20  Michael Smith  <msmith@fluendo.com>
9335
9336         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9337           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9338           that marks EOS internally. After that, libvorbis will buffer all
9339           input data, and encode none of it, eventually leading to memory
9340           exhaustion.
9341
9342 2007-03-19  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/playback/gstdecodebin.c: (remove_fakesink):
9345         Don't post STATE_DIRTY anymore.
9346
9347         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9348         (gst_play_bin_change_state):
9349         Remove stream_time reset in seek handling, core does that now.
9350         Disable clocking for live pipelines by forcing a NULL clock to the
9351         complete pipeline, core is too smart now for our previous hack.
9352         We can always autoplug in PAUSED now.
9353
9354 2007-03-17  David Schleef  <ds@schleef.org>
9355
9356         * REQUIREMENTS:  Update this file, change the formatting to make
9357         it more consistent, plus more machine readable.
9358
9359 2007-03-16  Michael Smith  <msmith@fluendo.com>
9360
9361         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9362         (strip_width_64), (append_with_other_format):
9363           Previous fix was too simplistic, and broke the tests. Use a better
9364           approach; only strip 64 from widths for integer audio.
9365
9366 2007-03-16  Michael Smith  <msmith@fluendo.com>
9367
9368         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9369         (gst_audio_convert_transform_caps):
9370           We don't support 64 bit integer audio, so don't try to claim we can.
9371           Stops us producing caps don't match our template caps.
9372           Update comments.
9373
9374 2007-03-15  Michael Smith  <msmith@fluendo.com>
9375
9376         * gst/audioresample/gstaudioresample.c:
9377         (audioresample_check_discont), (audioresample_transform):
9378           Don't trigger discontinuities for very small imperfections; a filter
9379           flush will sound bad, and many plugins have rounding errors leading
9380           to these.
9381
9382 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9383
9384         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9385
9386         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9387         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9388         API: add "min-ptime" property to RTP base audio payloader.
9389         API: add gst_base_rtp_audio_payload_push().
9390         API: add gst_base_rtp_audio_payload_get_adapter().
9391         Fixes #415001
9392         Indentation/whitespace/documentation fixes.
9393
9394 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9395
9396         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9397         (audioresample_transform_size), (audioresample_do_output),
9398         (audioresample_transform), (audioresample_pushthrough): Handle
9399         discontinuous streams.
9400         * gst/audioresample/gstaudioresample.h:
9401         * tests/check/elements/audioresample.c:
9402         (test_discont_stream_instance), (GST_START_TEST),
9403         (audioresample_suite): Add a test for discontinuous streams.
9404         * win32/common/config.h: Updated.
9405
9406 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9407
9408         * po/af.po:
9409         * po/az.po:
9410         * po/cs.po:
9411         * po/en_GB.po:
9412         * po/it.po:
9413         * po/nb.po:
9414         * po/nl.po:
9415         * po/or.po:
9416         * po/sq.po:
9417         * po/sr.po:
9418         * po/sv.po:
9419         * po/uk.po:
9420         * po/vi.po:
9421           Update translations from translation project.
9422
9423 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9424
9425         * gst/audioresample/debug.h:
9426         * gst/audioresample/resample.c: (resample_init):
9427           Since I really am not interested in a debug line for each sample
9428           being processed, move the library's debugging to its own category,
9429           libaudioresample
9430
9431 2007-03-13  Michael Smith  <msmith@fluendo.com>
9432
9433         * ext/theora/theoradec.c: (theora_handle_type_packet):
9434           Since the plugin doesn't support anything other than 4:2:0 right
9435           now, post an error and fail if we get something else. Won't matter
9436           until libtheora supports the other pixel formats, but hopefully
9437           that'll be soon...
9438
9439 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9440
9441         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9442         Use gst_guint64_to_gdouble for conversion.
9443         * win32/MANIFEST:
9444         Add new files to the win32 MANIFEST.
9445         * win32/common/libgstaudio.def:
9446         * win32/common/libgstpbutils.def:
9447         Add new exported functions.
9448         * win32/vs6/gst_plugins_base.dsw:
9449         * win32/vs6/libgstdecodebin.dsp:
9450         * win32/vs6/libgstplaybin.dsp:
9451         Change the link to libgstpbutils.lib.
9452         * win32/vs6/libgstdecodebin2.dsp:
9453         Add a new project for decodebin2.
9454         * win32/vs6/libgstpbutils.dsp:
9455         Add a new project for pbutils.
9456
9457 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9458
9459         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9460           Also accept partial dates with only year and month,
9461           like 1999-12-00 (fixes #410396 even more).
9462
9463         * tests/check/libs/tag.c: (GST_START_TEST):
9464           Add unit test for the above.
9465
9466 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * tests/check/elements/subparse.c: (GST_START_TEST),
9469         (subparse_suite):
9470           Add unit test for MPL2 subtitle format (#413799).
9471
9472 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9473
9474         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9475
9476         * gst/subparse/Makefile.am:
9477         * gst/subparse/gstsubparse.c:
9478         (gst_sub_parse_data_format_autodetect),
9479         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9480         (gst_subparse_type_find):
9481         * gst/subparse/gstsubparse.h:
9482         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9483         * gst/subparse/mpl2parse.h:
9484           Add support for MPL2 subtitle format (#413799).
9485
9486 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         * configure.ac:
9489           We require core CVS for the new buffer metadata copy functions.
9490
9491 2007-03-09  Wim Taymans  <wim@fluendo.com>
9492
9493         * gst-libs/gst/tag/gstid3tag.c:
9494         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9495         Fixes #414496.
9496
9497         Patch by: Alex Lancaster <alexl at users sourceforge net>
9498
9499 2007-03-09  Wim Taymans  <wim@fluendo.com>
9500
9501         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9502         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9503         Improve adapter usage and comments.
9504
9505 2007-03-09  Wim Taymans  <wim@fluendo.com>
9506
9507         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9508         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9509         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9510         Use new metadata copy function.
9511
9512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9513         (gst_ffmpegcsp_transform):
9514         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9515         Basetransform copied the metadata for us.
9516
9517 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9520         (gst_text_overlay_video_event):
9521           Some more logging. Only accept newsegment events in TIME format and
9522           send a WARNING message if they are not in TIME format.
9523
9524         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9525         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9526         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9527         * gst/subparse/gstsubparse.h:
9528           No need to allocate GstSegment structure dynamically, just put it
9529           into the instance structure; ignore newsegment events in BYTE
9530           format and in particular don't let it overwrite our saved TIME
9531           segment from the last seek.
9532
9533 2007-03-09  Michael Smith  <msmith@fluendo.com>
9534
9535         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9536           Replace AC3 typefinder with one that isn't terrible, and actually
9537           works usefully.
9538
9539 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9540
9541         * gst/audioconvert/gstaudioconvert.c:
9542         (gst_audio_convert_transform):
9543           fix error category and translatable string
9544           
9545
9546 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9547
9548         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9549         * pkgconfig/gstreamer-plugins-base.pc.in:
9550           Fix up utils => pbutils here too.
9551
9552 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9553
9554         * gst/subparse/gstsubparse.c: (handle_buffer):
9555           Break out of loop in chain function as soon as possible if we get
9556           a non-OK flow return.
9557
9558 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9559
9560         * tests/check/elements/alsa.c: (GST_START_TEST):
9561         Unref the mixer if the state change fails too (if the
9562         alsa devices are inaccessible, for example)
9563
9564 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9565
9566         * tests/check/Makefile.am:
9567         Don't test libvisual elements in the states check, because libvisual
9568         seems to leak internally.
9569
9570         Re-enable the alsa and states tests now that there's new suppressions
9571         in gst.supp.
9572
9573         * tests/check/elements/alsa.c: (GST_START_TEST):
9574         Don't leak the alsamixer we instantiated.
9575
9576 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9577
9578         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9579         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9580         (gst_ximagesink_finalize):
9581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9582         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9583         Move some cleanup stuff from the state change handler into a _reset()
9584         function that can be called from _finalize(). This ensures that things
9585         get freed even if (for some reason) the NULL->READY state transition
9586         fails in the parent class.
9587         Even if a parent state change fails, process our downward state change
9588         logic instead of bailing out early.
9589         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9590
9591 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9592
9593         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9594         Extra log line.
9595
9596         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9597         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9598         Use pango_font_description_set_family_static instead of 
9599         pango_font_description_set_family to save a string copy (it was
9600         leaking due to the strdup anyway)
9601
9602         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9603         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9604         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9605         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9606         Chain up in finalize.
9607
9608 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         * gst-libs/gst/interfaces/mixertrack.c:
9611         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9612         (gst_mixer_track_set_property):
9613           API: add "untranslated-label" property which should be set by
9614           implementations at construct time (#414645).
9615
9616         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9617         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9618           Set "untranslated-label" when constructing mixer track objects.
9619
9620         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9621           Unit test to check the above.
9622
9623 2007-03-07  Wim Taymans  <wim@fluendo.com>
9624
9625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9626         Fix confusing debug message.
9627
9628 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9629
9630         * gst-plugins-base.doap:
9631         update doap file with new version
9632
9633 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9634
9635         * configure.ac:
9636         Back to CVS
9637
9638 === release 0.10.12 ===
9639
9640 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9641
9642         * configure.ac:
9643           releasing 0.10.12, "Zombie Horde"
9644
9645 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9646
9647         * configure.ac:
9648         Bump version to 0.10.11.4 pre-release
9649
9650 2007-03-06  Wim Taymans  <wim@fluendo.com>
9651
9652         * gst-libs/gst/audio/gstbaseaudiosink.c:
9653         (gst_base_audio_sink_async_play):
9654         Fix regression that made GStreamer skip the first samples of audio.
9655         Fixes #414684.
9656
9657 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9658
9659         * configure.ac:
9660         Bump version to 0.10.11.3 pre-release
9661
9662 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9663
9664         * po/POTFILES.in:
9665           Update paths for the rename from utils to pbutils to fix the build.
9666
9667 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst-libs/gst/pbutils/Makefile.am:
9670           Change directory to install headers in from gst/utils to gst/pbutils
9671           as well.
9672
9673 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9674
9675         * configure.ac:
9676         * docs/libs/gst-plugins-base-libs-docs.sgml:
9677         * docs/libs/gst-plugins-base-libs-sections.txt:
9678         * gst-libs/gst/Makefile.am:
9679         * gst-libs/gst/interfaces/mixer.c:
9680         * gst-libs/gst/pbutils/Makefile.am:
9681         * gst-libs/gst/pbutils/descriptions.c:
9682         (gst_pb_utils_get_source_description),
9683         (gst_pb_utils_get_sink_description),
9684         (gst_pb_utils_get_decoder_description),
9685         (gst_pb_utils_get_encoder_description),
9686         (gst_pb_utils_get_element_description),
9687         (gst_pb_utils_add_codec_description_to_tag_list),
9688         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9689         * gst-libs/gst/pbutils/descriptions.h:
9690         * gst-libs/gst/pbutils/install-plugins.c:
9691         * gst-libs/gst/pbutils/install-plugins.h:
9692         * gst-libs/gst/pbutils/missing-plugins.c:
9693         (gst_missing_uri_source_message_new),
9694         (gst_missing_uri_sink_message_new),
9695         (gst_missing_element_message_new),
9696         (gst_missing_decoder_message_new),
9697         (gst_missing_encoder_message_new),
9698         (gst_missing_plugin_message_get_description):
9699         * gst-libs/gst/pbutils/missing-plugins.h:
9700         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9701         * gst-libs/gst/pbutils/pbutils.h:
9702         * gst-libs/gst/utils/Makefile.am:
9703         * gst-libs/gst/utils/base-utils.c:
9704         * gst-libs/gst/utils/base-utils.h:
9705         * gst-libs/gst/utils/descriptions.c:
9706         * gst-libs/gst/utils/descriptions.h:
9707         * gst-libs/gst/utils/install-plugins.c:
9708         * gst-libs/gst/utils/install-plugins.h:
9709         * gst-libs/gst/utils/missing-plugins.c:
9710         * gst-libs/gst/utils/missing-plugins.h:
9711         * gst-plugins-base.spec.in:
9712         * gst/playback/Makefile.am:
9713         * gst/playback/gstdecodebin.c:
9714         * gst/playback/gstdecodebin2.c:
9715         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9716         (gen_source_element):
9717         * gst/playback/gstplaybin.c: (plugin_init):
9718         * tests/check/Makefile.am:
9719         * tests/check/libs/pbutils.c: (GST_START_TEST),
9720         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9721         * tests/check/libs/utils.c:
9722           rename utils to pbutils
9723
9724 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9725
9726         * docs/plugins/Makefile.am:
9727         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9728         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9729         * docs/plugins/inspect/plugin-decodebin2.xml:
9730         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9731         Add documentation for decodebin2 that indicates that the API
9732         is still unstable.
9733
9734 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9735
9736         * configure.ac:
9737         Update to 0.10.11.2 (0.10.12 pre-release)
9738
9739 2007-03-01  Wim Taymans  <wim@fluendo.com>
9740
9741         * gst-libs/gst/audio/gstbaseaudiosink.c:
9742         (gst_base_audio_sink_async_play):
9743         base time is irrelevant here.
9744
9745 2007-03-01  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9748         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9749         Improve debugging.
9750
9751         * gst-libs/gst/audio/gstbaseaudiosink.c:
9752         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9753         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9754         Improve latency and clock slaving calculations.
9755         Improve slave clock calibration.
9756
9757         * gst-libs/gst/audio/gstringbuffer.c:
9758         (gst_ring_buffer_commit_full):
9759         When we are asked to render N sample to 0 bytes, return N.
9760
9761 2007-03-01  Wim Taymans  <wim@fluendo.com>
9762
9763         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9764         (gst_alsasink_write), (gst_alsasink_reset):
9765         * ext/alsa/gstalsasink.h:
9766         Remove unused dispose function.
9767         Rename lock to not interfere with alsasrc lock.
9768
9769         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9770         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9771         (gst_alsasrc_read), (gst_alsasrc_reset):
9772         * ext/alsa/gstalsasrc.h:
9773         Implement finalize function.
9774         Use lock to protect alsa access.
9775         Implement _reset.
9776         Fine tune sw params.
9777
9778 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9779
9780         * configure.ac:
9781           Convert to new AG_GST style.
9782
9783 2007-02-28  Wim Taymans  <wim@fluendo.com>
9784
9785         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9786
9787         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9788         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9789         Fix race condition when rapidly switching visualisations in playbin.
9790         Fixes #401029.
9791
9792 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9793
9794         * tests/check/Makefile.am:
9795         Include local stuff before system installed things in LDFLAGS and
9796         CFLAGS.
9797
9798 2007-02-28  Wim Taymans  <wim@fluendo.com>
9799
9800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9801         Improve debugging.
9802
9803 2007-02-28  Wim Taymans  <wim@fluendo.com>
9804
9805         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9806         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9807         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9808         Fix duration and timestamping, taking latency into account.
9809         Implement latency query.
9810
9811 2007-02-28  Wim Taymans  <wim@fluendo.com>
9812
9813         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9814         (gst_audio_clock_new):
9815         Fix clock name.
9816
9817         * gst-libs/gst/audio/gstbaseaudiosink.c:
9818         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9819         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9820         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9821         (gst_base_audio_src_create):
9822         Improve latency query code.
9823         Use proper clock names.
9824
9825 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9826
9827         * tests/check/generic/states.c: (GST_START_TEST):
9828           Copy the states.c test from core again
9829         * tests/check/Makefile.am:
9830           ignore cdio and cdparanoiasrc
9831
9832 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9833
9834         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9835         (double_hq), (audio_convert_get_func_index), (check_default),
9836         (audio_convert_prepare_context), (audio_convert_convert):
9837           Also make valgrind happy and avoid copying data in some cases.
9838
9839 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9840
9841         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9842         (double_hq), (audio_convert_get_func_index),
9843         (audio_convert_prepare_context), (audio_convert_convert):
9844         * gst/audioconvert/gstaudioconvert.c:
9845         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9846         (gst_audio_convert_transform_caps):
9847         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9848         (audioconvert_suite):
9849           Don't run inplace if that overwrites source data as we go. Add more
9850           tests. Fixes #339837 even more.
9851
9852 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9853
9854         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9855         (msg_segment_done): Fix various seeking bugs (Slider was not
9856         updating when doing a non flushing seek, Reverse playback 
9857         on segment seek was wrong).
9858
9859 2007-02-26  Wim Taymans  <wim@fluendo.com>
9860
9861         * tests/examples/seek/seek.c: (stop_seek):
9862         When we stop scrubbing, don't leave the pipeline PLAYING when we
9863         requested a PAUSED state.
9864
9865 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9866
9867         Patch by: René Stadler <mail at renestadler de>
9868
9869         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9870           Parse date strings in vorbis comments that have an invalid (zero)
9871           month or day (#410396).
9872
9873         * tests/check/libs/tag.c: (GST_START_TEST):
9874           Test case for the above.
9875
9876 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9877
9878         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9879
9880         * configure.ac:
9881         * ext/alsa/Makefile.am:
9882         * gst/audiotestsrc/Makefile.am:
9883           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9884
9885 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9886
9887         * gst/playback/gstplaybin.c:
9888           Improve docs: point out that the application needs to assist playbin
9889           with buffering.
9890
9891 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         * gst-libs/gst/utils/install-plugins.c:
9894         * gst-libs/gst/utils/missing-plugins.c:
9895         * tests/check/libs/utils.c: (missing_msg_check_getters):
9896           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9897           to just 'gstreamer'. Document the caps string component of the
9898           decoder/encoder detail a bit better, since not everyone will be
9899           familiar with the GStreamer media type/caps system (but they better
9900           enjoy nested itemized lists).
9901
9902 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9905         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9906           Fix copying of GstNetBuffer (would crash before, or at least lead to
9907           invalid memory access, #410772), for now by copying the GstBuffer copy
9908           code from the core over here so we can copy the GstBuffer fields on a
9909           provided buffer instance (of type GstNetBuffer in this case). Would be
9910           better to fix this with some support by the core though (and in the long
9911           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9912
9913         * tests/check/Makefile.am:
9914           Enable unit test for GstNetBuffer.
9915
9916 2007-02-22  Andy Wingo  <wingo@pobox.com>
9917
9918         * gst-libs/gst/audio/gstbaseaudiosink.c
9919         (gst_base_audio_sink_init): Disable pull-mode activation until we
9920         figure out how to make audio sinks go to PLAYING.
9921
9922 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9923
9924         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9925         (double_hq), (audio_convert_get_func_index),
9926         (audio_convert_prepare_context), (audio_convert_convert):
9927         * gst/audioconvert/audioconvert.h:
9928         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9929         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9930         * gst/audioconvert/gstchannelmix.h:
9931         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9932           Add float as an intermediate format, as well as float mixing. Enable
9933           test that was failing before. Fixes #339837
9934
9935 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9936
9937         * tests/examples/seek/seek.c: (do_seek):
9938         Undo the previous commit: -1 as a stop time implies that the stop
9939         time is the end of file, clearing any previously configured segment.
9940
9941 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9942
9943         * tests/examples/seek/seek.c: (do_seek):
9944         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9945
9946 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9947
9948         * gst/volume/gstvolume.c: (volume_process_int16),
9949         (volume_process_int16_clamp), (volume_set_caps):
9950           Unbreak volume, value remains gint.
9951
9952 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9953
9954         * gst/volume/gstvolume.c: (volume_choose_func),
9955         (volume_update_real_volume), (gst_volume_set_volume),
9956         (gst_volume_init), (volume_process_double), (volume_process_float),
9957         (volume_process_int16), (volume_process_int16_clamp),
9958         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9959         * gst/volume/gstvolume.h:
9960           Extend float audio support (double) and some int->uint cleanups.
9961
9962 2007-02-20  Edward Hervey  <edward@fluendo.com>
9963
9964         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9965         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9966         (sort_end_pads), (gst_decode_group_expose),
9967         (gst_decode_group_hide):
9968         Don't free groups from the streaming threads. Just put them aside and
9969         free them in dispose.
9970
9971 2007-02-20  Edward Hervey  <edward@fluendo.com>
9972
9973         * gst/playback/gstdecodebin2.c: (connect_element),
9974         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9975         (sort_end_pads), (gst_decode_group_expose):
9976         Handle dynamic pads within groups.
9977         Sort pads before exposing them in order to make playbin happy.
9978         There still is a race with the multiqueue filling up. This should be
9979         solved separately.
9980         Fixes #398721
9981
9982 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9983
9984         * gst-libs/gst/utils/base-utils.c:
9985         * gst-libs/gst/utils/descriptions.c:
9986         * gst-libs/gst/utils/install-plugins.c:
9987         * gst-libs/gst/utils/missing-plugins.c:
9988           Some more docs (and descriptions for two subtitle formats).
9989
9990 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9991
9992         * gst-libs/gst/audio/audio.c:
9993           Fix documentation.
9994
9995 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9996
9997         Patch by: Yves Lefebvre  <ivanohe abacom com>
9998
9999         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10000           Don't leak caps. Fixes #408278.
10001
10002 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10003
10004         * ext/cdparanoia/gstcdparanoiasrc.h:
10005         * ext/ogg/gstoggdemux.h:
10006         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10007         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10008         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10009         * gst-libs/gst/audio/audio.h:
10010         * gst-libs/gst/audio/gstaudiofilter.h:
10011         * gst-libs/gst/interfaces/videoorientation.h:
10012         * gst/adder/gstadder.h:
10013           More docs coverage and some ChangeLog surgery (add missing names)
10014
10015 2007-02-15  Wim Taymans  <wim@fluendo.com>
10016
10017         * sys/ximage/ximagesink.c:
10018         (gst_ximagesink_calculate_pixel_aspect_ratio):
10019         * sys/xvimage/xvimagesink.c:
10020         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10021         Small constifications.
10022
10023 2007-02-15  Wim Taymans  <wim@fluendo.com>
10024
10025         * gst-libs/gst/audio/gstbaseaudiosink.c:
10026         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10027         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10028         (gst_base_audio_sink_async_play),
10029         (gst_base_audio_sink_change_state):
10030         Answer latency query.
10031         Use configured latency when syncing.
10032         Fix clock slaving.
10033
10034         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10035         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10036         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10037         Fix possible memleak.
10038         Implement latency query.
10039         Small cleanups.
10040
10041 2007-02-15  Wim Taymans  <wim@fluendo.com>
10042
10043         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10044         Ignore errors in reset, these are not fatal. They also grab the element
10045         lock which is already taking when this function is called. Fixes
10046         #405451.
10047
10048 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10049
10050         * configure.ac:
10051           Remove 'tests/examples/xerror/Makefile' from output files again.
10052
10053 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10054
10055         * configure.ac:
10056         * docs/plugins/Makefile.am:
10057           Also crossref against gst-plugins-base-libs.
10058
10059 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10060
10061         * configure.ac:
10062         * docs/libs/Makefile.am:
10063         * docs/plugins/Makefile.am:
10064           Add crossreferences to glib/gobject/gstream docs.
10065
10066         * gst-libs/gst/audio/audio.h:
10067           Source formatting.
10068
10069         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10070           Add own debug category.
10071
10072 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         Patch by: René Stadler <mail at renestadler de>
10075
10076         * gst-libs/gst/tag/gstvorbistag.c:
10077           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10078           (#403597).
10079
10080 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * gst/playback/gstplaybasebin.c: (setup_source):
10083           When we have external subtitles and wait for the subtitle decodebin
10084           to get up and running, we set up a (sync) bus handler for the
10085           subtitle decodebin, so we can stop waiting when it posts an error
10086           message. However, we should do that before we set the subtitle
10087           decodebin's state to playing, otherwise things are racy and we might
10088           miss error messages posted before we had a chance to set up the bus.
10089           This should finally fix totem hanging on .txt pseudo-subtitle files.
10090           
10091 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10092
10093         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10094           Use gst_gdouble_to_guint64 for conversions.
10095         * win32/common/config.h.in:
10096           Add a define for GST_INSTALL_PLUGINS_HELPER
10097         * win32/common/libgstaudio.def:
10098         * win32/common/libgstcdda.def:
10099         * win32/common/libgstnetbuffer.def:
10100         * win32/common/libgstrtp.def:
10101         * win32/common/libgutils.def:
10102           Add new exported functions.
10103         * win32/vs6/gst_plugins_base.dsw:
10104         * win32/vs6/libgstdecodebin.dsp:
10105         * win32/vs6/libgstnetbuffer.dsp:
10106         * win32/vs6/libgstplaybin.dsp:
10107         * win32/vs6/libgstrtp.dsp:
10108         * win32/vs6/libgstvorbis.dsp:
10109         * win32/vs6/libgstcdda.dsp:
10110         * win32/vs6/libgstgdp.dsp:
10111         * win32/vs6/libgstutils.dsp:
10112           Update and add new project files.
10113
10114 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10115
10116         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10117         (subrip_remove_unhandled_tags), (parse_subrip):
10118           For SubRip (.srt) subtitles, ignore all markup tags we don't
10119           handle (like font tags, for example).
10120
10121         * tests/check/elements/subparse.c:
10122           Add test for this.
10123
10124 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10125
10126         * gst/playback/gstdecodebin.c: (add_fakesink),
10127         (gst_decode_bin_change_state):
10128         * gst/playback/gstdecodebin2.c: (add_fakesink),
10129         (gst_decode_bin_change_state):
10130           Don't error out if there is no fakesink in the NULL to READY state
10131           change, since when decodebin is re-used, we're only adding the
10132           fakesink element in READY to PAUSED.
10133
10134         * tests/check/elements/decodebin.c:
10135         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10136         (decodebin_suite):
10137           Minimal unit test to make sure we can use the same decodebin
10138           instance twice (at least with audiotestsrc input).
10139
10140 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10141
10142         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10143           Try to get devic-name from device string first, and from handle only
10144           as fallback (seems to yield better results and is more robust
10145           against buggy probing code on the application side).
10146
10147 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10150
10151         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10152         (gst_alsa_find_device_name):
10153         * ext/alsa/gstalsa.h:
10154         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10155         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10156           Improve device-name detection a bit, especially in the case where
10157           the device is not actually open (#405020, #405024). Move common code
10158           into gstalsa.c instead of duplicating it.
10159
10160 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10161
10162         * gst/audioconvert/gstaudioconvert.c:
10163           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10164
10165 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10166
10167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10168         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10169         (gst_xvimagesink_interface_supported),
10170         (gst_xvimagesink_probe_get_properties),
10171         (gst_xvimagesink_probe_probe_property),
10172         (gst_xvimagesink_probe_needs_probe),
10173         (gst_xvimagesink_probe_get_values),
10174         (gst_xvimagesink_property_probe_interface_init),
10175         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10176         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10177         (gst_xvimagesink_get_type):
10178         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10179         for XVAdaptors so that one can choose the adaptor to use with 
10180         gstreamer-properties.
10181
10182 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10183
10184         * gst/audioconvert/gstaudioconvert.c:
10185           Also mention that a conversion from double to float is suboptimal still.
10186
10187 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         * gst-libs/gst/audio/gstaudiofilter.c:
10190         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10191           Clear our formats structure and free the caps contained in it when
10192           shutting down.
10193
10194 2007-02-05  Andy Wingo  <wingo@pobox.com>
10195
10196         * gst-libs/gst/audio/gstbaseaudiosink.c
10197         (gst_base_audio_sink_callback): Update basesink->offset so that we
10198         pull monotonically increasing offsets instead of, um, seeking back
10199         to 0 each time. Fixes alsasrc ! alsasink!
10200
10201 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10202
10203         * gst/videoscale/gstvideoscale.c:
10204           A width and height of 1 makes us crash, so increase minimum size to
10205           2x2 pixels until someone feels like fixing this (#404512).
10206
10207 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10210           Add small test to make sure request pads are cleaned up properly
10211           even if oggmux never changes state out of NULL.
10212
10213 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10214
10215         * tests/check/libs/utils.c: (GST_START_TEST):
10216           Fix unit test. Turns out things work much better when you
10217           NULL-terminate string arrays. Should make p5 build bot happy again.
10218
10219 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * gst-libs/gst/audio/Makefile.am:
10222         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10223         (gst_audio_filter_template_base_init),
10224         (gst_audio_filter_template_class_init),
10225         (gst_audio_filter_template_init),
10226         (gst_audio_filter_template_set_property),
10227         (gst_audio_filter_template_get_property),
10228         (gst_audio_filter_template_setup),
10229         (gst_audio_filter_template_filter),
10230         (gst_audio_filter_template_filter_inplace), (plugin_init):
10231           Oops, forgot to commit fixed-up example.
10232
10233 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * docs/libs/gst-plugins-base-libs-sections.txt:
10236         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10237         (gst_audio_filter_class_init), (gst_audio_filter_init),
10238         (gst_audio_filter_set_caps),
10239         (gst_audio_filter_class_add_pad_templates):
10240         * gst-libs/gst/audio/gstaudiofilter.h:
10241           Port GstAudioFilter to 0.10. This change technically breaks
10242           API and ABI (and thus also every library developer's heart),
10243           but seems justifiable on the grounds that the base class was
10244           completely unusable before (ie. would crash immediately when
10245           actually used). Fixes #403963 (and eventually also #403572).
10246           Also document all of this a bit.
10247
10248 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10249
10250         * gst-libs/gst/utils/install-plugins.c:
10251         (gst_install_plugins_spawn_child):
10252         * tests/check/libs/utils.c:
10253         (test_base_utils_install_plugins_do_callout):
10254           Lowering log level to see why things fail on the p5 build bot;
10255           fix some typos in unit test messages.
10256
10257 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10258
10259         * tests/check/libs/utils.c:
10260         (test_base_utils_install_plugins_do_callout):
10261           Don't hard-code temp directory for test helper; use GLib functions
10262           to write out file and do error checking etc.
10263
10264 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10265
10266         * gst-libs/gst/utils/Makefile.am:
10267         * gst-libs/gst/utils/base-utils.h:
10268         * gst-libs/gst/utils/install-plugins.c:
10269         (gst_install_plugins_context_set_xid),
10270         (gst_install_plugins_context_new),
10271         (gst_install_plugins_context_free),
10272         (gst_install_plugins_get_helper),
10273         (gst_install_plugins_spawn_child),
10274         (gst_install_plugins_return_from_status),
10275         (gst_install_plugins_installer_exited),
10276         (gst_install_plugins_async), (gst_install_plugins_sync),
10277         (gst_install_plugins_return_get_name),
10278         (gst_install_plugins_installation_in_progress):
10279         * gst-libs/gst/utils/install-plugins.h:
10280           API: add API for applications to initiate installation of missing
10281           plugins, ie. gst_install_plugins_async() primarily.
10282           Based on libgimme-codec by Ryan Lortie.
10283
10284         * configure.ac:
10285           Add --with-install-plugins-helper configure option so distros can specify
10286           the path of the helper script or program to call when plugin installation
10287           is requested (distros: please do any argument munging in this helper
10288           script instead of patching GStreamer to pass arguments differently
10289           to another program directly).
10290
10291         * docs/libs/gst-plugins-base-libs-docs.sgml:
10292         * docs/libs/gst-plugins-base-libs-sections.txt:
10293           Build and document new API.
10294
10295         * tests/check/libs/utils.c: (result_cb),
10296         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10297         (libgstbaseutils_suite):
10298           Some simple checks for the new API.
10299
10300 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10301
10302         * tests/check/elements/audioconvert.c: (test_float_conversion):
10303           Add small test for 32bit float <=> 64bit float conversion (works
10304           only one way so far, 32=>64 produces structured noise).
10305
10306 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10307
10308         * gst/audioconvert/gstaudioconvert.c:
10309         (set_structure_widths_32_and_64), (make_lossless_changes):
10310           We don't support floats with a width of 40, 48 or 56 bits.
10311
10312 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10313
10314         * gst/audioconvert/audioconvert.c: (float), (double),
10315         (audio_convert_get_func_index):
10316         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10317         (make_lossless_changes):
10318           Support for 64-bit float audio in audioconvert (#339837)
10319
10320 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         Patch by: Holger Wansing  <linux wansing-online de>
10323
10324         * po/LINGUAS:
10325         * po/de.po:
10326           Add German translation (#352069).
10327
10328 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10329
10330         reviewed by: Wim Taymans <wim@fluendo.com>
10331
10332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10333         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10334         Use newly added GstCollectPads API to free the allocated resources in
10335         the GstOggPad structures (#402393).
10336
10337 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10338
10339         * gst/playback/gstplaybin.c: (gen_vis_element):
10340           Add audioresample+audioconvert in front of the visualisation
10341           element, so that elements like libvisual 0.4 that don't support all
10342           samplerates can work.
10343
10344           Fixes: #402505
10345
10346 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10347
10348         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10349         (gst_play_base_bin_get_streaminfo_value_array):
10350           Take some locks and make a copy of the streaminfo value array we
10351           maintain while holding the lock, so that the application can
10352           retrieve the stream-info as a value array in a thread-safe way.
10353
10354 2007-01-30  Wim Taymans  <wim@fluendo.com>
10355
10356         * gst/audioconvert/gstaudioconvert.c:
10357         Don't fail on 0 sized buffers. Fixes #396835.
10358
10359 2007-01-29  David Schleef  <ds@schleef.org>
10360
10361         * gst/typefind/gsttypefindfunctions.c:
10362           Detect BBCD as video/x-dirac, so we can play raw dirac
10363           streams.
10364
10365 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * ext/theora/theoraenc.c: (theora_enc_chain):
10368           Check return value of theora_encode_header(), or we might try to
10369           allocate a random number of bytes. theora_encode_header() can fail
10370           if libtheora has been compiled with encoding support disabled.
10371           Fixes #398110.
10372
10373 2007-01-29  Wim Taymans  <wim@fluendo.com>
10374
10375         * tests/check/gst/.cvsignore:
10376         Do as buildbot says.
10377
10378 2007-01-29  Wim Taymans  <wim@fluendo.com>
10379
10380         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10381         Fix strides in libvisual. Gst uses X strides.
10382         Inspired by: <ed at catmur dot co dot uk> and 
10383         <tim at centricular dot net>
10384         Fixes #401118.
10385
10386 2007-01-27  Wim Taymans  <wim@fluendo.com>
10387
10388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10389         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10390         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10391         (gst_ogg_demux_perform_seek),
10392         (gst_ogg_demux_bisect_forward_serialno),
10393         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10394         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10395         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10396         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10397         * ext/ogg/gstoggdemux.h:
10398         Properly propagate streaming errors when we are scanning the file for
10399         chains so that we don't crash when shut down. Might fix some crashers
10400         when quickly switching oggs in RB such as #332503 and #378436.
10401
10402 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10403
10404         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10405           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10406           error code as well.
10407
10408 2007-01-25  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst/playback/gstplaybasebin.c: (remove_source):
10411         Don't try to disconnect a signal from a finalized object.
10412
10413 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10416           Cast lock macro parameters to make sure we're actually accessing the
10417           lock member at the right class level. Free list itself in _dispose()
10418           as well and NULL it in case dispose gets called multiple times.
10419
10420 2007-01-25  Edward Hervey  <edward@fluendo.com>
10421
10422         * gst/playback/gstdecodebin2.c:
10423         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10424         Free GstDecodeGroups no longer used.
10425         (gst_decode_group_expose):
10426         Don't unlock too many times !
10427         (deactivate_free_recursive):
10428         Free iterator once we're done with it.
10429         Fix for recursively deactivating elements (stop at ghostpads).
10430
10431 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10432
10433         * gst/playback/gstplaybin.c: (handoff):
10434           Fix up caps on the frame buffer before we save it and potentially
10435           make it accessible to other threads via g_object_get; also use
10436           gst_buffer_replace() instead of gst_mini_object_replace().
10437
10438 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10441           Make getting the current frame thread-safe.
10442
10443 2007-01-25  Edward Hervey  <edward@fluendo.com>
10444
10445         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10446         (gst_decode_group_new), (gst_decode_group_free):
10447         Set queues to bigger sizes to cope with HD contents.
10448         Fix some mutex freeing and add comment about MT safe methods.
10449
10450 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10451
10452         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10453         (gst_text_overlay_text_event):
10454           Don't unnecessarily ref (and then leak) upstream events if the text
10455           pad is not linked. Fixes #399948.
10456
10457         * tests/check/gst-plugins-base.supp:
10458           Add suppression for pango on edgy/x86 for textoverlay test.
10459
10460 2007-01-24  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst-libs/gst/rtp/gstrtpbuffer.h:
10463         Add some more fixed payloads.
10464
10465 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10468           Error out properly if we get an error from libogg while reading the
10469           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10470
10471 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10474           Don't leak mutex.
10475
10476         * tests/check/elements/playbin.c:
10477         (test_sink_usage_video_only_stream),
10478         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10479         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10480         (test_missing_suburisource_handler),
10481         (test_missing_primary_decoder), (playbin_suite):
10482           Run all tests once with decodebin and once with decodebin2.
10483           One test does not pass yet with decodebin2.
10484
10485 2007-01-23  Edward Hervey  <edward@fluendo.com>
10486
10487         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10488         Fix the cases where oggmux doesn't properly figure out that all
10489         sinkpads have gone EOS, and therefore doesn't push out the remaining
10490         buffers and the final EOS event.
10491         Fixes #363379
10492
10493 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10494
10495         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10497         Don't lock on navigation event push, just on keysym to string.
10498         Fixes #397673 again.
10499
10500 2007-01-22  Edward Hervey  <edward@fluendo.com>
10501
10502         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10503         (get_current_group), (group_demuxer_event_probe),
10504         (gst_decode_group_expose), (deactivate_free_recursive),
10505         (gst_decode_group_free):
10506         Cleanups.
10507         Don't forget to emit 'no-more-pads' once a group is exposed.
10508         Cleanup elements from a DecodeGroup once we remove it.
10509         Protect call to gst_decode_group_expose() with the decodebin lock.
10510
10511 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10512
10513         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10515         Looking at Xorg code i can't figure out if that XKeysymToString
10516         function is thread sensible or not. Lock it just in case as
10517         recommended by Radek Doulik <rodo at ximian dot com>.
10518
10519 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10520
10521         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10523         Lock that X Call as well. Fixes #397673.
10524
10525 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10528           Don't go into an endless loop if the file starts with 00 00 01 2X,
10529           like quicktime redirect files might. Fixes #396042.
10530
10531         * tests/check/Makefile.am:
10532         * tests/check/gst/.cvsignore:
10533         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10534         (typefindfunctions_suite):
10535           Add unit test for the above.
10536
10537 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10538
10539         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10540           On second thought, use "depth" field rather than "bpp" field.
10541
10542 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10545           Camtasia caps apparently need a bpp field (#398875).
10546
10547 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10548
10549         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10550         (gen_source_element), (gst_play_base_bin_change_state):
10551           Attempt at a better error message in case we don't have the required
10552           URI handler installed; post missing-plugin message also when we're
10553           missing an URI handler for the subtitle URI; clean up properly also
10554           when an error occurs and we never made it to PAUSED state.
10555
10556         * tests/check/elements/playbin.c: (GST_START_TEST),
10557         (playbin_suite):
10558           Check that we're also getting a missing-plugin messsage for a
10559           missing subtitle URI handler (and clean up properly).
10560
10561 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10564           Plug a few reference leaks.
10565
10566 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10569           Lower probability a bit if the marker isn't right at the start,
10570           to decrease the chance of false positives.
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           Small mpeg2 system stream typefinding improvement: make typefinder
10576           probe a bit into the stream instead of just looking for a marker
10577           at the beginning. Fixes #397810.
10578
10579 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * gst/audioconvert/gstchannelmix.c:
10582           Remove compatibility cruft for prehistoric GLib versions.
10583
10584 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * gst/playback/Makefile.am:
10587         * gst/playback/gstdecodebin.c: (close_pad_link):
10588         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10590         (gst_play_base_bin_handle_message_func), (unknown_type):
10591           Let decodebin be the element to post missing-plugin messages for
10592           missing decoders (rather than playbin); make playbin implement
10593           GstBin::handle_message so we can suppress missing-plugin messages
10594           for types we're not handling on purpose (don't want to bring up an
10595           installer in those cases).
10596
10597 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10598
10599         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10600         * gst-libs/gst/tag/gstvorbistag.c:
10601         (gst_tag_list_to_vorbiscomment_buffer):
10602         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10603           Fix potentially unaligned access (#397207).
10604
10605 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10606
10607         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10608         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10609         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10610         (main):
10611           Allow to toggle looping while it plays. Fix callback prototype. Clean
10612           up code a bit more. Add copyright header.
10613
10614 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10615
10616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10617           Red and blue mask was swapped (spotted by Dan Williams).
10618
10619 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10620
10621         * gst-libs/gst/tag/gstid3tag.c:
10622         * gst-libs/gst/tag/gstvorbistag.c:
10623           Use new beats-per-minute tag from core.
10624
10625 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * po/POTFILES.in:
10628           Add new files with translatable strings, so they actually make it
10629           into the template file one day.
10630
10631 2007-01-12  Andy Wingo  <wingo@pobox.com>
10632
10633         * gst-libs/gst/audio/gstbaseaudiosink.c
10634         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10635         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10636         stuff, as the base class handles this now. Actually tell the ring
10637         buffer to start.
10638         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10639         How did this work before? Maybe I'm not as awesome a programmer as
10640         I think.
10641
10642         * gst-libs/gst/audio/gstbaseaudiosrc.c
10643         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10644         of a pad function.
10645
10646 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10649           Remove more fields so that the application can better blacklist
10650           formats that have been tried before.
10651
10652 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst-libs/gst/audio/mixerutils.h:
10655           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10656           used when compiling with c++ compilers as well.
10657
10658 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * gst/typefind/gsttypefindfunctions.c:
10661           Fix comment.
10662
10663 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * gst/playback/gstplaybin.c: (post_missing_element_message),
10666         (gen_video_element), (gen_text_element), (gen_audio_element),
10667         (gen_vis_element):
10668           Post missing-plugin messages also when we error out because
10669           converters, textoverlay or auto*sinks are missing (#161922).
10670
10671 2007-01-10  Wim Taymans  <wim@fluendo.com>
10672
10673         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10674         (is_demuxer_element), (new_caps):
10675         * gst/playback/gstplaybasebin.c: (source_new_pad):
10676         Fix the case where we try to ref a NULL element when we delay a link
10677         because of unfixed caps.
10678         Set the state of autoplugged decodebins to PAUSED.
10679         RTSP now works in playbin, we can remove it from the blacklist.
10680
10681 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * gst/playback/Makefile.am:
10684         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10685         (unknown_type), (setup_subtitle), (gen_source_element):
10686         * gst/playback/gstplaybin.c: (plugin_init):
10687           Post missing-plugin messages on the bus for missing sources and
10688           missing decoders/demuxers/depayloaders; fix error code used when
10689           we're missing an URI handler source; for media types that we are not
10690           handling on purpose at the moment, don't print "don't know how to
10691           handle xyz" messages to the terminal or post missing-plugin
10692           messages on the bus.
10693
10694         * tests/check/elements/playbin.c: (create_playbin),
10695         (GST_START_TEST), (gst_codec_src_uri_get_type),
10696         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10697         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10698         (gst_codec_src_init_type), (gst_codec_src_base_init),
10699         (gst_codec_src_create), (gst_codec_src_class_init),
10700         (gst_codec_src_init), (plugin_init), (playbin_suite):
10701           Add some tests for the missing-plugin stuff.
10702
10703 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * configure.ac:
10706         * gst-libs/gst/Makefile.am:
10707         * gst-libs/gst/utils/Makefile.am:
10708         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10709         * gst-libs/gst/utils/base-utils.h:
10710         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10711         (find_format_info), (caps_are_rtp_caps),
10712         (gst_base_utils_get_source_description),
10713         (gst_base_utils_get_sink_description),
10714         (gst_base_utils_get_decoder_description),
10715         (gst_base_utils_get_encoder_description),
10716         (gst_base_utils_get_element_description),
10717         (gst_base_utils_add_codec_description_to_tag_list),
10718         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10719         * gst-libs/gst/utils/descriptions.h:
10720         * gst-libs/gst/utils/missing-plugins.c:
10721         (missing_structure_get_type), (copy_and_clean_caps),
10722         (gst_missing_uri_source_message_new),
10723         (gst_missing_uri_sink_message_new),
10724         (gst_missing_element_message_new),
10725         (gst_missing_decoder_message_new),
10726         (gst_missing_encoder_message_new),
10727         (missing_structure_get_string_detail),
10728         (missing_structure_get_caps_detail),
10729         (gst_missing_plugin_message_get_installer_detail),
10730         (gst_missing_plugin_message_get_description),
10731         (gst_is_missing_plugin_message):
10732         * gst-libs/gst/utils/missing-plugins.h:
10733           API: add new libgstbaseutils library with functions
10734           - to create and parse missing-plugins messages
10735           - that provide (translated) descriptions for caps/decoders/sources/etc.
10736           Closes #392393.
10737
10738         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10739         * pkgconfig/gstreamer-plugins-base.pc.in:
10740           Add new lib.
10741
10742         * docs/libs/gst-plugins-base-libs-docs.sgml:
10743         * docs/libs/gst-plugins-base-libs-sections.txt:
10744           Generate docs for new lib and API.
10745
10746         * tests/check/Makefile.am:
10747         * tests/check/libs/.cvsignore:
10748         * tests/check/libs/utils.c: (missing_msg_check_getters),
10749         (GST_START_TEST), (libgstbaseutils_suite):
10750           Add some basic unit tests.
10751
10752 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         * ext/ogg/Makefile.am:
10755           Dist gstoggdemux.h to fix 'make distcheck'.
10756
10757         * sys/v4l/Makefile.am:
10758           Fix 'make distcheck' even more.
10759
10760 2007-01-09  Wim Taymans  <wim@fluendo.com>
10761
10762         * docs/plugins/Makefile.am:
10763         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10764         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10765         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10766         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10767         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10768         (gst_ogg_demux_perform_seek):
10769         * ext/ogg/gstoggdemux.h:
10770         Added docs.
10771         Add some more comments.
10772         Small cleanups.
10773
10774 2007-01-09  Wim Taymans  <wim@fluendo.com>
10775
10776         * ext/theora/theoradec.c:
10777         * ext/vorbis/vorbisdec.c:
10778         * gst-libs/gst/audio/gstringbuffer.c:
10779         (gst_ring_buffer_commit_full):
10780         * gst-libs/gst/audio/gstringbuffer.h:
10781         * gst-libs/gst/rtp/gstrtpbuffer.c:
10782         * gst-libs/gst/tag/gstvorbistag.c:
10783         Small documentation updates/fixes
10784
10785 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * configure.ac:
10788           Require core CVS HEAD for Andy's basesrc/sink API additions.
10789
10790 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10791
10792         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10793
10794         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10795         (plugin_init):
10796           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10797           on flac.sf.net (there appear to be other versions of the first
10798           ogg page in the wild) (#391365).
10799
10800 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * configure.ac:
10803           Check if localtime_r() is available.
10804
10805         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10806           If localtime_r() is not available, fall back to localtime(). Should
10807           fix build on MingW (#393310).
10808
10809 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10812         * gst/subparse/gstsubparse.h:
10813           Remove spurious 1000 subtrahend when calculating the timestamp from
10814           the frame number and the frame rate . Also, use the frames/second
10815           value specified in the first line of the file, if one is specified
10816           there. Should fix #357503.
10817
10818         * tests/check/elements/subparse.c: (do_test),
10819         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10820         (subparse_suite):
10821           Add some basic unit tests for the microdvd subtitle format.
10822
10823 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10824
10825         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10826
10827         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10828         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10829         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10830         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10831         (gst_xvimagesink_set_xwindow_id),
10832         (gst_xvimagesink_set_event_handling),
10833         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10834         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10835         Fixes: #390076.
10836         Add an adaptor property to select a specific XV adaptor.
10837         * sys/xvimage/xvimagesink.h:
10838
10839 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10840
10841         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10842         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10843         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10844         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10845         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10846         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10847         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10848         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10849         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10850         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10851         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10852         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10853         Use flow_lock much more to protect every access to xwindow.
10854         Try to catch erros while creating images in case some drivers are
10855         just generating an XError when the requested image is too big.
10856         Should fix : #354698, #384008, #384060.
10857         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10858         Implement some stress testing of setting window xid.
10859
10860 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10861
10862         * win32/common/libgsaudio.def:
10863           Add new exported function.
10864         * win32/common/libgstogg.dsp:
10865           Add gstoggaviparse.c to the build.
10866         * win32/common/libgstvideoscale.dsp:
10867           Add vs_4tap.c to the build.
10868         * win32/common/libgstvorbis.dsp:
10869           Add vorbistag.c to the build.
10870         
10871 2007-01-06  Andy Wingo  <wingo@pobox.com>
10872
10873         * gst-libs/gst/audio/gstbaseaudiosink.c
10874         (gst_base_audio_sink_class_init)
10875         (gst_base_audio_sink_init): 
10876         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10877         to baseaudiosink, and tell basesink that we can work in pull mode.
10878         This way the ring buffer thread drives the pipeline directly, if
10879         pull mode is possible. There is some lingering nastiness regarding
10880         capsnego, however.
10881         (gst_base_audio_sink_callback): Implement the callback to pull
10882         data. This interface is a bit light, though -- it should get a
10883         GstFlowReturn return value at least.
10884
10885 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10888         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10889         * gst/playback/gstdecodebin2.c:
10890         (gst_decode_group_check_if_blocked):
10891           Printf format and missing argument fixes.
10892
10893 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10894
10895         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10896         (gst_ogm_parse_change_state):
10897         Activate pads before adding them to the element.
10898
10899 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10900
10901         * tests/examples/seek/scrubby.c: (main):
10902         * tests/examples/seek/seek.c: (main):
10903           Call g_thread_init() first thing in main() (see #391278).
10904
10905 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10906
10907         * tests/check/Makefile.am:
10908         * tests/check/libs/.cvsignore:
10909         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10910         (netbuffer_suite):
10911           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10912           for the time being, since it's broken, see #393099.
10913
10914 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10915
10916         * tests/check/Makefile.am:
10917           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10918
10919 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10920
10921         * configure.ac:
10922           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10923           so that GST_BASE_CFLAGS can go inbetween them, making sure
10924           we use uninstalled gst-libs headers
10925         * docs/libs/Makefile.am:
10926         * ext/alsa/Makefile.am:
10927         * ext/cdparanoia/Makefile.am:
10928         * ext/gnomevfs/Makefile.am:
10929         * ext/libvisual/Makefile.am:
10930         * ext/ogg/Makefile.am:
10931         * ext/theora/Makefile.am:
10932         * ext/vorbis/Makefile.am:
10933         * gst-libs/gst/audio/Makefile.am:
10934         * gst-libs/gst/cdda/Makefile.am:
10935         * gst-libs/gst/interfaces/Makefile.am:
10936         * gst-libs/gst/riff/Makefile.am:
10937         * gst-libs/gst/rtp/Makefile.am:
10938         * gst-libs/gst/tag/Makefile.am:
10939         * gst/adder/Makefile.am:
10940         * gst/audioconvert/Makefile.am:
10941         * gst/audiorate/Makefile.am:
10942         * gst/audioresample/Makefile.am:
10943         * gst/playback/Makefile.am:
10944         * gst/tcp/Makefile.am:
10945         * gst/videoscale/Makefile.am:
10946         * gst/volume/Makefile.am:
10947         * sys/ximage/Makefile.am:
10948         * sys/xvimage/Makefile.am:
10949         * tests/icles/Makefile.am:
10950           adapt
10951
10952 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10953
10954         * gst-libs/gst/interfaces/xoverlay.c:
10955         (gst_x_overlay_handle_events):
10956         * gst-libs/gst/interfaces/xoverlay.h:
10957         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10958         (gst_ximagesink_set_xwindow_id),
10959         (gst_ximagesink_set_event_handling),
10960         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10961         (gst_ximagesink_get_property), (gst_ximagesink_init),
10962         (gst_ximagesink_class_init):
10963         * sys/ximage/ximagesink.h:
10964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10965         (gst_xvimagesink_set_xwindow_id),
10966         (gst_xvimagesink_set_event_handling),
10967         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10968         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10969         (gst_xvimagesink_class_init):
10970         * sys/xvimage/xvimagesink.h:
10971         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10972         Add a method to the XOverlay interface to allow disabling of 
10973         event handling in x[v]imagesink elements. This will let X events
10974         propagate to parent windows which can be usefull in some cases.
10975         Be carefull that the application is then responsible of pushing
10976         navigation events and expose events to the video sink.
10977         Fixes: #387138.
10978
10979 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * gst-libs/gst/tag/gstvorbistag.c:
10982         * tests/check/libs/tag.c: (GST_START_TEST):
10983           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10984           (fixes #392070).
10985
10986 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * configure.ac:
10989         * docs/Makefile.am:
10990         * docs/design/Makefile.am:
10991           Dist design docs.
10992
10993 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10994
10995         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10996         typo. Fixes: #390063.
10997
10998 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10999
11000         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11002         caps leak.
11003         * win32/common/config.h: Updated.
11004
11005 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11006
11007         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11008         (setup_gdpdepay_streamheader):
11009         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11010         (setup_gdppay_streamheader):
11011           Fix the dp tests, but activating the pads for the streamheader tests
11012           too and cleaning up conditionaly
11013
11014 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11015
11016         * gst/ffmpegcolorspace/avcodec.h:
11017         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11018         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11019         (gst_ffmpegcsp_avpicture_fill):
11020         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11021         (img_get_alpha_info):
11022         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11023         other end of the word. Fixes: #387073.
11024
11025         Add some inconsequential branch hints in a couple of places.
11026
11027 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11030         (gst_ffmpeg_caps_to_smpfmt):
11031           The "signed" field in raw audio caps is of boolean type, trying to
11032           extract the value with _get_int() will fail (fix to keep in sync with
11033           the copy in gst-ffmpeg)
11034
11035 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11036
11037         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11038         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11039         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11040         (cleanup_gdpdepay):
11041         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11042         * tests/check/elements/subparse.c: (teardown_subparse):
11043         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11044         * tests/check/elements/videorate.c: (cleanup_videorate):
11045         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11046         * tests/check/elements/volume.c: (cleanup_volume):
11047         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11048         (cleanup_vorbisdec):
11049         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11050         (cleanup_vorbistag):
11051           consistent pad (de)activation
11052
11053 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11054
11055         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11056           Forgot to register the extensions.
11057
11058 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11061         (plugin_init):
11062           Add typefinder for VIVO files (my christmas present to the 90s).
11063
11064 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * gst/playback/gstdecodebin.c: (type_found):
11067           Special-case the text/plain media type: we only want to recognise it
11068           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11069           parser, but not if the entire stream is of text/plain type. If the
11070           entire stream is text/plain, we should just error out.
11071
11072           This fixes playback of audio files with lyrics in totem. Totem can't
11073           distinguish between text files and subtitle files and passes any
11074           .txt file with the same basename as the main file to playbin as
11075           suburi, and playbin will then throw a 'subtitle found, but no video
11076           stream' error, which isn't entirely helpful. See #380342.
11077
11078           Also, with this change we'll show a slightly more correct error
11079           message in case totem passes a playlist file to us (although a
11080           custom error message wording instead of the default text would
11081           probably not be a bad idea either).
11082
11083           Same problem also needs to be fixed for playbin+decodebin2.
11084
11085         * tests/check/Makefile.am:
11086         * tests/check/elements/decodebin.c: (src_handoff_cb),
11087         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11088         (decodebin_suite):
11089           Add simple unit test for decodebin for the above.
11090
11091 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11092
11093         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11094         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11095           Refuse to change state to READY when we failed to create any of the
11096           required elements in our instance init function.
11097
11098 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * docs/libs/gst-plugins-base-libs-sections.txt:
11101           Small docs fixes/updates.
11102
11103         * gst-libs/gst/video/gstvideosink.h:
11104           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11105           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11106           removed from the base sink API between 0.9.6 and 0.9.7).
11107           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11108           accessor macros, so we don't do a runtime GObject type check every
11109           time we use them.
11110
11111 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11112
11113         * Makefile.am:
11114         * gst-plugins-base.doap:
11115         * gst-plugins-base.spec.in:
11116           add doap file
11117
11118 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11119
11120         Patch by: Jens Granseuer <jensgr at gmx net>
11121
11122         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11123         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11124         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11125         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11127           Declare variables at the beginning of a block. Fixes #383195.
11128
11129 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11130
11131         * configure.ac:
11132         Bump version nano - back to CVS.
11133
11134
11135 === release 0.10.11 ===
11136
11137 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11138
11139         * configure.ac:
11140           releasing 0.10.11, "Dumb things"
11141
11142 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11143
11144         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11145         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11146         Handle the case where an element has multiple pads with 
11147         unfixed caps as well as still possibly producing more dynamic 
11148         pads by storing each case as a distinct entry in the dynamic list.
11149         Fixes #38223 again.
11150
11151 2006-12-04  Wim Taymans  <wim@fluendo.com>
11152
11153         * gst/playback/gstdecodebin.c: (close_pad_link):
11154         Fix #382223, add more dynamic caps handling.
11155
11156 2006-12-04  Wim Taymans  <wim@fluendo.com>
11157
11158         * gst-libs/gst/audio/gstringbuffer.h:
11159         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11160         (gst_netaddress_set_ip4_interface),
11161         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11162         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11163         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11164         (gst_netaddress_get_ttl):
11165         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11166         * gst/playback/gstdecodebin.c: (close_pad_link):
11167         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11168         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11169         * win32/common/config.h:
11170
11171 2006-12-01  Michael Smith  <msmith@fluendo.com>
11172
11173         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11174           Delete bad debug code.
11175           Fixes #381219
11176
11177 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11178
11179         * gst/videoscale/vs_4tap.c:
11180         * win32/MANIFEST:
11181         * win32/common/config.h:
11182         * win32/vs8/libgstvideoscale.vcproj:
11183         Fix compilation on win32 under VS8
11184         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11185         Partially fixes #381175
11186
11187 2006-11-30  Michael Smith  <msmith@fluendo.com>
11188
11189         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11190         (GST_START_TEST):
11191           It would be very bad if, after a discont buffer, we thought every
11192           single following buffer was also discont. So, add to the test to
11193           ensure that this isn't the case.
11194           
11195         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11196           ... it was the case. So fix it.
11197
11198 2006-11-28  Wim Taymans  <wim@fluendo.com>
11199
11200         * gst/playback/gstplaybasebin.c: (check_queue_event):
11201         Improve debug.
11202
11203         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11204         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11205         padtemplate caps. Refixes #357577.
11206
11207 2006-11-28  Wim Taymans  <wim@fluendo.com>
11208
11209         * gst/playback/gstplaybasebin.c: (check_queue_event),
11210         (queue_threshold_reached), (queue_out_of_data),
11211         (gen_preroll_element):
11212         Add event probe to see when EOS is in a queue and we can disable the
11213         underrun signals. Fixes #357577.
11214
11215 2006-11-28  Edward Hervey  <edward@fluendo.com>
11216
11217         * gst/playback/Makefile.am:
11218         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11219         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11220         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11221         (gst_decode_bin_init), (gst_decode_bin_dispose),
11222         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11223         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11224         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11225         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11226         (connect_element), (expose_pad), (type_found),
11227         (pad_added_group_cb), (pad_removed_group_cb),
11228         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11229         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11230         (are_raw_caps), (multi_queue_overrun_cb),
11231         (multi_queue_underrun_cb), (gst_decode_group_new),
11232         (get_current_group), (group_demuxer_event_probe),
11233         (gst_decode_group_control_demuxer_pad),
11234         (gst_decode_group_control_source_pad),
11235         (gst_decode_group_check_if_blocked),
11236         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11237         (gst_decode_group_hide), (gst_decode_group_free),
11238         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11239         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11240         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11241         (plugin_init):
11242         New decodebin2 element.
11243         Closes #370092
11244         * gst/playback/gstplay-marshal.list:
11245         Added marshallers for new signals in decodebin2
11246         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11247         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11248         is set.
11249
11250 2006-11-28  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst/playback/gstplaybasebin.c: (setup_source),
11253         (gst_play_base_bin_change_state):
11254         Disable rtsp:// uris for the release, it's not good enough yet.
11255         Remove unused var.
11256
11257 2006-11-26  Wim Taymans  <wim@fluendo.com>
11258
11259         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11260         (theora_dec_push_forward), (theora_dec_push_reverse),
11261         (theora_handle_data_packet), (theora_dec_decode_buffer),
11262         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11263         (theora_dec_chain_forward), (theora_dec_chain):
11264         Implement reverse playback.
11265
11266         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11267         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11268         (vorbis_dec_chain_forward):
11269         Clear buffers used for reverse playback in _reset.
11270         No need to set the eos flag, we clip samples using the segment.
11271
11272 2006-11-24  Wim Taymans  <wim@fluendo.com>
11273
11274         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11275         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11276         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11277         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11278         Some cleanups.
11279         Handle continued pages in reverse mode.
11280
11281 2006-11-24  Wim Taymans  <wim@fluendo.com>
11282
11283         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11284         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11285         (vorbis_dec_flush_decode):
11286         Small cleanups.
11287         Don't try to add invalid timestamps.
11288         Clipping will unref the buffer.
11289
11290 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11291
11292         * gst/adder/gstadder.h:
11293         * gst/audiotestsrc/gstaudiotestsrc.h:
11294           remove obsolete _factory_init protos
11295
11296 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11297
11298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11299           Fix spacing in debug message.
11300
11301 2006-11-23  Wim Taymans  <wim@fluendo.com>
11302
11303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11304         (gst_ogg_demux_chain):
11305         Don't just ignore return values from _pad_push().
11306         Small debug improvements.
11307
11308 2006-11-23  Michael Smith  <msmith@fluendo.com>
11309
11310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11311           If our incoming buffer is marked as DISCONT, then increment the page
11312           number (so that the discontinuity is marked in the final ogg
11313           bitstream) and flush the previous page.
11314
11315 2006-11-22  Michael Smith  <msmith@fluendo.com>
11316
11317         * ext/theora/gsttheoraenc.h:
11318         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11319         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11320         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11321         (theora_enc_chain), (theora_enc_change_state):
11322           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11323
11324         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11325         (GST_START_TEST), (theoraenc_suite):
11326           Enable discontinuity test, fix it.
11327
11328 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11331         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11332         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11333         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11334         (gst_text_overlay_change_state):
11335         * ext/pango/gsttextoverlay.h:
11336           Some textoverlay fixes: for one, in the video chain function,
11337           actually wait for a text buffer to come in if there is none at the
11338           moment and there should be one; also, deal more gracefully with
11339           incoming buffers that do not have a timestamp or duration; discard
11340           text buffer when not needed any longer. Fixes #341681.
11341
11342         * tests/check/Makefile.am:
11343         * tests/check/elements/.cvsignore:
11344         * tests/check/elements/textoverlay.c:
11345         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11346         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11347         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11348         (test_video_waits_for_text_send_text_newsegment_thread),
11349         (test_video_waits_for_text_shutdown_element),
11350         (test_render_continuity_push_video_buffers_thread),
11351         (textoverlay_suite):
11352           Add some unit tests for textoverlay.
11353
11354 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11357           Avoid integer underflow when the found probability for mp3 is
11358           smaller than the 'penalty' we subtract if there's not a clean
11359           mp3 header sync at offset 0.
11360
11361 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11362
11363         * docs/libs/gst-plugins-base-libs-sections.txt:
11364           Add some new symbols to the docs
11365
11366 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * tests/check/Makefile.am:
11369         * tests/check/elements/ffmpegcolorspace.c:
11370         (ffmpegcolorspace_suite):
11371           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11372           (for now not for valgrinding though, since it takes too long).
11373
11374 2006-11-20  Wim Taymans  <wim@fluendo.com>
11375
11376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11377         (gst_ffmpeg_pixfmt_to_caps):
11378         Fix RGBA32 caps. Fixes #357038.
11379
11380 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * gst-libs/gst/interfaces/mixertrack.h:
11383           Add FIXME so we can add some padding here in 0.11
11384
11385 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11386
11387         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11388           Fix GstBaseRTPAudioPayload structure so the whole GObject
11389           inheritance business actually works (parent class instance structure
11390           must always come first in the derived class instance structure).
11391
11392 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11393
11394         * gst/videotestsrc/Makefile.am:
11395         * tests/check/Makefile.am:
11396           Make sure our checks and the videotestsrc plugin link against the
11397           local uninstalled gst libs and not any installed gst libs that
11398           might happen to exist as well.
11399
11400         * tests/check/elements/adder.c: (message_received),
11401         (test_event_message_received), (test_play_twice_message_received):
11402         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11403           Fix compiler warnings when compiling against core with disabled
11404           debugging system.
11405
11406 2006-11-16  Michael Smith  <msmith@fluendo.com>
11407
11408         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11409         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11410           Fix audiorate, so that it accurately sets offsets and timestamps.
11411           Doesn't change the fundamental algorithmic decisions; so should be
11412           safe.
11413
11414         * tests/check/Makefile.am:
11415           Enable audiorate test now that it passes.
11416
11417 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11418
11419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11420           clear xv when going to NULL, remove // commented non-existant proto
11421
11422         * tests/examples/seek/seek.c: (main):
11423           add missing tooltip description for scrub and play_scrub
11424
11425 2006-11-14  David Schleef  <ds@schleef.org>
11426
11427         * configure.ac:
11428           Bump liboil requirement to 0.3.8.
11429         * gst-libs/gst/riff/riff-media.c:
11430           Add Dirac fourcc.
11431         * gst/videoscale/vs_image.h:
11432         * gst/videoscale/vs_scanline.h:
11433           Use liboil's stdint.h.
11434         * gst/videotestsrc/videotestsrc.c:
11435           Remove liboil related ifdef's, since they aren't needed now, and
11436           won't work with future versions.
11437
11438 2006-11-14  David Schleef  <ds@schleef.org>
11439
11440         * gst/videoscale/Makefile.am:
11441         * gst/videoscale/gstvideoscale.c:
11442         * gst/videoscale/gstvideoscale.h:
11443         * gst/videoscale/vs_4tap.c:
11444         * gst/videoscale/vs_4tap.h:
11445         * gst/videoscale/vs_image.c:
11446         * gst/videoscale/vs_image.h:
11447         * gst/videoscale/vs_scanline.c:
11448         * gst/videoscale/vs_scanline.h:
11449           Add a 4-tap image scaler.  Theoretically looks much prettier.
11450           The tap calculation could use some improvement.
11451
11452 2006-11-14  Wim Taymans  <wim@fluendo.com>
11453
11454         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11455
11456         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11457         (gst_riff_parse_strf_iavs):
11458         * gst/subparse/gstsubparse.c: (convert_encoding):
11459         * gst/tcp/gstmultifdsink.c:
11460         (gst_multi_fd_sink_handle_client_write):
11461         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11462         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11463         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11464         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11465         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11466         (gst_ximagesink_ximage_new):
11467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11468         Various gsize and gssize printf fixes. Fixes #372507.
11469
11470 2006-11-13  Wim Taymans  <wim@fluendo.com>
11471
11472         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11473         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11474         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11475         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11476         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11477         * ext/vorbis/vorbisdec.h:
11478         First stab at vorbis reverse playback.
11479
11480 2006-11-13  Wim Taymans  <wim@fluendo.com>
11481
11482         * gst-libs/gst/audio/gstbaseaudiosink.c:
11483         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11484         * gst-libs/gst/audio/gstbaseaudiosink.h:
11485         Make the clock sync code more accurate wrt resampling and playback
11486         at different rates.
11487         
11488         * gst-libs/gst/audio/gstringbuffer.c:
11489         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11490         * gst-libs/gst/audio/gstringbuffer.h:
11491         Use better algorithm to interpolate sample rates. 
11492
11493 2006-11-13  Michael Smith  <msmith@fluendo.com>
11494
11495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11496           Improve a debug line slightly.
11497
11498         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11499           Call gst_riff_init() in plugin_init, to avoid getting errors from
11500           the debug system (unrelated changes to another plugin made this turn
11501           up; not sure why).
11502
11503 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11506
11507         * win32/common/libgsttag.def:
11508           Add missing symbol (#366492).
11509
11510 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11513           Don't unref a NULL pad.
11514
11515 2006-11-09  Wim Taymans  <wim@fluendo.com>
11516
11517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11518         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11519         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11520         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11521         (gst_ogg_demux_loop):
11522         Implement first stab at reverse playback.
11523
11524 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11525
11526         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11527         (gst_riff_create_video_template_caps):
11528           add h263/h264 variants to the caps, Fixes #363118
11529
11530 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11533         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11534           Use g_strerror instead of strerror so we get UTF-8.
11535
11536 2006-11-03  David Schleef  <ds@schleef.org>
11537
11538         * ext/ogg/gstoggdemux.c:
11539         * ext/ogg/gstoggmux.c:
11540           Add/remove KW-DIRAC header here, since it is ogg-specific.
11541
11542 2006-11-03  Michael Smith  <msmith@fluendo.com>
11543
11544         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11545           Recognise more mpeg4 elementary video streams.
11546
11547 2006-11-02  Edward Hervey  <edward@fluendo.com>
11548
11549         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11550         Lower the probability of mp3 typefinding functions if we don't find a
11551         valid mp3 header at the start of the file.
11552         Closes #369482
11553
11554 2006-11-02  Wim Taymans  <wim@fluendo.com>
11555
11556         * ext/theora/gsttheoradec.h:
11557         * ext/theora/theoradec.c: (gst_theora_dec_init),
11558         (theora_dec_sink_event), (theora_dec_chain_forward),
11559         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11560         (theora_dec_chain):
11561         Document and partially implement an algorithm for doing reverse playback
11562         of theora video.
11563
11564 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11567
11568         * win32/common/config.h:
11569         * win32/common/interfaces-enumtypes.c:
11570         * win32/common/libgsttag.def:
11571         * win32/vs8/gst-plugins-base.sln:
11572         * win32/vs8/libgstaudioresample.vcproj:
11573         * win32/vs8/libgstinterfaces.vcproj:
11574         * win32/vs8/libgstogg.vcproj:
11575         * win32/vs8/libgstriff.vcproj:
11576         * win32/vs8/libgsttag.vcproj:
11577         * win32/vs8/libgsttheora.vcproj:
11578         * win32/vs8/libgstvideoscale.vcproj:
11579         * win32/vs8/libgstvorbis.vcproj:
11580           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11581           to libgsttag.def; add missing dependencies for some vs8 projects;
11582           re-arrange placement of .def files in vs8 projects (#366334).
11583
11584 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         * ext/ogg/gstogg.c:
11587           Remove unused variable.
11588
11589         * ext/ogg/gstoggdemux.c:
11590           Fix Wim's surname in plugin description.
11591
11592 2006-10-31  Wim Taymans  <wim@fluendo.com>
11593
11594         * gst-plugins-base.spec.in:
11595         spec new .h file. Fixes #368310.
11596
11597 2006-10-31  Michael Smith  <msmith@fluendo.com>
11598
11599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11600         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11601         (gst_multi_fd_sink_get_stats),
11602         (gst_multi_fd_sink_remove_client_link),
11603         (gst_multi_fd_sink_queue_buffer),
11604         (gst_multi_fd_sink_handle_clients):
11605         * gst/tcp/gstmultifdsink.h:
11606           Make using the remove or clear signals threadsafe.
11607           Make calling get-stats with an invalid fd not segfault.
11608           Fixes 368273.
11609
11610 2006-10-31  Wim Taymans  <wim@fluendo.com>
11611
11612         * gst-libs/gst/rtp/Makefile.am:
11613         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11614         (gst_base_rtp_audio_payload_init):
11615         Fix and activate base audio payloader.
11616
11617 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11620         (plugin_init):
11621           Add typefinder for QuickTime Image Files (see #366156).
11622
11623 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11626           Another typo fix (#366212).
11627
11628 2006-10-27  Wim Taymans  <wim@fluendo.com>
11629
11630         * gst/volume/gstvolume.c: (volume_transform_ip):
11631         Use stream time to synchronize volume property instead of rather random
11632         timestamps. This is needed when gnonlin does its time shifting.
11633
11634 2006-10-27  Wim Taymans  <wim@fluendo.com>
11635
11636         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11637
11638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11639         Remove the pad from the element in release_pad. Fixes #364812.
11640
11641 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11645           Explicitly create our custom buffer classes at a thread-safe
11646           location as well, since g_type_class_ref() doesn't seem to be
11647           entirely thread-safe either (#365501; also see #349410).
11648
11649 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11652         (gst_riff_parse_info):
11653           If strings in INFO chunk are not UTF-8, do something similar to
11654           what we do for ID3v1 tags: check a number of environment variables
11655           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11656           character sets to try, otherwise try the current locale and/or fall
11657           back on ISO-8859-1. Fixes #360552.
11658
11659 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * gst/videotestsrc/gstvideotestsrc.c:
11662         (gst_video_test_src_pattern_get_type),
11663         (gst_video_test_src_set_pattern):
11664         * gst/videotestsrc/gstvideotestsrc.h:
11665         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11666         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11667         (gst_video_test_src_checkers8):
11668         * gst/videotestsrc/videotestsrc.h:
11669           Add a bunch of exciting new checkers patterns.
11670
11671 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * gst/subparse/Makefile.am:
11674         * gst/subparse/gstsubparse.c:
11675         (gst_sub_parse_data_format_autodetect),
11676         (gst_sub_parse_format_autodetect), (handle_buffer),
11677         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11678         * gst/subparse/gstsubparse.h:
11679         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11680         (parse_tmplayer):
11681         * gst/subparse/tmplayerparse.h:
11682           Add support for TMPlayer-type subtitles (#362845).
11683
11684         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11685         (GST_START_TEST), (subparse_suite):
11686           Add some basic unit tests for the above.
11687
11688 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11689
11690         * tests/check/elements/audiorate.c: (test_injector_base_init),
11691         (test_injector_class_init), (test_injector_chain),
11692         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11693         (GST_START_TEST), (audiorate_suite):
11694           More tests for audiorate: inject buffers to check behaviour when
11695           buffers overlap.
11696
11697 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * tests/check/Makefile.am:
11700         * tests/check/elements/.cvsignore:
11701         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11702         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11703           Add some basic unit tests for audiorate. Disabled at the moment
11704           since it doesn't pass yet (see bug #363119).
11705
11706 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11707
11708         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11709         (parse_subrip), (handle_buffer):
11710           Add missing closing tags for markup and fix broken markup,
11711           otherwise pango won't render anything (fixes #357531). Also,
11712           make sure the text we send out is always NUL-terminated
11713           (better safe than sorry etc.).
11714
11715         * tests/check/elements/subparse.c: (test_srt_do_test),
11716         (test_srt):
11717           Some more tests for .srt incl. tests for the above stuff.
11718
11719 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11720
11721         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11723         Patch by: Stefan Kost  <ensonic@users.sf.net>
11724         Try to redraw borders only when needed. Apparently this consumes
11725         resources on small devices... :-O (#363607)
11726
11727 2006-10-20  Michael Smith  <msmith@fluendo.com>
11728
11729         * gst/tcp/gstmultifdsink.c:
11730         (gst_multi_fd_sink_client_queue_buffer):
11731           If caps change, then update the client's idea of the caps so that we
11732           don't end up re-sending streamheaders for every single buffer after
11733           the caps change.
11734
11735 2006-10-20  Michael Smith  <msmith@fluendo.com>
11736
11737         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11738         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11739           Set caps on pushed buffers; fix up refcounting of caps objects.
11740
11741 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11744         (plugin_init):
11745           Typefind mmsh header data packet to application/x-mmsh (#362625).
11746
11747 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11748
11749         * tests/check/Makefile.am:
11750         * tests/check/elements/.cvsignore:
11751         * tests/check/elements/subparse.c: (buffer_from_static_string),
11752         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11753         (GST_START_TEST), (subparse_suite):
11754           Add very simple unit test for subparse.
11755
11756 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11757
11758         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11759         (parse_subrip):
11760           Strip trailing newlines from subtitle text output.
11761
11762 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11765         (gst_sub_parse_change_state):
11766           Fix memleak; clear subparse->textbuf n state change function.
11767
11768 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/subparse/gstsubparse.c:
11771         (gst_sub_parse_data_format_autodetect):
11772           Don't require subrip (.srt) files to start with a chunk number of 1.
11773
11774 2006-10-18  Wim Taymans  <wim@fluendo.com>
11775
11776         * gst-libs/gst/audio/gstbaseaudiosink.c:
11777         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11778         * gst-libs/gst/audio/gstbaseaudiosink.h:
11779         Extract rate from the NEWSEGMENT event.
11780         Use commit_full to also take rate adjustment into account when writing
11781         samples to the ringbuffer.
11782         
11783         * gst-libs/gst/audio/gstringbuffer.c:
11784         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11785         (gst_ring_buffer_read):
11786         * gst-libs/gst/audio/gstringbuffer.h:
11787         Added _commit_full() to also take rate into account.
11788         Use simple interpolation algorithm to resample audio.
11789         API: gst_ring_buffer_commit_full()
11790
11791         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11792         * tests/examples/seek/seek.c: (segment_done):
11793         Don't try to seek with 0.0 rate, just pause instead.
11794         Remove bogus debug line.
11795
11796 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11797
11798         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11799         (setup_source):
11800           Catch async errors when starting up the subtitle bin, so we can
11801           stop waiting and continue with the main film instead of hanging
11802           forever. Fixes #339366.
11803
11804         * tests/check/elements/playbin.c: (playbin_suite):
11805           Enable unit test for the above.
11806
11807 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * tests/check/Makefile.am:
11810         * tests/check/elements/.cvsignore:
11811         * tests/check/elements/playbin.c: (GST_START_TEST),
11812         (gst_red_video_src_uri_get_type),
11813         (gst_red_video_src_uri_get_protocols),
11814         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11815         (gst_red_video_src_uri_handler_init),
11816         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11817         (gst_red_video_src_create), (gst_red_video_src_class_init),
11818         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11819           Some small and basic unit tests for playbin; not very useful yet,
11820           but at least a start.
11821
11822 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11823
11824         * gst/playback/gstplaybin.c: (setup_sinks):
11825           The old pad activation spiel.
11826
11827 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11828
11829         * gst/playback/gstplaybasebin.c: (setup_source):
11830           Don't hang forever if the subbin already fails to start up in 
11831           the state change to PAUSED (#339366).
11832
11833 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11836         (gst_tuner_set_channel), (gst_tuner_get_channel),
11837         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11838         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11839         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11840         (gst_tuner_find_channel_by_name):
11841           Fix some function guards, add some more function guards.
11842
11843 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11844
11845         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11846         (remove_element_chain):
11847         Don't return a pad from get_our_ghost_pad unless it is actually the
11848         one we want.
11849         Change a cast in remove_element_chain slightly.
11850
11851 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11852
11853         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11854         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11855         Segment seeking needs to use the rate and set stop to -1.
11856
11857 2006-10-13  Wim Taymans  <wim@fluendo.com>
11858
11859         * gst-libs/gst/audio/gstbaseaudiosink.c:
11860         (gst_base_audio_sink_setcaps):
11861         Don't crash when ringbuffer is not yet created.
11862         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11863         Fixes #361634.
11864
11865         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11866         * gst/playback/gststreamselector.c:
11867         (gst_stream_selector_request_new_pad):
11868         Activate pads befre adding them to running elements.
11869
11870 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11871
11872         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11873         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11874         updater when we start grabing the slider. Don't wait for the
11875         pipeline to be PAUSED.
11876
11877 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11878
11879         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11880         (gst_mixer_set_volume), (gst_mixer_get_volume),
11881         (gst_mixer_set_mute), (gst_mixer_set_option),
11882         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11883         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11884         (gst_mixer_option_changed):
11885           Guard mixer interface functions against bogus arguments.
11886
11887 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11888
11889         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11890         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11891         (msg_state_changed), (main): Use state-changed messages to trigger
11892         start/stop of scale update timer. Indeed the scale slider was
11893         jumping here and there because the update timer was activated 
11894         before seek completed. This fixes instant applying of rate changes
11895         by pressing the spinbutton like a crazy man !
11896
11897 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11900
11901         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11902         (gst_basertppayload_finalize):
11903           Fix two small memory leaks (#361456).
11904
11905 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11906
11907         * tests/examples/seek/seek.c: (do_seek),
11908         (rate_spinbutton_changed_cb): When changing spinbutton we try
11909         to change the rate on the fly.
11910
11911 2006-10-10  Wim Taymans  <wim@fluendo.com>
11912
11913         * gst-libs/gst/riff/riff-ids.h:
11914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11915         (gst_riff_create_audio_template_caps):
11916         Add WMS caps.
11917
11918 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11919
11920         Patch by: Josep Torra Valles <josep@fluendo.com>
11921
11922         * ext/gnomevfs/gstgnomevfssink.c:
11923         * ext/gnomevfs/gstgnomevfssrc.c:
11924         Fix URI interface implementation return type.
11925         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11926         Fix what looks like a copy/paste issue when assigning values.
11927         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11928         (gst_audio_filter_template_get_type):
11929         Cast to prevent Forte warnings.
11930         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11931         Fix URI interface implementation return type.
11932         gst_pad_query_position requires a signed integer pointer as
11933         3rd parameter, GstClockTime is unsigned.
11934         * gst/audioconvert/audioconvert.c:
11935         Fix integer overflow when treated as signed.
11936         * gst/audioresample/resample.c: (resample_add_input_data):
11937         Cast to prevent warnings on Forte.
11938         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11939         Fix integer overflow when treated as signed.
11940         * gst/ffmpegcolorspace/imgconvert_template.h:
11941         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11942         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11943         (cleanup_decodebin):
11944         Who initialises a guint to -1!
11945         Cast function pointers to prevent warnings on Forte.
11946         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11947         (queue_threshold_reached):
11948         Cast function pointers correctly to prevent warnings on Forte.
11949         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11950         Cast function pointers correctly to prevent warnings on Forte.
11951         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11952         Obvious change to unsigned, 0xEF > max signed char.
11953         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11954         GstClockTime is unsigned, initialise correctly.
11955         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11956         Cast so pointer arithemetic doesn't cause warnings on Forte.
11957         * gst/videorate/gstvideorate.c:
11958         Use correct return value.
11959         * tests/examples/seek/scrubby.c:
11960         GstClockTime is unsigned, initialise correctly.
11961
11962 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11963
11964         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11965
11966         * gst/typefind/gsttypefindfunctions.c:
11967           Recognise XML files and XML-like files shorter than 256 bytes as
11968           well (fixes #359237).
11969
11970 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11971
11972         Patch by: Renato Filho <renato.filho@indt.org.br>
11973         
11974         * gst/typefind/gsttypefindfunctions.c:
11975         Added typefind functions to video/x-nuv media.
11976         
11977 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * gst-libs/gst/interfaces/xoverlay.c:
11980         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11981           Some more guards against invalid input.
11982
11983 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11984
11985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11986         Useless goto.
11987         * tests/examples/seek/seek.c: (do_seek),
11988         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11989         seek example to experiment with rates != 1.0 (reverse playback !)
11990
11991 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11992
11993         * gst-libs/gst/interfaces/xoverlay.c:
11994           Unref message in doc-example (spotted by Robert McQueen)
11995
11996 2006-10-06  Wim Taymans  <wim@fluendo.com>
11997
11998         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11999         (mpeg1_parse_header), (mpeg1_sys_type_find):
12000         printf fix.
12001
12002 2006-10-06  Wim Taymans  <wim@fluendo.com>
12003
12004         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12005         (close_pad_link):
12006         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12007         Activate dynamic pads before adding them to the element.
12008
12009 2006-10-06  Michael Smith  <msmith@fluendo.com>
12010
12011         * gst-libs/gst/floatcast/floatcast.h:
12012           Fix obviously-bogus macros; use the correct types.
12013
12014 2006-10-06  Wim Taymans  <wim@fluendo.com>
12015
12016         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12017         (gst_base_rtp_depayload_change_state):
12018         Also call parent state change function to activate pads.
12019
12020         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12021         (mpeg1_parse_header), (mpeg1_sys_type_find):
12022         Add some more debug info in mpeg typefinding.
12023
12024 2006-10-06  Michael Smith  <msmith@fluendo.com>
12025
12026         * ext/theora/theoradec.c: (theora_dec_chain):
12027           Zero byte theora packets are valid and well-defined; don't warn on
12028           them.
12029
12030 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12031
12032         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12033         (gst_multi_fd_sink_get_stats), (find_limits),
12034         (gst_multi_fd_sink_queue_buffer):
12035           API: add dropped_buffers to the get-stats GValueArray
12036
12037 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * ext/alsa/gstalsadeviceprobe.c:
12040         (gst_alsa_device_property_probe_get_values):
12041         * ext/alsa/gstalsasink.c: (set_hwparams):
12042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12043         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12045         (gst_ogg_mux_process_best_pad):
12046         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12047         (gst_ogg_parse_chain):
12048         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12049         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12050         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12051         (gst_vorbis_enc_buffer_check_discontinuous):
12052         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12053         * gst-libs/gst/audio/gstbaseaudiosink.c:
12054         (gst_base_audio_sink_render):
12055         * gst-libs/gst/cdda/gstcddabasesrc.c:
12056         (gst_cdda_base_src_handle_track_seek):
12057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12058         (gst_base_rtp_depayload_push_full):
12059         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12060         * gst/audioresample/resample.c: (resample_input_pushthrough):
12061         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12062         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12063         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12064         (wavpack_type_find):
12065         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12066         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12067         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12068         * tests/check/elements/volume.c: (GST_START_TEST):
12069           Printf format fixes.
12070
12071 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12072
12073         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12074           Fix a simple mistake (see the docs)
12075           Fixes #359580
12076
12077 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * docs/plugins/Makefile.am:
12080         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12081         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12082         * docs/plugins/gst-plugins-base-plugins.args:
12083         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12084         * docs/plugins/inspect/plugin-adder.xml:
12085         * docs/plugins/inspect/plugin-alsa.xml:
12086         * docs/plugins/inspect/plugin-audioconvert.xml:
12087         * docs/plugins/inspect/plugin-audiorate.xml:
12088         * docs/plugins/inspect/plugin-audioresample.xml:
12089         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12090         * docs/plugins/inspect/plugin-cdparanoia.xml:
12091         * docs/plugins/inspect/plugin-decodebin.xml:
12092         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12093         * docs/plugins/inspect/plugin-gdp.xml:
12094         * docs/plugins/inspect/plugin-gnomevfs.xml:
12095         * docs/plugins/inspect/plugin-libvisual.xml:
12096         * docs/plugins/inspect/plugin-ogg.xml:
12097         * docs/plugins/inspect/plugin-pango.xml:
12098         * docs/plugins/inspect/plugin-playbin.xml:
12099         * docs/plugins/inspect/plugin-subparse.xml:
12100         * docs/plugins/inspect/plugin-tcp.xml:
12101         * docs/plugins/inspect/plugin-theora.xml:
12102         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12103         * docs/plugins/inspect/plugin-video4linux.xml:
12104         * docs/plugins/inspect/plugin-videorate.xml:
12105         * docs/plugins/inspect/plugin-videoscale.xml:
12106         * docs/plugins/inspect/plugin-videotestsrc.xml:
12107         * docs/plugins/inspect/plugin-volume.xml:
12108         * docs/plugins/inspect/plugin-vorbis.xml:
12109         * docs/plugins/inspect/plugin-ximagesink.xml:
12110         * docs/plugins/inspect/plugin-xvimagesink.xml:
12111           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12112
12113 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12116
12117         * ext/vorbis/Makefile.am:
12118         * ext/vorbis/vorbis.c: (plugin_init):
12119         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12120         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12121         * ext/vorbis/vorbisparse.h:
12122         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12123         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12124         (gst_vorbis_tag_parse_packet):
12125         * ext/vorbis/vorbistag.h:
12126           Add new vorbistag element which derives from vorbisparse
12127           and is essentially the same as well, only that it implements
12128           the GstTagSetter interface and can modify the stream's
12129           vorbiscomment on the fly (#335635).
12130
12131         * tests/check/Makefile.am:
12132         * tests/check/elements/.cvsignore:
12133         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12134         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12135         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12136         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12137           Add unit test for new vorbistag element.
12138
12139 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12142         (vorbis_parse_push_headers), (vorbis_parse_chain):
12143           Set BOS flag in packet structure to fix 'jump depends
12144           on unitialized value' errors in valgrind; various minor
12145           clean-ups.
12146
12147 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12148
12149         * gst/playback/gstdecodebin.c: (close_pad_link):
12150         Fix typo in a debug statement.
12151
12152         * gst/playback/gstplaybasebin.c: (probe_triggered),
12153         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12154         (gen_source_element), (source_new_pad), (analyse_source),
12155         (setup_source):
12156         When handling no_more_pads in new_decoded_pad, make sure to treat
12157         subtitle pads correctly. Fixes playback with subtitle files.
12158
12159         Move a recurring message to LOG level.
12160
12161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12162         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12163         which ends up as -1 when cast to an int. Make the logic handle the
12164         max value as an unsigned mask and only change the colorkey when it's
12165         a value we recognise.
12166
12167 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12168
12169         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12170         Removed empty * between paragraphs
12171
12172 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12173
12174         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12175         * gst-libs/gst/rtp/README:
12176         Moved some documentation into .c file
12177
12178 2006-09-29  Wim Taymans  <wim@fluendo.com>
12179
12180         * gst/playback/gstdecodebin.c: (no_more_pads):
12181         Fix compilation.
12182
12183 2006-09-29  Wim Taymans  <wim@fluendo.com>
12184
12185         * gst/playback/gstdecodebin.c: (new_caps):
12186         Remove g_print
12187
12188         * gst/playback/gstplaybin.c:
12189         Add some docs.
12190
12191 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12192
12193         * tests/check/Makefile.am:
12194           Re-enable cddabasesrc test to see if it works again
12195           now.
12196
12197 2006-09-29  Wim Taymans  <wim@fluendo.com>
12198
12199         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12200         (gen_source_element):
12201         Handle invalid URIs a bit more gracefully.
12202
12203 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         * tests/check/pipelines/oggmux.c:
12206           Remove obsolete comment.
12207
12208 2006-09-29  Michael Smith  <msmith@fluendo.com>
12209
12210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12211         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12212         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12213         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12214         (gst_ogg_mux_collected):
12215           Commit patch from James "Doc" Livingston, adds proper EOS handling
12216           in oggmux. GStreamer can, for the first time ever, create a valid
12217           Ogg file! Yay!
12218
12219         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12220         (oggmux_suite):
12221           Reenable tests now that they pass.
12222
12223 2006-09-29  Wim Taymans  <wim@fluendo.com>
12224
12225         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12226         Stop reading commands when EOF (we read 0) as well.
12227
12228 2006-09-28  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12231         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12232         (find_dynamic), (unlinked), (close_link):
12233         Implement delayed caps linking needed for element with a lot of
12234         different caps on the src pads that get fixed at runtime.
12235         Improve management of dynamic elements.
12236
12237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12238         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12239         (gen_preroll_element), (remove_groups), (unknown_type),
12240         (add_element_stream), (no_more_pads_full), (no_more_pads),
12241         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12242         (new_decoded_pad), (setup_subtitle), (array_has_value),
12243         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12244         (analyse_source), (remove_decoders), (make_decoder),
12245         (remove_source), (setup_source), (finish_source), (prepare_output),
12246         (gst_play_base_bin_change_state):
12247         * gst/playback/gstplaybasebin.h:
12248         Use more _CAST instead of full type checking casts.
12249         Small cleanups, plug some leaks.
12250         Handle dynamic sources.
12251         Add some helper functions to create lists of strings used for
12252         blacklisting and other stuff.
12253         Refactor some code dealing with analysing the source.
12254         Re-enable sources without pads (like cd:// or other selfcontained
12255         elements).
12256
12257 2006-09-28  Wim Taymans  <wim@fluendo.com>
12258
12259         * gst-libs/gst/audio/gstbaseaudiosink.c:
12260         (gst_base_audio_sink_render):
12261         When we have a timestamp, we can still perform clipping.
12262         When we have no clock, we must play the sample ASAP.
12263
12264 2006-09-28  Wim Taymans  <wim@fluendo.com>
12265
12266         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12267         Set caps on outgoing buffers.
12268
12269         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12270         (gst_video_rate_event), (gst_video_rate_chain):
12271         * gst/videorate/gstvideorate.h:
12272         Fix videorate some more. Fixes #357977
12273
12274 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12275
12276         * tests/check/elements/adder.c: (adder_suite):
12277           Don't set timeout to 6 seconds when we're running
12278           in valgrind ... (and how is 6 seconds longer than
12279           the default anyway?)
12280
12281 2006-09-28  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12284         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12285         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12286         Keep sink and src segment to keep track of time and support more
12287         input formats.
12288         Fix bogus next_offset and run_time calculation, don't understand how
12289         this could have worked before. Fixes #357976.
12290         Remove some unneeded vars.
12291
12292 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         * gst/playback/gstplaybin.c: (remove_sinks):
12295           Only remove visualisation from visbin if there is a visbin (or:
12296           don't throw warnings when closing totem without playing a file).
12297
12298 2006-09-27  Wim Taymans  <wim@fluendo.com>
12299
12300         * gst-libs/gst/audio/gstbaseaudiosink.c:
12301         (gst_base_audio_sink_render):
12302         Add some more info in a WARNING.
12303
12304         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12305         (gst_base_audio_src_create):
12306         Handle PAUSE in create function, use new -core addition to
12307         wait for playing. Fixes pausing and resuming capture from an
12308         audiosrc.
12309
12310         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12311         (gst_ring_buffer_read):
12312         Constify some more.
12313         Caller supports interrupted reads now.
12314
12315 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12316
12317         * tests/check/Makefile.am:
12318           Another attempt to make the gen64 buildbot happy.
12319
12320 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12321
12322         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12323
12324         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12325         (gst_visual_chain), (gst_visual_change_state):
12326           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12327           correctly. Fixes #357800
12328
12329 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12332           Add timeout to _get_state() so we see which pipeline it is
12333           that causes trouble on the gen64 build bot.
12334
12335 2006-09-27  Wim Taymans  <wim@fluendo.com>
12336
12337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12338         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12339         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12340         (gst_base_rtp_depayload_set_gst_timestamp):
12341         the source pad always uses fixed caps.
12342
12343 2006-09-27  Wim Taymans  <wim@fluendo.com>
12344
12345         * docs/libs/gst-plugins-base-libs-docs.sgml:
12346         * docs/libs/gst-plugins-base-libs-sections.txt:
12347         * gst-libs/gst/audio/gstaudioclock.c:
12348         * gst-libs/gst/audio/gstaudioclock.h:
12349         * gst-libs/gst/audio/gstaudiosink.c:
12350         * gst-libs/gst/audio/gstaudiosink.h:
12351         * gst-libs/gst/audio/gstaudiosrc.c:
12352         * gst-libs/gst/audio/gstbaseaudiosink.c:
12353         (gst_base_audio_sink_render):
12354         * gst-libs/gst/audio/gstbaseaudiosink.h:
12355         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12356         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12357         * gst-libs/gst/audio/gstringbuffer.h:
12358         Added docs for the audio libs.
12359
12360 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12361
12362         * tests/check/Makefile.am:
12363           Temporarily disable test that fails on the bots for unknown reasons.
12364
12365 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12366
12367         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12368         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12369         Moved AudioCodecType into priv
12370         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12371
12372 2006-09-25  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12375         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12376         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12377         (new_pad):
12378         Cleanups and small leak fixes.
12379         Added Depayloaders to valid list of autopluggable elements.
12380
12381 2006-09-25  Wim Taymans  <wim@fluendo.com>
12382
12383         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12384         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12385         (gen_video_element), (gen_text_element), (gen_audio_element),
12386         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12387         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12388         Detect NO_PREROLL state change returns and disable clock distribution to
12389         the sinks so that sync is disabled.
12390         Avoid some type checking and do simple casts instead.
12391         Small cleanups, fix some FIXMEs.
12392         Be more robust when linking user specified elements, catch an report
12393         errors. Fixes #357404.
12394         Fix some leaks in the error paths.
12395
12396 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12397
12398         * ChangeLog:
12399           ChangeLog surgery for missing bug-number
12400
12401 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12402
12403         Patch by: Peter Kjellerstedt  <pkj at axis com>
12404
12405         * gst/playback/test.c:
12406           Fix compilation with uClibc and -Werror (#357591).
12407
12408 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12411           Parse dates that are followed by a time as well (#357532).
12412
12413         * tests/check/libs/tag.c: (test_vorbis_tags):
12414           Add unit test for this.
12415
12416 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12417
12418         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12419         (gst_audio_convert_transform_caps):
12420         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12421         * gst/videotestsrc/videotestsrc.h:
12422           A few array const-ifications.
12423
12424 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12425
12426         * tests/check/Makefile.am:
12427           See if this makes the build bots happy.
12428
12429         * tests/check/libs/cddabasesrc.c:
12430           UTF8-ise my name.
12431
12432 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12435
12436         * gst/subparse/samiparse.c: (handle_start_font),
12437         (fix_invalid_entities):
12438           More case-insensitivity for certain tags; recognise entities with
12439           decimal codes as special entities as well (#357330).
12440
12441 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12442
12443         * gst-libs/gst/Makefile.am:
12444           Need to build tag directory before cdda.
12445
12446 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * docs/libs/gst-plugins-base-libs-sections.txt:
12449         * gst-libs/gst/cdda/Makefile.am:
12450         * gst-libs/gst/cdda/gstcddabasesrc.c:
12451         (gst_cdda_base_src_base_init):
12452         * gst-libs/gst/cdda/gstcddabasesrc.h:
12453         * gst-libs/gst/tag/tag.h:
12454         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12455         (gst_tag_register_musicbrainz_tags):
12456           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12457           depend on libgsttag. This is required so we can extract/read tags like
12458           DISCID without depending on libgstcddabasesrc (which used to register
12459           them).
12460
12461         * gst-libs/gst/tag/gstvorbistag.c:
12462           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12463           tags (also see #347848).
12464
12465         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12466           Log vorbis comments we are actually writing. Const-ify array.
12467
12468 2006-09-23  Wim Taymans  <wim@fluendo.com>
12469
12470         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12471         Improve buffering a bit by avoiding a deadlock because we cannot assume
12472         the underrun is always called.
12473
12474 2006-09-23  Wim Taymans  <wim@fluendo.com>
12475
12476         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12477
12478         * gst-libs/gst/riff/riff-ids.h:
12479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12480         (gst_riff_create_audio_template_caps):
12481         Added MPEG-4 AAC and id and caps. Fixes #357289
12482         Added WMA9 Lossless id.
12483
12484 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12485
12486         * ext/gnomevfs/gstgnomevfssrc.c:
12487           Fix misleading docs addition.
12488
12489         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12490           Get rid of compiler warning the right way.
12491
12492 2006-09-22  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12495         (gst_base_rtp_depayload_finalize),
12496         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12497         (gst_base_rtp_depayload_push_full),
12498         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12499         (gst_base_rtp_depayload_process),
12500         (gst_base_rtp_depayload_set_gst_timestamp),
12501         (gst_base_rtp_depayload_queue_release):
12502         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12503         Small cleanups.
12504         Fix some leaks.
12505         Refactored the process method and added methods to push from the process
12506         vmethod.
12507         Use _scale functions.
12508         API: gst_base_rtp_depayload_push_ts
12509         API: gst_base_rtp_depayload_push
12510
12511         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12512         timestamps are uint.
12513
12514 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12515
12516         * gst-libs/gst/interfaces/xoverlay.c:
12517           Remove unused statement from doc example.
12518
12519 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12520
12521         * gst-libs/gst/interfaces/videoorientation.c:
12522         (gst_video_orientation_iface_init),
12523         (gst_video_orientation_get_hflip),
12524         (gst_video_orientation_get_vflip),
12525         (gst_video_orientation_get_hcenter),
12526         (gst_video_orientation_get_vcenter),
12527         (gst_video_orientation_set_hflip),
12528         (gst_video_orientation_set_vflip),
12529         (gst_video_orientation_set_hcenter),
12530         (gst_video_orientation_set_vcenter):
12531           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12532           in ChangeLog)
12533
12534 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * tests/check/Makefile.am:
12537         * tests/check/elements/.cvsignore:
12538         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12539         (create_rgb_conversions), (rgb_conversion_free),
12540         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12541         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12542           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12543           but disable for now since it doesn't pass (something wrong with
12544           RGBA somewhere).
12545
12546 2006-09-21  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/playback/gstplaybasebin.c: (group_commit),
12549         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12550         (queue_out_of_data), (gen_preroll_element),
12551         (preroll_remove_overrun), (probe_triggered):
12552         Refactor handling of overrun detection.
12553         Separate handling of group completion and deadlock detection when doing
12554         network buffering. This should fix some deadlocks that were not detected
12555         because the group was completed.
12556         Add more comments, improve debugging.
12557
12558 2006-09-21  Wim Taymans  <wim@fluendo.com>
12559
12560         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12561         * tests/check/libs/audio.c:
12562         Some more compilation fixes.
12563
12564 2006-09-21  Wim Taymans  <wim@fluendo.com>
12565
12566         * gst-libs/gst/audio/gstringbuffer.c:
12567         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12568         (gst_ring_buffer_read):
12569         Early morning compilation fix.
12570
12571 2006-09-20  Wim Taymans  <wim@fluendo.com>
12572
12573         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12574         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12575         * tests/check/elements/videorate.c: (GST_START_TEST):
12576         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12577         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12578         Fix some warnings.
12579
12580 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12581
12582         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12583         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12584         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12585           Handcrafted merge to help CVS understanding what I changed and what
12586           not.
12587
12588 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12589
12590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12591         (gst_xvimagesink_get_times):
12592           change colorkey behaviour back according to #354773 comment 6/7
12593
12594 2006-09-19  Michael Smith  <msmith@fluendo.com>
12595
12596         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12597         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12598         (gst_multi_fd_sink_recover_client),
12599         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12600         (gst_multi_fd_sink_get_property):
12601         * gst/tcp/gstmultifdsink.h:
12602           Implement stubbed out properties unit-type, units-soft-max,
12603           units-max, to allow specifying maximum sizes in units other than
12604           buffers.
12605           Fixes #355935
12606
12607 2006-09-19  Wim Taymans  <wim@fluendo.com>
12608
12609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12610         (gst_riff_create_audio_template_caps):
12611         Reorder the audio formats a bit for clarity.
12612         Detect and create caps for MSGSM and MSN (WAV49).
12613         Fixes #356596.
12614
12615         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12616         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12617         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12618         Small cleanups, move error handling out of normal flow for clarity.
12619
12620 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12621
12622         * docs/libs/gst-plugins-base-libs-docs.sgml:
12623         * docs/libs/gst-plugins-base-libs.types:
12624         * gst-libs/gst/interfaces/Makefile.am:
12625         * gst-libs/gst/interfaces/videoorientation.c:
12626         (gst_video_orientation_get_type),
12627         (gst_video_orientation_iface_init),
12628         (gst_video_orientation_get_hflip),
12629         (gst_video_orientation_get_vflip),
12630         (gst_video_orientation_get_hcenter),
12631         (gst_video_orientation_get_vcenter),
12632         (gst_video_orientation_set_hflip),
12633         (gst_video_orientation_set_vflip),
12634         (gst_video_orientation_set_hcenter),
12635         (gst_video_orientation_set_vcenter):
12636         * gst-libs/gst/interfaces/videoorientation.h:
12637           API: Add new interface to control video orientation (fixes #354908)
12638
12639 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12640
12641         * gst/videotestsrc/gstvideotestsrc.c:
12642           Use G_UNLIKELY in _create and log one more detail.
12643           
12644         (gst_video_test_src_get_times), (gst_video_test_src_create):
12645         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12646           Use gst_util_uint64_scale_int in _get_times().
12647
12648 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12649
12650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12651           Give better warning message (add object and detail).
12652
12653 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12654
12655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12656         (gst_xvimagesink_get_times):
12657           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12658           #354773), use gst_util_uint64_scale_int in _get_times()
12659
12660 2006-09-18  Michael Smith  <msmith@fluendo.com>
12661
12662         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12663           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12664           always true, leading to dropping all timestamps.
12665
12666 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12667
12668         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12669         (gst_visual_chain), (gst_visual_change_state):
12670           update to work also with libvisual 0.4 API, fix double unref (#355914)
12671           
12672         * tools/gst-launch-ext.1.in:
12673         * tools/gst-visualise.1.in:
12674           remove references to old man-pages
12675
12676         * tests/examples/seek/seek.c: (main):
12677           add real meadi-buttons, add tool-tips for the seek-options, arrange
12678           seek options in a table
12679
12680 2006-09-18  Michael Smith  <msmith@fluendo.com>
12681
12682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12683         (gst_ogg_mux_push_buffer):
12684           Don't generate out-of-order timestamps from oggmux, instead clamp
12685           output timestamps to be >= the previously output ts.
12686           Fixes #355595
12687
12688 2006-09-18  Michael Smith  <msmith@fluendo.com>
12689
12690         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12691         (gst_multi_fd_sink_class_init):
12692           Updates, fixes, and typo corrections for multifdsink. No functional
12693           changes.
12694
12695 2006-09-17  Michael Smith  <msmith@fluendo.com>
12696
12697         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12698           Don't crash on truncated files - check that we got an 8 byte buffer
12699           before trying to memcmp it.
12700
12701 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12702
12703         * gst/playback/gstplaybasebin.c: (get_active_source):
12704           Make stream-switching appear instant to the application
12705           (ie. make sure that a g_object_get on 'current-foo' returns
12706           the stream previously set with g_object_set(). Totem needs
12707           this to update stream-related meta-info (like audio-codec)
12708           correctly when switching streams.
12709
12710 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12713         (gst_alsa_mixer_ensure_track_list):
12714           Try harder to guess which mixer track is the master mixer
12715           track (instead of just taking the first one that has a pvolume).
12716           Fixes #342228.
12717
12718 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12719
12720         reviewed by: <delete if not using a buddy>
12721
12722         * gst-libs/gst/audio/audio.h:
12723         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12724
12725 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12726
12727         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12728         (gst_audio_convert_transform_caps):
12729           Get structure-name just once.
12730
12731 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12732
12733         * tests/check/elements/audioresample.c: (GST_START_TEST):
12734         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12735         * tests/check/elements/volume.c: (GST_START_TEST):
12736         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12737         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12738         (test_pipeline), (GST_START_TEST):
12739         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12740         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12741           Fix big batch of compiler warnings.
12742
12743 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12744
12745         * ext/gnomevfs/gstgnomevfssrc.c:
12746           Add docs about icydemux usage in connection with gnomevfssrc
12747
12748         * ext/libvisual/visual.c:
12749         * ext/ogg/gstoggaviparse.c:
12750         * ext/ogg/gstoggdemux.c:
12751         * ext/ogg/gstoggmux.c:
12752         * ext/ogg/gstoggparse.c:
12753         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12754         * gst-libs/gst/audio/gstaudiosink.c:
12755         * gst-libs/gst/audio/gstaudiosrc.c:
12756         * gst/audiorate/gstaudiorate.c:
12757           More G_OBJECT macro fixing.
12758
12759         * gst/audiotestsrc/gstaudiotestsrc.h:
12760           Fix wrong info in header due to copy & paste
12761
12762 2006-09-15  Wim Taymans  <wim@fluendo.com>
12763
12764         * gst-libs/gst/audio/gstbaseaudiosink.c:
12765         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12766         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12767         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12768         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12769         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12770         Do the delay calculation in the source/sink base classes as this is
12771         specific for the capture/playback mode.
12772         Try to fixate a bit better, like round depth up to a multiple of 8
12773         bigger than width.
12774         Handle underruns correctly by marking DISCONT on buffers and adjusting
12775         timestamps to handle the gap.
12776         Set offset/offset_end correctly on buffers.
12777
12778         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12779         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12780         (gst_ring_buffer_read):
12781         Remove resync and underrun recovery from the ringbuffer.
12782         Fix ringbuffer read code on under/overrun.
12783
12784 2006-09-15  Wim Taymans  <wim@fluendo.com>
12785
12786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12787         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12788         (queue_threshold_reached), (gst_play_base_bin_set_property),
12789         (gst_play_base_bin_get_property):
12790         * gst/playback/gstplaybasebin.h:
12791         Don't use a 0 low watermark when buffering, it is catching starvation
12792         way too late. Instead, use a 3 second queue with 30 and 95
12793         percent low/high watermarks. 
12794         Added queue-min-threshold property to configure low watermark.
12795         Use new _buffering message API.
12796         Make queue_threshold variable big enough to store a uint64 time value.
12797         API: playbin::queue-min-threshold property.
12798
12799 2006-09-15  Wim Taymans  <wim@fluendo.com>
12800
12801         * configure.ac:
12802         We require 0.10.10.1 now because of _wait_preroll().
12803
12804         * gst-libs/gst/audio/gstbaseaudiosink.c:
12805         (gst_base_audio_sink_render):
12806         Use gst_base_sink_wait_preroll().
12807
12808 2006-09-15  Wim Taymans  <wim@fluendo.com>
12809
12810         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12811         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12812         Use DEBUG_OBJECT more.
12813
12814 === release 0.10.10 ===
12815
12816 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12817
12818         patch by: Michael Smith <msmith at fluendo dot com>
12819
12820         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12821         (gst_multi_fd_sink_client_queue_buffer),
12822         (gst_multi_fd_sink_new_client):
12823         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12824         (multifdsink_suite):
12825           Fix implementation of sync-method 'next-keyframe'
12826           Closes #354594
12827
12828 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12829
12830         patch by: Wim Taymans <wim at fluendo dot com>
12831
12832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12833         This patch removes the RANDOM flag that was incorrectly introduced with
12834         revision 1.91.  Fixes #354590
12835
12836 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12837
12838         * tests/check/Makefile.am:
12839           Random variation in Makefile line to see if it makes the
12840           gen64-base-full bot any happier.
12841
12842 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12845           Disable test that fails at the moment (killed after timeout).
12846
12847 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         Patch by: James Livingston  <doclivingston at gmail.com>
12850
12851         * tests/check/Makefile.am:
12852         * tests/check/pipelines/.cvsignore:
12853         * tests/check/pipelines/oggmux.c: (get_page_codec),
12854         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12855         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12856         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12857         (test_theora_vorbis), (oggmux_suite):
12858           Add simple unit test for oggmux from #337026 with checking for the
12859           EOS flags disabled for the time being.
12860
12861 2006-09-04  Wim Taymans  <wim@fluendo.com>
12862
12863         patch by: Alessandro Dessina <alessandro nnva org>
12864
12865         * ext/ogg/gstoggmux.c:
12866         Add cmml caps to oggmux. Fixes #353912
12867
12868 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12869
12870         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12871           Returning a return value often helps. In this case, we
12872           don't need the return value anyway, so just get rid of it.
12873           Should make build bots much happier.
12874
12875 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12876
12877         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12878         (paint_get_structure), (gst_video_test_src_get_size),
12879         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12880         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12881         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12882         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12883         * gst/videotestsrc/videotestsrc.h:
12884           Add support for AYUV and the various RGBA formats. Initialise
12885           fields of paintinfo structs allocated on the stack.
12886
12887         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12888         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12889         (check_rgb_buf), (videotestsrc_suite):
12890           Add unit tests for videotestsrc's RGB output.
12891
12892 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         * gst/videotestsrc/gstvideotestsrc.c:
12895         (gst_video_test_src_pattern_get_type),
12896         (gst_video_test_src_set_pattern):
12897         * gst/videotestsrc/gstvideotestsrc.h:
12898         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12899         (gst_video_test_src_black), (gst_video_test_src_white),
12900         (gst_video_test_src_red), (gst_video_test_src_green),
12901         (gst_video_test_src_blue):
12902         * gst/videotestsrc/videotestsrc.h:
12903           Add more uni-colour patterns ("white", "red", "green", and "blue").
12904
12905 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12908           Fix stride for YVYU, should be word-aligned (#353658).
12909
12910 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12911
12912         * gst/adder/gstadder.c: (gst_adder_src_event):
12913           Fix build.
12914
12915 2006-08-31  Edward Hervey  <edward@fluendo.com>
12916
12917         * gst/adder/gstadder.c: (forward_event_func),
12918         (gst_adder_src_event), (gst_adder_collected),
12919         (gst_adder_change_state):
12920         * gst/adder/gstadder.h:
12921         Remember the start position asked in the incoming seeks, so we can
12922         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12923         of assuming it will always be 0).
12924
12925 2006-08-31  Edward Hervey  <edward@fluendo.com>
12926
12927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12928         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12929         (gst_ogg_demux_loop):
12930         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12931
12932 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12933
12934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12935         (gst_ffmpegcsp_get_unit_size):
12936           Return FALSE instead of returning a random false unit
12937           size when the format isn't known/supported (even if
12938           this shouldn't happen under normal circumstances).
12939
12940 2006-08-29  Wim Taymans  <wim@fluendo.com>
12941
12942         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12943
12944         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12945         (gst_gnome_vfs_src_start):
12946         Try harder to get the size from a uri by using _info_uri() when
12947         _info_from_handle() does not give us enough info. 
12948         Also follow symlinks when getting the size.
12949         Partially Fixes #332864.
12950
12951 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12952
12953         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12954
12955         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12956         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12957         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12958         (gst_alsa_mixer_set_record):
12959         * ext/alsa/gstalsamixertrack.c:
12960         (gst_alsa_mixer_track_update_alsa_capabilities),
12961         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12962         (gst_alsa_mixer_track_update):
12963         * ext/alsa/gstalsamixertrack.h:
12964           Improve and fix mixer track handling, in particular better handling
12965           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12966           separate track objects for tracks that have both capture and playback
12967           volume (and label them differently as well so they're not mistakenly
12968           assumed to be duplicates); classify mixer tracks that only affect
12969           the audible volume of something (rather than the capture volume)
12970           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12971           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12972           (following the meaning documented in the mixer interface header
12973           file); add support for alsa's exclusive cswitch groups; update/sync
12974           state/flags better if mixer settings are changed by another
12975           application. Fixes #336075.
12976
12977 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         * gst/playback/gstplaybin.c:
12980           Improve docs: add section about BUFFERING messages sent by playbin.
12981
12982 2006-08-29  Michael Smith  <msmith@fluendo.com>
12983
12984         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12985         (gst_vorbis_enc_buffer_check_discontinuous),
12986         (gst_vorbis_enc_chain):
12987           Ignore explicit DISCONT marked on buffers (which is often spurious,
12988           particularly when using multiple segments), in favour of solely
12989           using the timestamps/durations.
12990
12991 2006-08-29  Edward Hervey  <edward@fluendo.com>
12992
12993         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12994         Don't rely on incoming buffers offset anymore, since it is completely
12995         broken when using multiple segments.
12996         Instead convert the incoming buffers timestamp to running time, and
12997         then convert that value to the offsets.
12998         Also inform GstSegment of the last outputted stop position, which is
12999         needed if we received several segments with an unknown stop value.
13000
13001 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13004           fix buffer unreffing on a header push failure
13005
13006 2006-08-28  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13009         (gst_audio_rate_chain):
13010         Make the metadata of the buffer writable before changing its
13011         flags.
13012
13013 2006-08-28  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13016         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13017         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13018         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13019         Fix audiorate some more.
13020         Reset and resync counters on flush and READY.
13021         Handle the DISCONT flag correctly.
13022         Use GstSegment to track position.
13023         Fail when not negotiated.
13024         Fixes #353234.
13025
13026 2006-08-25  Michael Smith  <msmith@fluendo.com>
13027
13028         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13029           Fix spelling.
13030           Remove accidently included debug line.
13031
13032 2006-08-25  Wim Taymans  <wim@fluendo.com>
13033
13034         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13035         Small cleanups.
13036         If a buffer is received with no caps, make the buffer metadata
13037         writable and set the caps, making sure that we don't screw up the
13038         refcounts.
13039
13040 2006-08-25  Michael Smith  <msmith@fluendo.com>
13041
13042         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13043         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13044           Fix memory leaks and misleading debug messages, add a couple of
13045           comments.
13046
13047         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13048         (gst_multi_fd_sink_render):
13049           Do not use gst_buffer_make_writable() in a basesink render method,
13050           as it may incorrectly unref the buffer. Instead, use convoluted
13051           dance to avoid copying the buffer except when we need to.
13052
13053 2006-08-25  Michael Smith  <msmith@fluendo.com>
13054
13055         * ext/vorbis/vorbisenc.c:
13056         (gst_vorbis_enc_buffer_check_discontinuous):
13057           Allow very small discontinuities in the timestamps. These we can't
13058           do anything useful with anyway (because vorbis's timestamps have
13059           only sample granularity), and are commonly produced by elements with
13060           minor bugs. Allow up to 1/2 a sample out.
13061           Fixes #351742.
13062
13063 2006-08-24  Wim Taymans  <wim@fluendo.com>
13064
13065         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13066         (play_scrub_toggle_cb), (main):
13067         Add a checkbox to enable play scrubbing. Makes it possible to disable
13068         normal scrubbing.
13069
13070 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13071
13072         * tests/check/elements/.cvsignore:
13073           make buildbot happy
13074
13075 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13078         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13079         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13080         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13081         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13082         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13083         (gst_ogm_text_parse_strip_trailing_zeroes),
13084         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13085         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13086           Refactor ogm parse, do better input checking, misc. clean-ups.
13087           Cache incoming events and push them once the source pad has
13088           been created. Don't pass unterminated strings to sscanf().
13089           Strip trailing zeroes from subtitle text output, since they
13090           are not valid UTF-8. Don't push vorbiscomment packets on
13091           the subtitle text pad. Output perfect streams if possible.
13092
13093 2006-08-23  Wim Taymans  <wim@fluendo.com>
13094
13095         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13096         Waits for tasks to settle down so that we clean up correctly for 
13097         valgrind.
13098
13099 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13100
13101         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13102           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13103           actually return return value in taglists_are_equal.
13104
13105 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13106
13107         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13108           Fix crash due to broken bitstream parsing on x86-64: can't make
13109           any assumptions about sizeof(struct) due to alignment/packing
13110           differences on different architectures. Fixes #351790.
13111
13112 2006-08-22  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13115         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13116         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13117         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13118         (gst_riff_parse_info):
13119         Protect public functions against bad input.
13120         Do some cleanups.
13121         Fix documentation.
13122
13123 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         * gst-libs/gst/riff/riff-ids.h:
13126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13127           Add voxware audio IDs (even if we can't play it) (#351795).
13128
13129 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * gst-libs/gst/riff/riff-media.c:
13132         (gst_riff_create_video_template_caps),
13133         (gst_riff_create_audio_template_caps),
13134         (gst_riff_create_iavs_template_caps):
13135           Const-ify some arrays and use G_N_ELEMENTS instead
13136           of wasting oodles of RAM on terminator bits.
13137
13138 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13139
13140         * gst-libs/gst/tag/gstvorbistag.c:
13141         (gst_tag_list_to_vorbiscomment_buffer):
13142         * tests/check/libs/tag.c: (GST_START_TEST):
13143           And the same for _to_vorbiscomment_buffer(): allow
13144           id_data_len == 0 for speex.
13145
13146 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13147
13148         * configure.ac:
13149         * docs/plugins/Makefile.am:
13150         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13151         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13152         * docs/plugins/inspect/plugin-gdp.xml:
13153         * gst/gdp/Makefile.am:
13154         * tests/check/Makefile.am:
13155           Move GDP plugin to -base from -bad.  Closes #347783.
13156
13157 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         * gst-libs/gst/tag/gstvorbistag.c:
13160         (gst_tag_list_from_vorbiscomment_buffer):
13161           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13162           Also add some checks to make sure we don't memcmp() beyond the end of
13163           vorbiscomment buffer if the ID to check for is larger than the buffer.
13164
13165         * tests/check/libs/tag.c: (GST_START_TEST):
13166           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13167
13168 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13169
13170         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13171         (gst_vorbis_enc_set_metadata):
13172           Use vorbis comment utility functions from libgsttag
13173           instead of re-inventing the wheel (partially fixes #347091).
13174
13175 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13176
13177         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13178         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13179         as some that won't.
13180
13181 2006-08-21  Wim Taymans  <wim@fluendo.com>
13182
13183         * docs/libs/Makefile.am:
13184         * docs/libs/gst-plugins-base-libs-sections.txt:
13185         * docs/libs/gst-plugins-base-libs.types:
13186         Don't try to GObject scan the netbuffer as it's not a GObject.
13187         Fixes #351308.
13188
13189         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13190         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13191         Document GstNetBuffer.
13192
13193 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13194
13195         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13196         (audioconvert_suite):
13197           Add testcase for caps-size-explosion
13198
13199 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13200
13201         * gst/audioconvert/gstaudioconvert.c:
13202         (gst_audio_convert_get_unit_size), (set_structure_widths):
13203           Lower debug, use g_assert in _get_unit_size
13204
13205         * gst/audioresample/gstaudioresample.c:
13206         (audioresample_get_unit_size):
13207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13208         (gst_ffmpegcsp_get_unit_size):
13209         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13210           use g_assert in _get_unit_size
13211
13212 2006-08-18  Wim Taymans  <wim@fluendo.com>
13213
13214         * docs/libs/gst-plugins-base-libs-sections.txt:
13215         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13216         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13217         (gst_rtp_buffer_get_payload_buffer):
13218         * gst-libs/gst/rtp/gstrtpbuffer.h:
13219         Document GstRTPBuffer.
13220         Added function to efficiently strip payload headers.
13221         API: gst_rtp_buffer_get_payload_subbuffer()
13222
13223 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13224
13225         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13226         (gst_tag_to_vorbis_comments):
13227           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13228           tags and deserialise them properly as well (#347091).
13229           Add some more gtk-doc blurbs and also some g_return_if_fail().
13230
13231         * tests/check/libs/tag.c: (GST_START_TEST),
13232         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13233           More tests.
13234
13235 2006-08-17  Wim Taymans  <wim@fluendo.com>
13236
13237         * ext/ogg/Makefile.am:
13238         * ext/ogg/gstogg.c: (plugin_init):
13239         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13240         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13241         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13242         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13243         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13244         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13245         Added ogg-in-avi parser element. Fixes #140139.
13246
13247         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13248         Fixed a bug in oggdemux debug code.
13249
13250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13251         (gst_riff_create_audio_template_caps):
13252         Recognise Ogg in the AVI extensible wave format.
13253
13254 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13255
13256         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13257           Make buffer durations add up (duration should be next_ts-ts for
13258           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13259           from CVS.
13260
13261         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13262         (test_buffer_timestamps), (cddabasesrc_suite):
13263           Add unit test for the above.
13264
13265         * tests/check/Makefile.am:
13266           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13267           to see what happens.
13268
13269 2006-08-16  Wim Taymans  <wim@fluendo.com>
13270
13271         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13272         (gst_alsasink_open):
13273         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13274         (gst_alsasrc_open):
13275         Avoid setting and using a NULL device name.
13276         Print more info when we fail to open a device.
13277
13278 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13279
13280         * docs/libs/gst-plugins-base-libs-sections.txt:
13281         * gst-libs/gst/tag/tag.h:
13282         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13283           API: add gst_tag_parse_extended_comment() (#351426).
13284
13285         * tests/check/Makefile.am:
13286         * tests/check/libs/.cvsignore:
13287         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13288           Add unit test for gst_tag_parse_extended_comment().
13289
13290 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13294           Fix leak (#351502).
13295
13296 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13297
13298         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13299         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13300         * docs/plugins/gst-plugins-base-plugins.args:
13301         * gst/playback/gstplaybin.c:
13302           Document playbin.
13303           
13304         * docs/plugins/inspect/plugin-adder.xml:
13305         * docs/plugins/inspect/plugin-alsa.xml:
13306         * docs/plugins/inspect/plugin-audioconvert.xml:
13307         * docs/plugins/inspect/plugin-audiorate.xml:
13308         * docs/plugins/inspect/plugin-audioresample.xml:
13309         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13310         * docs/plugins/inspect/plugin-cdparanoia.xml:
13311         * docs/plugins/inspect/plugin-decodebin.xml:
13312         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13313         * docs/plugins/inspect/plugin-gnomevfs.xml:
13314         * docs/plugins/inspect/plugin-ogg.xml:
13315         * docs/plugins/inspect/plugin-pango.xml:
13316         * docs/plugins/inspect/plugin-playbin.xml:
13317         * docs/plugins/inspect/plugin-subparse.xml:
13318         * docs/plugins/inspect/plugin-tcp.xml:
13319         * docs/plugins/inspect/plugin-theora.xml:
13320         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13321         * docs/plugins/inspect/plugin-video4linux.xml:
13322         * docs/plugins/inspect/plugin-videorate.xml:
13323         * docs/plugins/inspect/plugin-videoscale.xml:
13324         * docs/plugins/inspect/plugin-videotestsrc.xml:
13325         * docs/plugins/inspect/plugin-volume.xml:
13326         * docs/plugins/inspect/plugin-vorbis.xml:
13327         * docs/plugins/inspect/plugin-ximagesink.xml:
13328         * docs/plugins/inspect/plugin-xvimagesink.xml:
13329           Update to CVS version.
13330
13331 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13332
13333         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13334         (gst_play_bin_set_property), (gst_play_bin_get_property),
13335         (value_list_append_structure_list),
13336         (gst_play_bin_handle_redirect_message),
13337         (gst_play_bin_handle_message):
13338           API: GstPlayBin::connection-speed
13339           Add "connection-speed" property; re-order redirect messages with
13340           multiple redirect locations depending on the minimum bitrate if
13341           that information is available and a connection speed is set
13342           (#350399).
13343
13344 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13345
13346         * gst/playback/gstplaybin.c:
13347           Update max volume to the same value that the volume element uses.
13348
13349 2006-08-14  Wim Taymans  <wim@fluendo.com>
13350
13351         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13352         Less uglyness..
13353
13354 2006-08-14  Wim Taymans  <wim@fluendo.com>
13355
13356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13357         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13358         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13359         Add some more debug info.
13360         Don't crash when a seek failed.
13361         Actually return the result of the seek instead of TRUE.
13362         Ignore multiple BOS pages with the same serial so that we don't create
13363         the same stream multiple times.
13364         Post an error when we fail to do the initial seek.
13365
13366 2006-08-13  Wim Taymans  <wim@fluendo.com>
13367
13368         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13369         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13370         Small code cleanup.
13371
13372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13373         (gst_alsa_mixer_new):
13374         Remove hack that always set the device to hw:0*.
13375         Properly find the card name for whatever device was configured.
13376         Do some better debugging.
13377         Fixes #350784.
13378
13379         * ext/alsa/gstalsamixerelement.c:
13380         (gst_alsa_mixer_element_set_property),
13381         (gst_alsa_mixer_element_change_state):
13382         Cleanups.
13383         Handle setting of a NULL device name better.
13384
13385 2006-08-11  Wim Taymans  <wim@fluendo.com>
13386
13387         * gst/adder/gstadder.c:
13388         Don't clip float values. Fixes #350900.
13389
13390 2006-08-11  Andy Wingo  <wingo@pobox.com>
13391
13392         * gst/tcp/gsttcp.c: Really fix the build?
13393
13394         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13395         fixes the build.
13396
13397 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13398
13399         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13400           Float caps shouldn't have a "signed" field.
13401
13402 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13405           Implement SEEKING query in its most basic form, so that we can
13406           at least check if we're seekable or not (#350655).
13407
13408 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13409
13410         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13411           The checks here are not even close to anything that would
13412           justify MAXIMUM probability, lowering to POSSIBLE until someone
13413           fixes the checks (case at hand: quicktime redirection files
13414           might start with 00 00 01 XX and pass the checks here just
13415           fine, see #350399).
13416
13417 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13418
13419         Patch by: Sjoerd Simons  <sjoerd at luon net>
13420
13421         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13422           Better detection for multipart/x-mixed-replace: accept leading
13423           whitespaces before the boundary marker as well (as our very own
13424           multipartmux used to produce) (#349068).
13425
13426 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13427
13428         Patch by: Young-Ho Cha  <ganadist at chollian net>
13429
13430         * gst-libs/gst/riff/riff-ids.h:
13431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13432         (gst_riff_create_audio_template_caps):
13433           Detect DTS audio streams (#350157).
13434
13435 2006-08-05  Andy Wingo  <wingo@pobox.com>
13436
13437         * ext/theora/gsttheoraparse.h:
13438         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13439         (theora_parse_dispose, theora_parse_set_property)
13440         (theora_parse_get_property, theora_parse_munge_granulepos)
13441         (theora_parse_push_buffer, theora_parse_change_state):
13442         API: GstTheoraParse::synchronization-points
13443         Add a property 'synchronization-points' to fix badly synchronized oggs.
13444
13445 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13446
13447         * tests/check/Makefile.am:
13448         * tests/check/libs/.cvsignore:
13449         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13450         (fixed_caps_have_channel_positions), (GST_START_TEST),
13451         (audio_suite), (main):
13452           Add a few tests for the channel position stuff in libgstaudio.
13453
13454 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13457         (gst_alsa_detect_channels):
13458         * ext/alsa/gstalsasink.c:
13459           Add support for cards that (only) do more than 8 channels,
13460           like the Delta 44 (#345188).
13461
13462         * gst-libs/gst/audio/multichannel.c:
13463         (gst_audio_check_channel_positions):
13464         * gst-libs/gst/audio/multichannel.h:
13465           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13466           unspecified channel position and cannot be combined with any
13467           of the other audio channel positions; adjust position layout
13468           checks accordingly (#345188).
13469
13470 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13473           Recognise ancient RealAudio files (see #349779).
13474
13475 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13476
13477         Patch by: Jens Granseuer  <jensgr at gmx net>
13478
13479         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13480           Add typefinder for Interplay's MVE format (#348973).
13481
13482 2006-08-02  Wim Taymans  <wim@fluendo.com>
13483
13484         Patch by: Marcel Moreaux <marcelm at luon dot net>
13485
13486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13487         (gst_base_rtp_depayload_add_to_queue):
13488         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13489         Handle RTP sequence number rollover.
13490         Disable jitterbuffer by default.
13491
13492 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13493
13494         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13495         (audioresample_set_caps):
13496         Don't leak references to the incoming caps. Clean them up when
13497         stopping.
13498
13499         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13500         (gst_video_scale_finalize):
13501         Don't leak our temporary pixel buffer.
13502
13503         * tests/check/Makefile.am:
13504         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13505         (GST_START_TEST), (simple_launch_lines_suite):
13506
13507         Fix leaks and re-enable the test for valgrind checking.
13508
13509 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13510
13511         Patch by: Sjoerd Simons  <sjoerd at luon net>
13512
13513         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13514         (plugin_init):
13515           Add typefind function for multipart/x-mixed-replace (#348916).
13516
13517 2006-07-28  Wim Taymans  <wim@fluendo.com>
13518
13519         * gst/adder/gstadder.c: (gst_adder_setcaps),
13520         (gst_adder_query_duration):
13521         Fix leak in duration query.
13522         Reflow some docs and notes.
13523
13524 2006-07-28  Michael Smith  <msmith@fluendo.com>
13525
13526         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13527         (vorbisenc_suite):
13528           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13529           aspect of it.
13530
13531 2006-07-28  Michael Smith  <msmith@fluendo.com>
13532
13533         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13534         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13535         (gst_vorbis_enc_push_buffer),
13536         (gst_vorbis_enc_buffer_check_discontinuous),
13537         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13538         * ext/vorbis/vorbisenc.h:
13539           Handle discontinuities in the input vorbis stream correctly,
13540           so that the output is properly timestamped (and has good granulepos
13541           values). Needs some oggmux fixes too.
13542
13543 2006-07-27  Wim Taymans  <wim@fluendo.com>
13544
13545         patch by: Kai Vehmanen <kv2004 eca cx>
13546
13547         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13548         (gst_base_rtp_depayload_chain),
13549         (gst_base_rtp_depayload_handle_sink_event),
13550         (gst_base_rtp_depayload_change_state):
13551         Don't send multiple newsegments with different formats.
13552         Fixes #348677.
13553
13554 2006-07-26  Wim Taymans  <wim@fluendo.com>
13555
13556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13557         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13558         Make seeking in ogg more accurate again by doing the more correct
13559         granuletime to stream time conversion.
13560
13561 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13562
13563         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13564         (gst_multi_fd_sink_new_client):
13565           debug a little more understandably
13566           do not use goto as a substitute for break, especially if
13567           break is also being used
13568
13569 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13572         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13573           Remove GLib-2.6 compatibility cruft.
13574
13575 2006-07-24  Wim Taymans  <wim@fluendo.com>
13576
13577         * gst-libs/gst/audio/gstbaseaudiosink.c:
13578         (gst_base_audio_sink_render):
13579         Don't try to align a sample to an unknown value.
13580
13581 2006-07-24  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst-libs/gst/audio/gstbaseaudiosink.c:
13584         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13585         When the audio clock is slaved to another clock, never try to align
13586         samples but trust the rate interpolation algorithm.
13587
13588 2006-07-24  Wim Taymans  <wim@fluendo.com>
13589
13590         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13591         Don't try to calculate silence samples, base class does this much
13592         better now.
13593
13594         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13595         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13596         (gst_ring_buffer_acquire):
13597         Calculate silence samples correctly.
13598
13599         * gst-libs/gst/audio/gstringbuffer.h:
13600         Add _CAST macro.
13601
13602 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13603
13604         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13605           Limit search for the first markup tag to the first few kB of
13606           the file. If we don't find one there, it's highly unlikely that
13607           this is an XML(-ish) file.
13608
13609 2006-07-21  Andy Wingo  <wingo@pobox.com>
13610
13611         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13612         test to the one in vorbisenc. Also commented out.
13613
13614         * tests/check/pipelines/vorbisenc.c: 
13615         (test_discontinuity): New test, commented out until Mike lands
13616         some elite vorbisenc patches.
13617
13618         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13619         Bufferstraw was actually factored out of these tests. Now we share
13620         code yay.
13621
13622         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13623         for bufferstraw addition to gstcheck.
13624
13625 2006-07-21  Wim Taymans  <wim@fluendo.com>
13626
13627         * ext/theora/theoradec.c: (clip_buffer):
13628         Better clipping.
13629
13630 2006-07-21  Wim Taymans  <wim@fluendo.com>
13631
13632         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13633         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13634         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13635         Fix leak.
13636         Avoid type casting when we can.
13637
13638         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13639         Fix mem leak.
13640
13641 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13642
13643         * ext/alsa/gstalsamixerelement.c:
13644         (gst_alsa_mixer_element_change_state):
13645           Make state change fail if the specified device can't be opened
13646           for some reason.
13647
13648 2006-07-20  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13651         (cb_newpad), (main):
13652         Example of a small audio/video player using decodebin.
13653
13654 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13655
13656         * gst-libs/gst/riff/riff-ids.h:
13657           Add 'fact' chunk id
13658
13659 2006-07-19  Wim Taymans  <wim@fluendo.com>
13660
13661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13662         (gst_base_rtp_depayload_chain),
13663         (gst_base_rtp_depayload_change_state):
13664         Don't assert when not negotiated but post a meaningfull 
13665         error message. Fixes #347918.
13666
13667         * gst-libs/gst/rtp/gstbasertppayload.c:
13668         Add comment about better default MTU size.
13669
13670         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13671         Small cleanups, start docs.
13672
13673 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13674
13675         Patch by: Martin Szulecki
13676
13677         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13678           If "device-name" is requested and the device is not
13679           open, try to temporarily open it to obtain this
13680           information (#342494).
13681
13682 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13683
13684         * gst-libs/gst/tag/gstid3tag.c:
13685           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13686
13687         * gst-libs/gst/tag/gsttageditingprivate.h:
13688         * gst-libs/gst/tag/gstvorbistag.c:
13689           Some more random const-ifications.
13690
13691 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13692
13693         * gst-libs/gst/riff/riff-ids.h:
13694         * gst-libs/gst/riff/riff-media.c:
13695         (gst_riff_create_video_template_caps):
13696           Add more FOURCCs (sort list to make stuff easier to find),
13697           add comment what those 16 bytes in struct _gst_riff_strh according to
13698           one avi-dumper are
13699
13700 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * gst-libs/gst/audio/multichannel.c:
13703         (gst_audio_check_channel_positions),
13704         (gst_audio_fixate_channel_positions):
13705           Const-ify two arrays.
13706
13707 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13710           Fix typo, so that alsasink also advertises 8 channels
13711           if that's supported (tags: can, worms, open, alsa, ph34r).
13712
13713 2006-07-17  Wim Taymans  <wim@fluendo.com>
13714
13715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13716         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13717         *sigh*, when is the compiler going to warn when the comments
13718         are out-of-sync with the code.. Refix case of busted theora
13719         headers with 0 granule pos.
13720
13721 2006-07-14  Wim Taymans  <wim@fluendo.com>
13722
13723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13724         (gst_base_rtp_depayload_wait),
13725         (gst_base_rtp_depayload_change_state),
13726         (gst_base_rtp_depayload_set_property),
13727         (gst_base_rtp_depayload_get_property):
13728         Fix 99% cpu load by waiting for absolute times on the
13729         clock. Fixes #347300.
13730
13731 2006-07-14  Andy Wingo  <wingo@pobox.com>
13732
13733         * ext/theora/gsttheoraparse.h: 
13734         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13735         (theora_parse_push_headers, theora_parse_clear_queue)
13736         (theora_parse_drain_queue_prematurely, )
13737         (theora_parse_sink_event, theora_parse_change_state): Queue events
13738         until we initialized our state, like in vorbisparse.
13739
13740         * ext/vorbis/vorbisparse.h: 
13741         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13742         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13743         (vorbis_parse_drain_queue_prematurely, )
13744         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13745         until we have initialized our state. Fixes seeking after an
13746         initial pad block.
13747
13748 2006-07-14  Andy Wingo  <wingo@pobox.com>
13749
13750         Patch by: Iain Holmes <iaingnome@gmail.com>
13751         
13752         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13753
13754 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13755
13756         * configure.ac:
13757         Bump nano back to CVS
13758
13759 === release 0.10.9 ===
13760
13761 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13762
13763         * configure.ac:
13764           releasing 0.10.9, "I walk the line"
13765
13766 2006-07-14  Michael Smith  <msmith@fluendo.com>
13767
13768         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13769           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13770           (commonly happens when running this test under valgrind) when trying
13771           to remove the buffer probe.
13772
13773 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13774
13775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13776         Fix missing g_unlock from the previous commit
13777
13778 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13779
13780         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13781         (gst_ximagesink_change_state):
13782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13783         (gst_xvimagesink_change_state):
13784         Implement a locking order to ensure we always take the object lock
13785         before the x_lock and never vice-versa.
13786
13787 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13788
13789         * gst/playback/gstdecodebin.c: (find_compatibles):
13790         Fix a caps leak when linking (#347304)
13791
13792         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13793         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13794         (gst_ximagesink_change_state):
13795         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13796         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13797         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13798         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13799         Don't leak shared memory resources. Use the object lock to protect
13800         against the xcontext disappearing while returning a buffer from the
13801         pipeline. (#347304)
13802
13803 2006-07-12  Edward Hervey  <edward@fluendo.com>
13804
13805         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13806         (vorbis_handle_comment_packet):
13807         gst_tag_list_merge() returns a new object. Take that into account when
13808         using it. This avoids memleak.
13809         Revert previous commit which is not needed.
13810
13811 2006-07-12  Edward Hervey  <edward@fluendo.com>
13812
13813         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13814         Reset the decoder in finalize so that all fields get cleared.
13815
13816 2006-07-12  Wim Taymans  <wim@fluendo.com>
13817
13818         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13819         (gst_base_audio_src_set_clock),
13820         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13821         Don't try to post an error message when setting the clock fails
13822         as this can happen when adding an element to a bin which will then
13823         deadlock. Fixes #347296.
13824
13825 2006-07-12  Edward Hervey  <edward@fluendo.com>
13826
13827         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13828         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13829         (vorbis_handle_type_packet):
13830         Post tag messages on the bus even if we're not initialized.
13831         If we're not initialized, we still postpone the event pushing of tags.
13832
13833 2006-07-12  Wim Taymans  <wim@fluendo.com>
13834
13835         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13836         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13837         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13838         Revert last two changes that broke the freeze.
13839
13840 2006-07-12  Wim Taymans  <wim@fluendo.com>
13841
13842         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13843         basesink calculates silence sample correctly for us.
13844
13845 2006-07-12  Wim Taymans  <wim@fluendo.com>
13846
13847         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13848         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13849         Calculate correct silence samples so we don't fill our ringbuffer
13850         with noise.
13851
13852 2006-07-12  Edward Hervey  <edward@fluendo.com>
13853
13854         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13855         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13856         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13857         * ext/vorbis/vorbisdec.h:
13858         Delay sending events (newsegment, tags) until the decoder is properly
13859         initialized.
13860         Fixes #347295
13861
13862 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13863
13864         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13865         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13866           Patch from #347221 adding a test for audioconvert
13867           channel remappings.
13868
13869 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13872         (gst_ssa_parse_parse_line):
13873           Don't include the terminating NUL in the buffer size,
13874           it's only there for extra paranoia (would add random
13875           '*' characters at the end of each subtitle since the
13876           terminator itself is not valid UTF-8 technically).
13877           Also fix indenting after boilerplate macro.
13878
13879 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * gst/playback/gstdecodebin.c: (close_pad_link):
13882           Also emit 'unknown-type' signal (which should really be
13883           called unhandled-type) if we found potential decoders/demuxers
13884           in the registry but none of them worked in the end (as in the
13885           case where the plugins don't exist any longer but are still
13886           listed in the registry). Fixes #329798.
13887
13888 2006-07-08  Andy Wingo  <wingo@pobox.com>
13889
13890         * theoraparse.c (theora_parse_push_buffer)
13891         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13892         Add some more debugging. Fix granulepos reconstruction in the face
13893         of discontinuities.
13894
13895 2006-07-06  Wim Taymans  <wim@fluendo.com>
13896
13897         * gst-libs/gst/audio/gstbaseaudiosink.c:
13898         (gst_base_audio_sink_class_init),
13899         (gst_base_audio_sink_provide_clock):
13900         Use gobject_class instead of G_OBJECT_CLASS (klass)
13901
13902         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13903         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13904         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13905         (gst_base_audio_src_get_time),
13906         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13907         (gst_base_audio_src_create_ringbuffer):
13908         Fix latency and buffer-time constants and properties ala basesink.
13909         Implement pull based scheduling. Fixes #346527.
13910         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13911         one segment.
13912         Refuse slaving to another clock instead of silently not working.
13913         Only provide a clock when we are actually able to do so.
13914         Various small cleanups and compiler hints.
13915
13916 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         Patch by: Lutz Mueller <lutz at topfrose de>
13919
13920         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13921         (plugin_init):
13922           Add typefinding for text/html (#346581).
13923
13924 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13925
13926         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13927         (xml_check_first_element), (xml_type_find), (smil_type_find):
13928           Fix SMIL typefinding, make xml_check_first_element() more
13929           useful.
13930
13931 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13932
13933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13934         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13935         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13936         * gst/playback/gstplaybasebin.h:
13937           Protect list of elements with a subtitle-encoding property and
13938           the subtitle encoding member itself with a lock of their own
13939           instead of using the object lock. This prevents a dead-lock in
13940           the element-remove callback in some circumstances when shutting
13941           down playbin.
13942
13943 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13944
13945         * win32/common/libgsttag.def:
13946         Export some new functions.
13947         * win32/vs6/libgstogg.dsp:
13948         Add a link to libgsttag-0.10.lib.
13949
13950 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13953           Some const-ification.
13954
13955 2006-07-04  Wim Taymans  <wim@fluendo.com>
13956
13957         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13958         Improve checking if we are dealing with a stream. Added some
13959         more uris that need buffering.
13960
13961 2006-07-03  Edward Hervey  <edward@fluendo.com>
13962
13963         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13964         Remove unused variable.
13965
13966 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13967
13968         * Makefile.am:
13969           include lcov.mak
13970         * configure.ac:
13971           add GCOV_LIBS to GST_LIBS
13972
13973 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13974
13975         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13976
13977         * ext/alsa/gstalsasrc.c:
13978           Add 32 bps to template caps and increase channels range
13979           from [1,2] to [1,MAX]. See #346326.
13980
13981 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13982
13983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13984           Recognise 'WMVA' video codec fourcc (#345879).
13985           
13986 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13987          
13988         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13989           Fixed nasty memory leak
13990
13991 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13992
13993         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13994         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13995           fix logging
13996
13997 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13998
13999         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14000         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14001         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14002         Protect remove_fakesink using a mutex, so that we don't try and
14003         remove the fakesink simultaneously from multiple threads.
14004
14005         When going from READY to PAUSED, restore the fakesink, so that
14006         it is there when decodebin gets reused.
14007
14008 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14009
14010         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14011         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14012         * gst-libs/gst/rtp/gstbasertppayload.c:
14013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14014         * gst/tcp/gstmultifdsink.c:
14015         * gst/tcp/gsttcpclientsink.c:
14016         * gst/tcp/gsttcpclientsrc.c:
14017         * gst/tcp/gsttcpserversink.c:
14018         * gst/tcp/gsttcpserversrc.c:
14019         * gst/videorate/gstvideorate.c:
14020         * gst/videotestsrc/gstvideotestsrc.c:
14021         * sys/v4l/gstv4ljpegsrc.c:
14022         * sys/v4l/gstv4lmjpegsink.c:
14023         * sys/v4l/gstv4lsrc.c:
14024         * tests/examples/seek/scrubby.c:
14025         * tests/examples/seek/seek.c:
14026           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14027
14028 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14029
14030         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14031           Second field in GEnumValue shouldn't be a description,
14032           but a stringified version of the enum value.
14033
14034 2006-06-22  Wim Taymans  <wim@fluendo.com>
14035
14036         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14037         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14038         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14039         Avoid type checking in buffer casts.
14040         Avoid caps copy in buffer_alloc when we can.
14041         Use pad_peer_accept.
14042
14043 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14044
14045         * gst-libs/gst/tag/tag.h:
14046           Oops, make that 'Since: 0.10.9'.
14047
14048 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14049
14050         * docs/libs/gst-plugins-base-libs-sections.txt:
14051         * gst-libs/gst/tag/tag.h:
14052         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14053         (gst_tag_image_type_get_type):
14054           API: add GstTagImageType enum to describe images contained
14055           in image tags (#345641).
14056
14057 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14058
14059         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14060           Fix warnings with gst-inspect: "buffers-min" property
14061           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14062           typo in property description.
14063
14064 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14065
14066         Patch by: Cody Russell <bratsche at gnome org>
14067
14068         * gst/audioresample/gstaudioresample.c:
14069         (gst_audioresample_class_init):
14070         * gst/playback/gststreamselector.c:
14071         (gst_stream_selector_class_init):
14072         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14073         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14074         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14075         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14076         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14077         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14078         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14079         * gst/videotestsrc/gstvideotestsrc.c:
14080         (gst_video_test_src_class_init):
14081         * gst/volume/gstvolume.c: (gst_volume_class_init):
14082           Avoid unnecessary class cast check in class_init
14083           functions (#337747).
14084
14085 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14086
14087         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14088         (gst_text_overlay_video_chain):
14089           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14090           and doesn't validate its input either (and neither did
14091           textoverlay it seems). Let's do that then and fix #345206.
14092
14093 2006-06-19  Wim Taymans  <wim@fluendo.com>
14094
14095         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14096         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14097         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14098         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14099         (find_syncframe), (find_limits), (assign_value),
14100         (count_burst_unit), (gst_multi_fd_sink_new_client),
14101         (gst_multi_fd_sink_handle_client_write),
14102         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14103         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14104         (gst_multi_fd_sink_change_state):
14105         * gst/tcp/gstmultifdsink.h:
14106         Added shiny new burst-on-connect methods.
14107         Add properties to control the minimal amount of data queued.
14108         Small cleanups.
14109         API: bytes-min property
14110         API: time-min property
14111         API: buffers-min property
14112         API: burst-unit property
14113         API: burst-value property
14114         API: add-full signal
14115
14116         * gst/tcp/gsttcp-marshal.list:
14117         Added new marshaller code for the new signal.
14118
14119         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14120         (multifdsink_suite):
14121         Added testcases for new burst methods.
14122
14123 2006-06-19  Edward Hervey  <edward@fluendo.com>
14124
14125         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14126         Implement clipping for accurate seeking.
14127         Closes #345225
14128
14129 2006-06-19  Wim Taymans  <wim@fluendo.com>
14130
14131         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14132
14133         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14134         (gst_video_scale_transform):
14135         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14136
14137 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14138
14139         * configure.ac:
14140           Fix --disable-external (can't set conditionals conditionally,
14141           #343602).
14142
14143 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14144
14145         * tests/check/elements/audioresample.c: (test_reuse),
14146         (audioresample_suite):
14147           Add test case for bug #342789 fixed below.
14148
14149 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14150
14151         * gst/audioresample/gstaudioresample.c:
14152         (gst_audioresample_class_init), (gst_audioresample_init),
14153         (audioresample_start), (audioresample_stop),
14154         (gst_audioresample_set_property), (gst_audioresample_get_property):
14155           Implement GstBaseTransform::start and ::stop so that audioresample
14156           can clear its internal state properly and be reused instead of
14157           causing non-negotiated errors with playbin under some circumstances
14158           (#342789).
14159
14160         * tests/check/elements/audioresample.c: (setup_audioresample),
14161         (cleanup_audioresample):
14162           Need to set element state here so that ::start and ::stop are
14163           called.
14164
14165 2006-06-16  Wim Taymans  <wim@fluendo.com>
14166
14167         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14168
14169         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14170         Parse extra data better, apparently it's right behind
14171         the normal strf header size. Fixes #343500.
14172
14173 2006-06-16  Wim Taymans  <wim@fluendo.com>
14174
14175         * ext/alsa/gstalsasink.c: (set_hwparams):
14176         If we fail to set the buffer_time and period_time alsa
14177         parameters, post a warning and leave alsa select a 
14178         default instead of failing. Fixes #342085
14179
14180 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * docs/libs/gst-plugins-base-libs-sections.txt:
14183         * gst-libs/gst/cdda/gstcddabasesrc.h:
14184           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14185           out in the header file and shouldn't be listed in the docs.
14186
14187         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14188           Must dereference pointer to fourcc in the debug statement.
14189
14190 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14191
14192         * docs/libs/Makefile.am:
14193         * docs/libs/gst-plugins-base-libs-docs.sgml:
14194         * docs/libs/gst-plugins-base-libs-sections.txt:
14195         * docs/libs/gst-plugins-base-libs.types:
14196         add remaining symbols into correct setions
14197         
14198         * gst-libs/gst/audio/gstringbuffer.c:
14199         fix incomplete docs
14200         
14201         * gst-libs/gst/audio/gstringbuffer.h:
14202         comment out not yet implemented function
14203         
14204         
14205         * gst-libs/gst/floatcast/floatcast.h:
14206         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14207         add short descriptions
14208         
14209         
14210         * gst-libs/gst/interfaces/propertyprobe.c:
14211         fix return value docs   
14212         
14213         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14214         simplify debug logging
14215         
14216         * gst-libs/gst/riff/riff-read.h:
14217         sync function prototype and docs
14218         
14219         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14220         remove left over symbol
14221
14222 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14223
14224         * autogen.sh:
14225         * configure.ac:
14226         * docs/Makefile.am:
14227           Use GST_PLUGIN_DOCS macro in configure.ac, add
14228           --enable-plugin-docs default to autogen.sh and use
14229           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14230
14231 2006-06-15  Wim Taymans  <wim@fluendo.com>
14232
14233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14234         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14235         (gst_ogg_demux_loop):
14236         Combine GstFlowReturn from the source pads to give a
14237         meaningfull result to the upstream peer or to stop the
14238         processing task in case of errors.
14239
14240 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14241
14242         * gst/playback/gststreaminfo.c: (cb_probe):
14243           Try GST_TAG_CODEC as fallback when extracting the
14244           codec name; more debug info.
14245
14246 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14247
14248         * ext/ogg/Makefile.am:
14249         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14250           Extract language tags from ogm subtitle streams, so that
14251           the subtitle menu choices are labelled correctly in
14252           Totem (fixes #344708).
14253
14254 2006-06-14  Wim Taymans  <wim@fluendo.com>
14255
14256         Patch by: Alessandro Decina <alessandro at nnva dot org>
14257
14258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14259         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14260         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14261         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14262         Fix various leaks. Fixes #343699.
14263         Add x-smoke mime type.
14264
14265 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14266
14267         * gst-libs/gst/riff/riff-ids.h:
14268           Add IDs for 'bext' chunks (see #343837).
14269
14270 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         Patch by: Young-Ho Cha  <ganadist at chollian net>
14273
14274         * gst/subparse/samiparse.c: (sami_context_pop_state),
14275         (handle_start_font), (end_sami_element):
14276           Honour font face tags in SAMI subtitles (#344503).
14277
14278 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14279
14280         * po/POTFILES.in:
14281           add missing files containing translatable strings
14282
14283 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14284
14285         * docs/libs/tmpl/.cvsignore:
14286           we don't want those *.sgml files in CVS either
14287
14288 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14289
14290         * docs/libs/.cvsignore:
14291         * tests/check/elements/.cvsignore:
14292         * tests/check/libs/.cvsignore:
14293           ignore more
14294
14295 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14296
14297         * docs/libs/Makefile.am:
14298           also commiting the changed Makefile.am (added more libs to the
14299           doc-build)
14300
14301 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14302
14303         * docs/libs/gst-plugins-base-libs-docs.sgml:
14304         * docs/libs/gst-plugins-base-libs-sections.txt:
14305         * docs/libs/gst-plugins-base-libs.types:
14306           first batch of reordering things, add index & hierarchy
14307
14308 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14309
14310         * configure.ac:
14311           use GST_PKG_CHECK_MODULES, cleans up output
14312
14313 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14314
14315         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14316           Add support for burn:// URIs (#343385); const-ify things a bit,
14317           use G_N_ELEMENTS instead of hard-coded array size.
14318
14319 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         Patch by: Young-Ho Cha  <ganadist at chollian net>
14322
14323         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14324           Fix up broken entities before passing them to libxml *sigh*.
14325           (#343303).
14326           
14327 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14328
14329         * configure.ac:
14330           back to TRUNK
14331
14332 === release 0.10.8 ===
14333
14334 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14335
14336         * configure.ac:
14337           releasing 0.10.8, "Moar gij ziet mij nie"
14338
14339 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14340
14341         * configure.ac:
14342         * po/af.po:
14343         * po/az.po:
14344         * po/cs.po:
14345         * po/en_GB.po:
14346         * po/hu.po:
14347         * po/it.po:
14348         * po/nb.po:
14349         * po/nl.po:
14350         * po/or.po:
14351         * po/sq.po:
14352         * po/sr.po:
14353         * po/sv.po:
14354         * po/uk.po:
14355         * po/vi.po:
14356         * win32/common/config.h:
14357           0.10.7.2 prerelease
14358
14359 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14360
14361         * docs/libs/tmpl/gstaudio.sgml:
14362         * docs/libs/tmpl/gstcolorbalance.sgml:
14363         * docs/libs/tmpl/gstmixer.sgml:
14364         * docs/libs/tmpl/gstringbuffer.sgml:
14365         * docs/libs/tmpl/gsttuner.sgml:
14366         * docs/libs/tmpl/gstxoverlay.sgml:
14367         * gst-libs/gst/audio/audio.c:
14368         * gst-libs/gst/audio/gstringbuffer.c:
14369         * gst-libs/gst/interfaces/colorbalance.c:
14370         * gst-libs/gst/interfaces/mixer.c:
14371         * gst-libs/gst/interfaces/tuner.c:
14372         * gst-libs/gst/interfaces/xoverlay.c:
14373           move last template doc snippets to source code and delete them
14374
14375 2006-06-06  Michael Smith  <msmith@fluendo.com>
14376
14377         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14378         (theora_parse_drain_queue):
14379           Mark DELTA_UNIT on non-keyframes.
14380
14381 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14382
14383         * gst-libs/gst/audio/gstbaseaudiosink.c:
14384         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14385         * gst-libs/gst/audio/gstbaseaudiosink.h:
14386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14387         (gst_ring_buffer_samples_done):
14388         * gst-libs/gst/audio/gstringbuffer.h:
14389         Document better the fact that latency_time and buffer_time are values
14390         stored in microseconds, and not the usual GStreamer nanoseconds.
14391         Change the variables (compatibly) that store them from GstClockTime 
14392         to guint64 to make it more clear that they're not storing clock times.
14393         Also, remove the bogus property description that says the user can
14394         specify -1 to get the default value, since that's never been the case.
14395
14396         When computing the default segment size for the ring buffer, make it
14397         an integer number of samples.
14398
14399         When the sub-class indicates a delay greater than the number of
14400         samples we've written return 0 from the audio sink get_time method.
14401
14402 2006-06-02  Michael Smith  <msmith@fluendo.com>
14403
14404         * tests/check/elements/audioconvert.c: (set_channel_positions),
14405         (get_float_mc_caps), (get_int_mc_caps):
14406         * tests/check/elements/audioresample.c:
14407         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14408         * tests/check/elements/videorate.c:
14409         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14410         * tests/check/elements/volume.c:
14411         * tests/check/elements/vorbisdec.c:
14412         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14413           Don't busy-wait in tests; this was causing test timeouts very
14414           frequently when running under valgrind.
14415
14416 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14417
14418         * gst/tcp/README:
14419         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14420         (gst_multi_fd_sink_remove_client_link),
14421         (gst_multi_fd_sink_client_queue_caps),
14422         (gst_multi_fd_sink_client_queue_buffer),
14423         (gst_multi_fd_sink_handle_client_write),
14424         (gst_multi_fd_sink_render):
14425         * gst/tcp/gstmultifdsink.h:
14426           make multifdsink properly deal with streamheader:
14427           - streamheader is taken from caps
14428           - buffers marked with IN_CAPS are not sent
14429           - streamheaders are sent, on connection, from the caps of the
14430             buffer where the client gets positioned to
14431           - further streamheader changes are done every time the client
14432             will receive a buffer with different caps
14433         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14434         (gst_multifdsink_create_streamheader):
14435           add tests for this
14436
14437 2006-06-02  Michael Smith  <msmith@fluendo.com>
14438
14439         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14440           Reinstate limit on channel count. Vorbis does not define the meaning
14441           of > 6 channels, so they're just independent channels. Gstreamer
14442           currently has no mechanism to represent N independent channels.
14443
14444 2006-06-02  Michael Smith  <msmith@fluendo.com>
14445
14446         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14447           Don't arbitrarily restrict channel counts and rate in vorbis.
14448           In terms of effects likely on real-world files, this fixes 96kHz
14449           playback of vorbis.
14450
14451 2006-06-02  Michael Smith  <msmith@fluendo.com>
14452
14453         * gst/audioconvert/audioconvert.c: (float):
14454           More correct float->int conversion.
14455
14456 2006-06-02  Michael Smith  <msmith@fluendo.com>
14457
14458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14459           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14460           value. Fixes g-critical on trying to play back ogg containing
14461           unknown codec.
14462
14463 2006-06-02  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14466         (setup_source):
14467         * gst/playback/gstplaybasebin.h:
14468         Make the subtitle detection work from any thread so we don't
14469         deadlock. Fixes #343397.
14470
14471 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14472
14473         * gst/volume/Makefile.am:
14474           Seriously, it's not *that* hard to get compilation right.  Even
14475           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14476
14477 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14478
14479         * gst/volume/gstvolume.c: (volume_choose_func),
14480         (volume_update_real_volume), (gst_volume_class_init),
14481         (gst_volume_init), (volume_process_float), (volume_process_int16),
14482         (volume_process_int16_clamp), (volume_set_caps),
14483         (volume_transform_ip), (plugin_init):
14484         * gst/volume/gstvolume.h:
14485         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14486         another property desc., remove unused param from process function
14487         
14488         * tests/check/elements/volume.c: (volume_suite):
14489         reactivate the passthrough test
14490
14491 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14492
14493         * ext/alsa/gstalsamixerelement.h:
14494         * ext/alsa/gstalsamixeroptions.h:
14495         * ext/alsa/gstalsamixertrack.h:
14496         * ext/gnomevfs/gstgnomevfssink.h:
14497         * ext/gnomevfs/gstgnomevfssrc.h:
14498         * ext/theora/gsttheoradec.h:
14499         * ext/theora/gsttheoraenc.h:
14500         * ext/theora/gsttheoraparse.h:
14501         * ext/vorbis/vorbisparse.h:
14502         * gst-libs/gst/audio/gstaudioclock.h:
14503         * gst-libs/gst/audio/gstaudiofilter.h:
14504         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14505         * gst/audioconvert/gstaudioconvert.h:
14506         * gst/audioresample/gstaudioresample.h:
14507         * gst/audiotestsrc/gstaudiotestsrc.h:
14508         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14509         * gst/playback/gststreamselector.h:
14510         * gst/tcp/gstmultifdsink.h:
14511         * gst/tcp/gsttcpclientsink.h:
14512         * gst/tcp/gsttcpclientsrc.h:
14513         * gst/tcp/gsttcpserversink.h:
14514         * gst/tcp/gsttcpserversrc.h:
14515         * gst/videorate/gstvideorate.h:
14516         * gst/videoscale/gstvideoscale.h:
14517         * gst/videotestsrc/gstvideotestsrc.h:
14518         * gst/volume/gstvolume.h:
14519         * sys/v4l/gstv4ljpegsrc.h:
14520         * sys/v4l/gstv4lmjpegsink.h:
14521         * sys/v4l/gstv4lmjpegsrc.h:
14522         * sys/v4l/gstv4lsrc.h:
14523         * sys/ximage/ximagesink.h:
14524         * sys/xvimage/xvimagesink.h:
14525         * tests/old/testsuite/alsa/sinesrc.h:
14526         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14527
14528 2006-05-31  Wim Taymans  <wim@fluendo.com>
14529
14530         * ext/libvisual/visual.c: (gst_visual_reset),
14531         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14532         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14533         Handle DISCONT.
14534         Use running time before doing QoS.
14535         Handle mono too.
14536
14537 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14538
14539         * docs/libs/Makefile.am:
14540           set a magic variable to indicate we know the docs are incomplete
14541
14542 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14543
14544         * win32/common/libgstvideo.def:
14545           export gst_video_calculate_display_ratio
14546         * win32/vs6/libgstvideoscale.dsp:
14547           add link to libgstvideo-0.10.lib
14548
14549 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14550
14551         * gst/playback/gstplaybasebin.c: (gen_source_element):
14552           Throw a more comprehensible error for rtsp:// URIs (rather
14553           than erroring out with a negotiation error later on) until
14554           we fix playbin to handle rtspsrc etc.
14555
14556 2006-05-30  Wim Taymans  <wim@fluendo.com>
14557
14558         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14559         (gst_text_overlay_text_event):
14560         Added some FIXMEs.
14561
14562 2006-05-30  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14565         (gst_adder_request_new_pad), (gst_adder_release_pad):
14566         * gst/adder/gstadder.h:
14567         Implement release_request_pad.
14568         Make padcounter atomic.
14569
14570         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14571         Added check for release_pad in adder.
14572
14573 2006-05-30  Wim Taymans  <wim@fluendo.com>
14574
14575         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14576         Fix build again.
14577
14578 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14579
14580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14581         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14582         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14583         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14584         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14585         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14586         (gst_ogg_demux_bisect_forward_serialno),
14587         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14588         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14589           add more debugging
14590           clean up printf formats for granulepos and serialno
14591
14592 2006-05-30  Michael Smith  <msmith@fluendo.com>
14593
14594         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14595         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14596         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14597         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14598         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14599         * ext/vorbis/vorbisenc.h:
14600           Multi-channel caps negotiation, so we can do proper multichannel
14601           vorbis encoding, negotiated through audioconvert.
14602
14603 2006-05-30  Wim Taymans  <wim@fluendo.com>
14604
14605         * tests/check/elements/adder.c: (test_event_message_received),
14606         (test_play_twice_message_received), (GST_START_TEST),
14607         (adder_suite):
14608         Added check to show that #339935 is fixed with ongoing
14609         adder and collectpads fixes.
14610
14611 2006-05-29  Wim Taymans  <wim@fluendo.com>
14612
14613         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14614         Don't leak pad name.
14615
14616 2006-05-29  Wim Taymans  <wim@fluendo.com>
14617
14618         * gst/adder/gstadder.c: (gst_adder_query_duration),
14619         (forward_event_func), (forward_event), (gst_adder_src_event):
14620         Fix adder seeking.
14621         Make query/seeking code threadsafe.
14622
14623         * tests/check/Makefile.am:
14624         * tests/check/elements/adder.c: (test_event_message_received),
14625         (GST_START_TEST), (test_play_twice_message_received):
14626         Fix adder test case.
14627
14628 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14629
14630         Patch by: Young-Ho Cha  <ganadist at chollian net>
14631
14632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14633         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14634         (set_encoding_element), (decodebin_element_added_cb),
14635         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14636         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14637         * gst/playback/gstplaybasebin.h:
14638           Add 'subtitle-encoding' property to playbin, so applications can
14639           force a subtitle encoding for non-UTF8 subtitles (#342268).
14640
14641         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14642         (gst_sub_parse_set_property):
14643           Rename recently-added 'encoding' property to 'subtitle-encoding'
14644           (so it can be proxied by playbin/decodebin in a generic way
14645           with less danger of false positives).
14646
14647 2006-05-29  Michael Smith  <msmith@fluendo.com>
14648
14649         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14650         (append_with_other_format), (set_structure_widths),
14651         (gst_audio_convert_transform_caps):
14652           Patch from #341562: give more specific audio caps in get_caps, so
14653           that basetransform  can make better decisions on what caps to
14654           negotiate.
14655
14656 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14657
14658         * tests/check/elements/volume.c:
14659         make it compile again
14660
14661 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14662
14663         * tests/check/elements/volume.c: (volume_suite):
14664         disable test until #343196 gets resolved
14665
14666 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14667
14668         * gst/adder/gstadder.c: (gst_adder_get_type):
14669         Make it easier to copy&paste
14670         
14671         * gst/volume/Makefile.am:
14672         * gst/volume/gstvolume.c: (volume_update_real_volume),
14673         (gst_volume_set_volume), (gst_volume_set_mute),
14674         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14675         (volume_transform_ip), (volume_update_mute),
14676         (volume_update_volume):
14677         * gst/volume/gstvolume.h:
14678         Add own debug category, move duplicate code to helper function, fix
14679         property texts, add more comments and prepare ffor liboil-goodness
14680         
14681         * tests/check/Makefile.am:
14682         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14683         add test for mute and passtrough case, be a bit more verbose to track
14684         failure
14685         
14686         * tests/check/generic/states.c: (GST_START_TEST):
14687         catch elements that fail to instantiate
14688
14689 2006-05-28  Edward Hervey  <edward@fluendo.com>
14690
14691         * tests/check/pipelines/simple-launch-lines.c:
14692         * tests/check/pipelines/theoraenc.c:
14693         * tests/check/pipelines/vorbisenc.c:
14694         Comment out tests using parse_launch() if core was built without
14695         parsing capabilities.
14696
14697 2006-05-27  Edward Hervey  <edward@fluendo.com>
14698
14699         * tests/check/Makefile.am:
14700         Extra bonus points for whoever explains to ensonic that you are meant
14701         to test unit tests thoroughly before commiting them, especially if
14702         you know it's going to break.
14703         De-activated element/adder tests.
14704
14705 2006-05-27  Edward Hervey  <edward@fluendo.com>
14706
14707         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14708         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14709         Marking caps conversion issues as GST_WARNING is way too verbose,
14710         Moving them to GST_LOG.
14711
14712 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14713
14714         * README:
14715           Replace current README (containing the release notes from
14716           some 0.9.x version) with a proper README taken from the core.
14717
14718 2006-05-26  Wim Taymans  <wim@fluendo.com>
14719
14720         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14721         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14722         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14723         (vorbis_dec_change_state):
14724         Small cleanups.
14725         Add some FIXMEs
14726         Clip output samples to segment boundaries.
14727
14728 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14729
14730         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14731         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14732         Improve the errors produced on bad output, including some human
14733         readable description strings.
14734         Handle the (theoretical for ximagesink) case where the XServer 
14735         has a different idea about the size required for a particular 
14736         frame and gives us too small a memory allocation.
14737
14738 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14739
14740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14741         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14742         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14743         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14744         Improve the errors produced on bad output, including some human 
14745         readable description strings.
14746         Handle RGB Xv formats properly by transforming them into our 
14747         big-endian caps description.
14748         Use gst_caps_truncate to ensure that we never try and choose a
14749         non-fixed caps in buffer_alloc.
14750         Handle the case where the XServer has a different idea about the size
14751         required for a particular frame and gives us too small a memory
14752         allocation.
14753         Use -1 to indicate 'no image format', because 0 is a valid XServer
14754         image format number.
14755         Put RGB Xv formats at the end of the caps, so that we always prefer
14756         YUV format frames.
14757         Iterate the available Xv Encodings to determine the maximum width and
14758         height, and then return that in our caps.
14759         (Closes #315312, #337544)
14760
14761 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14762
14763         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14764         When there is only one unfinished pad and it receives an event that
14765         doesn't match our requirements, we need to set alldone=FALSE so that
14766         the fakesink is not removed yet.
14767
14768 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14771           Use gst_type_find_helper_for_buffer() to find the type
14772           of stream from the first packet.
14773
14774         * configure.ac:
14775           Bump requirements to core CVS (needed for vorbis
14776           typefinding to work).
14777
14778 2006-05-24  Edward Hervey  <edward@fluendo.com>
14779
14780         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14781         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14782         contain.  Else they play perfectly fine with qtdemux.
14783
14784 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14785
14786         * ext/theora/theoradec.c:
14787         * ext/theora/theoraenc.c:
14788         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14789         * gst/audiorate/gstaudiorate.c:
14790           make more debug catagories static
14791         
14792         * tests/check/Makefile.am:
14793         * tests/check/elements/adder.c: (message_received),
14794         (test_event_message_received), (GST_START_TEST),
14795         (test_play_twice_message_received), (adder_suite):
14796           added test case for using element twice, extra bonus points for anyone
14797           who can make these test run reliably
14798
14799 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * ext/theora/theoradec.c: (theora_dec_chain):
14802           Make work with time-stamped input buffers that do not
14803           have a granulepos in BUFFER_OFFSET_END (like theora
14804           buffers coming from matroskademux). Fixes #342448.
14805
14806 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14807
14808         Patch by: Peter Kjellerstedt  <pkj at axis com>
14809
14810         * gst/tcp/Makefile.am:
14811           fdstresstest doesn't need Gtk+, fix compilation if 
14812           gtk is not available (#342566).
14813
14814 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14815          
14816         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14817           80 line columns
14818           Removed redundant floor()
14819
14820 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14821
14822         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14823           On second thought, just skip JUNK chunks automatically, so
14824           the caller doesn't have to handle this. Fixes #342345.
14825           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14826           not GST_FLOW_ERROR.
14827
14828 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14831           Don't bail out on JUNK chunks with a size of 0 (would try to
14832           pull_range 0 bytes before, which sources don't like too much).
14833           See #342345.
14834
14835 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14836
14837         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14839         Use the gstutil scaling function to preserve 64 bits while calculating
14840         output width and height from the display-aspect-ratio. (A continuation
14841         of #341542)
14842
14843 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14844
14845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14846         (gst_xvimagesink_buffer_alloc):
14847         * sys/xvimage/xvimagesink.h:
14848         When performing buffer allocations, remember the caps and image format
14849         we return so that if the same caps are asked for next time we can
14850         return them immediately without doing any caps intersections.
14851
14852 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14853          
14854         * gst-libs/gst/rtp/README:
14855           Some new documentation
14856         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14857           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14858         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14859         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14860           New RTP audio base payloader class. Supports frame or sample based
14861           codecs.  Not enabled in Makefile.am until approved.
14862
14863 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         * tests/check/elements/alsa.c: (test_device_property_probe):
14866           Fix test case: don't try to free NULL GValueArray when there
14867           are no devices.
14868
14869 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * tests/check/Makefile.am:
14872         * tests/check/elements/alsa.c: (test_device_property_probe),
14873         (alsa_suite), (main):
14874           Add simple test that runs a device property probe on alsasrc,
14875           alsasink and alsamixer. Disable valgrind check for now (too
14876           many leaks in libasound, and valgrind ignored my suppressions
14877           additions).
14878
14879 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14880
14881         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14882         (gst_alsa_device_property_probe_probe_property),
14883         (gst_alsa_device_property_probe_needs_probe),
14884         (gst_alsa_device_property_probe_get_values),
14885         (gst_alsa_type_add_device_property_probe_interface):
14886         * ext/alsa/gstalsadeviceprobe.h:
14887         * ext/alsa/gstalsamixerelement.c:
14888         (gst_alsa_mixer_element_init_interfaces):
14889         * ext/alsa/gstalsamixerelement.h:
14890           Clean up and simplify alsa device probing. Make it actually work
14891           for multiple classes. Don't cache results any longer.
14892
14893         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14894         (gst_alsasink_init):
14895         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14896         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14897         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14898           Make alsasink and alsasrc implement the GstPropertyProbe interface
14899           for device probing (#342181).
14900           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14901
14902 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * gst/subparse/samiparse.c: (handle_start_font):
14905           Don't ignore return value of strtol (++compiler_happiness).
14906
14907 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14908
14909         Patch by: Young-Ho Cha  <ganadist chollian net>
14910
14911         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14912         (gst_sub_parse_class_init), (gst_sub_parse_init),
14913         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14914         (convert_encoding):
14915         * gst/subparse/gstsubparse.h:
14916           Add 'encoding' property (#341681).
14917
14918         * gst/subparse/samiparse.c: (characters_sami):
14919           Output is pango markup, so we need to escape text
14920           between tags (#342143).
14921
14922 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14923
14924         * gst-libs/gst/audio/multichannel.c:
14925         (gst_audio_check_channel_positions):
14926           It's okay to have caps with channels=1 and a channel position
14927           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14928           (deinterleavers might want to keep the position in the caps,
14929           so that they can be re-interleaved again properly later).
14930           Leave check for unexpected 2-channel layouts intact for now.
14931
14932 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14933
14934         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14935         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14936         basesrc can do its job correctly.
14937
14938 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * ext/alsa/Makefile.am:
14941         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14942         (gst_alsa_detect_formats), (get_channel_free_structure),
14943         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14944         (gst_alsa_probe_supported_formats):
14945         * ext/alsa/gstalsa.h:
14946         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14947           Refactor and improve caps probing code: probe signedness
14948           when we probe the supported formats/widths; set endianness
14949           to the one we actually probed for (ie. cpu endianness).
14950           
14951         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14952         (gst_alsasrc_close):
14953         * ext/alsa/gstalsasrc.h:
14954           Implement caps probing for alsasrc.
14955
14956 2006-05-15  Wim Taymans  <wim@fluendo.com>
14957
14958         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14959         (theora_dec_src_query), (theora_dec_src_event),
14960         (theora_dec_sink_event), (theora_handle_comment_packet),
14961         (theora_handle_data_packet), (theora_dec_change_state):
14962         Cleanups, add some G_LIKELY.
14963         Use segment helpers instead of our own wrong code.
14964         Clear queued buffers on seek and READY.
14965
14966         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14967         (vorbis_dec_convert), (vorbis_dec_src_query),
14968         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14969         (vorbis_handle_comment_packet), (vorbis_dec_push),
14970         (vorbis_handle_data_packet), (vorbis_dec_chain),
14971         (vorbis_dec_change_state):
14972         * ext/vorbis/vorbisdec.h:
14973         Remove old useless packetno variable.
14974         Do position query properly.
14975         Add some G_LIKELY.
14976         Do cleanup of queued buffers in new helper function
14977         and use it.
14978
14979 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14980
14981         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14982           Query supported sample rates. Fixes #341732.
14983
14984 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14985
14986         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14987         (gst_decode_bin_change_state): Make decodebin reusable
14988         when going from PAUSE_TO_READY and then back to PAUSED.
14989         Fixes #331678.
14990
14991 2006-05-15  Wim Taymans  <wim@fluendo.com>
14992
14993         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14994         (vorbis_dec_convert), (vorbis_dec_src_query),
14995         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14996         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14997         (vorbis_dec_clean_queued), (vorbis_dec_push),
14998         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14999         Cleanups. Use refcounting and DEBUG_OBJECT.
15000         Reset segment on flush, use code methods instead of our
15001         own wrong version.
15002         Fix potential memleak.
15003
15004 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15007         (gst_alsasink_init):
15008         * ext/alsa/gstalsasink.h:
15009           Don't leak allocated snd_output_t structure if there's
15010           more than one alsasink instance at a time (#341873).
15011           Also fix GObject macros in header file.
15012           
15013 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15014
15015         * gst/subparse/gstsubparse.c:
15016         (gst_sub_parse_data_format_autodetect):
15017           Don't use libxml functions in the typefinding code.
15018
15019 2006-05-15  Wim Taymans  <wim@fluendo.com>
15020
15021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15022         Fix seeking performance in the case where a non-header 
15023         packet has a 0 granulepos (busted theora case). 
15024         Fixes #341719
15025         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15026          the first place, you limelight stealer you)
15027
15028 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * gst/subparse/gstsubparse.c:
15031         (gst_sub_parse_data_format_autodetect):
15032           Improve SAMI typefinding: handle case where there are
15033           whitespaces or newlines in front of the first <SAMI>
15034           tag (#169936).
15035
15036 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * configure.ac:
15039           Build video4linux plugin even if there's no XVIDEO, just
15040           without implementing the GstXOverlay interface (#334002).
15041          
15042 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15043
15044         * configure.ac:
15045         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15046         (plugin_init):
15047           Add tentative support for libvisual-0.4 (#336881).
15048
15049 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15050
15051         Patch by: Young-Ho Cha <ganadist at chollian net>
15052
15053         * gst/subparse/samiparse.c: (handle_start_font):
15054           Need to map "silver" colour explicitly (#169936).
15055
15056 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15057
15058         Patch by: Young-Ho Cha  <ganadist at chollian net>
15059
15060         * gst/subparse/Makefile.am:
15061         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15062         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15063         (gst_sub_parse_format_autodetect), (feed_textbuf),
15064         (gst_subparse_type_find), (plugin_init):
15065         * gst/subparse/gstsubparse.h:
15066         * gst/subparse/samiparse.c:
15067         * gst/subparse/samiparse.h:
15068           Add support for SAMI subtitles (#169936).
15069
15070 2006-05-14  Michael Smith  <msmith@fluendo.com>
15071
15072         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15073           Fix #341696: crash when mixing L+R+C to mono or stereo.
15074         * tests/check/Makefile.am:
15075         * tests/check/elements/audioconvert.c: (set_channel_positions),
15076         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15077         (audioconvert_suite):
15078           Add test for the above, including some generic framework bits for
15079           testing multichannel things.
15080
15081 === release 0.10.7 ===
15082
15083 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15084
15085         * configure.ac:
15086           releasing 0.10.7, "Leave the gun"
15087
15088 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15089
15090         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15092         Fix the build.
15093
15094 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15095
15096         * docs/libs/gst-plugins-base-libs-docs.sgml:
15097         * docs/libs/gst-plugins-base-libs-sections.txt:
15098         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15099         * gst-libs/gst/video/video.h:
15100         * gst/videoscale/Makefile.am:
15101         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15103         * tests/check/Makefile.am:
15104         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15105         (main):
15106           Fix integer overflow problem with pixel-aspect-ratio calculations
15107           in videoscale and xvimagesink (#341542)
15108
15109 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15110
15111         * gst-libs/gst/tag/gstid3tag.c:
15112           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15113
15114 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15115
15116         * win32/MANIFEST:
15117           update win32 files listing
15118
15119 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15120
15121         patch by: Sjoerd Simons (sjoerd@luon.net)
15122
15123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15124         (group_create), (group_destroy), (add_stream),
15125         (gst_play_base_bin_get_property),
15126         (gst_play_base_bin_get_streaminfo_value_array):
15127         * gst/playback/gstplaybasebin.h:
15128           API: GstPlayBaseBin::stream-info-value-array property
15129           use a more bindings-friendly way of exposing streaminfo
15130           using a GValueArray.  Tested in ipython.
15131           Closes #341114
15132
15133 2006-05-11  Wim Taymans  <wim@fluendo.com>
15134
15135         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15136         (queue_underrun_cb), (queue_filled_cb):
15137         Also catch queue underruns but don't do anything yet.
15138         Refactor and comment queue enlarging code a bit.
15139
15140         * gst/playback/gstplaybasebin.c: (queue_overrun),
15141         (queue_threshold_reached), (queue_out_of_data),
15142         (gen_preroll_element):
15143         If a queue over/underruns check that we don't create nasty
15144         deadlocks when the min-threshold is not reached but the
15145         max-bytes is. In those cases disable max-bytes when we
15146         know that the queue is fed timed data.
15147         Add more comments.
15148
15149 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15150
15151         * gst/playback/gstplaybin.c: (gen_audio_element):
15152           Make playbin automatically plug an 'audioresample'
15153           element before the audio sink as well. This solves
15154           problems with sinks that only accept a very specific
15155           sample rate, like esdsink (e.g. #340379).
15156
15157 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15158
15159         * gst/playback/gstplaybasebin.c: (gen_source_element):
15160           Make http sources send special headers so that we receive
15161           icecast metadata if the http stream is an icecast stream
15162           (otherwise the server will just ignore them). This also
15163           means that from now on users will need the 'icydemux'
15164           element from gst-plugins-good installed if they want to
15165           listen to icecast radio streams. (#341432, #333657).
15166
15167 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15168
15169         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15170         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15171           remove stupid example from docs - it should come with a simple
15172           C program instead.
15173           Clean up/fix docs
15174         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15175         (fail_if_can_read), (GST_START_TEST),
15176         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15177           add a test for changing streamheader which exposes a bug in
15178           multifdsink
15179
15180 2006-05-11  Michael Smith  <msmith@fluendo.com>
15181
15182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15183         (gst_gnome_vfs_src_received_headers_callback):
15184         * ext/gnomevfs/gstgnomevfssrc.h:
15185           Don't set icy-caps unless we have a sane interval value. Move
15186           interval to a local variable; we never use it outside this function.
15187
15188 2006-05-11  Wim Taymans  <wim@fluendo.com>
15189
15190         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15192         Register special buffer types along with the objects so
15193         that they are not registered at runtime from N different
15194         streaming threads since they are not threadsafe.
15195
15196 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15197
15198         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15199         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15200           add two more tests, one doing streamheader
15201
15202 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15203
15204         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15205           clean up the bufqueue when shutting down
15206         * tests/check/Makefile.am:
15207         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15208         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15209         (main):
15210           add a test for the leak that was just fixed
15211
15212 2006-05-10  Wim Taymans  <wim@fluendo.com>
15213
15214         * gst/adder/gstadder.c: (gst_adder_setcaps),
15215         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15216         (gst_adder_src_event), (gst_adder_sink_event),
15217         (gst_adder_class_init), (gst_adder_finalize),
15218         (gst_adder_request_new_pad), (gst_adder_collected):
15219         * gst/adder/gstadder.h:
15220         Updated some docs. Added comments and FIXMEs all over the place.
15221         Improve debugging info.
15222         Fix leak on finalize by not calling the parent.
15223         Implement duration query.
15224         Make event forwarding threadsafe.
15225         Correctly send NEWSEGMENT at start and after flush.
15226         Handle EOS correctly.
15227         Post error when not negotiated.
15228
15229         * tests/check/elements/adder.c: (GST_START_TEST):
15230         Added FIXME in the test.
15231
15232 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15233
15234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15235         (gst_text_overlay_halign_get_type),
15236         (gst_text_overlay_wrap_mode_get_type):
15237         * ext/theora/theoradec.c: (theora_handle_type_packet),
15238         (theora_handle_data_packet):
15239         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15240         (theora_enc_sink_setcaps), (theora_enc_chain):
15241         * gst-libs/gst/cdda/gstcddabasesrc.c:
15242         (gst_cdda_base_src_mode_get_type):
15243         * gst/audiotestsrc/gstaudiotestsrc.c:
15244         (gst_audiostestsrc_wave_get_type):
15245         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15246         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15247         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15248         (gst_sync_method_get_type), (gst_unit_type_get_type),
15249         (gst_client_status_get_type):
15250         * gst/videoscale/gstvideoscale.c:
15251         (gst_video_scale_method_get_type):
15252         * gst/videotestsrc/gstvideotestsrc.c:
15253         (gst_video_test_src_pattern_get_type):
15254         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15255         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15256         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15257         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15258         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15259         (paint_setup_RGB565), (paint_setup_xRGB1555):
15260           Const-ify GEnumValue and GFlagsValue arrays. Use
15261           GST_ROUND_UP_* macros instead of home-made ones.
15262
15263 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15264
15265         * configure.ac:
15266           Require core CVS for the new newsegment stuff.
15267
15268 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         Patch by: Sjoerd Simons  <sjoerd at luon net>
15271
15272         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15273           Register nick for enum value (#341160).
15274
15275 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15276
15277         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15278         (plugin_init):
15279          backout typefind patch #340375
15280          
15281         * tests/check/elements/adder.c: (message_received),
15282         (GST_START_TEST), (adder_suite):
15283           redo, signal-handling of test
15284
15285 2006-05-09  Wim Taymans  <wim@fluendo.com>
15286
15287         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15288         (gst_adder_collected):
15289         * gst/adder/gstadder.h:
15290         Remove bogus segment merging and forwarding, we don't
15291         care about timestamps anyway and we just produce a
15292         continuous stream. 
15293         Also create a nice NEWSEGMENT event when we start.
15294         Use _scale_int some more.
15295
15296 2006-05-09  Edward Hervey  <edward@fluendo.com>
15297
15298         * tests/icles/stress-xoverlay.c:
15299         Fix if core was built without parsing support.
15300
15301 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15302
15303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15304           Add SEDG (Samsung MPEG-4) fourcc.
15305
15306 2006-05-09  Edward Hervey  <edward@fluendo.com>
15307
15308         * tests/icles/stress-xoverlay.c:
15309         * tests/examples/volume/volume.c:
15310         Fix if core was built without parsing support.
15311
15312         * tests/examples/seek/seek.c:
15313         Disable the parse_launch example if core was built without parsing
15314         support.
15315
15316 2006-05-08  Edward Hervey  <edward@fluendo.com>
15317
15318         * autogen.sh: (CONFIGURE_DEF_OPT): 
15319         libtoolize on Darwin/MacOSX is called glibtoolize
15320
15321 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15322
15323         * tests/check/Makefile.am:
15324         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15325           Disable the adder test, until the build-slaves posses the kindness to 
15326           either like it or to give valid reason for not doing so 
15327
15328 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15329
15330         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15331         (adder_suite):
15332           Shuffle NULL state change around and raise timeout more
15333
15334 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15335
15336         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15337         (mp4_type_find), (plugin_init):
15338           Add typefind to distinguish between "audio/x-m4a" and new type
15339           "video/mp4". Fixes #340375
15340
15341         * tests/check/elements/adder.c: (adder_suite):
15342           Raise timeout to make buildbot happy
15343
15344 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15345
15346         * gst/adder/gstadder.c: (gst_adder_sink_event),
15347         (gst_adder_request_new_pad), (gst_adder_change_state):
15348         * gst/adder/gstadder.h:
15349         * tests/check/Makefile.am:
15350         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15351         (adder_suite), (main):
15352           Add sink-event handling to adder. It tries to merge incomming
15353           newsegment-events. Added test to check if segment_done is comming
15354           through. Fixes #340060
15355
15356 2006-05-05  Andy Wingo  <wingo@pobox.com>
15357
15358         * ext/theora/theoraparse.c (gst_theora_parse_init)
15359         (theora_parse_src_convert, theora_parse_src_query):
15360         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15361         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15362         query functions on the source pads of the theora and vorbis parse
15363         elements. Fixes position querying when doing a remux.
15364
15365 2006-05-05  Michael Smith  <msmith@fluendo.com>
15366
15367         * ext/theora/theoraparse.c: (parse_granulepos),
15368         (theora_parse_drain_queue_prematurely),
15369         (theora_parse_queue_buffer), (theora_parse_sink_event):
15370           Fix flushing.
15371           Fix invalid granulepos outputs when starting with a non-keyframe.
15372
15373 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15374
15375         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15376         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15377         Rearrange MPEG system stream detection, fixing some memleaks in the
15378         process.
15379         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15380         they clean up their data correctly.
15381         Remove unused ogganx caps and move the 'is_annodex' check to inside
15382         the 'is_ogg' if statement.
15383
15384 2006-05-05  Wim Taymans  <wim@fluendo.com>
15385
15386         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15387         Properly remove ghostpads. Fixes #340392
15388
15389 2006-05-04  David Schleef  <ds@schleef.org>
15390
15391         * gst/typefind/gsttypefindfunctions.c:
15392
15393 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15394
15395         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15396         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15397
15398         When typefinding an MP3 in push-based mode, don't penalise the
15399         probability down to 74% when we found 5 valid frames just because we
15400         can't peek the end of the file.
15401
15402         Make the probability for detecting MPEG Transport Streams based on the
15403         number of sequential headers we successfully detected.
15404
15405 2006-05-03  Wim Taymans  <wim@fluendo.com>
15406
15407         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15408         (vorbis_dec_push), (vorbis_dec_chain):
15409         Still produce an error when we receive an empty packet.
15410
15411 2006-05-03  Wim Taymans  <wim@fluendo.com>
15412
15413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15414         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15415         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15416         Mark buffers with DISCONT after seek and after activating new
15417         chains.
15418
15419         * ext/theora/gsttheoradec.h:
15420         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15421         (theora_get_query_types), (theora_dec_sink_event),
15422         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15423         (theora_dec_change_state):
15424         Fix frame counter.
15425         Detect and mark DISCONT buffers.
15426
15427         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15428         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15429         (vorbis_dec_change_state):
15430         * ext/vorbis/vorbisdec.h:
15431         Use GstSegment.
15432         Detect and mark DISCONT buffers.
15433         Don't crash on 0 sized buffers.
15434
15435 2006-05-03  Wim Taymans  <wim@fluendo.com>
15436
15437         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15438         (volume_transform_ip):
15439         Increase "volume" property to 10.0. Fixes #340369.
15440         Set the process function to NULL when capsnego fails so that
15441         we properly error out.
15442
15443 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15444
15445         * gst/playback/gstplaybin.c: (add_sink):
15446         * gst/playback/test.c: (main):
15447         * gst/playback/test5.c: (dump_element_stats):
15448         * gst/playback/test6.c: (main):
15449           free caps using gst_caps_unref, don't leak caps-strings
15450
15451 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15452
15453         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15454         (plugin_init):
15455           Refine musepack typefinding a bit. Return MAXIMUM
15456           probability when we detect stream version 7 to make
15457           sure the mpeg audio typefinder doesn't trump us.
15458
15459 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15460
15461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15462           Protect against unexpected NULL strf_data buffer.
15463
15464 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15465
15466         * tests/check/elements/audioconvert.c: (verify_convert),
15467         (GST_START_TEST):
15468           interpret the out[] buffer in the order the bytes are actually
15469           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15470           Other tests should use BYTE_ORDER since the array is filled in
15471           with actual values
15472
15473 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15474
15475         * tests/check/elements/audioconvert.c: (verify_convert),
15476         (GST_START_TEST):
15477           when a test fails, give an indication of which it is
15478
15479 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15480
15481         * gst-libs/gst/cdda/gstcddabasesrc.c:
15482           compile fix; strtol() needs <stdlib.h>
15483
15484 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15485
15486         * ext/alsa/gstalsamixerelement.c:
15487         * ext/alsa/gstalsasrc.c:
15488         * ext/cdparanoia/gstcdparanoiasrc.c:
15489         * ext/gnomevfs/gstgnomevfssink.c:
15490         * ext/gnomevfs/gstgnomevfssrc.c:
15491         * ext/ogg/gstoggdemux.c:
15492         * ext/ogg/gstoggmux.c:
15493         * ext/ogg/gstoggparse.c:
15494         * ext/ogg/gstogmparse.c:
15495         * ext/pango/gstclockoverlay.c:
15496         * ext/pango/gsttextoverlay.c:
15497         * ext/pango/gsttextrender.c:
15498         * ext/pango/gsttimeoverlay.c:
15499         * ext/theora/theoradec.c:
15500         * ext/theora/theoraenc.c:
15501         * ext/vorbis/vorbisdec.c:
15502         * ext/vorbis/vorbisenc.c:
15503         * gst-libs/gst/audio/gstaudiofilter.c:
15504         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15505         * gst/audioconvert/gstaudioconvert.c:
15506         * gst/audiorate/gstaudiorate.c:
15507         * gst/audioresample/gstaudioresample.c:
15508         * gst/audiotestsrc/gstaudiotestsrc.c:
15509         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15510         * gst/playback/gstdecodebin.c:
15511         * gst/playback/gstplaybin.c:
15512         * gst/playback/gststreamselector.c:
15513         * gst/subparse/gstsubparse.c:
15514         * gst/tcp/gstmultifdsink.c:
15515         * gst/tcp/gsttcpclientsink.c:
15516         * gst/tcp/gsttcpclientsrc.c:
15517         * gst/tcp/gsttcpserversink.c:
15518         * gst/tcp/gsttcpserversrc.c:
15519         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15520         * gst/videorate/gstvideorate.c:
15521         * gst/videoscale/gstvideoscale.c:
15522         * gst/videotestsrc/gstvideotestsrc.c:
15523         * gst/volume/gstvolume.c:
15524         * sys/v4l/gstv4ljpegsrc.c:
15525         * sys/v4l/gstv4lmjpegsink.c:
15526         * sys/v4l/gstv4lmjpegsrc.c:
15527         * sys/v4l/gstv4lsrc.c:
15528         * sys/ximage/ximagesink.c:
15529         * sys/xvimage/xvimagesink.c:
15530         * tests/check/libs/cddabasesrc.c:
15531           make GstElementDetails const
15532
15533 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15534
15535         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15536         (gst_adder_init):
15537           send events from src-pad to all sink-pads fixes #338657
15538
15539 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15540
15541         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15542         (alsasink_parse_spec):
15543           query width capabilities from alsa, fixes #338919
15544
15545 2006-04-28  Wim Taymans  <wim@fluendo.com>
15546
15547         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15548         (gst_multi_fd_sink_remove_client_link):
15549         * gst/tcp/gstmultifdsink.h:
15550         Fix race condition in multifdsink that can lead to spurious 
15551         duplicate clients. this patch adds a new signal that is fired when
15552         multifdsink has removed all references to the fd.
15553         Fixes #339574.
15554         Updated documentation.
15555         API: client-fd-removed signal added
15556
15557 2006-04-28  Michael Smith  <msmith@fluendo.com>
15558
15559         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15560           When asking g_value_array_new to prealloc elements, we may as well
15561           ask for the right number of elements.
15562
15563 2006-04-28  Wim Taymans  <wim@fluendo.com>
15564
15565         * gst-libs/gst/audio/gstbaseaudiosink.c:
15566         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15567         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15568         patch to make timestamp checking more tollerant to rounding 
15569         errors given that real discontinuities are to be marked on
15570         buffers. Fixes some asf files and #338778.
15571         Also avoid some crashers when we receive an event in the 
15572         NULL state.
15573
15574 2006-04-28  Michael Smith  <msmith@fluendo.com>
15575
15576         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15577         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15578         (gst_gnome_vfs_src_get_property),
15579         (gst_gnome_vfs_src_send_additional_headers_callback),
15580         (gst_gnome_vfs_src_received_headers_callback),
15581         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15582         (gst_gnome_vfs_src_stop):
15583         * ext/gnomevfs/gstgnomevfssrc.h:
15584           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15585           proper shared support within icydemux.
15586
15587 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15588
15589         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15590         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15591           fix up docs
15592           fix a leak when no caps negotiated
15593           fix counting of input frames
15594         * tests/check/elements/.cvsignore:
15595         * tests/check/elements/videorate.c: (assert_videorate_stats),
15596         (GST_START_TEST), (videorate_suite):
15597           add tests for these
15598
15599 2006-04-28  Wim Taymans  <wim@fluendo.com>
15600
15601         * gst-libs/gst/audio/gstringbuffer.c:
15602         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15603         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15604         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15605         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15606         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15607         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15608         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15609         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15610         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15611         Check arguments passed to public functions instead of
15612         crashing.
15613
15614 2006-04-28  Wim Taymans  <wim@fluendo.com>
15615
15616         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15617         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15618         GstBaseAudioSrc must be live or it does not work.
15619
15620         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15621         Don't set live to TRUE as this is the default in the parentclass.
15622
15623 2006-04-28  Wim Taymans  <wim@fluendo.com>
15624
15625         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15626         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15627         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15628         fixation cases better. Fixes #338991
15629
15630 2006-04-28  Wim Taymans  <wim@fluendo.com>
15631
15632         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15633         Handle 0/1 framerate correctly Fixes #331901.
15634
15635 2006-04-28  Wim Taymans  <wim@fluendo.com>
15636
15637         * tests/check/elements/audioconvert.c: (get_float_caps),
15638         (GST_START_TEST), (audioconvert_suite):
15639         Added check for correct clipping when doing float samples
15640         in audioconvert.
15641
15642 2006-04-28  Wim Taymans  <wim@fluendo.com>
15643
15644         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15645         (gst_video_rate_chain):
15646         Print more debugging info.
15647
15648 2006-04-28  Wim Taymans  <wim@fluendo.com>
15649
15650         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15651         (resample_set_state_from_caps):
15652         Add support for other formats audioresample can handle such as
15653         32 bits in and float and 64 bits float. Fixes #301759
15654
15655 2006-04-28  Wim Taymans  <wim@fluendo.com>
15656
15657         * gst/audioconvert/audioconvert.c: (float):
15658         correctly clip float samples > 1.0. Fixes #338718
15659
15660 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15661
15662         Patch by: Young-Ho Cha  <ganadist at chollian net>
15663
15664         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15665         (gst_text_overlay_render_text):
15666           Don't strip newlines from the text. Also, center lines
15667           within multi-line paragraphs (#339405).
15668
15669 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15670
15671         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15672           Fix wavpack typefinding to work in more cases (don't peek
15673           for chunks of multiple hundred kBs at once, but process
15674           things step-by-step in smaller units). Fixes #339786.
15675
15676 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15677
15678         * configure.ac:
15679           back to HEAD
15680
15681 === release 0.10.6 ===
15682
15683 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15684
15685         * configure.ac:
15686           releasing 0.10.6, "Chao"
15687
15688 2006-04-26  David Schleef  <ds@schleef.org>
15689
15690         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15691           Fixes #338897.
15692
15693 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15694
15695         * configure.ac:
15696         * win32/common/config.h:
15697           new prerelease
15698
15699 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15700
15701         patch by: Wim Taymans
15702
15703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15704         (gst_ogg_demux_perform_seek):
15705           make sure correct newsegments are sent, so that the decoder
15706           and the demuxer agree on timestamps.  Fixes playback of a lot
15707           of Ogg files that do not start from 0.  Fixes #339833.
15708
15709 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15710
15711         Patch by: Edward Hervey  <edward@fluendo.com>
15712
15713         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15714         * tests/check/Makefile.am:
15715         * tests/check/elements/videorate.c: (assert_videorate_stats),
15716         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15717         (videorate_suite), (main):
15718           Fix an infinite loop if frames are passed in with wrongly ordered
15719           timestamps.  Fixes #339013.
15720
15721 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15722
15723         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15724
15725         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15726           fix typefinding on some ISO files.  Fixes #339212.
15727
15728 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15729
15730         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15731
15732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15733           add another H264 fourcc.  Fixes #339047.
15734
15735 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15736
15737         Patch by: Jan Schmidt
15738
15739         * gst/playback/gststreamselector.c:
15740         (gst_stream_selector_bufferalloc):
15741           Restore old StreamSelector behaviour.
15742           Fixes #338419.
15743
15744 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15745
15746         * configure.ac:
15747         * win32/common/config.h:
15748           prerelease
15749
15750 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15751
15752         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15753
15754         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15755         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15756           Fix some memory leaks: on finalize, free buffers left in the queue
15757           before destroying the queue; in _push(), unref rtp_buf even if
15758           the process vfunc returned a NULL buffer as output buffer (#337548);
15759           demote some recuring debug messages to LOG level.
15760
15761 2006-04-11  Wim Taymans  <wim@fluendo.com>
15762
15763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15764         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15765         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15766         (gst_ogg_demux_loop):
15767         More cleanups.
15768         Respect segment stop when emiting EOS or SEGMENT_DONE.
15769         Fixes (#337945).
15770
15771 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15772
15773         * gst/playback/gststreamselector.c:
15774         (gst_stream_selector_get_property):
15775           Don't leak pad name.
15776
15777 2006-04-10  Michael Smith  <msmith@fluendo.com>
15778
15779         * tests/check/Makefile.am:
15780         * tests/check/gst-plugins-base.supp:
15781           Suppress an old libtheora bug (fixed in more recent versions), so 
15782           that FC4 buildslaves can pass.
15783
15784 2006-04-10  Wim Taymans  <wim@fluendo.com>
15785
15786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15787         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15788         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15789         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15790         (gst_ogg_demux_loop):
15791         Don't leak events.
15792         Remember what error we got when finding chains, if we
15793         were shutdown, that would not be an error.
15794
15795 2006-04-10  Wim Taymans  <wim@fluendo.com>
15796
15797         * gst-libs/gst/audio/gstbaseaudiosink.c:
15798         (gst_base_audio_sink_event):
15799         Starting the ringbuffer when we did not acquire it can cause
15800         a deadlock, is pointless and causes nasty things for
15801         subclasses. 
15802         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15803
15804 2006-04-10  Wim Taymans  <wim@fluendo.com>
15805
15806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15807         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15808         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15809         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15810         (gst_ogg_demux_deactivate_current_chain),
15811         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15812         (gst_ogg_demux_bisect_forward_serialno),
15813         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15814         Add some more debugging.
15815
15816 2006-04-10  Wim Taymans  <wim@fluendo.com>
15817
15818         * ext/theora/theoradec.c: (theora_dec_src_event),
15819         (theora_handle_data_packet):
15820         Some more debug info.
15821
15822         * tests/examples/seek/seek.c: (start_seek), (main):
15823         Print element messages too.
15824
15825 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15826
15827         * gst/audioresample/debug.h:
15828           replace debug macros with variable number of parameters
15829           by a simple alias to gstreamer standard debug macros 
15830          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15831           supported by MSVC 6.0 and 7.1)
15832         * gst/audioresample/resample.h:
15833           define M_PI and rint for WIN32
15834         * win32/common/libgstaudio.def:
15835         * win32/common/libgstriff.def:
15836         * win32/common/libgsttag.def:
15837         * win32/common/libgstvideo.def:
15838           add new exported functions
15839         * win32/vs6:
15840           update project files
15841
15842 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15843
15844         * ext/alsa/gstalsamixeroptions.c:
15845         (gst_alsa_mixer_options_class_init):
15846         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15847         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15849         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15850         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15851         * gst-libs/gst/audio/gstaudiofilter.c:
15852         (gst_audio_filter_class_init):
15853         * gst-libs/gst/audio/gstaudiosink.c:
15854         (gst_audioringbuffer_class_init):
15855         * gst-libs/gst/audio/gstaudiosrc.c:
15856         (gst_audioringbuffer_class_init):
15857         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15858         * gst-libs/gst/interfaces/colorbalancechannel.c:
15859         (gst_color_balance_channel_class_init):
15860         * gst-libs/gst/interfaces/mixeroptions.c:
15861         (gst_mixer_options_class_init):
15862         * gst-libs/gst/interfaces/mixertrack.c:
15863         (gst_mixer_track_class_init):
15864         * gst-libs/gst/interfaces/tunerchannel.c:
15865         (gst_tuner_channel_class_init):
15866         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15867         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15868         (gst_netbuffer_class_init):
15869         * gst-libs/gst/rtp/gstbasertppayload.c:
15870         (gst_basertppayload_class_init):
15871         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15872         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15873         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15874         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15875         * gst/playback/gststreamselector.c:
15876         (gst_stream_selector_class_init):
15877         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15878         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15879         * sys/v4l/gstv4lcolorbalance.c:
15880         (gst_v4l_color_balance_channel_class_init):
15881         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15882         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15883         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15884         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15885         (gst_v4l_tuner_norm_class_init):
15886         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15888         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15889         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15890
15891 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15892
15893         * ext/pango/gsttextrender.h:
15894         * gst-libs/gst/audio/gstaudiosink.h:
15895         * gst-libs/gst/audio/gstaudiosrc.h:
15896         * gst-libs/gst/audio/gstbaseaudiosink.h:
15897         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15898         * gst-libs/gst/audio/gstringbuffer.h:
15899         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15900         * gst-libs/gst/rtp/gstbasertppayload.h:
15901         * gst-libs/gst/video/gstvideofilter.h:
15902         * gst-libs/gst/video/gstvideosink.h:
15903         * gst/playback/gstplaybasebin.h:
15904         * gst/tcp/gstmultifdsink.h:
15905         * sys/v4l/gstv4lelement.h:
15906         Fix broken GObject macros
15907
15908 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15909
15910         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15911         More debug to trace why my USB headset is not working with gst
15912
15913 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15914
15915         * gst/playback/gstplaybasebin.c: (group_destroy):
15916         Clean up our group elements properly in the case where it never 
15917         got committed - it still got added unconditionally to the bin.
15918
15919 2006-04-07  Wim Taymans  <wim@fluendo.com>
15920
15921         * ext/theora/theoradec.c: (theora_dec_sink_event),
15922         (theora_handle_data_packet), (theora_dec_chain):
15923         Unref unhandled events.
15924         Protect against empty buffers.
15925         Perform QoS on running time.
15926
15927 2006-04-07  Michael Smith  <msmith@fluendo.com>
15928
15929         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15930         (gst_vorbis_enc_chain):
15931           Remove leaks from vorbisenc.
15932           Mostly minor changes, the only significant one is that now the
15933           buffers we set as 'streamheader' on the caps are copies of the
15934           original buffers, to avoid circular refcounting problems.
15935
15936 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15937
15938         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15939           Don't remove our mute-probe if someone else already did so.
15940           Don't set a 2nd one if there is already one pending on the pad.
15941
15942         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15943         (do_playbin_seek):
15944           When a seek fails, ensure that playbin is still set back to playing.
15945           
15946         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15947         (mpeg_ts_type_find), (plugin_init):
15948           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15949
15950 2006-04-06  Andy Wingo  <wingo@pobox.com>
15951
15952         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15953         (gst_video_rate_init): Caps-related parameters should not be reset
15954         by a flush -- move their inits to the instance init function.
15955         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15956         is not OK, just return the result.
15957
15958         * gst/audiotestsrc/gstaudiotestsrc.c
15959         (gst_audio_test_src_class_init)
15960         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15961         broken by Stefan's commit on 24 March.
15962
15963         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15964         buffers being pushed out. Fixes oggmux ! multifdsink.
15965
15966 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15967
15968         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15969         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15970         * ext/vorbis/vorbisdec.h:
15971         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15972         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15973         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15974         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15975         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15976         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15977         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15978         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15979         (gst_vorbis_enc_buffer_from_packet),
15980         (gst_vorbis_enc_buffer_from_header_packet),
15981         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15982         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15983         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15984         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15985         (gst_vorbis_enc_change_state):
15986         * ext/vorbis/vorbisenc.h:
15987           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15988           vorbisenc adhere to the official nomenclature; use boilerplate
15989           macro.
15990
15991 2006-04-04  Andy Wingo  <wingo@pobox.com>
15992
15993         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15994         Whoops, fix bug introduced. Bad hacker!
15995         
15996         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15997         Properly handle the case where you get EOS before any buffers are
15998         received. Use gst_buffer_make_metadata_writable where appropriate.
15999
16000         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16001         is often negative -- make it signed so as not to wrap around.
16002         Fixes segfaults introduced on 9 March.
16003
16004 2006-04-03  Wim Taymans  <wim@fluendo.com>
16005
16006         * ext/theora/gsttheoradec.h:
16007         * ext/theora/theoradec.c: (theora_dec_src_event):
16008         Don't try to store a gdouble in a gboolean.
16009         Small cleanups.
16010
16011 2006-04-03  Michael Smith  <msmith@fluendo.com>
16012
16013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16014           Oggmux sucks.
16015           Make it suck slightly less by writing out the final page.
16016           Still can't encode a vorbis-in-ogg file correctly, though.
16017
16018 2006-04-03  Andy Wingo  <wingo@pobox.com>
16019
16020         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16021         a g_print.
16022
16023         * ext/theora/theora.c (plugin_init): Register theoraparse.
16024
16025         * ext/theora/gsttheoraparse.h: 
16026         * ext/theora/theoraparse.c: New files implementing a theora
16027         parser. Now we can properly remux ogg/theora+vorbis, yay.
16028
16029         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16030
16031 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16032
16033         * gst/audiotestsrc/gstaudiotestsrc.c:
16034           Fixed the sample pipeline (see #323798)
16035
16036 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16037
16038         * configure.ac:
16039         * win32/common/config.h:
16040         * win32/common/config.h.in:
16041           use AS_VERSION and AS_NANO
16042           more cleanups
16043
16044 2006-03-31  Andy Wingo  <wingo@pobox.com>
16045
16046         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16047         uninitialized variable return that would happen.
16048         
16049         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16050         uninitialized variable return that would never happen.
16051
16052         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16053         (vorbis_parse_sink_event): Add an event function to flush our
16054         state on a seek, and to drain buffers on a premature EOS.
16055         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16056         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16057         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16058         (vorbis_parse_drain_queue): Queue up buffers until we can set
16059         their timestamps and granulepos values.
16060
16061         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16062         and keep track of data needed for deriving granulepos and
16063         timestamps for buffers.
16064
16065 2006-03-29  Wim Taymans  <wim@fluendo.com>
16066
16067         Patch by: j^ <j at bootlab dot org>
16068
16069         * ext/alsa/gstalsamixerelement.c:
16070         (gst_alsa_mixer_element_class_init):
16071         * ext/alsa/gstalsasink.c:
16072         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16073         * ext/ogg/gstoggdemux.c:
16074         * ext/ogg/gstoggmux.c:
16075         * ext/ogg/gstoggparse.c:
16076         * ext/pango/gstclockoverlay.c:
16077         * ext/pango/gsttextoverlay.c:
16078         * ext/pango/gsttextrender.c:
16079         * ext/pango/gsttimeoverlay.c:
16080         * ext/theora/theoradec.c:
16081         * ext/theora/theoraenc.c:
16082         * ext/vorbis/vorbisdec.c:
16083         * ext/vorbis/vorbisenc.c:
16084         * gst/audioconvert/gstaudioconvert.c:
16085         * gst/subparse/gstsubparse.c:
16086         * gst/tcp/gstmultifdsink.c:
16087         * gst/tcp/gsttcpclientsink.c:
16088         * gst/tcp/gsttcpclientsrc.c:
16089         * gst/tcp/gsttcpserversink.c:
16090         * gst/tcp/gsttcpserversrc.c:
16091           better/unified long descriptions
16092           Fixes #336477
16093
16094 2006-03-29  Wim Taymans  <wim@fluendo.com>
16095
16096         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16097         (stop_seek):
16098         Don't let double and triple clicks mess up our state.
16099
16100 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16101
16102         * gst/playback/gstplaybin.c: (gen_video_element),
16103         (gen_text_element), (gen_audio_element), (gen_vis_element):
16104           Error out gracefully when we can't create any of the usual
16105           conversion elements for some reason. Also, don't try to
16106           create an audioscale (sic) element that's not used anyway.
16107
16108 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * gst/playback/gstplaybasebin.c: (setup_source):
16111           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16112           element for a particular protocol, that's confusing for users.
16113           Instead, post a RESOURCE_FAILED error, so that our own error
16114           message is actually shown in totem etc. (#336303).
16115
16116 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16119
16120         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16121         (gst_gnome_vfs_src_get_icy_metadata):
16122           Fix some minor memory leaks (#336194).
16123
16124 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16125
16126         * ext/gnomevfs/gstgnomevfs.c:
16127         (gst_gnome_vfs_location_to_uri_string):
16128         * ext/gnomevfs/gstgnomevfs.h:
16129         * ext/gnomevfs/gstgnomevfssink.c:
16130         (gst_gnome_vfs_sink_set_property):
16131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16132           Make gnomevfssink accept filenames as well as URIs for the
16133           "location" property, just like gnomevfssrc does (and
16134           filesrc/filesink do) (#336190).
16135
16136 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16137
16138         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16139           set to NULL before unreffing, fixes a valgrind leak.
16140           Why was this not triggering the error that an object needs to
16141           be NULL before unreffing ?
16142         * win32/common/config.h:
16143           update
16144
16145 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         * gst/subparse/gstsubparse.c: (convert_encoding),
16148         (gst_sub_parse_change_state):
16149         * gst/subparse/gstsubparse.h:
16150           Text subtitle files may or may not be UTF-8. If it's not, we
16151           don't really want to see '?' characters in place of non-ASCII
16152           characters like accented characters. So let's assume the input
16153           is UTF-8 until we come across text that is clearly not. If it's
16154           not UTF-8, we don't really know what it is, so try the following:
16155           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16156           is set; if not, check (b) if the current locale encoding is
16157           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16158           the current locale encoding is UTF-8 and the environment variable
16159           was not set to any particular encoding. Not perfect, but better
16160           than nothing (and better than before, I think) (fixes #172848).
16161
16162 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16163
16164         * configure.ac:
16165           update core requirement to 0.10.4.1 because of async_playback
16166           vmethod on GstBaseSink
16167
16168 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16169
16170         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16171         * gst/adder/gstadder.c: (gst_adder_init):
16172         use DEBUG_FUNCPTR for collectpads
16173
16174 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16175
16176         * docs/plugins/Makefile.am:
16177         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16179         * ext/cdparanoia/gstcdparanoiasrc.c:
16180         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16181         (gst_gnome_vfs_sink_class_init):
16182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16184         * ext/ogg/gstoggmux.c:
16185         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16186         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16187         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16188         * ext/pango/gsttextoverlay.c:
16189         * ext/pango/gsttextrender.c:
16190         * ext/theora/theoradec.c:
16191         * ext/theora/theoraenc.c:
16192         * ext/vorbis/vorbisdec.c:
16193         * ext/vorbis/vorbisenc.c:
16194         * gst-libs/gst/audio/gstaudiofilter.c:
16195         (gst_audio_filter_base_init):
16196         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16197         (gst_audio_filter_template_base_init):
16198         * gst/adder/gstadder.c: (gst_adder_get_type):
16199         * gst/adder/gstadder.h:
16200         * gst/audioconvert/gstaudioconvert.c:
16201         * gst/audiotestsrc/gstaudiotestsrc.c:
16202         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16203         (gst_audio_test_src_create):
16204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16205         * gst/playback/gstdecodebin.c:
16206         * gst/playback/gstplaybin.c:
16207         * gst/playback/gststreamselector.c:
16208         (gst_stream_selector_base_init):
16209         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16210         * gst/volume/gstvolume.c:
16211         * sys/v4l/gstv4lmjpegsink.c:
16212         * sys/v4l/gstv4lmjpegsrc.c:
16213         * tests/check/libs/cddabasesrc.c:
16214         * tests/old/examples/gob/gst-identity2.gob:
16215           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16216           define GstElementDetails at the top
16217
16218 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16219
16220         * win32/common/libgstinterfaces.def:
16221         Add a lot of export functions for gst-python
16222         * win32/vs6/libgstinterfaces.dsp:
16223         Add a missing include folder in the project configuration
16224         
16225 2006-03-23  Wim Taymans  <wim@fluendo.com>
16226
16227         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16228         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16229         (gst_base_audio_src_change_state):
16230         Fix audio sources, forgot to make the ringbuffer
16231         startable...
16232
16233 2006-03-23  Wim Taymans  <wim@fluendo.com>
16234
16235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16236         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16237         (gst_base_audio_src_change_state):
16238         unparent instead of unref the ringbuffer.
16239
16240 2006-03-23  Wim Taymans  <wim@fluendo.com>
16241
16242         * gst-libs/gst/audio/gstbaseaudiosink.c:
16243         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16244         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16245         Implement new async_play vmethod to start slaving and allow
16246         playback start in case of async PLAY state changes. 
16247
16248         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16249         Enable QoS with new method in base class.
16250
16251 2006-03-23  Wim Taymans  <wim@fluendo.com>
16252
16253         Patch by: Julien MOUTTE <julien at moutte dot net>
16254
16255         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16256         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16257         Partially handle 0 framerate, only EOS after the first frame
16258         is missing.
16259
16260 2006-03-23  Wim Taymans  <wim@fluendo.com>
16261
16262         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16263
16264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16265         (gst_riff_create_video_template_caps):
16266         * gst/ffmpegcolorspace/avcodec.h:
16267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16268         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16269         (gst_ffmpegcsp_avpicture_fill):
16270         * gst/ffmpegcolorspace/imgconvert.c:
16271         Patch for support of YVU9 AVI files (#334822)
16272
16273 2006-03-22  Edward Hervey  <edward@fluendo.com>
16274
16275         * docs/design/design-decodebin.txt:
16276         Added design document for new decodebin
16277         (Target Caps): text/x-pango-markup is also a default target caps.
16278
16279 2006-03-22  Wim Taymans  <wim@fluendo.com>
16280
16281         * gst-libs/gst/audio/gstbaseaudiosink.c:
16282         (gst_base_audio_sink_dispose):
16283         Since we _parent the ringbuffer, we also need to
16284         _unparent instead of a plain _unref.
16285
16286 2006-03-22  Wim Taymans  <wim@fluendo.com>
16287
16288         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16289         (stop_seek), (scrub_toggle_cb), (main):
16290         Add scrub checkbox.
16291
16292 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16293
16294         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16295         (gst_ogg_parse_chain):
16296           Fix very inefficient usage of linked lists (#335365).
16297
16298 2006-03-21  Edward Hervey  <edward@fluendo.com>
16299
16300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16301         * gst/playback/gstplaybin.c: (handoff):
16302         * gst/playback/gststreamselector.c:
16303         (gst_stream_selector_set_property):
16304         gcc 4.1 unreferenced pointer fixes.
16305         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16307         gst_buffer_ref() now takes a GstBuffer*.
16308
16309 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16310
16311         * sys/xvimage/xvimagesink.c:
16312         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16313         by Jan Schmidt.
16314
16315 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16318         (id3v1_type_find), (apetag_type_find), (plugin_init):
16319           Can't do tag preferences via probability, as tags would then
16320           lose against types that are recognised with MAXIMUM probability
16321           (like .wav); so let all tag typefinders return MAXIMUM themselves
16322           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16323           that we can prefer APE to ID3v1 (fixes #335028).
16324           
16325 2006-03-17  Wim Taymans  <wim@fluendo.com>
16326
16327         * gst-libs/gst/audio/gstbaseaudiosink.c:
16328         (gst_base_audio_sink_change_state):
16329         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16330         (gst_ring_buffer_may_start):
16331         * gst-libs/gst/audio/gstringbuffer.h:
16332         Only start playback if we are playing.
16333         should fix #330748.
16334
16335 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16336
16337         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16338         * win32/common/config.h:
16339           Revert accidental commits to these files.
16340
16341 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16344
16345         * tests/Makefile.am:
16346           Don't try to build tests in tests/icles if we
16347           don't have X (#323852)
16348
16349 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * gst-libs/gst/tag/gstid3tag.c:
16352           Add TXXX frame identifiers for replaygain stuff as used
16353           by some taggers (see #323721).
16354
16355 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16356
16357         * gst/playback/gststreamselector.c:
16358         (gst_stream_selector_set_property),
16359         (gst_stream_selector_bufferalloc):
16360           Preserve the existing buggy streamselector behaviour by performing
16361           a fallback buffer allocation when downstream isn't linked yet.
16362           This should really be fixed in playbin by blocking pads until it's
16363           linked them.
16364           Also, use gst_pad_alloc_buffer instead of
16365           gst_pad_alloc_buffer_and_set.
16366
16367 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16368
16369         * gst-libs/gst/tag/gstid3tag.c:
16370           Don't crash on unknown ID3v2 TXXX frames.
16371           
16372 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16373
16374         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16375           Chain up to the parent finalize method.
16376           Add 32-bit sample size to the template caps.
16377
16378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16379         (gst_riff_create_video_template_caps):
16380           Add the fourcc that the VMWare codec uses.
16381           
16382         * gst/playback/gststreamselector.c:
16383         (gst_stream_selector_set_property),
16384         (gst_stream_selector_bufferalloc),
16385         (gst_stream_selector_request_new_pad):
16386           For the active pad, forward buffer-alloc requests, otherwise
16387           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16388           having to memcpy every frame when used by playbin.
16389
16390         * gst/tcp/gstmultifdsink.c:
16391         (gst_multi_fd_sink_handle_client_write):
16392           Get negotiated caps from the sink pad, rather than the sink
16393           pad's peer.
16394
16395 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16398         
16399         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16400           Don't forget to set src->callbacks_pushed to FALSE again when
16401           popping them, otherwise re-activation in a different mode won't
16402           work (#334620).
16403
16404 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16405
16406         Patch by: Sebastien Moutte  <sebastien moutte net>
16407
16408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16409         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16410         (gst_ffmpeg_smpfmt_to_caps):
16411           Replace __VA_ARGS__ caps creation macros with varargs functions.
16412           Makes things compile on MSVC (#320765), looks nicer, and we can
16413           tell the compiler to check for the NULL terminator.
16414
16415 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16416
16417         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16418
16419         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16420           Make sure the buffer we copy into is really always big
16421           enough, this time for real (#333488).
16422           
16423 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16424
16425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16426           Add support for 24bpp DIB (#305279).
16427
16428 2006-03-14  Wim Taymans  <wim@fluendo.com>
16429
16430         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16431         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16433         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16434         (gst_video_scale_init), (gst_video_scale_src_event):
16435         Re-enable QoS after the release.
16436         Rework videoscale to use the base class src_event handler.
16437
16438 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * configure.ac:
16441           back to CVS.
16442
16443 === release 0.10.5 ===
16444
16445 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16446
16447         * configure.ac:
16448           releasing 0.10.5, "Net"
16449
16450 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16451
16452         * docs/plugins/Makefile.am:
16453           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16454           
16455 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16456
16457         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16458         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16459         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16460           Add cdparanoiasrc to docs.
16461
16462         * gst-libs/gst/cdda/gstcddabasesrc.c:
16463           More GstCddaBaseSrc docs.
16464
16465 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         * docs/libs/gst-plugins-base-libs-sections.txt:
16468         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16469         * gst-libs/gst/tag/tag.h:
16470           API: libgsttag: new method gst_tag_from_id3_user_tag().
16471
16472 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16475           NULL-terminate array of mpeg4 video file extensions.
16476           Fixes crash on PPC (#334226).
16477
16478 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         * ext/gnomevfs/gstgnomevfssrc.c:
16481         (gst_gnome_vfs_src_check_get_range):
16482           gnome_vfs_uri_is_local() alone is not a good indicator
16483           whether we can operate in pull-mode with a specific URI,
16484           as it returns FALSE for file:// URIs that point to an
16485           NFS-mounted path. Be more conservative here: whitelist
16486           local files, blacklist http URIs and use the old
16487           mechanism for anything else (fixes #334216).
16488
16489 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16490
16491         * configure.ac:
16492           back to trunk
16493
16494 === release 0.10.4 ===
16495
16496 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16497
16498         * configure.ac:
16499           releasing 0.10.4, "Power"
16500
16501 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16502
16503         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16504         Disable max-lateness by setting it to -1 for now, so that 
16505         we can bed QoS stuff in thoroughly between now and the next
16506         release.
16507
16508 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16509
16510         Patch by: Fabrizio Gennari
16511
16512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16513           Make sure we don't read beyond the palette buffer in case of
16514           broken or manipulated files (#333488)
16515
16516 2006-03-10  Edward Hervey  <edward@fluendo.com>
16517
16518         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16519         Fix for variable not initialized.
16520
16521 2006-03-09  Wim Taymans  <wim@fluendo.com>
16522
16523         * ext/libvisual/visual.c: (gst_visual_get_type),
16524         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16525         (gst_visual_chain):
16526         Small cleanups.
16527
16528         * ext/theora/gsttheoradec.h:
16529         * ext/theora/theoradec.c: (gst_theora_dec_init),
16530         (gst_theora_dec_reset), (_theora_granule_time),
16531         (theora_dec_src_convert), (theora_dec_sink_convert),
16532         (theora_dec_src_query), (theora_dec_src_event),
16533         (theora_dec_sink_event), (theora_handle_comment_packet),
16534         (theora_handle_header_packet), (theora_dec_push),
16535         (theora_handle_data_packet), (theora_dec_chain),
16536         (theora_dec_change_state):
16537         Add simple QoS.
16538
16539 2006-03-09  Wim Taymans  <wim@fluendo.com>
16540
16541         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16542         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16543         Some cleanups.
16544
16545 2006-03-09  Wim Taymans  <wim@fluendo.com>
16546
16547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16548         Don't try to activate NULL chains.
16549
16550 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16551
16552         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16553           Fix invalid memory access to region before peek'd data (#332964).
16554
16555 2006-03-09  Wim Taymans  <wim@fluendo.com>
16556
16557         Patch by: Christophe Fergeau
16558
16559         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16560         * ext/pango/gsttextrender.c: (gst_text_render_init):
16561         * gst/adder/gstadder.c: (gst_adder_init):
16562         Don't leak padtemplates, closes #333510.
16563
16564 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16567           Fix invalid memory access: make sure string passed to
16568           regexec() is NUL-termianted.
16569
16570 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16571
16572         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16573         (mp3_type_find):
16574           Refactor mpeg/audio typefinding to make it more maintainable
16575           and easier to fine-tune. Make probing into middle of the file
16576           work properly (fixes #333900, also see #152688).
16577
16578 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16579
16580         * gst/typefind/gsttypefindfunctions.c:
16581         (utf8_type_find_have_valid_utf8_at_offset):
16582           Remove part from previous commit that was bogus:
16583           g_utf8_validate() does in fact not accept embedded
16584           zeroes, so we don't need to check for those (thanks
16585           to Mike for the hint).
16586
16587 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16588
16589         * gst/typefind/gsttypefindfunctions.c:
16590         (utf8_type_find_count_embedded_zeroes),
16591         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16592           Make plain/text typefinder more conservative: firstly, check
16593           for embedded zeroes, which are perfectly valid UTF-8 characters,
16594           but also a fairly good sign that something is not a plain text
16595           file; secondly, probe into the middle of the file if possible.
16596           If we can't probe into the middle, limit the probability value
16597           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16598
16599 2006-03-08  Michael Smith  <msmith@fluendo.com>
16600
16601         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16602           Make typefind function name for mpeg4 video unique.
16603
16604 2006-03-08  Wim Taymans  <wim@fluendo.com>
16605
16606         * ext/libvisual/visual.c: (gst_visual_init),
16607         (gst_visual_clear_actors), (gst_visual_dispose),
16608         (gst_visual_reset), (gst_visual_src_setcaps),
16609         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16610         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16611         (gst_visual_chain), (gst_visual_change_state):
16612         Cleanups, post nice errors.
16613         Handle sink and src events.
16614         Implement simple QoS.
16615
16616         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16617         Use new basesink methods to configure max-lateness.
16618         Small doc update.
16619
16620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16621         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16622         Debug statement cleanups.
16623
16624         * gst/volume/gstvolume.c: (gst_volume_class_init):
16625         Simple cleanup.
16626
16627 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16630         (gst_text_overlay_init), (gst_text_overlay_set_property),
16631         (gst_text_overlay_get_property):
16632           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16633           as string type properties, but mark them deprecated. Add
16634           'halignment' and 'valignment' properties that use enums
16635           instead of strings.
16636
16637 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16638
16639         Patch by: Fabrizio Gennari
16640
16641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16642           Allow palettes with less than 256 colours in AVI files
16643           (#333488)
16644
16645 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16646
16647         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16648         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16649         pad. We were releasing the queued text buffer when we should keep
16650         it until video pad gets EOS or discard the text buffer because it's
16651         too old. That was eating the last subtitle buffer. Add some more
16652         debug.
16653
16654 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16657         (gst_text_overlay_video_chain):
16658           Fix invalid memory access (we can't access a buffer after it's been
16659           pushed downstream without taking a reference); fix memory leak (if
16660           there's no text to render, bail out before allocating stuff).
16661
16662 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16663
16664         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16665         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16666         * ext/pango/gsttextoverlay.h:
16667           If input is plain text, escape it before passing it to
16668           pango_layout_set_markup().
16669
16670 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16671
16672         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16673           Don't ignore flow return from gst_pad_push().
16674
16675 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16676
16677         Patch by: Fabrizio Gennari
16678
16679         * ext/libvisual/visual.c: (gst_visual_getcaps),
16680         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16681         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16683         (gst_vorbisenc_convert_sink):
16684         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16685         (gst_audio_duration_from_pad_buffer):
16686         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16687         (gst_audio_filter_chain):
16688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16689         (gst_base_rtp_depayload_setcaps):
16690         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16691         (gst_video_get_size):
16692         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16693           Don't leak references returned by gst_pad_get_parent()
16694           (#333663)
16695
16696 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16697
16698         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16699           change location param details
16700         * gst/volume/gstvolume.c: (plugin_init):
16701           correct plugin description
16702
16703 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16704
16705         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16706         (gst_gnome_vfs_src_check_get_range):
16707           Override GstBaseSrc::check_get_range() in order to avoid opening
16708           the resource just to check whether we can operate in pull-mode or
16709           not - we can predict that pretty well from the URI alone. Should
16710           fix problems with last.fm (#331690). (Requires latest core CVS).
16711
16712 2006-03-06  Wim Taymans  <wim@fluendo.com>
16713
16714         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16715         (gst_video_sink_class_init):
16716         Throw away frames that are later than 20 ms.
16717
16718 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16719
16720         Patch by: Fabrizio Gennari
16721
16722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16723           Set depth on WMA caps (#333545)
16724
16725 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16726
16727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16728         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16729           put Theora BOS pages before others.  This hardcodes
16730           the Ogg/Theora I profile, but hey.
16731
16732 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16733
16734         * ext/ogg/README:
16735           updated with some examples
16736         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16737         (granulepos_add), (theora_buffer_from_packet):
16738         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16739         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16740         (gst_vorbisenc_chain):
16741           implement strategy from ext/ogg/README
16742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16743         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16744         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16745         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16746           Fix muxer so that oggz-validate is happy with all streams;
16747           except for no eos mark, and the BOS page ordering
16748         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16749         (check_buffer_granulepos):
16750         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16751           update tests to check for OFFSET being set as requested
16752           fixed type of granulepos, it's not a ClockTime
16753
16754 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16755
16756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16757         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16758         Check that the xvimage we are creating has a correct size
16759         before returning it. (#314897)
16760
16761 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16762
16763         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16764           Give id3 and ape tag typefinders a rank slightly higher
16765           than PRIMARY to ensure they're always run before any of
16766           the other typefinders (in particular wav and mp3) (#324186).
16767
16768 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16769
16770         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16771           Add support for '3IVD' fourcc (#333403).
16772
16773 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16774
16775         * configure.ac:
16776           Bump requirements to GStreamer CVS for the new error enum.
16777
16778         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16779           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16780           space left on the device (fixes #333352).
16781
16782 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16783
16784         * win32/vs6:
16785           add a project file for libgstvolume
16786           update the workspace
16787
16788 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16789
16790         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16791         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16792         (GST_START_TEST):
16793           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16794           Set IN_CAPS on header buffers
16795
16796 2006-03-02  Wim Taymans  <wim@fluendo.com>
16797
16798         * docs/plugins/Makefile.am:
16799         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16800         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16801         Add audioresample to docs.
16802
16803         * gst/audioconvert/gstaudioconvert.c:
16804         Add revision date.
16805
16806         * gst/audioresample/gstaudioresample.c:
16807         (gst_audioresample_base_init), (gst_audioresample_class_init),
16808         (gst_audioresample_init), (gst_audioresample_dispose),
16809         (audioresample_get_unit_size), (audioresample_transform_caps),
16810         (resample_set_state_from_caps), (audioresample_transform_size),
16811         (audioresample_set_caps), (audioresample_event),
16812         (audioresample_do_output), (audioresample_transform),
16813         (audioresample_pushthrough), (gst_audioresample_set_property),
16814         (gst_audioresample_get_property), (plugin_init):
16815         * gst/audioresample/gstaudioresample.h:
16816         Added docs.
16817         Small code cleanups.
16818
16819 2006-03-02  Wim Taymans  <wim@fluendo.com>
16820
16821         * docs/plugins/Makefile.am:
16822         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16823         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16824         Added videoscale to docs.
16825
16826         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16827         (gst_video_rate_swap_prev), (gst_video_rate_event),
16828         (gst_video_rate_chain):
16829         Fix typo in docs.
16830
16831         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16832         (gst_video_scale_init), (gst_video_scale_prepare_size),
16833         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16834         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16835         * gst/videoscale/gstvideoscale.h:
16836         Added docs, examples.
16837         Some code cleanups.
16838         Post errors instead of g_warning.
16839
16840 2006-03-02  Wim Taymans  <wim@fluendo.com>
16841
16842         * docs/libs/gst-plugins-base-libs-docs.sgml:
16843         * docs/libs/gst-plugins-base-libs-sections.txt:
16844         * docs/libs/gst-plugins-base-libs.types:
16845         * docs/plugins/Makefile.am:
16846         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16847         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16848         Added some more docs to libs and plugins.
16849
16850         * gst-libs/gst/audio/gstringbuffer.c:
16851         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16852         * gst-libs/gst/audio/gstringbuffer.h:
16853         Document ringbuffer some more.
16854
16855         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16856         (gst_video_rate_setcaps), (gst_video_rate_reset),
16857         (gst_video_rate_init), (gst_video_rate_flush_prev),
16858         (gst_video_rate_swap_prev), (gst_video_rate_event),
16859         (gst_video_rate_chain), (gst_video_rate_change_state):
16860         * gst/videorate/gstvideorate.h:
16861         Fix videorate to use segments.
16862         Make it work with 0/1 framerates (closes #331903)
16863         Handle EOS correctly.
16864         Added docs.
16865
16866 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16867
16868         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16869         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16870         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16871           In state change function, first chain up to parent class,
16872           then handle downwards state change stuff. Remove some
16873           commented out cruft from 0.8 code.
16874
16875 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16878         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16879         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16880         (gst_ogm_parse_chain):
16881           Don't remove/re-add source pad if the new caps are the same as
16882           the old caps anyway (#333042). When removing source pad, don't
16883           unref it afterwards - we didn't ref it when adding. Sprinkle some
16884           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16885           after using gst_pad_get_parent(). Return downstream flow return
16886           value in chain function.
16887
16888 2006-03-02  Wim Taymans  <wim@fluendo.com>
16889
16890         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16891         * docs/plugins/gst-plugins-base-plugins.args:
16892         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16893         * docs/plugins/gst-plugins-base-plugins.interfaces:
16894         * docs/plugins/gst-plugins-base-plugins.signals:
16895         Fix hierarchy, added some more elements to the docs.
16896
16897         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16898         (gst_ffmpegcsp_get_type):
16899         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16900         Fix docs for ffmpegcolorspace.
16901
16902 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16905         (apetag_type_find), (ape_type_find), (plugin_init):
16906           Some typefinding fine-tuning:
16907           - rank ID3/APE tags in order of preference via probabilities, so that
16908             ID3v2 > APEv2 > APEv1 > ID3v1.
16909           - three or four bytes don't really justify MAXIMUM probability,
16910             change those to 'very likely' (musepack and monkeysaudio).
16911
16912 2006-03-01  Wim Taymans  <wim@fluendo.com>
16913
16914         * docs/plugins/Makefile.am:
16915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16916         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16917         * ext/alsa/gstalsamixer.c:
16918         * ext/alsa/gstalsamixer.h:
16919         * ext/alsa/gstalsamixerelement.c:
16920         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16921         * ext/alsa/gstalsamixerelement.h:
16922         * ext/alsa/gstalsasink.c:
16923         * ext/alsa/gstalsasink.h:
16924         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16925         (gst_alsasrc_init):
16926         * ext/alsa/gstalsasrc.h:
16927         Added alsa docs.
16928         Small code cleanups.
16929
16930 2006-03-01  Wim Taymans  <wim@fluendo.com>
16931
16932         * ext/theora/Makefile.am:
16933         Dist new header too,
16934
16935 2006-03-01  Wim Taymans  <wim@fluendo.com>
16936
16937         * docs/plugins/Makefile.am:
16938         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16939         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16940         * ext/gnomevfs/gstgnomevfssink.h:
16941         * ext/gnomevfs/gstgnomevfssrc.h:
16942         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16943         * ext/vorbis/vorbisdec.h:
16944         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16945         * ext/vorbis/vorbisenc.h:
16946         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16947         (vorbis_parse_chain), (vorbis_parse_change_state):
16948         * ext/vorbis/vorbisparse.h:
16949         * gst/audioconvert/gstaudioconvert.h:
16950         * gst/tcp/gsttcpserversink.h:
16951         * gst/videotestsrc/gstvideotestsrc.c:
16952         * gst/videotestsrc/gstvideotestsrc.h:
16953         * gst/volume/gstvolume.c:
16954         * gst/volume/gstvolume.h:
16955         Fix some more docs.
16956         Added docs for vorbisdec and vorbisparse.
16957         Fix vorbisparse.
16958
16959 2006-03-01  Wim Taymans  <wim@fluendo.com>
16960
16961         * docs/plugins/Makefile.am:
16962         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16963         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16964         * ext/pango/gstclockoverlay.h:
16965         * ext/pango/gsttextoverlay.h:
16966         * ext/pango/gsttextrender.h:
16967         * ext/pango/gsttimeoverlay.h:
16968         * ext/theora/gsttheoradec.h:
16969         * ext/theora/gsttheoraenc.h:
16970         * ext/theora/theoradec.c:
16971         * ext/theora/theoraenc.c:
16972         * gst/audioconvert/gstaudioconvert.h:
16973         * gst/audiotestsrc/gstaudiotestsrc.h:
16974         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16975         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16976         * gst/tcp/gstmultifdsink.h:
16977         Updated/added documentation.
16978
16979         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16980         (gst_text_overlay_halign_get_type),
16981         (gst_text_overlay_wrap_mode_get_type),
16982         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16983         (gst_text_overlay_init), (gst_text_overlay_set_property),
16984         (gst_text_overlay_get_property):
16985         Fix up properties to be enums instead of string to make bindings,
16986         introspection and automatic GUI creation possible.
16987         Add getters for the properties.
16988
16989 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16990
16991         * gst/audiotestsrc/gstaudiotestsrc.c:
16992           added defines of M_PI and M_PI_2
16993         * gst/ffmpegcolorspace/avcodec.h:
16994           removed #include "stdint.h" for win32 as _stdint.h is 
16995           autogenerated to win32/common
16996         * win32/common/libgstaudio.def:
16997         * win32/common/libgsttag.def:
16998           added some exports
16999         * win32/vs6:
17000           some project files bugs corrected
17001         * win32/vs7:
17002           project files are reset to the default vs7 configuration 
17003           (they link to msvcr71.dll using default optimizations)
17004           
17005 2006-02-28  Wim Taymans  <wim@fluendo.com>
17006
17007         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17008         Fix some docs.
17009
17010 2006-02-28  Edward Hervey  <edward@fluendo.com>
17011
17012         * ext/alsa/gstalsasrc.c:
17013         Set proper class on the ElementDetails:
17014         Source/Audio instead of Src/Audio/
17015
17016 2006-02-28  Edward Hervey  <edward@fluendo.com>
17017
17018         * gst/videoscale/vs_scanline.c:
17019         (vs_scanline_resample_nearest_RGBA):
17020         Revert optimization in videoscale. It should go in liboil and have
17021         an appropriate liboil function.
17022
17023 2006-02-28  Wim Taymans  <wim@fluendo.com>
17024
17025         * gst-libs/gst/audio/gstbaseaudiosink.c:
17026         (gst_base_audio_sink_provide_clock):
17027         Don't try to provide a clock in the NULL state.
17028
17029 2006-02-28  Wim Taymans  <wim@fluendo.com>
17030
17031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17032         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17033         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17034         (gst_ogg_demux_deactivate_current_chain),
17035         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17036         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17037         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17038         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17039         Use GstSegment infrastructure to remove duplicated code
17040         and handle more seek cases correctly.
17041
17042 2006-02-28  Wim Taymans  <wim@fluendo.com>
17043
17044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17045         (gst_ffmpegcsp_transform):
17046         Don't ignore return code from ffmpeg convert function.
17047
17048         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17049         Split out some long statements to ease debugging.
17050
17051 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17052
17053         * ext/libvisual/visual.c: (gst_visual_init),
17054         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17055         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17056         being able to renegotiate the size. Instead, use the negotiation
17057         algorithm from the goom plugin to pick an initial output caps. 
17058
17059         Also, allow theoretical libvisual plugins that might support non-GL 
17060         output even if they also do GL.
17061
17062 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17063
17064         * ext/libvisual/visual.c: (gst_visual_init),
17065         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17066         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17067         possible negotiation issues.
17068
17069 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17070
17071         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17072
17073 2006-02-24  Michael Smith  <msmith@fluendo.com>
17074
17075         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17076         (cmml_type_find), (plugin_init):
17077           Fix CMML type find function to not require a specific minor version
17078           of the CMML header.
17079
17080           Add an MPEG4 video elementary stream typefind function.
17081
17082 2006-02-04  Michael Smith  <msmith@fluendo.com>
17083
17084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17085         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17086         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17087         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17088         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17089         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17090           Annodex support in ogg demuxer. Doesn't do very much without the
17091           other annodex patches (to come).
17092
17093 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17094
17095         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17096
17097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17098           Pick up palette for MS video v1 (#327028)
17099
17100 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17101
17102         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17103         (gst_ffmpegcsp_caps_remove_format_info),
17104         (gst_ffmpegcsp_get_unit_size):
17105           The 'palette_data' field from incoming RGB caps shouldn't be
17106           proxied on outgoing YUV caps; also, restrict unit size
17107           adjustment in case of paletted data only to the unit that
17108           actually has a palette. Fixes #330711.
17109
17110 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17111
17112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17113         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17114         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17115         (gst_ffmpegcsp_get_unit_size):
17116           Plug some memory leaks.
17117
17118 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17119
17120         * sys/ximage/Makefile.am:
17121         * sys/xvimage/Makefile.am:
17122           Add some _CFLAGS and _LIBS that seem to be missing
17123           and/or required for Cygwin (see #317048).
17124
17125 2006-02-22  Wim Taymans  <wim@fluendo.com>
17126
17127         * ext/alsa/gstalsasrc.c:
17128         Fix description as pointed out by caugier.
17129
17130 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17131
17132         Reviewed by : Edward Hervey  <edward@fluendo.com>
17133
17134         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17135         (qt_type_find):
17136         Better 3gp typefinding (#331526).
17137
17138 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17139
17140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17141           Don't send EOS event here, the base class will send one for us.
17142
17143         * gst/playback/gstplaybasebin.c: (prepare_output):
17144           Subpictures without video stream aren't allowed either.
17145         
17146         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17147           Fix debug statement copy'n'paste-o.
17148
17149 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17150
17151         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17152           Fix issues with mixer keeping state when muting/unmuting
17153           and when changing the volume whilst muted (see #331763
17154           and #331765).
17155
17156 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17159         (parse_subrip), (gst_sub_parse_format_autodetect):
17160           Set right caps given that we send escaped text. Also,
17161           honour <i></i>, <b></b> and <u></u> markers that can be found
17162           in .srt files (fixes #310202).
17163
17164 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17165
17166         * gst-libs/gst/audio/mixerutils.c:
17167         (element_factory_rank_compare_func):
17168           Make order in which elements are tried more determinable.
17169
17170 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17171
17172         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17173         (remove_element_chain), (cleanup_decodebin),
17174         (gst_decode_bin_change_state): Make decodebin reusable by
17175         fixing remove_element_chain first and then introduce a
17176         cleaner in state change to ->NULL. (Closes #331678)
17177
17178 2006-02-19  Wim Taymans  <wim@fluendo.com>
17179
17180         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17181         use 0666 mask when creating files so umask gets applied
17182         correctly. Fixes #331295.
17183
17184 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17185
17186         * gst/subparse/Makefile.am:
17187         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17188         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17189         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17190         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17191         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17192         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17193         * gst/subparse/gstssaparse.h:
17194         * gst/subparse/gstsubparse.c: (plugin_init):
17195           Add very basic parser for SSA subtitle streams (as often
17196           found in matroska files).
17197
17198 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17199
17200         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17201           That should be text/x-pango-markup, not text/x-pango-layout.
17202
17203 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17204
17205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17206         Polishing.
17207
17208 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17209
17210         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17211         (gst_text_overlay_finalize), (gst_text_overlay_init),
17212         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17213         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17214         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17215         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17216         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17217         Fix state change deadlock.
17218
17219 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17220
17221         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17222         (gst_text_overlay_finalize), (gst_text_overlay_init),
17223         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17224         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17225         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17226         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17227         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17228         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17229         and subtitles files.
17230
17231 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17232
17233         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17234         should be considered as raw.
17235
17236 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17237
17238         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17239         (cb_probe):
17240         * gst/playback/gststreaminfo.h: Introduce language informations.
17241
17242 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17243
17244         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17245         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17246         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17247         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17248         Set shared memory segments to be deleted as soon as we have attached,
17249         that way they get cleaned up automatically if we crash.
17250
17251 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17252
17253         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17254         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17255         functions are called with lock held.
17256
17257 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17258
17259         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17260         (gst_text_overlay_finalize), (gst_text_overlay_init),
17261         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17262         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17263         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17264         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17265         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17266         (gst_text_overlay_change_state): Refactoring of textoverlay
17267         without collectpads. This now supports sparse subtitles coming
17268         from a demuxer instead of a sub file. Seeking is still broken 
17269         though. Need to discuss with wtay some more on how to handle
17270         seeking correctly.
17271         * ext/pango/gsttextoverlay.h:
17272         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17273         subtitles coming from the demuxer.
17274
17275 2006-02-17  Wim Taymans  <wim@fluendo.com>
17276
17277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17278         (gst_vorbisenc_convert_sink):
17279         Use some more scaling functions.
17280
17281 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17282
17283         * ext/cdparanoia/gstcdparanoiasrc.c:
17284         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17285         (gst_cd_paranoia_paranoia_callback),
17286         (gst_cd_paranoia_src_signal_is_being_watched),
17287         (gst_cd_paranoia_src_read_sector):
17288         * ext/cdparanoia/gstcdparanoiasrc.h:
17289           Add back 'transport-error' and 'uncorrected-error' signals and
17290           make them actually be fired when bad stuff happens (#319340).
17291
17292 2006-02-17  Wim Taymans  <wim@fluendo.com>
17293
17294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17295         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17296         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17297         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17298         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17299         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17300         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17301         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17302         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17303         (gst_ring_buffer_clear):
17304         Small cleanups.
17305         Added some G_LIKELY.
17306
17307 2006-02-17  Wim Taymans  <wim@fluendo.com>
17308
17309         * gst-libs/gst/audio/TODO:
17310         Update TODO
17311
17312         * gst-libs/gst/audio/gstbaseaudiosink.c:
17313         (gst_base_audio_sink_get_offset):
17314         When trying to play samples ASAP and we don't have a
17315         previous sample, try to play at position 0 instead of
17316         an invalid position.
17317
17318 2006-02-17  Wim Taymans  <wim@fluendo.com>
17319
17320         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17321         (gst_alsasink_reset):
17322         Also release lock when we get an error in _reset();
17323         fix an error message.
17324
17325 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17326
17327         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17328         (gst_alsasink_init), (get_channel_free_structure),
17329         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17330         (gst_alsasink_close):
17331         * ext/alsa/gstalsasink.h:
17332           Add support for more than 2 channels (#326720).
17333
17334 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17335
17336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17337           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17338           with 4 or 6 channels, assume a default channel layout to make things
17339           work (not sure there's anything else we can do in those cases).
17340
17341 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17342
17343         * gst-libs/gst/audio/multichannel.c:
17344           Minor docs fix.
17345
17346         * gst-libs/gst/riff/Makefile.am:
17347         * gst-libs/gst/riff/riff-ids.h:
17348         * gst-libs/gst/riff/riff-media.c:
17349         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17350           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17351           channels and a channel layout map.
17352           
17353 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17354
17355         Reviewed by Edward Hervey  <edward@fluendo.com>
17356
17357         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17358         C-level optimization of the RGBA nearest neighbour function.
17359         Eventually this might end up in liboil with vectorized versions.
17360
17361 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * gst-libs/gst/audio/multichannel.c:
17364         (gst_audio_get_channel_positions):
17365           When we have more than 2 channels, but no channel layout is
17366           specified in the caps, return some default channel layout
17367           to the caller and warn about about a possibly buggy element
17368           (could be buggy filtercaps as well of course) (#317038).
17369
17370 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17371
17372         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17373           Add gst-libs/gst/cdda to list of lib search paths.
17374
17375 2006-02-15  Andy Wingo  <wingo@pobox.com>
17376
17377         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17378         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17379         to the Lord Jesus that I do not have to touch the ogg muxer ever
17380         again.
17381
17382 2006-02-15  Edward Hervey  <edward@fluendo.com>
17383
17384         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17385         quicktime movie files can also contain 'uuid' atoms.
17386
17387 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17388
17389         * gst/audioconvert/plugin.c: (plugin_init):
17390           Register the GstAudioChannelPosition enum type with the type
17391           system in the plugin_init function, so that it is known before
17392           any element actually makes use of multi-channel stuff. This is
17393           required for example if one wants to be able to deserialise/use
17394           a caps string with channel positions before any pipeline has
17395           been setup and started, like with gst-launch.
17396
17397 2006-02-14  Wim Taymans  <wim@fluendo.com>
17398
17399         * gst-libs/gst/audio/gstringbuffer.c:
17400         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17401         (gst_ring_buffer_samples_done), (wait_segment),
17402         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17403         Add some compiler G_(UN_)LIKELY help.
17404         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17405         make sure they can exit their functions. Should fix #330748
17406
17407 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17408
17409         * Makefile.am:
17410         * configure.ac:
17411         * win32/MANIFEST:
17412         * win32/common/_stdint.h:
17413           Windows does not have long long; copy the generated _stdint.h
17414         * win32/common/interfaces-enumtypes.c:
17415         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17416         (gst_mixer_track_flags_get_type),
17417         (gst_tuner_channel_flags_get_type):
17418         * win32/common/multichannel-enumtypes.c:
17419         (gst_audio_channel_position_get_type):
17420           update
17421
17422 2006-02-13  Wim Taymans  <wim@fluendo.com>
17423
17424         * gst-libs/gst/audio/gstbaseaudiosink.c:
17425         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17426         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17427         Always sync on first sample we receive when starting.
17428
17429 2006-02-13  Wim Taymans  <wim@fluendo.com>
17430
17431         * gst/playback/gstplaybin.c: (gen_vis_element):
17432         Update vis bin docs.
17433         Move queue after tee so we don't queue video buffers but
17434         audio samples instead. Fixes problems where the video queue
17435         is filled and the audio queue empty.
17436
17437 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17438
17439         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17440           No need to push an EOS event here, GstBaseSrc will do that for us
17441           when we return FLOW_UNEXPECTED.
17442           
17443 2006-02-12  Wim Taymans  <wim@fluendo.com>
17444
17445         * gst-libs/gst/audio/gstbaseaudiosink.c:
17446         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17447         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17448         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17449         Use scale functions when possible.
17450         Fix error messages.
17451         Free clockid when after waiting for EOS.
17452         Use G_(UN_)LIKLY when it makes sense.
17453         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17454
17455 2006-02-12  Edward Hervey  <edward@fluendo.com>
17456
17457         * gst/playback/gstplaybasebin.c: (prepare_output): 
17458         Remove stray semi-colon (fixes #330888).
17459
17460 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17461
17462         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17464         Fix up the XShm call testing so that we catch errors, and don't
17465         cause new ones by attempting to detach from a segment we failed
17466         to attach to. Fixes #312439.
17467
17468 2006-02-10  Edward Hervey  <edward@fluendo.com>
17469
17470         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17471         Added flv file typefind (video/x-flv).
17472
17473 2006-02-10  Edward Hervey  <edward@fluendo.com>
17474
17475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17476         (gst_riff_create_video_template_caps):
17477         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17478         Also added the caps to the default set of riff video caps.
17479
17480 2006-02-09  Andy Wingo  <wingo@pobox.com>
17481
17482         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17483         time and the end time of the last packet in the page.
17484         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17485         on the pages in our queue, set the duration as well. Reflow a
17486         debug statement.
17487         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17488         Fixes bad muxing order.
17489
17490 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17491
17492         * gst-libs/gst/rtp/gstbasertppayload.c:
17493         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17494           update seqnum before setting it on the packet; this makes sure
17495           that the timestamp and seqnum properties match after pushing
17496           a buffer
17497
17498 2006-02-09  Andy Wingo  <wingo@pobox.com>
17499
17500         * gst-libs/gst/audio/gstringbuffer.c
17501         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17502         overflow after 13.5 hours of recording. Kapow!
17503
17504         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17505         the buffer size -- we don't care about underrun/overrun reporting
17506         right now, just need to return a useful value.
17507
17508 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17509
17510         * configure.ac:
17511           Back to CVS
17512
17513 === release 0.10.3 ===
17514
17515 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17516
17517         * configure.ac:
17518           releasing 0.10.3, "Under Pressure"
17519
17520 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17521
17522         * configure.ac:
17523         Drat. Bump libtool version number for new API.
17524         Prelease 0.10.2.3 (of 0.10.3)
17525
17526 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17527
17528         * configure.ac:
17529         * win32/common/config.h:
17530         0.10.2.2 prerelease (of 0.10.3).
17531
17532 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17533
17534         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17535           Revert Andy's newsegment change pending a more correct
17536           fix.
17537
17538 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17539
17540         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17541         (qt_type_find), (plugin_init):
17542           detect more files as 3gp
17543           group and reorder the iso file formats
17544
17545 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17546
17547         * ext/vorbis/vorbis.c: (plugin_init):
17548           Register musicbrainz tags, so apps don't have to.
17549
17550 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17551
17552         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17553         (gst_tag_to_vorbis_tag):
17554           Make sure we called gst_tag_register_musicbrainz_tags()
17555           before possibly mapping a vorbiscomment string from/to a
17556           musicbrainz tag.
17557
17558 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17559
17560         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17561           In case we can't find the required number of consecutive
17562           mpeg audio frames to positively identify an MPEG audio
17563           stream, check if there's at least a valid mpeg audio
17564           frame right at offset 0 and if so suggest mpeg/audio
17565           caps with a very low probability (#153004).
17566
17567 2006-02-07  Andy Wingo  <wingo@pobox.com>
17568
17569         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17570         a TIME segment if we get timestamped buffers. Requires recent
17571         fixes in core to work properly.
17572
17573 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17574
17575         * gst/playback/gstplaybasebin.c: (prepare_output):
17576           Don't print the URI as part of the error message, it
17577           makes error dialogs look rather ugly, especially if
17578           the URI is very long or has characters in it that
17579           need escaping.
17580
17581 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17582
17583         * gst/playback/gstplaybasebin.c: (prepare_output):
17584           Error out if we have only text or subtitles, but nothing
17585           else. Also error out if we have subtitles but no video
17586           stream.
17587
17588 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17589
17590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17591           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17592           Post an error message on the bus when we encounter an
17593           error, which will hopefully be more meaningful than the
17594           'Internal Flow Error' message users get to see if we
17595           just return GST_FLOW_ERROR.
17596
17597 2006-02-07  Andy Wingo  <wingo@pobox.com>
17598
17599         * configure.ac (GST_MAJORMINOR): Update core version req to
17600         0.10.2.2, for the collectpads API addition (#330244).
17601
17602 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17603
17604         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17605           Return FALSE from plugin_init() when GnomeVFS can't
17606           be initialised for some reason (#328423).
17607
17608 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17609
17610         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17611         Stick to seeking theory until i find the bug.
17612         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17613
17614 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17615
17616         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17617         (theora_enc_finalize), (theora_enc_sink_setcaps),
17618         (theora_set_header_on_caps), (theora_enc_chain),
17619         (theora_enc_change_state):
17620         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17621           Make theoraenc and the tests leak free. Like, really.
17622
17623 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17624
17625         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17626         (theora_enc_finalize), (theora_enc_sink_setcaps):
17627           Add a finalize method to ensure we clean up state even if
17628           someone omitted the state change back to NULL.
17629
17630         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17631         (gst_vorbisenc_chain):
17632           Free some more leaked bits.
17633
17634         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17635         (stop_pipeline):
17636           Wait for state changes to happen if they're ASYNC.
17637
17638           This ought to teach those fancy pants buildbots a lesson.
17639
17640 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17641
17642         * gst-libs/gst/tag/gstid3tag.c:
17643           Add mapping for ID3 International Standard Recording Code
17644           tag "TSRC"
17645
17646 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17647
17648         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17649           Don't leak tag names.
17650
17651 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17652
17653         * docs/libs/gst-plugins-base-libs-docs.sgml:
17654         * docs/libs/gst-plugins-base-libs-sections.txt:
17655         * gst-libs/gst/tag/gstid3tag.c:
17656         * gst-libs/gst/tag/gstvorbistag.c:
17657         * gst-libs/gst/tag/tags.c:
17658           Split libgsttag docs into multiple sections.
17659
17660 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17661
17662         * docs/libs/Makefile.am:
17663         * docs/libs/gst-plugins-base-libs-docs.sgml:
17664         * docs/libs/gst-plugins-base-libs-sections.txt:
17665         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17666         * gst-libs/gst/tag/gstvorbistag.c:
17667         * gst-libs/gst/tag/tag.h:
17668         * gst-libs/gst/tag/tags.c:
17669           Add libgsttag to the docs.
17670
17671 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17672
17673         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17674         (gst_text_overlay_init), (gst_text_overlay_src_event),
17675         (gst_text_overlay_collected): Fix clockoverlay.
17676
17677 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17678
17679         * docs/libs/compiling.sgml:
17680           Fix typo: it's pkg-config, not pkg-gconfig
17681
17682         * docs/libs/gst-plugins-base-libs-docs.sgml:
17683         * docs/libs/gst-plugins-base-libs-sections.txt:
17684         * docs/libs/tmpl/gstgconf.sgml:
17685           There is no libgstgconf in 0.10, remove it
17686           from the docs.
17687
17688 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17689
17690         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17691         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17692         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17693         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17694         (gst_sub_parse_class_init), (gst_sub_parse_init),
17695         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17696         (parse_mpsub), (parser_state_init), (handle_buffer),
17697         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17698         * gst/subparse/gstsubparse.h: Introduce seeking code.
17699
17700 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17701
17702         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17703           Add comment about LANGUAGE tag inconsistency (we want
17704           ISO-639-1, but extract three-letter identifiers?)
17705
17706         * po/POTFILES.in:
17707           Add two translatable files.
17708
17709 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17710
17711         * gst-libs/gst/tag/Makefile.am:
17712         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17713         * gst-libs/gst/tag/tag.h:
17714         * gst-libs/gst/tag/tags.c:
17715         (gst_tag_register_musicbrainz_tags_internal),
17716         (gst_tag_register_musicbrainz_tags):
17717           Forward-port some tags stuff from the 0.8 branch. This is
17718           mostly the addition of musicbrainz tags and their mapping
17719           to vorbistags, and a vorbistag mapping of the language tag.
17720
17721 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17722
17723         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17724         refactoring.
17725
17726 2006-02-04  David Schleef  <ds@schleef.org>
17727
17728         * ext/ogg/gstoggmux.c:
17729         * gst/typefind/gsttypefindfunctions.c:
17730           Add Dirac typefinding and add dirac format to oggmux.
17731
17732 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17733
17734         * gst/playback/gstdecodebin.c: (try_to_link_1):
17735           Don't put essential function call into
17736           g_return_*() macro, otherwise it'll all be
17737           replaced by NOOPs when compiling with
17738           G_DISABLE_CHECKS defined.
17739
17740 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17741
17742         * ext/ogg/gstoggdemux.c:
17743         * ext/ogg/gstoggparse.c:
17744         * gst/tcp/gsttcpserversink.c:
17745         * sys/v4l/v4lsrc_calls.c:
17746         * sys/v4l/v4lsrc_calls.h:
17747         Just make it compile with --disable-gst-debug.
17748
17749 2006-02-03  Wim Taymans  <wim@fluendo.com>
17750
17751         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17752         (gst_alsasink_class_init), (gst_alsasink_init),
17753         (gst_alsasink_write), (gst_alsasink_reset):
17754         * ext/alsa/gstalsasink.h:
17755         Add lock to protect alsa calls.
17756         Implement reset to flush samples ASAP, does not work
17757         with dmix though.
17758
17759 2006-02-02  Wim Taymans  <wim@fluendo.com>
17760
17761         * gst-libs/gst/audio/gstbaseaudiosink.c:
17762         (gst_base_audio_sink_provide_clock):
17763         Ugh.. getting late I guess...
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         (gst_base_audio_sink_set_property),
17770         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17771         Don't try to provide a clock when we are not negotiated since
17772         we might not be able to make it run.
17773
17774 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17775
17776         * gst/playback/gstdecodebin.c: (try_to_link_1):
17777           Unlinking two source pads is ... hard.
17778
17779 2006-02-02  Wim Taymans  <wim@fluendo.com>
17780
17781         * gst-libs/gst/audio/TODO:
17782         Updated.
17783
17784         * gst-libs/gst/audio/gstbaseaudiosink.c:
17785         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17786         On EOS, wait till the last sample is played before posting EOS.
17787
17788 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17789
17790         Patch by: Kai Vehmanen
17791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17792           Adds ability to enable newsegment bypass by setting queue_delay to
17793           zero. Also avoid thread being started if queue_delay is zero.
17794
17795 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17798           Make test work again by connecting fakesinks to each decoded pad,
17799           which makes the pipeline wait until each fakesink has a buffer
17800           queued before going to PAUSED state. At that point we know the
17801           decodebin pads are negotiated.
17802
17803 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17804
17805         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17806         (gst_cdda_base_src_handle_event):
17807         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17808           Pass unhandled queries to the parent class's query function.
17809
17810 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17811
17812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17813         (gst_ogg_pad_src_query):
17814         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17815         * ext/theora/theoradec.c: (theora_dec_src_query),
17816         (theora_dec_sink_query):
17817         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17818         (vorbis_dec_sink_query):
17819         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17820         (gst_vorbisenc_sink_query):
17821         * gst/adder/gstadder.c: (gst_adder_query):
17822           Pass unhandled queries upstream instead of just
17823           dropping them (#326447). Also, fix supported
17824           query types list for some elements.
17825
17826 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17827
17828         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17829         (paris_type_find), (ilbc_type_find), (plugin_init):
17830           Fix typefinding for audio/x-au, audio/x-paris and
17831           audio/iLBC-sh. We cannot use the START_WITH macros
17832           here, because there can only be one typefind factory
17833           with the same name (caps), so the second one would
17834           replace the first one and the first one would never
17835           be called when doing typefinding (see #161712).
17836           
17837
17838 2006-01-31  Wim Taymans  <wim@fluendo.com>
17839
17840         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17841         (vorbis_handle_header_packet), (vorbis_dec_push),
17842         (vorbis_handle_data_packet):
17843         Use scale_int when we can, add some more scaling.
17844         Check packettype before parsing it.
17845
17846 2006-01-31  Wim Taymans  <wim@fluendo.com>
17847
17848         * ext/theora/theoradec.c: (_theora_granule_time),
17849         (theora_dec_src_convert), (theora_dec_sink_convert):
17850         Call right _scale functions.
17851         Use parameter instead of some other random value.
17852
17853 2006-01-31  Wim Taymans  <wim@fluendo.com>
17854
17855         * ext/theora/theoradec.c: (_theora_granule_frame),
17856         (_theora_granule_time), (_inc_granulepos),
17857         (theora_dec_src_convert), (theora_dec_sink_convert),
17858         (theora_handle_type_packet), (theora_handle_data_packet),
17859         (theora_dec_chain):
17860         Use higher precision timestamps calculation.
17861         Convert some other conversions to _scale.
17862
17863 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17864
17865         * gst/audiotestsrc/gstaudiotestsrc.c:
17866         (gst_audio_test_src_create_sine_table), (plugin_init):
17867         * gst/volume/gstvolume.c: (plugin_init):
17868           initialize gst_controller before using
17869
17870 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17871
17872         * tests/check/pipelines/theoraenc.c:
17873         * tests/check/pipelines/vorbisenc.c:
17874         Define constant using G_GINT64_CONSTANT to avoid errors when
17875         passing it around - otherwise it gets truncated to 32 bits.
17876
17877         Fixes failing tests.
17878
17879 2006-01-31  Andy Wingo  <wingo@pobox.com>
17880
17881         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17882         caps being set doesn't have a framerate value. Basically a stopgap
17883         measure.
17884
17885         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17886         technically correct enough to put into core though.
17887         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17888         DURATION. Fixes theoraenc ! oggmux.
17889
17890         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17891         fraction, not double.
17892
17893 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17894
17895         * win32/vs7:
17896         add vs7 project files created by Sergey Scobich
17897
17898 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17899
17900         * win32/vs8:
17901         add vs8 project files created by Sergey Scobich
17902         
17903 2006-01-30  Andy Wingo  <wingo@pobox.com>
17904
17905         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17906         timestamp + duration, not just timestamp -- ogg pages should be
17907         ordered by stop time. Necessary fix given the change in vorbis
17908         timestamps.
17909
17910         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17911         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17912         (granulepos_add): New function, handles the messiness of adjusting
17913         granulepos values.
17914         (theora_buffer_from_packet):
17915         (theora_enc_chain):
17916         (theora_enc_sink_event): Use granulepos_add, not +.
17917
17918         * tests/check/pipelines/theoraenc.c
17919         (check_buffer_granulepos_from_starttime): Just check the frame
17920         count, not the actual granulepos -- we can't dictate to the
17921         encoder when it should be placing keyframes.
17922
17923 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17924
17925         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17926           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17927           play an http:// stream from a server that's not serving
17928
17929 2006-01-30  Andy Wingo  <wingo@pobox.com>
17930
17931         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17932         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17933         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17934         available.
17935
17936         * ext/theora/gsttheoraenc.h:
17937         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17938         although theoraenc was timestamping correctly. Added handling of
17939         streams that start with nonzero timestamps.
17940
17941         * tests/check/Makefile.am:
17942         * tests/check/pipelines/theoraenc.c: New file, basically does same
17943         tests as vorbisenc.
17944
17945         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17946
17947 2006-01-30  Wim Taymans  <wim@fluendo.com>
17948
17949         * gst-libs/gst/audio/gstaudiosink.c:
17950         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17951         (gst_audioringbuffer_pause):
17952         Implement pause that does not wait for completion.
17953
17954         * gst-libs/gst/audio/gstbaseaudiosink.c:
17955         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17956         Don't drop buffers when going to PAUSED but perform preroll on
17957         remaining samples now that core base class supports this.
17958
17959         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17960         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17961         (gst_ring_buffer_commit):
17962         Pause should not signal waiters.
17963         Implement return value of _commit correctly.
17964
17965 2006-01-30  Andy Wingo  <wingo@pobox.com>
17966
17967         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17968
17969         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17970         updated to timestamp from the first sample, not the last.
17971         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17972         special care of granulepos and timestamp for header packets.
17973         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17974         when the first buffer has a nonzero timestamp.
17975
17976         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17977         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17978         case when the first audio buffer we get has a nonzero timestamp.
17979         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17980         properly timestamp vorbis buffers with the time of the first
17981         sample, not the last.
17982         
17983         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17984         vorbis_granule_time_copy -- now it takes the granule/subgranule
17985         offset into account.
17986
17987         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17988         timestamps, durations, and granulepos on buffers produced by
17989         vorbisenc.
17990
17991 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17992
17993         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17994         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17995           Patch from Eric Jonas to support conversions to/from UYVY 
17996           (Fixes: #324626)
17997
17998 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17999
18000         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18001         (setup_subtitle), (setup_source), (set_active_source):
18002         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18003         (gen_text_element), (gen_audio_element), (gen_vis_element),
18004         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18005
18006 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18007
18008         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18009         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18010                 use gst_guint64_to_gdouble to be compliant with vs6
18011         * gst/playback/gstdecodebin.c: (try_to_link_1)
18012         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18013                 use G_GINT64_CONSTANT for int64 constants
18014         * win32/common/libgstinterfaces.def:
18015                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18016         * win32/vs6:
18017                 update and add new project files
18018                 
18019 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18020
18021         * Makefile.am:
18022         * win32/MANIFEST:
18023         * win32/common/interfaces-enumtypes.c:
18024         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18025         (gst_mixer_track_flags_get_type),
18026         (gst_tuner_channel_flags_get_type):
18027         * win32/common/interfaces-enumtypes.h:
18028         * win32/common/multichannel-enumtypes.c:
18029         (gst_audio_channel_position_get_type):
18030         * win32/common/multichannel-enumtypes.h:
18031           add a win32-update rule like in core, and copy over enumtypes files
18032
18033 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18034
18035         * win32/MANIFEST:
18036         * win32/common/config.h:
18037         * win32/common/config.h.in:
18038           add config files just like in core
18039
18040 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18041
18042         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18043           Make gcc-4.1 happy (part of #327357).
18044
18045 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18046
18047         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18048         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18049         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18050         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18051         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18052         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18053           Update all error messages.  All of them should either use
18054           the default translated message, or actually provide a
18055           translatable string.
18056           Make the string for channel count problems meaningful.
18057
18058 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18059
18060         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18061           check for and throw RESOURCE_BUSY
18062
18063 2006-01-27  David Schleef  <ds@schleef.org>
18064
18065         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18066           checked in this change -- it requires liboil features not
18067           in 0.3.6.  Revert parts.
18068
18069 2006-01-27  David Schleef  <ds@schleef.org>
18070
18071         * REQUIREMENTS:
18072         * configure.ac: update liboil requirement to 0.3.6
18073         * gst/videoscale/Makefile.am:
18074         * gst/videoscale/vs_scanline.c: liboilify
18075
18076 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18077
18078         * ext/libvisual/visual.c: (get_buffer):
18079           When pad_alloc returns a GstFlowReturn other
18080           than GST_FLOW_OK, make sure it is passed upstream.
18081
18082 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18083
18084         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18085         (gst_alsasink_class_init):
18086           Free the device name string.
18087
18088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18089         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18090         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18091           Don't remove a pad from the collectpads structure until it
18092           is released - it's a request pad, and may receive data again
18093           if the element gets moved back to PLAYING state.
18094
18095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18096           Ensure we turn on double buffering on the Xv port, and
18097           set the colour key to something dark and mysterious that
18098           isn't black.
18099
18100 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18101
18102         * ext/alsa/gstalsaplugin.c: (plugin_init):
18103         * ext/cdparanoia/gstcdparanoiasrc.c:
18104         (gst_cd_paranoia_src_base_init), (plugin_init):
18105         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18107           - a library should not call setlocale. see "Libraries" node in
18108             gettext manual
18109           - make sure all plugins that use translation do bindtextdomain
18110             to point to the localedir
18111         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18112         (setup_sinks), (plugin_init):
18113           all this, and check for NULL when creating sinks
18114
18115 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18116
18117         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18118         (plugin_init): Make typefinding of subtitles work again.
18119
18120 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18121
18122         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18123         (mp3_type_frame_length_from_header), (mp3_type_find),
18124         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18125         (plugin_init):
18126           Backport a bunch of typefinding fixes from the 0.8 branch.
18127           Also, improve wavpack typefinding: if we can't peek the
18128           entire wavpack block, try to parse the bits we can get and
18129           see if we find what we're looking for in those.
18130
18131 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18132
18133         * sys/ximage/ximagesink.c:
18134         (gst_ximagesink_calculate_pixel_aspect_ratio):
18135         * sys/xvimage/xvimagesink.c:
18136         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18137         more cases of pixel aspect ratio.
18138
18139 2006-01-26  Edward Hervey  <edward@fluendo.com>
18140
18141         * gst/playback/gstdecodebin.c: (pad_probe):
18142         Also consider the flush-start and tag events as unblockers
18143         for the pad probes.
18144
18145 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18146
18147         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18148         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18149         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18150         On the fly visualisation switch, works disabling, enabling as
18151         well but it won't be able to enable vis in a playbin that was
18152         created with no visualisation.
18153
18154 2006-01-25  Wim Taymans  <wim@fluendo.com>
18155
18156         * gst-libs/gst/audio/gstbaseaudiosink.c:
18157         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18158         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18159         resume after pause.
18160
18161 2006-01-25  Wim Taymans  <wim@fluendo.com>
18162
18163         * gst-libs/gst/audio/gstbaseaudiosink.c:
18164         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18165         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18166         Improve debugging.
18167         Post error when caps cannot be parsed.
18168         Resync on discontinuity in the stream.
18169         Clip samples to segment boundaries.
18170         return WRONG_STATE sooner when we are flushing.
18171
18172         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18173         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18174         Make audiosrc operate in TIME.
18175         Set TIMESTAMP and DURATION on buffers.
18176
18177 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         * tests/examples/seek/seek.c: (main):
18180           Output tag messages as well.
18181
18182 2006-01-23  Edward Hervey  <edward@fluendo.com>
18183
18184         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18185         (free_pad_probes), (remove_fakesink), (pad_probe),
18186         (close_pad_link), (gst_decode_bin_change_state):
18187         Replace GstPadBlockCallback with pad probes that detect
18188         first buffer AND eos before removing fakesink.
18189         Fixes hang with demuxers doing EOS while pre-rolling.
18190         Solves #328279
18191
18192 2006-01-23  Andy Wingo  <wingo@pobox.com>
18193
18194         * ext/alsa/gstalsasink.c:
18195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18196         (gst_base_rtp_depayload_setcaps),
18197         (gst_base_rtp_depayload_add_to_queue),
18198         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18199         
18200         Patch by: Jens Granseuer <jensgr at gmx dot net>
18201
18202 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18203
18204         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18205         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18206         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18207         frames. We might get a frame destroyed after changing state to
18208         NULL, adding a safety check on xcontext.
18209
18210 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18211
18212         * gst-libs/gst/interfaces/xoverlay.c:
18213           Fix prepare-xwindow-id code example in the docs - we need to
18214           ignore all messages that aren't element messages as well.
18215           
18216 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18217
18218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18219           I think one day i'll completely undestand how caps negotiation
18220           is supposed to work. This refactoring handles buffer_alloc
18221           called with caps we can't handle. We definitely don't want a
18222           set_caps with those caps, so we define and allocate a buffer
18223           we would like to receive.
18224
18225 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18226
18227         * gst/playback/gstplaybasebin.c: (setup_source):
18228           Free iterator when done.
18229
18230 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18231
18232         * gst-libs/gst/audio/gstbaseaudiosink.c:
18233         (gst_base_audio_sink_render):
18234           Fix playback of non-synchronised streams by assuming a rate
18235           of 1.0 instead of a random one.
18236
18237           Makes this work again:
18238
18239           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18240           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18241           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18242           audioresample ! alsasink
18243
18244 === release 0.10.2 ===
18245
18246 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18247
18248         * configure.ac:
18249           releasing 0.10.2, "Then the devil is six"
18250
18251 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18252
18253         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18254         * gst/playback/gststreamselector.c:
18255         (gst_stream_selector_set_property):
18256           Comment out broken code that connects to the state-changed signal.
18257           At this point, changing current stream selection is broken, but 
18258           stuff like gst-launch playbin current-audio=1 works and filters
18259           to the chosen stream.
18260
18261 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18262
18263         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18264           Fix #327216 (null dereference in vorbisdec)
18265
18266 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18267
18268         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18269           Post taglist actually on bus instead of just freeing it
18270           (fixes #327114 and totem bug #327080).
18271
18272         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18273           Use gst_element_found_tags_for_pad(), so that the tags
18274           are sent downstream as an event as well.
18275
18276 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18277
18278         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18279         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18280         (gst_ximagesink_buffer_alloc):
18281         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18282         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18283         (gst_xvimagesink_buffer_alloc):
18284           move all regularly occurring messages to GST_LOG level
18285           add some more object logs
18286
18287 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18288
18289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18290           fix a silly segfault
18291
18292 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18293
18294         * docs/libs/gst-plugins-base-libs-docs.sgml:
18295         * docs/libs/gst-plugins-base-libs-sections.txt:
18296         * gst-libs/gst/audio/mixerutils.c:
18297         * gst-libs/gst/audio/mixerutils.h:
18298           Add docs for mixerutils stuff.
18299
18300 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst/playback/gstplaybasebin.c: (setup_source):
18303           Fix playback for sources that emit raw audio or
18304           raw video streams (e.g.: cd audio sources) (#325984).
18305
18306 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18307
18308         * gst-libs/gst/audio/mixerutils.c:
18309         (gst_audio_mixer_filter_do_filter):
18310           actually save the element we create
18311
18312 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18313
18314         * gst-libs/gst/cdda/gstcddabasesrc.c:
18315         (gst_cdda_base_src_handle_track_seek):
18316           No need to post a tag message on the bus when seeking
18317           within the same track, only post it when the current
18318           track changes.
18319
18320 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18321
18322         * gst/playback/gstplaybasebin.c: (group_destroy),
18323         (probe_triggered), (new_decoded_pad), (mute_group_type),
18324         (set_active_source):
18325         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18326         * gst/playback/gststreamselector.c:
18327         (gst_stream_selector_base_init),
18328         (gst_stream_selector_set_property),
18329         (gst_stream_selector_request_new_pad):
18330           Reenable stream selection. These mechanisms need a complete overhaul
18331           in the face of 0.8->0.10 changes though.
18332
18333 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18334
18335         * ext/ogg/gstoggdemux.c:
18336           Change the pad template to src_%d to match the pads that 
18337           are created from it. decodebin needs this information in order
18338           to decide that oggdemux is capable of producing multiple pads
18339           (and hence needs queues inserted).
18340
18341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18342         (gst_ogg_mux_collected):
18343           Make debug output more useful by using GST_PTR_FORMAT.
18344
18345 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18346
18347         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18348
18349         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18350           Set depth and width for alaw/mulaw (fixes #326601).
18351
18352 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18353
18354         * tests/icles/Makefile.am:
18355           don't build the tests if we don't have the libs
18356
18357 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18360         (gst_cd_paranoia_paranoia_callback):
18361           Don't try to free NULL pointers.
18362
18363 2006-01-10  Edward Hervey  <edward@fluendo.com>
18364
18365         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18366         (gst_audio_rate_change_state), (plugin_init):
18367         Add debugging category.
18368         Fix type issues.
18369         Add case for incoming buffers without valid offset/offset_end.
18370
18371 2006-01-10  Michael Smith  <msmith@fluendo.com>
18372
18373         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18374           Don't leak GCond in audio sources.
18375
18376 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18377
18378         * gst/playback/gstplaybin.c: (gen_audio_element):
18379           Don't leak an autoaudiosink/alsasink when we generate
18380           a new audio element. (old code, I guess)
18381
18382 2006-01-10  Michael Smith  <msmith@fluendo.com>
18383
18384         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18385           Support float audio in audiorate.
18386           Use width rather than depth for selecting sample width.
18387
18388 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18389
18390         * gst/videotestsrc/videotestsrc.h:
18391           Use GLib types here (that way we don't have to include the
18392           generated _stdint.h header, which makes life easier for win32
18393           folks that don't use autotools for the build) (#325990, patch
18394           by: Sergey Scobich).
18395
18396 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18397
18398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18399         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18400         (gst_ring_buffer_pause), (wait_segment):
18401         * gst-libs/gst/audio/gstringbuffer.h:
18402           Name (private) union, makes Forte compiler happy (this time
18403           for real) (#324900).
18404
18405 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18406
18407         * gst-libs/gst/audio/Makefile.am:
18408           Link against libgstinterfaces, needed for mixer
18409           and property probe stuff.
18410
18411 2006-01-09  Edward Hervey  <edward@fluendo.com>
18412
18413         * gst-libs/gst/Makefile.am:
18414
18415 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18416
18417         * gst-libs/gst/audio/Makefile.am:
18418         * gst-libs/gst/audio/mixerutils.c:
18419         (gst_audio_mixer_filter_do_filter),
18420         (gst_audio_mixer_filter_check_element),
18421         (gst_audio_mixer_filter_probe_feature),
18422         (element_factory_rank_compare_func),
18423         (gst_audio_default_registry_mixer_filter):
18424         * gst-libs/gst/audio/mixerutils.h:
18425           Add gst_audio_default_registry_mixer_filter() utility
18426           function.
18427
18428 2006-01-03  Michael Smith  <msmith@fluendo.com>
18429
18430         * gst/audioresample/resample.h:
18431           As before, but for o_buf
18432
18433 2006-01-03  Michael Smith  <msmith@fluendo.com>
18434
18435         * gst/audioresample/resample.h:
18436           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18437           since we do arithmetic on it.
18438
18439 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18440
18441         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18442         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18443         (gst_ring_buffer_pause), (wait_segment):
18444         * gst-libs/gst/audio/gstringbuffer.h:
18445           Sun's Forte compiler doesn't seem to like anonymous structs,
18446           so use same setup as in GstBaseSrc (fixes #324900).
18447
18448 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18449
18450         * configure.ac:
18451         * gst/volume/Makefile.am:
18452         * gst/volume/demo.c:
18453           move old example to tests/examples/volume/volune.c
18454         * tests/examples/Makefile.am:
18455         * tests/examples/seek/seek.c: (main):
18456           change window-close event from "delete-event" to "destroy"
18457         * tests/examples/volume/Makefile.am:
18458         * tests/examples/volume/volume.c: (value_changed_callback),
18459         (setup_gui), (message_received), (eos_message_received), (main):
18460           fix event handling and bus usage
18461
18462 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18463
18464         * gst/audiotestsrc/gstaudiotestsrc.c:
18465         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18466         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18467         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18468         (gst_audio_test_src_create_square),
18469         (gst_audio_test_src_create_saw),
18470         (gst_audio_test_src_create_triangle),
18471         (gst_audio_test_src_create_silence),
18472         (gst_audio_test_src_create_white_noise),
18473         (gst_audio_test_src_create_pink_noise),
18474         (gst_audio_test_src_init_sine_table),
18475         (gst_audio_test_src_create_sine_table),
18476         (gst_audio_test_src_change_wave),
18477         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18478         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18479         * gst/audiotestsrc/gstaudiotestsrc.h:
18480           update to basesrc changes, implement segmented seeking and eos
18481           handling, add a 'sine-tab' waveform for performance critical playback
18482
18483 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18484
18485         * po/POTFILES.in:
18486           ... and this time the other modified file that I missed last time.
18487
18488 2005-12-29  Michael Smith  <msmith@fluendo.com>
18489
18490         * gst/playback/gstdecodebin.c: (new_pad):
18491           Fix non-C89 variable declaration not at the start of a block. Should
18492           help some compilers.
18493
18494 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18495
18496         * tests/check/Makefile.am:
18497           And now fix 'make distcheck' (builddir != srcdir)
18498
18499 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18500
18501         * configure.ac:
18502         * ext/cdparanoia/Makefile.am:
18503         * ext/cdparanoia/gstcdparanoia.c:
18504         * ext/cdparanoia/gstcdparanoia.h:
18505         * ext/cdparanoia/gstcdparanoiasrc.c:
18506         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18507         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18508         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18509         (gst_cd_paranoia_paranoia_callback),
18510         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18511         (gst_cd_paranoia_src_set_property),
18512         (gst_cd_paranoia_src_get_property), (plugin_init):
18513         * ext/cdparanoia/gstcdparanoiasrc.h:
18514           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18515           plugin again (there are still fixes required to playbin to make
18516           cdda:// uris work there).
18517
18518 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18519
18520         * tests/check/Makefile.am:
18521           Fix test case compilation.
18522
18523 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18524
18525         * gst-libs/gst/cdda/gstcddabasesrc.c:
18526         (gst_cdda_base_src_update_duration),
18527         (gst_cdda_base_src_calculate_cddb_id):
18528           An integer is not a string. Fix access to uninitialised variable.
18529
18530         * tests/check/Makefile.am:
18531           Add cddabasesrc unit test; also actually enable the vorbis test.
18532
18533         * tests/check/generic/states.c:
18534           Blacklist new cd audio elements as well.
18535
18536         * tests/check/libs/cddabasesrc.c:
18537           Unit test for GstCddaBaseSrc (discid calculation mostly).
18538
18539 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18540
18541         * docs/libs/Makefile.am:
18542         * docs/libs/gst-plugins-base-libs-docs.sgml:
18543         * docs/libs/gst-plugins-base-libs-sections.txt:
18544         * docs/libs/gst-plugins-base-libs.types:
18545           Add docs for libgstcdda/GstCddaBaseSrc.
18546
18547         * gst-libs/gst/interfaces/mixertrack.h:
18548           Do one struct member per line with a semicolon at the end, that way
18549           even gtk-doc might parse it without complaining.
18550
18551 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18552
18553         * configure.ac:
18554         * gst-libs/gst/Makefile.am:
18555         * gst-libs/gst/cdda/Makefile.am:
18556         * gst-libs/gst/cdda/base64.c:
18557         * gst-libs/gst/cdda/base64.h:
18558         * gst-libs/gst/cdda/gstcddabasesrc.c:
18559         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18560         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18561         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18562         (gst_cdda_base_src_get_property),
18563         (gst_cdda_base_src_get_track_from_sector),
18564         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18565         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18566         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18567         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18568         (gst_cdda_base_src_uri_get_protocols),
18569         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18570         (gst_cdda_base_src_uri_handler_init),
18571         (gst_cdda_base_src_setup_interfaces),
18572         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18573         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18574         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18575         (gst_cdda_base_src_add_tags),
18576         (gst_cdda_base_src_add_index_associations),
18577         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18578         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18579         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18580         (gst_cdda_base_src_create):
18581         * gst-libs/gst/cdda/gstcddabasesrc.h:
18582         * gst-libs/gst/cdda/sha1.c:
18583         * gst-libs/gst/cdda/sha1.h:
18584           Add new libgstcdda with GstCddaBaseSrc class.
18585
18586 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18587
18588         * ext/gnomevfs/gstgnomevfssink.h:
18589           Use GstBaseSinkClass as parent_class member for class struct, not
18590           GstBaseSink.
18591
18592 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18593
18594         Patch by: Michael Benes
18595
18596         * gst/videotestsrc/gstvideotestsrc.c:
18597         (gst_video_test_src_class_init), (gst_video_test_src_start):
18598           Add start method to reset running time and number of frames sent
18599           when starting up (fixes #324696)
18600
18601 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18602
18603         * docs/plugins/Makefile.am:
18604         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18605         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18606         * docs/plugins/gst-plugins-base-plugins.args:
18607         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18608         * docs/plugins/gst-plugins-base-plugins.signals:
18609           Add docs stuff for gnomevfssrc and gnomevfssink.
18610
18611         * ext/gnomevfs/gstgnomevfssrc.c:
18612           Fix example pipeline in gtk-doc blurb.
18613
18614 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18615
18616         * ext/gnomevfs/Makefile.am:
18617         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18618         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18619         (gst_gnome_vfs_handle_get_type), (plugin_init):
18620         * ext/gnomevfs/gstgnomevfs.h:
18621         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18622         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18623         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18624         (gst_gnome_vfs_sink_set_property),
18625         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18626         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18627         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18628         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18629         (gst_gnome_vfs_sink_uri_get_type),
18630         (gst_gnome_vfs_sink_uri_get_protocols),
18631         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18632         (gst_gnome_vfs_sink_uri_handler_init):
18633         * ext/gnomevfs/gstgnomevfssink.h:
18634           Port gnomevfssink; add gtk-doc blurb.
18635
18636         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18637         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18638         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18639         (gst_gnome_vfs_src_uri_get_type),
18640         (gst_gnome_vfs_src_uri_get_protocols),
18641         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18642         (gst_gnome_vfs_src_uri_handler_init),
18643         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18644         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18645         (gst_gnome_vfs_src_send_additional_headers_callback),
18646         (gst_gnome_vfs_src_received_headers_callback),
18647         (gst_gnome_vfs_src_push_callbacks),
18648         (gst_gnome_vfs_src_pop_callbacks),
18649         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18650         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18651         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18652         * ext/gnomevfs/gstgnomevfssrc.h:
18653           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18654           file; add gtk-doc blurb with example pipelines.
18655
18656 === release 0.10.1 ===
18657
18658 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18659
18660         * configure.ac:
18661           releasing 0.10.1, "Dobro Dedek"
18662
18663 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18664
18665         * gst/typefind/gsttypefindfunctions.c:
18666         iLBC30 and iLBC20 added to typefind.
18667
18668 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18669
18670         * gst-libs/gst/audio/gstbaseaudiosink.c:
18671         (gst_base_audio_sink_class_init):
18672         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18673         (gst_base_audio_src_class_init):
18674           update strings, values are in microseconds
18675           change the default sink buffer time to something that is smaller
18676           (to help software volume mixing have a slightly lower delay) but
18677           still be acceptable on Wim's laptop
18678
18679 2005-12-20  Edward Hervey  <edward@fluendo.com>
18680
18681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18682         Made a quack, forgot to add DUCK to the riff video template.
18683
18684 2005-12-19  Edward Hervey  <edward@fluendo.com>
18685
18686         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18687         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18688         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18689         (gst_ogm_parse_chain):
18690         Make sure pads are initialized correctly.
18691         * gst-libs/gst/riff/riff-ids.h:
18692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18693         (gst_riff_create_video_template_caps):
18694         Add a whole bunch of FOURCC <=> MimeType.
18695         Extend the riff video pad template to support the newly added fourcc.
18696
18697 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18698
18699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18700         (gst_ogg_demux_activate_chain):
18701           Extra debug output when activating/deactivating chains.
18702
18703         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18704         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18705         (unlinked):
18706           Remove a queue from our list when it becomes unlinked.
18707           Don't add queues to elements in class 'Demux' if they
18708           can only produce one pad 
18709
18710 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18711
18712         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18713         (gst_video_sink_get_type): Add a debug category.
18714
18715 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18716
18717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18718         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18719           Handle downstream newsegment by sending our own newsegment before the
18720           next buffer to be released. (#323900)
18721
18722 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18723
18724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18725         (gst_base_rtp_depayload_set_gst_timestamp):
18726           add queue delay to new segment as well (as opposed to just the first
18727           buffer). (bug #322347)
18728
18729 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18730
18731         * ext/libvisual/visual.c: (make_valid_name):
18732           change some char* into char[]
18733         * gst/audiotestsrc/gstaudiotestsrc.c:
18734         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18735         (gst_audio_test_src_create):
18736         * gst/audiotestsrc/gstaudiotestsrc.h:
18737           prepare to handle EOS and SEGMENT_DONE
18738
18739 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * tests/check/generic/states.c: (GST_START_TEST):
18742           Blacklist cdparanoia element in state test.
18743
18744 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18745
18746           Patch by: Benjamin Pineau
18747
18748         * gst/tcp/gsttcp.c:
18749         * gst/tcp/gsttcpclientsink.c:
18750         * gst/tcp/gsttcpserversink.c:
18751         * gst/tcp/gsttcpserversrc.c:
18752           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18753
18754 2005-12-15  Michael Smith  <msmith@fluendo.com>
18755
18756         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18757         (gst_video_rate_chain):
18758           Fix timestamping for videorate when the first buffer it sees has a
18759           non-zero timestamp. Fix some misleading debug output.
18760
18761 2005-12-15  Michael Smith  <msmith@fluendo.com>
18762
18763         * gst/audioresample/gstaudioresample.c:
18764           Don't leak all input buffers to audioresample.
18765
18766 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18767
18768         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18769           Don't operate on empty text buffers. Strip newlines and
18770           tabs only from the end of the text, but leave them intact
18771           in the middle. Fix typo in gtk-doc description.
18772
18773 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18774
18775         * gst/playback/gstplaybasebin.c:
18776         * gst/playback/gstplaybin.c: (handoff):
18777           Make sure the video frame buffer we return to apps via the
18778           "frame" property always has caps set on it. Modify
18779           _gst_gvalue_set_object() macro to handle NULL objects
18780           gracefully too.
18781
18782 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18783
18784         * gst/audiotestsrc/gstaudiotestsrc.c:
18785         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18786         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18787         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18788         (gst_audio_test_src_create):
18789         * gst/audiotestsrc/gstaudiotestsrc.h:
18790         Adjust to some recent api changes and add wtays new cool seeking
18791         capabillities
18792
18793 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18794
18795         * ext/alsa/Makefile.am:
18796         * ext/alsa/gstalsadeviceprobe.c:
18797         * ext/alsa/gstalsadeviceprobe.h:
18798           Helper functions to add device probing via the GstPropertyProbe
18799           interface to a class.
18800
18801         * ext/alsa/gstalsamixer.h:
18802           Comment out GST_ALSA_MIXER, it returns a struct that's not
18803           used.
18804
18805         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18806           Add some debug info. 
18807
18808         * ext/alsa/gstalsamixerelement.c:
18809         (gst_alsa_mixer_element_interface_supported),
18810         (gst_implements_interface_init),
18811         (gst_alsa_mixer_element_init_interfaces),
18812         (gst_alsa_mixer_element_class_init),
18813         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18814         (gst_alsa_mixer_element_set_property),
18815         (gst_alsa_mixer_element_get_property),
18816         (gst_alsa_mixer_element_change_state):
18817         * ext/alsa/gstalsamixerelement.h:
18818           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18819           for device handling (gnome-volume-control will need that).
18820
18821 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18822
18823         * ext/Makefile.am: fix cdparanoia entry
18824         * gst-plugins-base.spec.in: add cdparanoia
18825
18826 2005-12-12  Michael Smith  <msmith@fluendo.com>
18827
18828         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18829           Use the correct function to free list of typefind factories.
18830
18831 2005-12-12  Wim Taymans  <wim@fluendo.com>
18832
18833         * gst/videotestsrc/gstvideotestsrc.c:
18834         (gst_video_test_src_class_init), (gst_video_test_src_init),
18835         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18836         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18837         (gst_video_test_src_create):
18838         * gst/videotestsrc/gstvideotestsrc.h:
18839         Implement seeking in videotestsrc.
18840         Small cleanups.
18841
18842 2005-12-12  Wim Taymans  <wim@fluendo.com>
18843
18844         * ext/cdparanoia/Makefile.am:
18845         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18846         (gst_paranoia_endian_get_type), (_do_init),
18847         (cdparanoia_class_init), (cdparanoia_init),
18848         (cdparanoia_set_property), (cdparanoia_get_property),
18849         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18850         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18851         (cdparanoia_convert), (cdparanoia_get_query_types),
18852         (cdparanoia_query), (cdparanoia_set_index),
18853         (cdparanoia_uri_set_uri):
18854         * ext/cdparanoia/gstcdparanoia.h:
18855         Partially ported cdparanoia now that basesrc can support a
18856         plugin like this..
18857
18858 2005-12-12  Wim Taymans  <wim@fluendo.com>
18859
18860         * tests/examples/seek/scrubby.c: (main):
18861         Set higher priority for bus events so they don't get reordered with
18862         gtk gui events.
18863
18864         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18865         (flush_toggle_cb), (main):
18866         Added checkbox to disable flushing seeks. 
18867         Disable scrubbing when doing non flushing seeks.
18868
18869 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18870
18871         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18872         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18873         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18874         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18875           Implement some sort of event handling that doesn't rely on
18876           g_return_if_fail; make sure we always push the last chunk of an 
18877           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18878           state change function; remove some old cruft. Seeking is still
18879           rather unlikely to work though.
18880
18881         * tools/.cvsignore:
18882           Ignore more.
18883
18884 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18885
18886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18887         Fixed a leak of the current image reference when cleaning up.
18888         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18889
18890 2005-12-09  Michael Smith  <msmith@fluendo.com>
18891
18892         * tools/Makefile.am:
18893         * tools/gst-launch-ext-m.m:
18894           Remove gst-launch-ext. It doesn't work, and is no longer
18895           particularly useful.
18896
18897 2005-12-08  Luca Ognibene  <luogni@tin.it>
18898
18899         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18900           don't pass random values to ogmparse convert function.
18901           Make seeking possible in the exile1.ogm file.
18902
18903 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18904
18905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18906         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18907           Work around refcount problem with g_value_set_object() that occur
18908           if the core has been compiled against GLib-2.6 (g_value_set_object()
18909           will only g_object_ref() the element, but the caller will
18910           gst_object_unref() it and bad things will happen due to the way
18911           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18912           totem for people on FC4 using Thomas's 0.10 RPMs.
18913           
18914 2005-12-07  Edward Hervey  <edward@fluendo.com>
18915
18916         Time to welcome ogm to 0.10 :)
18917         
18918         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18919         (gst_ogg_pad_typefind):
18920         Oggdemux can now properly typefind elements with dynamic pads.
18921         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18922         Properly set caps on src pad, and set caps on outgoing buffers.
18923
18924 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18925
18926         * ext/alsa/gstalsamixer.h:
18927         * ext/alsa/gstalsamixerelement.h:
18928         * ext/alsa/gstalsamixeroptions.h:
18929         * ext/alsa/gstalsamixertrack.h:
18930         * ext/alsa/gstalsasink.c:
18931         * ext/alsa/gstalsasink.h:
18932         * ext/alsa/gstalsasrc.c:
18933         * ext/alsa/gstalsasrc.h:
18934         * ext/cdparanoia/gstcdparanoia.h:
18935         * ext/gnomevfs/gstgnomevfsuri.h:
18936         * ext/ogg/gstoggdemux.c:
18937         * ext/ogg/gstoggmux.c:
18938         * ext/pango/gsttextoverlay.h:
18939         * ext/theora/theoradec.c:
18940         * ext/theora/theoraenc.c:
18941         * ext/vorbis/vorbisdec.h:
18942         * ext/vorbis/vorbisenc.c:
18943         * ext/vorbis/vorbisenc.h:
18944         * ext/vorbis/vorbisparse.h:
18945         * gst-libs/gst/audio/gstaudioclock.h:
18946         * gst-libs/gst/audio/gstaudiosink.c:
18947         * gst-libs/gst/audio/gstaudiosink.h:
18948         * gst-libs/gst/audio/gstaudiosrc.c:
18949         * gst-libs/gst/audio/gstaudiosrc.h:
18950         * gst-libs/gst/audio/gstbaseaudiosink.c:
18951         * gst-libs/gst/audio/gstbaseaudiosink.h:
18952         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18953         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18954         * gst-libs/gst/audio/gstringbuffer.h:
18955         * gst-libs/gst/audio/multichannel.h:
18956         * gst-libs/gst/floatcast/floatcast.h:
18957         * gst-libs/gst/interfaces/colorbalance.c:
18958         * gst-libs/gst/interfaces/colorbalance.h:
18959         * gst-libs/gst/interfaces/colorbalancechannel.h:
18960         * gst-libs/gst/interfaces/mixer.h:
18961         * gst-libs/gst/interfaces/mixeroptions.h:
18962         * gst-libs/gst/interfaces/mixertrack.h:
18963         * gst-libs/gst/interfaces/navigation.h:
18964         * gst-libs/gst/interfaces/propertyprobe.h:
18965         * gst-libs/gst/interfaces/tuner.h:
18966         * gst-libs/gst/interfaces/tunerchannel.h:
18967         * gst-libs/gst/interfaces/tunernorm.h:
18968         * gst-libs/gst/interfaces/xoverlay.h:
18969         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18970         * gst-libs/gst/riff/riff-ids.h:
18971         * gst-libs/gst/riff/riff-media.h:
18972         * gst-libs/gst/riff/riff-read.h:
18973         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18974         * gst-libs/gst/rtp/gstbasertppayload.c:
18975         * gst-libs/gst/rtp/gstbasertppayload.h:
18976         * gst-libs/gst/rtp/gstrtpbuffer.c:
18977         * gst-libs/gst/rtp/gstrtpbuffer.h:
18978         * gst-libs/gst/tag/gsttageditingprivate.h:
18979         * gst-libs/gst/tag/gstvorbistag.c:
18980         (gst_tag_list_from_vorbiscomment_buffer):
18981         * gst-libs/gst/tag/tag.h:
18982         * gst-libs/gst/video/video.h:
18983         * gst/adder/gstadder.c:
18984         * gst/adder/gstadder.h:
18985         * gst/audioconvert/audioconvert.c:
18986         * gst/audioconvert/audioconvert.h:
18987         * gst/audioconvert/gstaudioconvert.c:
18988         * gst/audioconvert/gstchannelmix.c:
18989         * gst/audioconvert/gstchannelmix.h:
18990         * gst/audiorate/gstaudiorate.c:
18991         * gst/audioresample/buffer.h:
18992         * gst/audioresample/functable.h:
18993         * gst/audioresample/gstaudioresample.c:
18994         * gst/audioresample/resample.h:
18995         * gst/ffmpegcolorspace/avcodec.h:
18996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18997         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18998         * gst/ffmpegcolorspace/imgconvert.c:
18999         * gst/ffmpegcolorspace/imgconvert_template.h:
19000         * gst/playback/gstdecodebin.c:
19001         * gst/playback/gstplaybasebin.h:
19002         * gst/playback/gstplaybin.c:
19003         * gst/playback/gststreaminfo.h:
19004         * gst/tcp/gstfdset.c:
19005         * gst/tcp/gstfdset.h:
19006         * gst/tcp/gstmultifdsink.c:
19007         * gst/tcp/gstmultifdsink.h:
19008         * gst/tcp/gsttcp.h:
19009         * gst/tcp/gsttcpclientsrc.c:
19010         * gst/tcp/gsttcpclientsrc.h:
19011         * gst/tcp/gsttcpplugin.h:
19012         * gst/tcp/gsttcpserversink.c:
19013         * gst/tcp/gsttcpserversrc.c:
19014         * gst/typefind/gsttypefindfunctions.c:
19015         * gst/videorate/gstvideorate.c:
19016         * gst/videotestsrc/gstvideotestsrc.h:
19017         * gst/videotestsrc/videotestsrc.h:
19018         * sys/v4l/gstv4lcolorbalance.h:
19019         * sys/v4l/gstv4ltuner.h:
19020         * sys/v4l/gstv4lxoverlay.h:
19021         * sys/v4l/v4l_calls.h:
19022         * sys/v4l/videodev_mjpeg.h:
19023         * tests/check/elements/audioconvert.c:
19024         * tests/check/elements/audioresample.c:
19025         * tests/check/elements/audiotestsrc.c:
19026         * tests/check/elements/videotestsrc.c:
19027         * tests/check/elements/volume.c:
19028         * tests/examples/seek/scrubby.c:
19029         * tests/examples/seek/seek.c:
19030           expand tabs
19031
19032 === release 0.10.0 ===
19033
19034 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19035
19036         * configure.ac:
19037           releasing 0.10.0, "Mont-d'or"
19038
19039 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19040
19041         * tests/examples/seek/Makefile.am:
19042         Build fix for when gtk is not available.
19043
19044 2005-12-05  Andy Wingo  <wingo@pobox.com>
19045
19046         * ext/libvisual/visual.c: (get_buffer):
19047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19048         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19049         * ext/theora/theoradec.c: (theora_handle_data_packet):
19050         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19051         (theora_enc_chain):
19052         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19053         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19054         Update for alloc_buffer changes.
19055
19056 2005-12-05  Andy Wingo  <wingo@pobox.com>
19057
19058         patch by: Kai Vehmanen <kv2004 eca cx>
19059         
19060         * gst-libs/gst/rtp/gstbasertpdepayload.c
19061         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19062
19063 2005-12-04  Andy Wingo  <wingo@pobox.com>
19064
19065         patch by: Sebastien Cote <sebas642 yahoo ca>
19066         
19067         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19068         Fixes #319172.
19069
19070 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19071
19072         * docs/plugins/Makefile.am:
19073         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19074         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19075         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19076         * ext/pango/gstclockoverlay.c:
19077         * ext/pango/gsttextoverlay.c: 
19078         * ext/pango/gsttextrender.c:
19079         * ext/pango/gsttimeoverlay.c:
19080           Add gtk-doc blurbs to pango elements.
19081
19082 2005-12-02  Wim Taymans  <wim@fluendo.com>
19083
19084         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19085         * gst/audioresample/buffer.h:
19086         * gst/audioresample/gstaudioresample.c:
19087         * gst/audioresample/gstaudioresample.h:
19088         * gst/audioresample/resample.c: (resample_input_flush),
19089         (resample_input_pushthrough), (resample_input_eos),
19090         (resample_get_output_size_for_input),
19091         (resample_get_input_size_for_output), (resample_get_output_size),
19092         (resample_get_output_data):
19093         * gst/audioresample/resample.h:
19094         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19095         Fix audioresample, seek torture, new segments, reverse negotiation
19096         etc.. work fine.
19097
19098 2005-12-02  Wim Taymans  <wim@fluendo.com>
19099
19100         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19101         Small cleanups.
19102
19103 2005-12-02  Wim Taymans  <wim@fluendo.com>
19104
19105         * gst/audioconvert/gstaudioconvert.c:
19106         (gst_audio_convert_transform):
19107         Post errors.
19108
19109 === release 0.9.7 ===
19110
19111 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19112
19113         * configure.ac:
19114           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19115
19116 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19117
19118         * Makefile.am:
19119         * po/hu.po:
19120         * win32/MANIFEST:
19121         * win32/gst.sln:
19122           add win32 MANIFEST file
19123           do something to the hungarian translation
19124
19125 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19126
19127         * ext/Makefile.am:
19128           Add $(PANGO_DIR) to SUBDIRS
19129
19130         * ext/pango/gstclockoverlay.c:
19131         * ext/pango/gsttimeoverlay.c:
19132           Fix and improve element descriptions.
19133
19134 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19135
19136         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19137         * docs/plugins/inspect/plugin-libvisual.xml:
19138         * docs/plugins/inspect/plugin-pango.xml:
19139           add pango plugin to docs
19140
19141 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19142
19143         * configure.ac:
19144         * ext/Makefile.am:
19145           moved pango to base
19146
19147 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19148
19149         * configure.ac:
19150         * tests/Makefile.am:
19151         * tests/icles/.cvsignore:
19152         * tests/icles/Makefile.am:
19153         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19154         (close_display), (resize_window), (move_window), (create_window),
19155         (terminate_playback), (pause_playback), (start_playback), (main):
19156           add stress test for xoverlay from Julien
19157
19158 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19159
19160         * docs/libs/tmpl/gstcolorbalance.sgml:
19161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19162         * gst-libs/gst/rtp/gstbasertppayload.c:
19163         * gst-libs/gst/rtp/gstrtpbuffer.c:
19164         * gst-libs/gst/rtp/gstrtpbuffer.h:
19165           Do burger's rename for rtp payloaders and depayloaders
19166
19167 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19168
19169         * win32/:
19170           add Visual Studio 6 build files
19171
19172 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19173
19174         * docs/libs/gst-plugins-base-libs-docs.sgml:
19175         * docs/libs/gst-plugins-base-libs-sections.txt:
19176         * docs/libs/tmpl/gstaudio.sgml:
19177         * docs/libs/tmpl/gstringbuffer.sgml:
19178         * gst-libs/gst/interfaces/xoverlay.c:
19179         * gst-libs/gst/video/gstvideofilter.c:
19180         * gst-libs/gst/video/gstvideosink.c:
19181           update documentation
19182
19183 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19184
19185         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19186         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19187         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19188         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19189         (gst_multi_fd_sink_get_stats),
19190         (gst_multi_fd_sink_remove_client_link),
19191         (gst_multi_fd_sink_handle_client_read),
19192         (gst_multi_fd_sink_client_queue_data),
19193         (gst_multi_fd_sink_client_queue_caps),
19194         (gst_multi_fd_sink_client_queue_buffer),
19195         (gst_multi_fd_sink_new_client),
19196         (gst_multi_fd_sink_handle_client_write),
19197         (gst_multi_fd_sink_recover_client),
19198         (gst_multi_fd_sink_queue_buffer),
19199         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19200         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19201         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19202         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19203         * gst/tcp/gstmultifdsink.h:
19204         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19205         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19206         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19207         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19208         (gst_tcp_client_sink_set_property),
19209         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19210         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19211         * gst/tcp/gsttcpclientsink.h:
19212         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19213         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19214         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19215         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19216         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19217         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19218         * gst/tcp/gsttcpclientsrc.h:
19219         * gst/tcp/gsttcpplugin.c: (plugin_init):
19220         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19221         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19222         (gst_tcp_server_sink_finalize),
19223         (gst_tcp_server_sink_handle_server_read),
19224         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19225         (gst_tcp_server_sink_set_property),
19226         (gst_tcp_server_sink_get_property),
19227         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19228         * gst/tcp/gsttcpserversink.h:
19229         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19230         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19231         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19232         (gst_tcp_server_src_set_property),
19233         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19234         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19235         * gst/tcp/gsttcpserversrc.h:
19236           more borgifying
19237
19238 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19239
19240         * docs/plugins/Makefile.am:
19241         * docs/plugins/gst-plugins-base-plugins.args:
19242         * docs/plugins/inspect/plugin-libvisual.xml:
19243         * gst/audioconvert/plugin.h:
19244         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19245         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19246         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19247         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19248         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19249         (plugin_init):
19250         * gst/audiotestsrc/gstaudiotestsrc.c:
19251         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19252         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19253         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19254         (gst_audio_test_src_get_query_types),
19255         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19256         (gst_audio_test_src_create_square),
19257         (gst_audio_test_src_create_saw),
19258         (gst_audio_test_src_create_triangle),
19259         (gst_audio_test_src_create_silence),
19260         (gst_audio_test_src_create_white_noise),
19261         (gst_audio_test_src_init_pink_noise),
19262         (gst_audio_test_src_generate_pink_noise_value),
19263         (gst_audio_test_src_create_pink_noise),
19264         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19265         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19266         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19267         (plugin_init):
19268         * gst/audiotestsrc/gstaudiotestsrc.h:
19269         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19270         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19271         (gst_sub_parse_init), (gst_sub_parse_formats),
19272         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19273         (convert_encoding), (get_next_line),
19274         (gst_sub_parse_data_format_autodetect),
19275         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19276         (gst_sub_parse_loop), (gst_sub_parse_chain),
19277         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19278         (plugin_init):
19279         * gst/subparse/gstsubparse.h:
19280         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19281         (gst_video_rate_base_init), (gst_video_rate_class_init),
19282         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19283         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19284         (gst_video_rate_init), (gst_video_rate_event),
19285         (gst_video_rate_chain), (gst_video_rate_set_property),
19286         (gst_video_rate_get_property), (gst_video_rate_change_state),
19287         (plugin_init):
19288         * gst/videoscale/gstvideoscale.c:
19289         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19290         (gst_video_scale_src_template_factory),
19291         (gst_video_scale_sink_template_factory),
19292         (gst_video_scale_get_type), (gst_video_scale_base_init),
19293         (gst_video_scale_class_init), (gst_video_scale_init),
19294         (gst_video_scale_set_property), (gst_video_scale_get_property),
19295         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19296         (gst_video_scale_prepare_size), (parse_caps),
19297         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19298         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19299         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19300         (plugin_init):
19301         * gst/videoscale/gstvideoscale.h:
19302         * gst/videotestsrc/gstvideotestsrc.c:
19303         (gst_video_test_src_pattern_get_type),
19304         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19305         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19306         (gst_video_test_src_set_pattern),
19307         (gst_video_test_src_set_property),
19308         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19309         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19310         (gst_video_test_src_event), (gst_video_test_src_get_times),
19311         (gst_video_test_src_create), (plugin_init):
19312         * gst/videotestsrc/gstvideotestsrc.h:
19313         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19314         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19315         (gst_video_test_src_black):
19316         * gst/videotestsrc/videotestsrc.h:
19317           borgify further
19318           clean up docs a little
19319
19320 2005-11-30  Wim Taymans  <wim@fluendo.com>
19321
19322         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19323         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19324         (gst_basertppayload_event), (gst_basertppayload_push),
19325         (gst_basertppayload_change_state):
19326         * gst-libs/gst/rtp/gstbasertppayload.h:
19327         closed #320644.
19328
19329 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19330
19331         * docs/libs/gst-plugins-base-libs-docs.sgml:
19332         * docs/libs/gst-plugins-base-libs-sections.txt:
19333         * gst-libs/gst/video/gstvideofilter.c:
19334         * gst-libs/gst/video/gstvideosink.c:
19335         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19336
19337 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19338
19339         * LICENSE:
19340           move
19341         * po/af.po:
19342         * po/az.po:
19343         * po/cs.po:
19344         * po/en_GB.po:
19345         * po/hu.po:
19346         * po/it.po:
19347         * po/nb.po:
19348         * po/nl.po:
19349         * po/or.po:
19350         * po/sq.po:
19351         * po/sr.po:
19352         * po/sv.po:
19353         * po/uk.po:
19354         * po/vi.po:
19355         * Makefile.am:
19356           update
19357         * scripts/autoplugins.sh:
19358           remove
19359
19360 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19361
19362         * Makefile.am:
19363         * configure.ac:
19364         * examples/Makefile.am:
19365         * examples/capsfilter/Makefile.am:
19366         * examples/capsfilter/capsfilter1.c:
19367         * examples/gob/Makefile.am:
19368         * examples/gob/gst-identity2.gob:
19369         * examples/indexing/.cvsignore:
19370         * examples/indexing/Makefile.am:
19371         * examples/indexing/indexmpeg.c:
19372         * examples/seeking/.cvsignore:
19373         * examples/seeking/Makefile.am:
19374         * examples/seeking/cdparanoia.c:
19375         * examples/seeking/cdplayer.c:
19376         * examples/seeking/chained.c:
19377         * examples/seeking/scrubby.c:
19378         * examples/seeking/seek.c:
19379         * examples/stats/Makefile.am:
19380         * examples/stats/mp2ogg.c:
19381         * examples/switch/.cvsignore:
19382         * examples/switch/Makefile.am:
19383         * examples/switch/switcher.c:
19384         * tests/Makefile.am:
19385         * tests/check/generic/.cvsignore:
19386         * tests/check/pipelines/.cvsignore:
19387         * tests/examples/Makefile.am:
19388         * tests/examples/seek/Makefile.am:
19389           reorganize stuff under tests/
19390
19391 2005-11-30  Edward Hervey  <edward@fluendo.com>
19392
19393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19394         Go away you stupid GstStaticPadTemplate memleak.
19395
19396 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19397
19398         * gst-libs/gst/net/Makefile.am:
19399         * gst-libs/gst/net/README:
19400         * gst-libs/gst/net/gstnetbuffer.c:
19401         * gst-libs/gst/net/gstnetbuffer.h:
19402           this was moved to "netbuffer"
19403
19404 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19405
19406         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19407         (gst_video_filter_class_init), (gst_video_filter_init):
19408         * gst-libs/gst/video/gstvideofilter.h:
19409           borgify name to bring in line with other classes
19410
19411 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19412
19413         * gst/audioscale/.cvsignore:
19414         * gst/audioscale/Makefile.am:
19415         * gst/audioscale/README:
19416         * gst/audioscale/audioscale.vcproj:
19417         * gst/audioscale/dtof.c:
19418         * gst/audioscale/dtos.c:
19419         * gst/audioscale/functable.c:
19420         * gst/audioscale/gstaudioscale.c:
19421         * gst/audioscale/gstaudioscale.h:
19422         * gst/audioscale/private.h:
19423         * gst/audioscale/resample.c:
19424         * gst/audioscale/resample.h:
19425         * gst/audioscale/test.c:
19426           remove
19427
19428 2005-11-30  Edward Hervey  <edward@fluendo.com>
19429
19430         * gst-libs/gst/netbuffer/Makefile.am:
19431         really, really tired
19432
19433 2005-11-30  Edward Hervey  <edward@fluendo.com>
19434
19435         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19436         Update for new GstTypeFindFactory _register()
19437
19438 2005-11-30  Edward Hervey  <edward@fluendo.com>
19439
19440         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19441         Let's not override libgstnet from core for no reason...
19442         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19443         Ok, maybe not so quick next time.
19444
19445 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19446
19447         * configure.ac:
19448         * gst-libs/gst/Makefile.am:
19449           moved gst-libs/gst/net to netbuffer through CVS surgery
19450           remove old directory
19451           updating build to accomodate
19452           (#322257)
19453
19454 2005-11-29  Andy Wingo  <wingo@pobox.com>
19455
19456         * pkgconfig/gstreamer-plugins-base.pc.in:
19457         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19458         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19459         (#322257).
19460
19461 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19462
19463         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19464         3rd time's the charm. Correct ref-counting for discarded buffers.
19465
19466 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19467
19468         * gst/playback/gststreamselector.c:
19469         (gst_stream_selector_class_init),
19470         (gst_stream_selector_set_property),
19471         (gst_stream_selector_get_property),
19472         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19473         Fix ref-counting
19474
19475 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19476
19477         * gst/subparse/gstsubparse.c: (feed_textbuf):
19478           Don't access already unref'ed buffer.
19479
19480 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19481
19482         * gst/playback/gststreamselector.c:
19483         (gst_stream_selector_class_init), (gst_stream_selector_init),
19484         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19485         (gst_stream_selector_get_property),
19486         (gst_stream_selector_get_linked_pad),
19487         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19488         * gst/playback/gststreamselector.h:
19489         Add the active-pad property for playbin to use shortly. Ignore buffers
19490         from any other pad, returning GST_FLOW_NOT_LINKED
19491
19492 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19493
19494         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19495         patch from bug #322704 (Alessandro Decina).
19496
19497 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19498
19499         * gst-libs/gst/audio/Makefile.am:
19500           folded audiofilter into the audio library
19501
19502 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19503
19504         * gst/videoscale/gstvideoscale.h:
19505         * gst/videoscale/gstvideoscale.c:
19506           remove unimplemented scale methods
19507
19508 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19509
19510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19511           Don't leak caps.
19512
19513 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19514
19515         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19516         (gst_ximagesink_setcaps):
19517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19518         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19519         happens (only visible on ximagesink but bug is in xv too) set_caps was
19520         destroying the internal x[v]image used to memcpy non locally alloced
19521         buffers so that it got renewed on next _chain. The issue is that 
19522         _expose will try to put that image as it reffed it in _put.
19523         Using gst_buffer_unref instead of destroy fixes it !
19524
19525 2005-11-28  Edward Hervey  <edward@fluendo.com>
19526
19527         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19528         (try_to_link_1), (queue_filled_cb):
19529         Better use of the queues. Start with a small size queue and only increase
19530         the size of the queues when the other queues are empty.
19531
19532 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19533
19534         * gst-libs/gst/video/Makefile.am:
19535           compile in copied-over videofilter into the video library
19536         * gst-libs/gst/video/videosink.h:
19537           rename the header to gstvideosink.h since it's a base GstObject class
19538         * sys/ximage/ximagesink.h:
19539         * sys/xvimage/xvimagesink.h:
19540           use the new header
19541
19542 2005-11-28  Wim Taymans  <wim@fluendo.com>
19543
19544         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19545         * gst/playback/gstplaybasebin.h:
19546         Prepare to handle errors betters.
19547
19548         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19549         Set sinks to PAUSED first before adding and linking them so that
19550         we don't interrupt dataflow.
19551
19552 2005-11-28  Wim Taymans  <wim@fluendo.com>
19553
19554         * gst-libs/gst/audio/TODO:
19555         Updated TODO
19556
19557         * gst-libs/gst/audio/gstaudiosink.c:
19558         (gst_audioringbuffer_open_device),
19559         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19560         (gst_audioringbuffer_release):
19561         Small cleanups.
19562
19563         * gst-libs/gst/audio/gstbaseaudiosink.c:
19564         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19565         (gst_base_audio_sink_change_state):
19566         Slave to the master clock when going to PLAYING and unslave when
19567         going to PAUSED.
19568
19569         * gst-libs/gst/audio/gstringbuffer.c:
19570         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19571         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19572         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19573         (gst_ring_buffer_clear_all), (wait_segment),
19574         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19575         (gst_ring_buffer_advance):
19576         * gst-libs/gst/audio/gstringbuffer.h:
19577         Add some docs and cleanups.
19578
19579 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19580
19581         * sys/xvimage/xvimagesink.c:
19582         (gst_xvimagesink_navigation_send_event): Fix navigation events
19583         coordinates translation with pixel aspect ratios.
19584
19585 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19586
19587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19588         Use calculated video geometry from _setcaps instead of buffer
19589         caps to respect pixel aspect ratio. (fixes #322388)
19590
19591 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19592
19593         * docs/libs/tmpl/gstcolorbalance.sgml:
19594         * docs/libs/tmpl/gstmixer.sgml:
19595         * docs/libs/tmpl/gstxoverlay.sgml:
19596         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19597         interface.
19598
19599 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19600
19601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19602         Refuse to create an XvImage if we can't find the format.
19603
19604 2005-11-28  Edward Hervey  <edward@fluendo.com>
19605
19606         * gst-libs/gst/riff/riff-media.c:
19607         (gst_riff_create_audio_template_caps):
19608         Add ATRAC3 to the list of riff-possible audio caps.
19609         I know we still don't have a plugin for atrac3, but it's saner to output
19610         that than a cryptic mimetype.
19611
19612 2005-11-27  Edward Hervey  <edward@fluendo.com>
19613
19614         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19615         Don't try to create a zero-sized subbuffer.
19616
19617 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19618
19619         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19620         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19621         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19622         (gst_ximagesink_expose): Fixed a tricky race.
19623         * sys/ximage/ximagesink.h:
19624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19625         (gst_xvimagesink_expose): Fixed a tricky race.
19626         * sys/xvimage/xvimagesink.h:
19627
19628 2005-11-27  Edward Hervey  <edward@fluendo.com>
19629
19630         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19631         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19632         Remove unused properties, and add queues between demuxers and decoders
19633         so that a lot more files can preroll properly.
19634
19635 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * gst-libs/gst/net/Makefile.am:
19638         * gst-libs/gst/rtp/Makefile.am:
19639         * gst-libs/gst/tag/Makefile.am:
19640           remove silly include
19641         * gst/tags/Makefile.am:
19642         * gst/tags/gsttagediting.c:
19643         * gst/tags/gsttageditingprivate.h:
19644         * gst/tags/tagedit.vcproj:
19645           remove directory, is as good as empty
19646
19647 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19648
19649         * configure.ac:
19650           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19651         * gst-libs/Makefile.am:
19652         * gst-libs/gst/audio/Makefile.am:
19653         * gst-libs/gst/interfaces/Makefile.am:
19654         * gst-libs/gst/net/Makefile.am:
19655         * gst-libs/gst/riff/Makefile.am:
19656         * gst-libs/gst/rtp/Makefile.am:
19657         * gst-libs/gst/tag/Makefile.am:
19658         * gst-libs/gst/video/Makefile.am:
19659           and use them
19660
19661 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19662
19663         * docs/libs/tmpl/gstcolorbalance.sgml:
19664         * docs/libs/tmpl/gstmixer.sgml:
19665         * docs/libs/tmpl/gstxoverlay.sgml:
19666         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19667         * sys/ximage/ximagesink.h:
19668         * sys/xvimage/xvimagesink.h: More and more documentation.
19669
19670 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19671
19672         * docs/libs/gst-plugins-base-libs-docs.sgml:
19673         * docs/libs/gst-plugins-base-libs-sections.txt:
19674         * docs/libs/tmpl/gstcolorbalance.sgml:
19675         * docs/libs/tmpl/gstmixer.sgml:
19676         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19677         to documentation.
19678
19679 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19680
19681         * docs/plugins/Makefile.am:
19682         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19683         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19684         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19685
19686 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19687
19688         * docs/plugins/Makefile.am:
19689         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19690         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19691         * docs/plugins/inspect/plugin-adder.xml:
19692         * docs/plugins/inspect/plugin-alsa.xml:
19693         * docs/plugins/inspect/plugin-audioconvert.xml:
19694         * docs/plugins/inspect/plugin-audiorate.xml:
19695         * docs/plugins/inspect/plugin-audioresample.xml:
19696         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19697         * docs/plugins/inspect/plugin-decodebin.xml:
19698         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19699         * docs/plugins/inspect/plugin-gnomevfs.xml:
19700         * docs/plugins/inspect/plugin-ogg.xml:
19701         * docs/plugins/inspect/plugin-playbin.xml:
19702         * docs/plugins/inspect/plugin-subparse.xml:
19703         * docs/plugins/inspect/plugin-tcp.xml:
19704         * docs/plugins/inspect/plugin-theora.xml:
19705         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19706         * docs/plugins/inspect/plugin-video4linux.xml:
19707         * docs/plugins/inspect/plugin-videorate.xml:
19708         * docs/plugins/inspect/plugin-videoscale.xml:
19709         * docs/plugins/inspect/plugin-videotestsrc.xml:
19710         * docs/plugins/inspect/plugin-volume.xml:
19711         * docs/plugins/inspect/plugin-vorbis.xml:
19712         * docs/plugins/inspect/plugin-ximagesink.xml:
19713         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19714         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19715
19716 2005-11-26  Edward Hervey  <edward@fluendo.com>
19717
19718         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19719         Properly return GstFlowReturn from gst_pad_push in chain functions.
19720
19721 2005-11-25  Michael Smith  <msmith@fluendo.com>
19722
19723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19724         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19725         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19726         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19727           Handle various conditions better when we don't understand a stream.
19728           Removes a heap of CRITICALs on ogg streams containing unknown data.
19729
19730 2005-11-24  Andy Wingo  <wingo@pobox.com>
19731
19732         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19733         Be threadsafe.
19734
19735 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * configure.ac: back to HEAD
19738
19739 === release 0.9.6 ===
19740
19741 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19742
19743         * configure.ac:
19744           releasing 0.9.6, "White Eight"
19745
19746 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19749         * docs/plugins/inspect/plugin-sine.xml:
19750           remove sinesrc some more
19751
19752 2005-11-23  Wim Taymans  <wim@fluendo.com>
19753
19754         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19755         If we are reading too slowly, jump forward in the ringbuffer
19756         instead of blocking.
19757
19758 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19759
19760         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19761         (gst_visual_chain):
19762         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19763         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19764         (gst_videorate_chain):
19765         * gst/videotestsrc/gstvideotestsrc.c:
19766         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19767         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19768         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19769         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19770         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19771         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19772           Updates for API changes
19773
19774 2005-11-23  Wim Taymans  <wim@fluendo.com>
19775
19776         * gst-libs/gst/audio/gstbaseaudiosink.c:
19777         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19778         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19779         Fix for calibration API change.
19780
19781 2005-11-23  Michael Smith <msmith@fluendo.com>
19782
19783         * gst-libs/gst/audio/multichannel.c:
19784         (gst_audio_get_channel_positions),
19785         (gst_audio_set_channel_positions),
19786         (gst_audio_set_structure_channel_positions_list),
19787         (gst_audio_fixate_channel_positions):
19788           Use gst_value_array_*() functions on value arrays, not
19789           gst_value_list_*().
19790
19791 2005-11-23  Edward Hervey  <edward@fluendo.com>
19792
19793         * autogen.sh:
19794         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19795         Fixes autogen
19796
19797 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19798
19799         * check/Makefile.am:
19800         * check/elements/videotestsrc.c: (setup_videotestsrc),
19801         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19802         (main):
19803           add a test for videotestsrc
19804
19805 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * gst/sine/.cvsignore:
19808         * gst/sine/Makefile.am:
19809         * gst/sine/gstsinesrc.c:
19810         * gst/sine/gstsinesrc.h:
19811         * gst/sine/sinesrc.vcproj:
19812           and remove sinesrc from the repository.  Closes #321446
19813
19814 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19815
19816         * configure.ac:
19817         * gst-plugins-base.spec.in:
19818           remove sinesrc from the build
19819
19820 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19821
19822         * check/Makefile.am:
19823         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19824         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19825         (main):
19826           add a test for audiotestsrc, testing all waves.  Even seems
19827           leak-free at first glance, nice job Stefan
19828
19829 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19830
19831         * po/af.po:
19832         * po/az.po:
19833         * po/cs.po:
19834         * po/en_GB.po:
19835         * po/hu.po:
19836         * po/it.po:
19837         * po/nb.po:
19838         * po/nl.po:
19839         * po/or.po:
19840         * po/sq.po:
19841         * po/sr.po:
19842         * po/sv.po:
19843         * po/uk.po:
19844         * po/vi.po:
19845           Translation string updates
19846
19847         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19848         (gst_v4lsrc_set_caps):
19849         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19850         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19851         * sys/v4l/v4lsrc_calls.h:
19852           Improve v4lsrc, by making it work again.
19853
19854 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19855
19856         * ext/libvisual/visual.c: (gst_visual_chain):
19857           Fix the fps calculations.
19858
19859         * gst/ffmpegcolorspace/avcodec.h:
19860           Move structure element for clarity
19861
19862         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19863         * gst-libs/gst/interfaces/tunernorm.h:
19864         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19865         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19866         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19867         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19868         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19869         (gst_v4lmjpegsrc_getcaps):
19870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19871         (gst_v4lsrc_set_caps):
19872         * sys/v4l/gstv4lsrc.h:
19873         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19875         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19876         * sys/v4l/v4lsrc_calls.h:
19877           Fractional framerates...
19878
19879 2005-11-22  Wim Taymans  <wim@fluendo.com>
19880
19881         * gst-libs/gst/audio/gstbaseaudiosink.c:
19882         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19883         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19884         And we provide a clock by default, of course...
19885
19886 2005-11-22  Wim Taymans  <wim@fluendo.com>
19887
19888         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19889         This clock can be slaved to a master clock now.
19890
19891         * gst-libs/gst/audio/gstbaseaudiosink.c:
19892         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19893         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19894         (gst_base_audio_sink_set_clock),
19895         (gst_base_audio_sink_set_property),
19896         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19897         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19898         * gst-libs/gst/audio/gstbaseaudiosink.h:
19899         Handle slaving the internal clock to the clock selected in the
19900         pipeline.
19901         Add property to make the basesink not provide a clock.
19902
19903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19904         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19905         (gst_base_rtp_depayload_wait):
19906         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19907         We can use the clock in GstElement, no need to store it ourselves.
19908
19909 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19910
19911         * docs/libs/tmpl/gstaudio.sgml:
19912           update
19913         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19914         (gst_paranoia_endian_get_type):
19915         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19916         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19917         * gst/audiotestsrc/gstaudiotestsrc.c:
19918         (gst_audiostestsrc_wave_get_type):
19919         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19920         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19921         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19922         (gst_sync_method_get_type), (gst_unit_type_get_type),
19923         (gst_client_status_get_type), (gst_multifdsink_class_init),
19924         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19925         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19926         (gst_multifdsink_get_property):
19927         * gst/tcp/gstmultifdsink.h:
19928         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19929         * gst/videotestsrc/gstvideotestsrc.c:
19930         (gst_videotestsrc_pattern_get_type):
19931           remove deprecated properties
19932           fix up enums to correctly have short lowercase dashed nicks
19933
19934 2005-11-22  Michael Smith <msmith@fluendo.com>
19935
19936         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19937         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19938           Add underscore.
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           Use utility method for scaling clocktime for fractional framerates.
19945
19946 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19947
19948         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19949         (gst_visual_chain):
19950         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19951         * ext/theora/theoradec.c: (theora_handle_type_packet):
19952         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19953         (theora_enc_chain):
19954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19955         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19956         * gst-libs/gst/video/video.h:
19957         * gst/ffmpegcolorspace/avcodec.h:
19958         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19959         (gst_ffmpeg_caps_to_pixfmt):
19960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19961         (gst_ffmpegcsp_set_caps):
19962         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19963         (gst_videorate_setcaps), (gst_videorate_blank_data),
19964         (gst_videorate_chain):
19965         * gst/videotestsrc/gstvideotestsrc.c:
19966         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19967         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19968         (gst_videotestsrc_event), (gst_videotestsrc_create):
19969         * gst/videotestsrc/gstvideotestsrc.h:
19970         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19971         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19972         (gst_ximagesink_get_times), (gst_ximagesink_init):
19973         * sys/ximage/ximagesink.h:
19974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19975         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19976         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19977         * sys/xvimage/xvimagesink.h:
19978           Convert elements to use fractions for their framerate.
19979           V4L elements to come later tonight.
19980
19981 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19982
19983         * gst-libs/gst/audio/audio.c:
19984         * gst-libs/gst/audio/audio.h:
19985           remove some deprecated functions
19986
19987 2005-11-22  Andy Wingo  <wingo@pobox.com>
19988
19989         * Update for gst_tag_setter API changes.
19990
19991 2005-11-22  Andy Wingo  <wingo@pobox.com>
19992
19993         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19994         (gst_ogg_demux_perform_seek):
19995         * ext/theora/theoradec.c (theora_dec_sink_event):
19996         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19997         update-funcnames.
19998
19999 2005-11-22  Wim Taymans  <wim@fluendo.com>
20000
20001         * examples/seeking/seek.c: (main):
20002         Give higher priority to bus signals than the gtk events
20003         to fix a race condition in the segment looping.
20004
20005 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20006
20007         * ext/theora/Makefile.am:
20008         * ext/vorbis/Makefile.am:
20009         * gst-libs/gst/tag/Makefile.am:
20010         * gst-plugins-base.spec.in:
20011           Rename libgsttagedit to libgsttag (#322117).
20012
20013 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20014
20015         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20017           Call gst_x_overlay_prepare_xwindow_id() to give applications
20018           a final chance to set their own xwindow id before the video
20019           sink creates its own window.
20020
20021 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20022
20023         * sys/xvimage/xvimagesink.c:
20024         (gst_xvimagesink_navigation_send_event): Handle navigation
20025         events correcly with borders if applicable.
20026
20027 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20028
20029         Patch by: Luca Ognibene
20030
20031         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20032         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20034         (gst_ffmpegcsp_caps_remove_format_info):
20035         * gst/ffmpegcolorspace/imgconvert.c:
20036         * gst/ffmpegcolorspace/imgconvert_template.h:
20037           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20038           #318353); use gst_structure_has_name().
20039
20040 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20041
20042         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20043         (gst_ximagesink_class_init): Add debug macros on functions.
20044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20045         (gst_xvimagesink_xwindow_draw_borders),
20046         (gst_xvimagesink_xvimage_put),
20047         (gst_xvimagesink_xwindow_update_geometry),
20048         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20049         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20050         (gst_xvimagesink_xcontext_clear),
20051         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20052         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20053         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20054         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20055         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20056         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20057         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20058         expose while being PAUSED, out of data flow navigation events, etc..
20059
20060 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20061
20062         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20063         * gst-libs/gst/audio/audio.h:
20064           fix prototype - wondering why the test worked regardless
20065
20066 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20067
20068         * check/Makefile.am:
20069         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20070         * gst-libs/gst/audio/audio.h:
20071           add a method that returns a proper GstClockTime
20072
20073 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20074
20075         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20076         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20077         * gst-libs/gst/interfaces/xoverlay.h:
20078           Remove everything having to do with the desired size; add 
20079           gst_x_overlay_prepare_xwindow_id() function; remove the
20080           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20081           post a message on the bus instead (#321816).
20082
20083         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20085         (gst_xvimagesink_xoverlay_init):
20086           Remove desired size stuff (#321816).
20087
20088 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20089
20090         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20091         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20092         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20093           Terminate vararg functions with NULL instead of 0 to 
20094           make gcc4 happy.
20095
20096 2005-11-21  Andy Wingo  <wingo@pobox.com>
20097
20098         patch by: Sebastien Cote <sebas642@yahoo.ca>
20099         
20100         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20101         * gst-libs/gst/rtp/gstrtpbuffer.c
20102         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20103
20104 2005-11-21  Andy Wingo  <wingo@pobox.com>
20105
20106         * gst/playback/gstplaybin.c (gen_audio_element) 
20107         (gen_video_element): Use the new MISSING_PLUGIN core error
20108         category. Closes #320060.
20109
20110         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20111         * gst/videorate/gstvideorate.c (gst_videorate_event):
20112         * ext/theora/theoradec.c (theora_dec_sink_event): 
20113         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20114         stream lock.
20115
20116         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20117         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20118         stream lock changes.
20119
20120 2005-11-21  Wim Taymans  <wim@fluendo.com>
20121
20122         * gst-libs/gst/audio/gstbaseaudiosink.c:
20123         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20124         (gst_base_audio_sink_provide_clock),
20125         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20126         (gst_base_audio_sink_change_state):
20127         * gst/audioresample/gstaudioresample.c:
20128         Segment update fix.
20129
20130 2005-11-21  Andy Wingo  <wingo@pobox.com>
20131
20132         * *.h:
20133         * *.c: Ran scripts/update-macros. Oh yes.
20134
20135 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20136
20137         * sys/ximage/Makefile.am:
20138         * sys/ximage/ximage.c:
20139           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20140           remove your old libgstximage.* manually if necessary).
20141
20142 2005-11-21  Michael Smith <msmith@fluendo.com>
20143
20144         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20145           Minimal fix for bug #320200: set the min/max bitrate in the correct
20146           units. A better fix would be to upgrade to the RATEMANAGE2
20147           interface, rather than using the deprecated interface used here, but
20148           that would require an update in our libvorbis dependency (to 1.1),
20149           which is probably undesirable.
20150
20151 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20152
20153         * ext/libvisual/visual.c: (get_buffer):
20154         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20155         (gst_base_audio_src_fixate):
20156         * gst/audioconvert/gstaudioconvert.c:
20157         (gst_audio_convert_fixate_caps):
20158         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20159         * gst/audiotestsrc/gstaudiotestsrc.c:
20160         (gst_audiotestsrc_src_fixate):
20161         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20162         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20163         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20164         * gst/videotestsrc/gstvideotestsrc.c:
20165         (gst_videotestsrc_src_fixate):
20166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20168           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20169           (#322027)
20170
20171
20172 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20173
20174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20175         (gst_riff_create_iavs_caps):
20176         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20177         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20178         (gst_riff_parse_info):
20179         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20182           Fixes for GST_FOURCC_FORMAT API change.
20183
20184 2005-11-21  Andy Wingo  <wingo@pobox.com>
20185
20186         patch by: Alessandro Dessina <alessandro nnva org>
20187
20188         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20189         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20190         (gst_ogg_parse_chain):
20191         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20192         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20193         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20194         gst_value_list calls on arrays. Fixes #321962.
20195
20196 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20197
20198         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20199         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20200         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20201         * gst/adder/gstadder.c: (gst_adder_init),
20202         (gst_adder_request_new_pad), (gst_adder_collected),
20203         (gst_adder_change_state):
20204           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20205           API change.
20206
20207 2005-11-21  Michael Smith <msmith@fluendo.com>
20208
20209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20210         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20211           Properly handle pad_push return values.
20212
20213 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20214
20215         * gst-libs/gst/tag/Makefile.am:
20216         * gst-libs/gst/tag/gstvorbistag.c:
20217         (gst_tag_list_to_vorbiscomment_buffer):
20218           Remove obsolete vorbistag element and debug category.
20219
20220         * gst/playback/gstplaybasebin.c: (check_queue):
20221           Don't divide by 0 when queue-threshold is 0.
20222
20223         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20224           Don't modify an existing pixel-aspect-ratio if we fail to read
20225           a new one.
20226
20227 2005-11-20  Wim Taymans  <wim@fluendo.com>
20228
20229         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20230         (gst_vorbisenc_push_packet):
20231         GST_PAD_IS_USABLE is gone, use the return value of
20232         the push or pad_alloc_buffer instead.
20233
20234 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20235
20236         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20237         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20238         (gst_ximagesink_ximage_destroy),
20239         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20240         (gst_ximagesink_xwindow_new),
20241         (gst_ximagesink_xwindow_update_geometry),
20242         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20243         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20244         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20245         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20246         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20247         (gst_ximagesink_navigation_send_event),
20248         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20249         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20250         (gst_ximagesink_finalize), (gst_ximagesink_init),
20251         (gst_ximagesink_class_init):
20252         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20253         This new version brings correct software scaling, non flickering
20254         window while resizing, pixel aspect ratio handling, usage of
20255         hardware buffer pools, out of data flow event thread for 
20256         navigation and handling of expose events even when being PAUSED,
20257         a new property to keep video aspect ratio when resizing, etc...
20258
20259 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20260
20261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20262         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20263         handling of PAR.
20264
20265 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20266
20267         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20268         Unsetting IS_SINK flag from the fakesink, so decodebin
20269         never behaves as a sink.
20270
20271 2005-11-17  Wim Taymans  <wim@fluendo.com>
20272
20273         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20274         (gst_base_audio_src_change_state):
20275         Fix the audiosrc base class again, we did not unflush.
20276
20277 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20278
20279         * examples/seeking/seek.c: (make_dv_pipeline),
20280         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20281         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20282         to ogg/vorbis/theora pipeline.
20283
20284 2005-11-17  Wim Taymans  <wim@fluendo.com>
20285
20286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20287         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20288         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20289         Fix EOS on multiple streams.
20290         More debugging.
20291
20292 2005-11-16  Wim Taymans  <wim@fluendo.com>
20293
20294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20295         (gst_ogg_demux_perform_seek):
20296         Segment done must include stream time.
20297
20298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20299         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20300         (gst_ogg_mux_change_state):
20301         Fix ogg muxer again.
20302
20303 2005-11-16  Wim Taymans  <wim@fluendo.com>
20304
20305         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20306         Fix compile again.
20307
20308 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20309
20310         * ext/libvisual/visual.c: (gst_visual_init):
20311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20312         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20313         (gst_ogg_parse_chain):
20314         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20315         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20316         * ext/theora/theoradec.c: (gst_theora_dec_init):
20317         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20318         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20319         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20320         * gst/adder/gstadder.c: (gst_adder_class_init),
20321         (gst_adder_dispose):
20322         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20323         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20324         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20325           Fix a whole set of pad template leaks
20326
20327 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20328
20329         * check/generic/states.c: (GST_START_TEST):
20330           fix the test so that it only checks for elements that are part of
20331           this source module
20332
20333 2005-11-16  Michael Smith <msmith@fluendo.com>
20334
20335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20336         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20337         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20338         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20339         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20340         (gst_ogg_mux_change_state):
20341           Fix leaking collectpads.
20342
20343 2005-11-16  Edward Hervey  <edward@fluendo.com>
20344
20345         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20346         (gst_videorate_event), (gst_videorate_chain):
20347         Handle segment seeks
20348
20349 2005-11-16  Wim Taymans  <wim@fluendo.com>
20350
20351         * gst-libs/gst/audio/gstbaseaudiosink.c:
20352         (gst_base_audio_sink_provide_clock),
20353         (gst_base_audio_sink_change_state):
20354         Set ringbuffer to non-flushing when going to PAUSED, set to
20355         flushing again when going to READY.
20356
20357         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20358         (gst_ring_buffer_stop):
20359         Start in flushing mode by default.
20360         Don't set flushing in the _stop method, let the app call
20361         this explicitly.
20362
20363 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20364
20365         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20366         * gst-libs/gst/video/videosink.h: Add helper function needed
20367         for video sinks.
20368
20369 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20370
20371         * gst/videoscale/gstvideoscale.c:
20372         (gst_videoscale_handle_src_event):
20373           Don't leak reference to pad parent.
20374
20375 2005-11-16  Wim Taymans  <wim@fluendo.com>
20376
20377         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20378         Set ringbuffer to flushing when stopping so that we don't
20379         block on wait_segment anymore and livelock.
20380
20381 2005-11-16  Wim Taymans  <wim@fluendo.com>
20382
20383         * examples/seeking/seek.c: (send_event), (do_seek),
20384         (loop_toggle_cb), (segment_done), (main):
20385         Added looping checkbox.
20386
20387 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20388
20389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20390         (gst_ogg_demux_init):
20391         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20392         (gst_vorbis_dec_init):
20393           revert unrefs, they don't pass make check
20394
20395 2005-11-15  Johan Dahlin  <johan@gnome.org>
20396
20397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20398         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20399         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20400         (gst_vorbis_dec_init):
20401         Fix pad template leaks. 
20402
20403 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20404
20405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20406           Make state change function thread safe.
20407
20408 2005-11-15  Edward Hervey  <edward@fluendo.com>
20409
20410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20411         (gst_ogg_demux_class_init):
20412         Implement GstElement::send_event, so we can send seek events
20413         in GST_STATE_READY
20414
20415 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20416
20417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20418         Discovered how to take away flickering while resizing the
20419         window. Please don't put that in ximagesink, refactoring in
20420         progress.
20421
20422 2005-11-14  Michael Smith <msmith@fluendo.com>
20423
20424         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20425         (gst_multifdsink_render):
20426           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20427
20428 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20429
20430         * gst/playback/gstplaybin.c: (gen_audio_element):
20431           Use autoaudiosink, it tends to be more widely available than
20432           autoaudiiosink.
20433           
20434 2005-11-14  Andy Wingo  <wingo@pobox.com>
20435
20436         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20437         as well if it is available. Fixes #316442.
20438
20439 2005-11-14  Michael Smith <msmith@fluendo.com>
20440
20441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20442         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20443         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20444         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20445         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20446         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20447         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20448         (gst_vorbisenc_change_state):
20449           Fix a small memory leak in vorbisenc.
20450           Fix large memory leaks in oggmux, also fix lots of state change
20451           bugs in oggmux.
20452
20453 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20454
20455         * gst/videotestsrc/gstvideotestsrc.c:
20456         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20457         (gst_videotestsrc_src_fixate):
20458           move fixation to a fixate function
20459           remove negotiate function, basesrc's is good enough
20460           fixes a bug for check when using the element alone
20461
20462 2005-11-13  Edward Hervey  <edward@fluendo.com>
20463
20464         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20465         (key_toggle_cb), (main):
20466         Added checkboxes for adding/removing the accurate and key_unit seek
20467         flags.
20468
20469 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20470
20471         * configure.ac: back to HEAD
20472
20473 === release 0.9.5 ===
20474
20475 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20476
20477         * configure.ac:
20478           releasing 0.9.5, "No No Kia"
20479
20480 2005-11-11  Edward Hervey  <edward@fluendo.com>
20481
20482         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20483         Added parse-launch syntax seeking mode for the seeking example.
20484         This should help stress-test even more cases.
20485         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20486
20487 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20488
20489         * sys/xvimage/xvimagesink.c:
20490         (gst_xvimagesink_navigation_send_event):
20491           Check whether peer pad exists before sending navigation events
20492           to it.
20493
20494 2005-11-11  Michael Smith <msmith@fluendo.com>
20495
20496         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20497         (gst_vorbisenc_buffer_from_packet):
20498         * ext/vorbis/vorbisenc.h:
20499           Set duration on encoded buffers. This allows oggmux's
20500           max_page_delay parameter to actually work.
20501
20502 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20503
20504         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20505         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20506         (gst_ffmpegcsp_avpicture_fill):
20507         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20508         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20509           Make palettes work again (see #132341). Use our own macros
20510           for rounding up.
20511
20512 2005-11-10  Andy Wingo  <wingo@pobox.com>
20513
20514         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20515         string doober.
20516
20517 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20518
20519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20520         (gst_ffmpegcsp_transform_caps):
20521           Prefer passthrough in transform_caps
20522
20523 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20524
20525         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20526           check for ALSA errors properly, instead of relying on ALSA's
20527           error strings to serve to the user.
20528
20529 2005-11-10  Wim Taymans  <wim@fluendo.com>
20530
20531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20532         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20533         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20534         Modernise the seek code.
20535
20536 2005-11-10  Michael Smith <msmith@fluendo.com>
20537         
20538         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20539         (setup_substreams), (set_active_source):
20540           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20541           trying to go to NULL if we failed to read a file.
20542
20543 2005-11-10  Wim Taymans  <wim@fluendo.com>
20544
20545         * gst/audiotestsrc/gstaudiotestsrc.c:
20546         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20547         (gst_audiotestsrc_create):
20548         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20549         (gst_sinesrc_get_times), (gst_sinesrc_create):
20550         * gst/videotestsrc/gstvideotestsrc.c:
20551         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20552         (gst_videotestsrc_create):
20553         The base class can now sync for us.
20554
20555 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20556
20557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20558           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20559           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20560           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20561           format=(fourcc)I420" ! xvimagesink
20562
20563 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20564
20565         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20566         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20567         (gst_sinesrc_newsegment):
20568           Send newsegment event in TIME format, set duration if
20569           num-buffers is set, fix duration querying.
20570
20571 2005-11-10  Michael Smith <msmith@fluendo.com>
20572
20573         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20574         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20575         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20576         (gst_ogg_mux_collected):
20577          Fix EOS handling, partially. Now forwarding an EOS event once we have
20578          EOS on all pads works correctly. However, we still don't properly set
20579          EOS on the actual ogg stream pages.
20580
20581 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20582
20583         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20584           Set elements to NULL state before disposing of them.
20585
20586 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20587
20588         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20589
20590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20591         (gst_base_rtp_depayload_init),
20592         (gst_base_rtp_depayload_set_gst_timestamp):
20593         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20594           We need to send a newsegment event for each instance, not
20595           just for the first instance of this class (get rid of
20596           static variable in function). (#321011).
20597           
20598 2005-11-08  Michael Smith <msmith@fluendo.com>
20599
20600         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20601         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20602         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20603         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20604           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20605           This makes us mux things correctly according to the ogg muxing
20606           rules. Still not handling EOS correctly right now, though.
20607
20608 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20609
20610         * gst/audioconvert/gstaudioconvert.c:
20611           Fix typo in docs. 
20612
20613 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20614
20615         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20616         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20617           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20618           creating a new chain; should fix live streaming. Also
20619           add more debug output and fix a typo.
20620
20621 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20622
20623         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20624
20625         * gst/volume/gstvolume.c: (volume_set_caps):
20626           Fix compilation on Solaris with Forte. (#320923)
20627
20628 2005-11-08  Wim Taymans  <wim@fluendo.com>
20629
20630         * gst-libs/gst/audio/gstbaseaudiosink.c:
20631         (gst_base_audio_sink_render):
20632         No need to do a typecheck.
20633
20634 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20635
20636         * ext/alsa/gstalsa.h:
20637           We register a debug category, so let's use it.
20638
20639 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20640
20641         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20642         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20643         Fixed a small problem.
20644
20645 2005-11-04  Wim Taymans  <wim@fluendo.com>
20646
20647         * examples/seeking/Makefile.am:
20648         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20649         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20650         (make_playerbin_pipeline), (format_value), (update_scale),
20651         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20652         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20653         (print_usage), (main):
20654         Added app for playback speed testing.
20655
20656         * examples/seeking/seek.c: (dynamic_link),
20657         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20658         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20659         (message_received), (main):
20660         Updated seek example.
20661
20662 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20663
20664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20665         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20666         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20667         (gst_base_rtp_depayload_set_clock):
20668         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20669         Don't sleep on the bench (system clock) when you have a nice 
20670         comfortable bed (Gstreamer clock) to sleep on.
20671
20672 2005-11-03  Wim Taymans  <wim@fluendo.com>
20673
20674         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20675         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20676         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20677         Handle the case where a pad_block failed.
20678
20679 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20680
20681         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20682
20683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20684         (gst_base_rtp_depayload_add_to_queue),
20685         (gst_base_rtp_depayload_push),
20686         (gst_base_rtp_depayload_set_gst_timestamp),
20687         (gst_base_rtp_depayload_queue_release):
20688           Fixes some bugs in the depayloader's queuing/de-queueing code.
20689
20690 2005-10-31  Michael Smith <msmith@fluendo.com>
20691
20692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20693         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20694         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20695           Patch from Alessandro Decina <alessandro@nnva.org>.
20696           Make oggdemux only find the final time in a chain, not per-pad,
20697           since the per-pad information can be very expensive to locate, and
20698           it isn't used anywhere. This makes reading a file containing
20699           OggSkeleton reasonably fast.
20700           Also, make chain finding work when there are logical bitstreams that
20701           can't be decoded. Fixes #319110.
20702
20703 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20704
20705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20706         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20707         (gst_base_rtp_depayload_chain),
20708         (gst_base_rtp_depayload_add_to_queue),
20709         (gst_base_rtp_depayload_push),
20710         (gst_base_rtp_depayload_set_gst_timestamp),
20711         (gst_base_rtp_depayload_queue_release),
20712         (gst_base_rtp_depayload_start_thread),
20713         (gst_base_rtp_depayload_set_property),
20714         (gst_base_rtp_depayload_get_property):
20715         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20716         Some random fixes, to fullfill the desires of thomas.
20717
20718 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20719
20720         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20721         (gst_base_rtp_depayload_add_to_queue),
20722         (gst_base_rtp_depayload_push):
20723         Fixed the queueing algorithm.
20724
20725 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20726
20727         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20728         (gst_base_rtp_depayload_push):
20729         A small fix
20730
20731 2005-10-31  Wim Taymans  <wim@fluendo.com>
20732
20733         * gst-libs/gst/audio/gstringbuffer.h:
20734         Don't break ABI.
20735
20736         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20737         (gst_ffmpeg_caps_to_pixfmt):
20738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20739         (gst_ffmpegcsp_set_caps):
20740         Some more comments.
20741         Handle missing required caps fields better.
20742
20743 2005-10-31  Wim Taymans  <wim@fluendo.com>
20744
20745         * gst-libs/gst/audio/gstbaseaudiosink.c:
20746         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20747         (gst_base_audio_sink_render):
20748         * gst-libs/gst/audio/gstringbuffer.c:
20749         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20750         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20751         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20752         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20753         (gst_ring_buffer_read):
20754         * gst-libs/gst/audio/gstringbuffer.h:
20755         Add flushing mode to the ringbuffer so that it in all cases does
20756         not try to handle more audio. This makes sure it does not try to
20757         block anymore when flushing and fixes a livelock.
20758
20759 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20760
20761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20762         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20763         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20764           Explicitly check for -1 values before doing a conversion
20765           and always map them to -1. (#315545)
20766
20767 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20768
20769         * gst/playback/gstplaybin.c: (gen_video_element):
20770           first try autovideosink, then xvimagesink, then error out
20771         * po/POTFILES.in:
20772           add translatable file
20773         * po/af.po:
20774         * po/az.po:
20775         * po/cs.po:
20776         * po/en_GB.po:
20777         * po/hu.po:
20778         * po/it.po:
20779         * po/nb.po:
20780         * po/nl.po:
20781         * po/or.po:
20782         * po/sq.po:
20783         * po/sr.po:
20784         * po/sv.po:
20785         * po/uk.po:
20786         * po/vi.po:
20787           update translations
20788
20789 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20790
20791         * gst-libs/gst/rtp/gstbasedepayload.c:
20792         * gst-libs/gst/rtp/gstbasedepayload.h:
20793           Minor cleanups
20794
20795 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20796
20797         * gst/playback/.cvsignore:
20798         * gst/playback/decodetest.c:
20799         * gst/playback/test3.c:
20800           Port these two tests as well.
20801
20802 2005-10-27  Wim Taymans  <wim@fluendo.com>
20803
20804         * ext/theora/theoradec.c: (theora_dec_src_query),
20805         (theora_dec_sink_event):
20806         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20807         (theora_enc_change_state):
20808         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20809         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20810         Take proper locks when handling events.
20811
20812 2005-10-27  Wim Taymans  <wim@fluendo.com>
20813
20814         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20815         (gst_adder_change_state):
20816         Fix timestamps and fix deadlock when stopping the collectpads.
20817
20818 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20819
20820         * gst-libs/gst/rtp/gstrtpbuffer.h:
20821         Declaring the payload types as strings too so that they can be used
20822         in the padtemplate inialization.
20823
20824 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20825
20826         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20827
20828         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20829         (gst_base_rtp_depayload_class_init):
20830         Fixes a small but nasty bug. The derived elements no longer segfaults
20831         on finalization.
20832
20833 2005-10-26  Michael Smith <msmith@fluendo.com>
20834
20835         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20836           When clearing an audioconvert context, set tmpbufsize to zero, so
20837           we'll allocate it again later if required.
20838           This fixes audioconvert re-negotiating formats, which previously
20839           segfaulted with a NULL destination buffer.
20840
20841 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20842
20843         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20844         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20845         (gst_base_rtp_depayload_set_gst_timestamp),
20846         (gst_base_rtp_depayload_queue_release):
20847         Fixed a smalll memleak.
20848
20849 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20850         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20851         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20852         (gst_base_rtp_depayload_finalize),
20853         (gst_base_rtp_depayload_setcaps),
20854         (gst_base_rtp_depayload_add_to_queue),
20855         (gst_base_rtp_depayload_push),
20856         (gst_base_rtp_depayload_set_gst_timestamp),
20857         (gst_base_rtp_depayload_queue_release),
20858         (gst_base_rtp_depayload_thread),
20859         (gst_base_rtp_depayload_change_state):
20860         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20861         Changed the C++ comments to C comments
20862
20863 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20864
20865         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20866         * gst/tcp/gsttcpclientsrc.h:
20867         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20868         * gst/tcp/gsttcpserversrc.h:
20869           Remove unused 'curoffset' structure member.
20870
20871 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20872
20873         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20874         (gst_base_rtp_depayload_base_init),
20875         (gst_base_rtp_depayload_finalize):
20876         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20877         * gst-libs/gst/rtp/gstbasertppayload.h:
20878           The pad-template on the sinkpad should be set by the derived classes.
20879           Also added some useful macros.
20880
20881 2005-10-24  Wim Taymans  <wim@fluendo.com>
20882
20883         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20884         Correctly flush decoder samples even if we could not
20885         copy them to an output buffer. Fixes #319618.
20886
20887 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20888
20889         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20891         the caps against our xcontext caps.
20892
20893 2005-10-24  Wim Taymans  <wim@fluendo.com>
20894
20895         * gst-libs/gst/audio/gstbaseaudiosink.c:
20896         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20897         Remove g_print
20898         Use sync property from baseclass to disable sync.
20899
20900 2005-10-24  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst-libs/gst/audio/gstbaseaudiosink.c:
20903         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20904         Buffers with no timestamps get aligned with previous buffers or
20905         on underrun, played ASAP.
20906
20907 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20908
20909         * gst-libs/gst/video/video.h:
20910         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20911         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20913         here comes my change on caps for framerate and geometry range.
20914         We are now accepting 1 to MAXINT for width and height, and from
20915         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20916         to be blended correctly in videomixer.
20917
20918 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20919
20920         * configure.ac:
20921           back to HEAD
20922
20923 === release 0.9.4 ===
20924
20925 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * NEWS:
20928         * RELEASE:
20929         * configure.ac:
20930           releasing 0.9.4, "Velociraptor"
20931
20932 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20933
20934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20935         * po/POTFILES.in:
20936           STOPPED -> FAILED
20937
20938 2005-10-21  Wim Taymans  <wim@fluendo.com>
20939
20940         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20941         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20942         (pad_blocked), (close_pad_link), (new_pad):
20943         Don't try to remove elements twice.
20944
20945 2005-10-21  Wim Taymans  <wim@fluendo.com>
20946
20947         * ext/theora/theoradec.c: (theora_dec_src_query),
20948         (theora_dec_sink_event):
20949         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20950         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20951         (vorbis_handle_data_packet):
20952         * ext/vorbis/vorbisdec.h:
20953         Fix old naming.
20954
20955         * gst-libs/gst/audio/gstbaseaudiosink.c:
20956         (gst_base_audio_sink_render):
20957         Don't try to sync on buffers without a timestamp.
20958
20959 2005-10-21  Wim Taymans  <wim@fluendo.com>
20960
20961         * ext/theora/theoradec.c: (theora_dec_src_query),
20962         (theora_dec_sink_event):
20963         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20964         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20965         (vorbis_handle_data_packet):
20966         * ext/vorbis/vorbisdec.h:
20967         Fix old naming.
20968
20969 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20970
20971         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20972         (gst_vorbisenc_src_query):
20973           Implement position and duration queries.
20974
20975         * gst/playback/test3.c: (update_scale), (main):
20976           Fix for async state changes and print nicer output.
20977
20978 2005-10-20  Wim Taymans  <wim@fluendo.com>
20979
20980         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20981         (dump_element_stats), (main):
20982         * gst/playback/test6.c: (main):
20983         Fix tests again
20984
20985 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20986
20987         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20988         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20989           Don't use functions for position queries when handling
20990           duration queries.
20991
20992 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20993
20994         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20995         (vorbis_handle_data_packet), (vorbis_dec_chain),
20996         (vorbis_dec_change_state):
20997         * ext/vorbis/vorbisdec.h:
20998           Vorbis streams can be embedded in other container formats
20999           than ogg, container formats where the demuxer might set 
21000           timestamps on encoded vorbis buffers instead of those silly 
21001           granulepos thingies. In short: make vorbisdec handle 
21002           timestamps on incoming buffers as well.
21003
21004 2005-10-20  Wim Taymans  <wim@fluendo.com>
21005
21006         * gst/playback/gstplaybasebin.c: (group_destroy),
21007         (gst_play_base_bin_change_state):
21008         Fix leak.
21009         Handle case where playbasebin is now ASYNC because
21010         decodebin is.
21011
21012 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21013
21014         * gst/audioconvert/Makefile.am:
21015         * gst/audioconvert/bufferframesconvert.c:
21016         * gst/audioconvert/plugin.c: (plugin_init):
21017         * gst/audioconvert/plugin.h:
21018           And bye bye buffer-frames-convert
21019
21020 2005-10-19  Wim Taymans  <wim@fluendo.com>
21021
21022         * check/elements/audioconvert.c:
21023         * docs/libs/tmpl/gstaudio.sgml:
21024         * docs/libs/tmpl/gstcolorbalance.sgml:
21025         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21026         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21027         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21028         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21029         * gst-libs/gst/audio/audio.h:
21030         * gst/audioconvert/audioconvert.h:
21031         * gst/audioconvert/gstaudioconvert.c:
21032         (gst_audio_convert_parse_caps):
21033         * gst/volume/gstvolume.c:
21034         Bye bye buffer-frames.
21035
21036 2005-10-19  Wim Taymans  <wim@fluendo.com>
21037
21038         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21039         (query_positions_elems), (query_positions_pads), (update_scale),
21040         (do_seek), (set_update_scale), (message_received), (main):
21041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21042         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21043         (gst_ogg_demux_loop):
21044         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21045         * ext/theora/theoradec.c: (theora_dec_src_query),
21046         (theora_dec_sink_event):
21047         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21048         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21049         * gst/adder/gstadder.c: (gst_adder_query):
21050         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21051         * gst/playback/test3.c: (update_scale):
21052         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21053         (dump_element_stats), (main):
21054         * gst/playback/test6.c: (main):
21055         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21056         Query API update.
21057
21058 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21059
21060         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21061         (xml_check_first_element), (xml_type_find), (smil_type_find),
21062         (plugin_init):
21063           Add typefinding for SMIL and for generic XML. Based on patch by
21064           Akos Maroy (#308663).
21065
21066 2005-10-18  Wim Taymans  <wim@fluendo.com>
21067
21068         * gst/playback/Makefile.am:
21069         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21070         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21071         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21072         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21073         (gst_decode_bin_change_state):
21074         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21075         (gst_play_bin_send_event_to_sink):
21076         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21077         (dump_element_stats), (main):
21078         * gst/playback/test6.c: (main):
21079         Make playbin async, it'll commit state to paused when all streams
21080         are detected.
21081         Remove ugly hack.
21082         Added test6.c to show async behaviour.
21083
21084 2005-10-18  Wim Taymans  <wim@fluendo.com>
21085
21086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21087         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21088         Fix for segment-start/stop API change.
21089
21090 2005-10-18  Wim Taymans  <wim@fluendo.com>
21091
21092         * check/Makefile.am:
21093         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21094         (main):
21095         Add future test for clock selection.
21096
21097 2005-10-18  Wim Taymans  <wim@fluendo.com>
21098
21099         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21100         (gst_alsasink_close):
21101         Set handle to NULL.
21102
21103         * gst-libs/gst/audio/gstringbuffer.c:
21104         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21105         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21106         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21107         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21108         (gst_ring_buffer_read):
21109         More debug info.
21110
21111 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21112
21113         * gst/audiotestsrc/Makefile.am:
21114         * gst/sine/Makefile.am:
21115         * gst/volume/Makefile.am:
21116           fix broken build of controllerized plugins
21117
21118 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21119
21120         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21121
21122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21123         (gst_riff_create_video_template_caps):
21124           Add support for Indeo-3 (IV32).
21125
21126 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21127
21128         * configure.ac:
21129           rewrite
21130
21131 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         * gst-libs/gst/video/video.c: (gst_video_get_size):
21134         * gst/audiotestsrc/gstaudiotestsrc.c:
21135           doc updates
21136
21137 2005-10-17  Andy Wingo  <wingo@pobox.com>
21138
21139         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21140         with the collectpads change.
21141         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21142
21143         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21144
21145         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21146
21147         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21148         alloc_buffer flow return to callers.
21149         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21150         change. Fix some memleaks in theoraenc.
21151
21152         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21153         in strange circumstance.
21154
21155 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21156
21157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21158         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21159         from caps, let's use the caps...
21160
21161 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21162
21163         * configure.ac:
21164           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21165
21166 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21167
21168         * gst-libs/gst/interfaces/Makefile.am:
21169           fix silly typo
21170
21171 2005-10-16  Andy Wingo  <wingo@pobox.com>
21172
21173         * gst/playback/gstdecodebin.c
21174         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21175         function!
21176         (try_to_link_1): Increase kraziness level.
21177
21178 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21179
21180         * configure.ac:
21181           restructure like the core one
21182         * gst-libs/gst/audio/Makefile.am:
21183         * gst-libs/gst/interfaces/Makefile.am:
21184         * gst-libs/gst/net/Makefile.am:
21185         * gst-libs/gst/riff/Makefile.am:
21186         * gst-libs/gst/rtp/Makefile.am:
21187         * gst-libs/gst/tag/Makefile.am:
21188         * gst-libs/gst/video/Makefile.am:
21189           use correct linker flags, now the libs are properly versioned
21190         * check/elements/audioconvert.c: (verify_convert):
21191         * ext/alsa/gstalsaplugin.c:
21192         * ext/cdparanoia/gstcdparanoia.c:
21193         * ext/gnomevfs/gstgnomevfs.c:
21194         * ext/libvisual/visual.c:
21195         * ext/ogg/gstogg.c:
21196         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21197         * ext/theora/theora.c:
21198         * ext/vorbis/vorbis.c:
21199         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21200         * gst-libs/gst/tag/gsttagediting.c:
21201         * gst-libs/gst/video/video.c:
21202         * gst/adder/gstadder.c:
21203         * gst/audioconvert/plugin.c:
21204         * gst/audiorate/gstaudiorate.c:
21205         * gst/audioresample/gstaudioresample.c:
21206         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21207         * gst/audioscale/gstaudioscale.c:
21208         * gst/audioscale/resample.c:
21209         * gst/audiotestsrc/gstaudiotestsrc.c:
21210         * gst/ffmpegcolorspace/gstffmpeg.c:
21211         * gst/playback/gstdecodebin.c: (close_pad_link):
21212         * gst/playback/gstplaybin.c: (gen_video_element),
21213         (gen_audio_element):
21214         * gst/sine/gstsinesrc.c:
21215         * gst/subparse/gstsubparse.c:
21216         * gst/tags/gsttagediting.c:
21217         * gst/tcp/gsttcpplugin.c:
21218         * gst/typefind/gsttypefindfunctions.c:
21219         * gst/videorate/gstvideorate.c:
21220         * gst/videoscale/gstvideoscale.c:
21221         * gst/videotestsrc/gstvideotestsrc.c:
21222         * gst/volume/gstvolume.c:
21223         * sys/v4l/gstv4l.c:
21224         * sys/ximage/ximage.c:
21225         * sys/xvimage/xvimagesink.c:
21226           fix up defines
21227
21228 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21229
21230         * ext/vorbis/vorbisenc.c:
21231         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21232         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21233         (gst_tag_to_vorbis_comments):
21234           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21235
21236 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21237
21238         * examples/stats/mp2ogg.c:
21239         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21240           typo fixes
21241
21242 2005-10-13  Michael Smith <msmith@fluendo.com>
21243
21244         * ext/ogg/gstoggmux.c:
21245           Use magic glib macros to define constants as 64 bit, to ensure
21246           appropriate vararg passing.
21247
21248 2005-10-13  Michael Smith <msmith@fluendo.com>
21249
21250         * ext/ogg/gstoggmux.c:
21251         * gst/audioconvert/audioconvert.c: (float):
21252           Don't use LL suffix, as it's not portable, and neither of these
21253           uses required it anyway.
21254
21255 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21256
21257         * examples/indexing/indexmpeg.c: (main):
21258         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21259         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21260         (cdparanoia_convert), (cdparanoia_query):
21261         * ext/cdparanoia/gstcdparanoia.h:
21262         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21263         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21264         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21266         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21267         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21268         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21269         (gst_multifdsink_render), (gst_multifdsink_start),
21270         (gst_multifdsink_stop):
21271         * gst/tcp/gstmultifdsink.h:
21272         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21273         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21274         (gst_tcpclientsink_stop):
21275         * gst/tcp/gsttcpclientsink.h:
21276         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21277         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21278         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21279         * gst/tcp/gsttcpclientsrc.h:
21280         * gst/tcp/gsttcpserversink.h:
21281         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21282         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21283         (gst_tcpserversrc_stop):
21284         * gst/tcp/gsttcpserversrc.h:
21285         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21286         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21287         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21288           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21289           moved bitshift from macro to enum definition
21290
21291 2005-10-12  Wim Taymans  <wim@fluendo.com>
21292
21293         * examples/seeking/Makefile.am:
21294         Oops.
21295
21296 2005-10-12  Wim Taymans  <wim@fluendo.com>
21297
21298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21299         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21300         Don't assert on normal stuff.
21301
21302         * gst/playback/gstplaybin.c: (do_playbin_seek):
21303         API fix.
21304
21305 2005-10-12  Wim Taymans  <wim@fluendo.com>
21306
21307         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21308         * examples/seeking/Makefile.am:
21309         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21310         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21311         (do_seek), (set_update_scale), (message_received), (main):
21312         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21313         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21314         Update for _get_state() API change.
21315
21316 2005-10-11  Wim Taymans  <wim@fluendo.com>
21317
21318         * gst-libs/gst/audio/gstbaseaudiosink.c:
21319         (gst_base_audio_sink_render):
21320         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21321         (gst_base_audio_src_create):
21322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21323         (gst_ring_buffer_read):
21324         Cleanups.
21325         Commit and read from ringbuffer in samples rather than bytes.
21326
21327 2005-10-11  Wim Taymans  <wim@fluendo.com>
21328
21329         * gst-libs/gst/audio/gstbaseaudiosink.c:
21330         (gst_base_audio_sink_render):
21331         Respect segment rate and accum when scheduling samples.
21332
21333 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21334
21335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21336         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21337         EOS correctly, that needs more work.
21338
21339 2005-10-11  Wim Taymans  <wim@fluendo.com>
21340
21341         * check/generic/states.c: (GST_START_TEST):
21342         remove old property.
21343
21344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21345         (gst_ogg_demux_perform_seek):
21346         * ext/theora/theoradec.c: (theora_dec_sink_event):
21347         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21348         (vorbis_handle_data_packet):
21349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21350         (gst_base_rtp_depayload_set_gst_timestamp):
21351         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21352         Update for newsegment API change.
21353
21354 2005-10-11  Michael Smith <msmith@fluendo.com>
21355
21356         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21357         (do_playbin_seek), (gst_play_bin_send_event):
21358           Override send_event differently, so that we can takes bits of
21359           functionality from GstPipeline (special handling for seeks,
21360           including pausing/resuming, and resetting stream time) and still get
21361           the appropriate behaviour of only forwarding event to a single sink,
21362           rather than all of them.
21363           Unfortunately requires a lot of code duplication, but the
21364           alternatives are equally ugly in the end.
21365
21366 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21367
21368         * check/elements/audioconvert.c: (setup_audioconvert),
21369         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21370         (GST_START_TEST), (audioconvert_suite):
21371           clean up tests a little, fix some leaks.
21372
21373 2005-10-10  Wim Taymans  <wim@fluendo.com>
21374
21375         * ext/alsa/gstalsasink.c:
21376         Also allow unsigned int.
21377
21378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21379         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21380         Small cleanup
21381
21382 2005-10-10  Wim Taymans  <wim@fluendo.com>
21383
21384         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21385         Small update, use API as stated in design docs.
21386
21387         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21388         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21389         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21390         (message_received), (main):
21391         Updated seek example for GOption. Some usability improvements.
21392
21393 2005-10-10  Wim Taymans  <wim@fluendo.com>
21394
21395         * gst/audioconvert/audioconvert.h:
21396         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21397         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21398         Alloc temp storage somewhere else where we can do it more
21399         portable.
21400
21401 2005-10-10  Wim Taymans  <wim@fluendo.com>
21402
21403         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21404         (gst_tcpserversrc_start):
21405         Don't block in accept while doing the state change, move
21406         to poll and make cancellable.
21407
21408 2005-10-09  Philippe Khalaf <burger@speedy.org>
21409
21410         * gst-libs/gst/rtp/rtpbasedepayload.c:
21411         Set timestamp and add queue delay to timestamp
21412         * gst-libs/gst/rtp/rtpbuffer.h:
21413         Set correct payload type for h263
21414
21415 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21416
21417         * gst/audiotestsrc/gstaudiotestsrc.c:
21418         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21419         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21420         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21421         (gst_audiotestsrc_create_triangle),
21422         (gst_audiotestsrc_create_silence),
21423         (gst_audiotestsrc_create_white_noise),
21424         (gst_audiotestsrc_init_pink_noise),
21425         (gst_audiotestsrc_generate_pink_noise_value),
21426         (gst_audiotestsrc_create_pink_noise),
21427         (gst_audiotestsrc_change_wave):
21428         * gst/audiotestsrc/gstaudiotestsrc.h:
21429           fixed typo, added pink noise
21430
21431 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21432
21433         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21434         (plugin_init):
21435           Add wavpack and spc typefind functions from 0.8 branch.
21436
21437 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21438
21439         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21440         (ar_type_find), (msdos_type_find), (plugin_init):
21441           Add typefind functions for tar archives, ar archives,
21442           RAR archives, and msdos-executables (dlls, exe, etc.).
21443           Some of those would be wrongly identified as mpeg
21444           streams of some sort before (#315550).
21445
21446 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21447
21448         * configure.ac:
21449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21450         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21451         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21452         * gst/audiotestsrc/Makefile.am:
21453         * gst/audiotestsrc/gstaudiotestsrc.c:
21454         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21455         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21456         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21457         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21458         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21459         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21460         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21461         (gst_audiotestsrc_create_silence),
21462         (gst_audiotestsrc_create_white_noise),
21463         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21464         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21465         (gst_audiotestsrc_start), (plugin_init):
21466         * gst/audiotestsrc/gstaudiotestsrc.h:
21467           add new plugin and element
21468         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21469           use gobject_class
21470
21471 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21472
21473         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21474         (gst_adder_init), (gst_adder_request_new_pad),
21475         (gst_adder_change_state):
21476           Add query function to source pad, so adder reports the correct
21477           time/sample position when queried (#315457); fix state change
21478           function; use GST_DEBUG_FUNCPTR() for pad functions.
21479
21480 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21481
21482         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21483           Fix leaks in typefind registration
21484           Clean up the gratuitous commenting and whitespacing a little
21485
21486 2005-10-08  Wim Taymans  <wim@fluendo.com>
21487
21488         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21489         Only actually wait for the thread to be stopped if it's 
21490         running.
21491
21492 2005-10-08  Wim Taymans  <wim@fluendo.com>
21493
21494         * gst-libs/gst/audio/gstbaseaudiosink.c:
21495         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21496         If we receive EOS we can start playback of what we had.
21497
21498 2005-10-08  Wim Taymans  <wim@fluendo.com>
21499
21500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21501         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21502         (gst_multifdsink_stop):
21503         Fix crasher when going to NULL multiple times.
21504
21505 2005-10-06  Wim Taymans  <wim@fluendo.com>
21506
21507         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21508         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21509         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21510         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21511         patch from Edgard Lima <edgard.lima@indt.org.br>
21512         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21513
21514 2005-10-06  Wim Taymans  <wim@fluendo.com>
21515
21516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21517         Report the FLOW_RETURN as string in the error message.
21518
21519         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21520         Don't assert when clearing an unnegotiated buffer.
21521
21522 2005-10-04  Michael Smith <msmith@fluendo.com>
21523
21524         * gst/playback/gstplaybasebin.c: (group_destroy),
21525         (gen_preroll_element), (remove_groups), (setup_source):
21526         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21527         (setup_sinks), (gst_play_bin_send_event),
21528         (gst_play_bin_change_state):
21529           Set state to NULL before removing from bin. Fix refcounting.
21530
21531 2005-10-04  Michael Smith <msmith@fluendo.com>
21532
21533         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21534           Correct refcounting in send_event() function. Previously was wrong
21535           if the first sink was unable to handle the event.
21536
21537 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21538
21539         * configure.ac:
21540           back to development
21541
21542 === release 0.9.3 ===
21543
21544 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21545
21546         * configure.ac:
21547           Releasing 0.9.3, "De Facto"
21548
21549 2005-10-03  Andy Wingo  <wingo@pobox.com>
21550
21551         * gst/playback/gstdecodebin.c (try_to_link_1)
21552         (remove_element_chain): set element to NULL before removing it.
21553
21554 2005-10-02  Johan Dahlin  <johan@gnome.org>
21555
21556         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21557         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21558         MT safe.
21559
21560 2005-10-02  Andy Wingo  <wingo@pobox.com>
21561
21562         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21563         (gst_ring_buffer_prepare_read): 
21564         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21565         Demote to LOG.
21566
21567 2005-09-29  Wim Taymans  <wim@fluendo.com>
21568
21569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21570         * ext/theora/theoradec.c: (theora_handle_data_packet):
21571         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21572         Propagate error codes from alloc_buffer too.
21573
21574 2005-09-29  Wim Taymans  <wim@fluendo.com>
21575
21576         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21577         We use fixed caps.
21578
21579         * gst/playback/Makefile.am:
21580         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21581         (dump_element_stats), (main):
21582         Added example stream introspection code.
21583
21584 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21585
21586         * gst/adder/gstadder.c: (gst_adder_collected):
21587           fix adder for float elements
21588
21589 2005-09-28  Wim Taymans  <wim@fluendo.com>
21590
21591         * gst-libs/gst/audio/gstbaseaudiosink.c:
21592         (gst_base_audio_sink_class_init),
21593         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21594         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21595         (gst_base_audio_src_class_init),
21596         (gst_base_audio_src_provide_clock):
21597         get_clock -> provide_clock
21598
21599 2005-09-28  Andy Wingo  <wingo@pobox.com>
21600
21601         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21602         and unlocking.
21603
21604         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21605         unlocking.
21606
21607         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21608         Actually add the pad template.
21609         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21610
21611         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21612         I'm at it...
21613
21614         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21615         from fdsrc. Get caps in create() instead of start() so it can be
21616         interrupted. Interruption somewhat untested.
21617
21618         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21619         Proper EOS handling.
21620
21621 2005-09-27  Andy Wingo  <wingo@pobox.com>
21622
21623         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21624
21625         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21626
21627         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21628
21629         * gst/tcp/gsttcp.h: 
21630         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21631         out of tcpclientsrc.c. Cancellable.
21632         (gst_tcp_socket_read): Made private, cancellable, with better
21633         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21634         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21635         whole buffer, and better diagnostics.
21636         (gst_tcp_gdp_read_caps): Same.
21637
21638         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21639
21640 2005-09-26  Andy Wingo  <wingo@pobox.com>
21641
21642         * gst/sine/gstsinesrc.h:
21643         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21644         change the 'sync' property to 'is-live' and implement it halfway,
21645         update for controller api change.
21646
21647         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21648         controller api change.
21649
21650 2005-09-24  Wim Taymans  <wim@fluendo.com>
21651
21652         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21653         * gst-libs/gst/audio/gstaudiosink.c:
21654         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21655         (gst_audioringbuffer_stop):
21656         * gst-libs/gst/audio/gstbaseaudiosink.c:
21657         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21658         (gst_base_audio_sink_change_state):
21659         * gst-libs/gst/audio/gstbaseaudiosink.h:
21660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21661         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21662         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21663         * gst-libs/gst/audio/gstringbuffer.h:
21664         Fix sync again. Moved sample alignment to basesink.
21665
21666 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21667
21668         * docs/plugins/Makefile.am:
21669         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21670         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21671         * gst/volume/gstvolume.c:
21672           add/fix docs
21673         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21674         * gst-libs/gst/audio/audio.h:
21675           add conversion macros for frames <-> clocktime
21676
21677 2005-09-23  David Schleef  <ds@schleef.org>
21678
21679         * gst/audioresample/Makefile.am:
21680         * gst/audioresample/debug.h:
21681         * gst/audioresample/gstaudioresample.c:
21682         * gst/audioresample/resample.c: Convert to using gst debugging
21683
21684 2005-09-22  Wim Taymans  <wim@fluendo.com>
21685
21686         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21687         (gst_play_bin_send_event):
21688         Only seek on one sink, the first one that succeeds.
21689
21690 2005-09-22  Michael Smith <msmith@fluendo.com>
21691
21692         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21693         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21694         Don't flush encoder state unless we have an initialised encoder.
21695         Clear out encoder state on PAUSED_TO_READY.
21696
21697 2005-09-22  Wim Taymans  <wim@fluendo.com>
21698
21699         * gst-libs/gst/rtp/gstbasertppayload.c:
21700         (gst_basertppayload_class_init), (gst_basertppayload_init),
21701         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21702         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21703         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21704         (gst_basertppayload_set_property),
21705         (gst_basertppayload_get_property),
21706         (gst_basertppayload_change_state):
21707         * gst-libs/gst/rtp/gstbasertppayload.h:
21708         Added max-ptime to control amount of data in the rtp packets.
21709
21710 2005-09-21  Andy Wingo  <wingo@pobox.com>
21711
21712         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21713         thingies.
21714
21715         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21716         can be called multiple times, dogs.
21717
21718 2005-09-21  Wim Taymans  <wim@fluendo.com>
21719
21720         * gst-libs/gst/rtp/gstbasertppayload.c:
21721         (gst_basertppayload_class_init), (gst_basertppayload_init),
21722         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21723         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21724         (gst_basertppayload_push), (gst_basertppayload_get_property),
21725         (gst_basertppayload_change_state):
21726         Allow 0 ssrc too.
21727
21728 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21729
21730         * docs/libs/compiling.sgml:
21731           fixing typos
21732
21733 2005-09-20  Wim Taymans  <wim@fluendo.com>
21734
21735         * gst-libs/gst/rtp/gstbasertppayload.c:
21736         (gst_basertppayload_class_init), (gst_basertppayload_init),
21737         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21738         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21739         (gst_basertppayload_push), (gst_basertppayload_set_property),
21740         (gst_basertppayload_get_property),
21741         (gst_basertppayload_change_state):
21742         * gst-libs/gst/rtp/gstbasertppayload.h:
21743         Added property to configure sequence number offsets.
21744
21745 2005-09-20  Wim Taymans  <wim@fluendo.com>
21746
21747         * gst-libs/gst/rtp/gstbasertppayload.c:
21748         (gst_basertppayload_class_init), (gst_basertppayload_init),
21749         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21750         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21751         (gst_basertppayload_push), (gst_basertppayload_set_property),
21752         (gst_basertppayload_get_property),
21753         (gst_basertppayload_change_state):
21754         * gst-libs/gst/rtp/gstbasertppayload.h:
21755         Make timestamp offset configurable.
21756
21757 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21760           fix wrong pop/unref
21761
21762 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21763
21764         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21765
21766         * gst-libs/gst/interfaces/propertyprobe.c:
21767         (gst_property_probe_probe_property_name),
21768         (gst_property_probe_needs_probe_name),
21769         (gst_property_probe_get_values_name),
21770         (gst_property_probe_probe_and_get_values_name):
21771           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21772           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21773
21774 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         * check/Makefile.am:
21777           have some tests be disabled for valgrinding
21778         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21779         (GST_START_TEST):
21780         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21781           Fix A Leak.  Chain To Parent Finalize.
21782
21783 2005-09-19  Wim Taymans  <wim@fluendo.com>
21784
21785         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21786         Fixed wav pipeline.
21787
21788 2005-09-19  Wim Taymans  <wim@fluendo.com>
21789
21790         * gst-libs/gst/rtp/gstbasertppayload.c:
21791         (gst_basertppayload_class_init), (gst_basertppayload_init),
21792         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21793         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21794         (gst_basertppayload_push), (gst_basertppayload_get_property),
21795         (gst_basertppayload_change_state):
21796         Posting ERROR and WARNING messages is good.
21797
21798 2005-09-19  Wim Taymans  <wim@fluendo.com>
21799
21800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21801         (gst_base_rtp_depayload_add_to_queue),
21802         (gst_base_rtp_depayload_push),
21803         (gst_base_rtp_depayload_set_gst_timestamp),
21804         (gst_base_rtp_depayload_queue_release):
21805         This one was not supposed to go in.
21806
21807 2005-09-19  Wim Taymans  <wim@fluendo.com>
21808
21809         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21810         Fix for bus API.
21811
21812         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21813         (gst_base_rtp_depayload_chain),
21814         (gst_base_rtp_depayload_add_to_queue),
21815         (gst_base_rtp_depayload_push),
21816         (gst_base_rtp_depayload_set_gst_timestamp),
21817         (gst_base_rtp_depayload_queue_release):
21818         Some cleanups.
21819
21820         * gst-libs/gst/rtp/gstbasertppayload.c:
21821         (gst_basertppayload_class_init), (gst_basertppayload_init),
21822         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21823         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21824         (gst_basertppayload_get_property),
21825         (gst_basertppayload_change_state):
21826         Added debugging category.
21827
21828 2005-09-18  David Schleef  <ds@schleef.org>
21829
21830         * gst/playback/gstdecodebin.c: free plugin list correctly
21831         * gst/playback/gstplaybin.c: emit warning if autovideosink
21832           and autoaudiosink can't be found (instead of segfaulting)
21833
21834 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21835
21836         * check/elements/audioconvert.c: (GST_START_TEST):
21837           try out 24 bit conversion
21838
21839 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21842         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21843         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21844         * ext/vorbis/vorbisenc.h:
21845           Fix EOS handling.  Still needs a fix in the ogg muxer to
21846           mark the last page as eos.
21847
21848 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21849
21850         * common/gtk-doc-plugins.mak:
21851         * docs/plugins/Makefile.am:
21852         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21853         * gst/ffmpegcolorspace/Makefile.am:
21854         * gst/ffmpegcolorspace/avcodec.h:
21855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21856         * gst/tcp/gstmultifdsink.c:
21857           fix up ffmpegcolorspace docs; extract header
21858
21859 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         * common/gtk-doc-plugins.mak:
21862         * docs/plugins/Makefile.am:
21863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21864         * ext/theora/Makefile.am:
21865         * ext/theora/gsttheoraenc.h:
21866         * ext/theora/theoraenc.c:
21867         * ext/vorbis/vorbisenc.c:
21868           pick up signals and args for vorbis; add some docs for vorbis
21869
21870 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21871
21872         * common/gstdoc-scangobj:
21873         * common/gtk-doc-plugins.mak:
21874         * docs/libs/Makefile.am:
21875         * docs/plugins/gst-plugins-base-plugins.args:
21876         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21877         * docs/plugins/gst-plugins-base-plugins.interfaces:
21878         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21879         * docs/plugins/gst-plugins-base-plugins.signals:
21880           only scanobj stuff from our source module.  Not sure yet
21881           if that's correct, given the hierarchy stuff :)
21882
21883 2005-09-15  Wim Taymans  <wim@fluendo.com>
21884
21885         * gst/audioconvert/gstaudioconvert.c:
21886         And enable 24 bits mode as well..
21887
21888 2005-09-15  Wim Taymans  <wim@fluendo.com>
21889
21890         * gst-libs/gst/rtp/Makefile.am:
21891         * gst-libs/gst/rtp/gstbasertppayload.c:
21892         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21893         (gst_basertppayload_class_init), (gst_basertppayload_init),
21894         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21895         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21896         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21897         (gst_basertppayload_set_property),
21898         (gst_basertppayload_get_property),
21899         (gst_basertppayload_change_state):
21900         * gst-libs/gst/rtp/gstbasertppayload.h:
21901         Added rtp payloader base class.
21902
21903 2005-09-15  Andy Wingo  <wingo@pobox.com>
21904
21905         * configure.ac (plugindir): Remove the EOL matcher from the
21906         regexp, as it causes me problems. Libtool? Make? Who knows?
21907
21908 2005-09-14  David Schleef  <ds@schleef.org>
21909
21910         * check/generic/states.c: 
21911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21912         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21913           Fixes for changes in registry API.
21914
21915         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21916           to GST_PLUGIN_LDFLAGS.
21917         * ext/libvisual/visual.c: Make the library shut up.
21918         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21919         * gst-libs/gst/audio/gstaudiofilter.c: same
21920
21921 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21922
21923         * docs/plugins/Makefile.am:
21924         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21925         * docs/plugins/inspect/plugin-libvisual.xml:
21926         * docs/plugins/tmpl/element-tcpserversink.sgml:
21927         * ext/theora/theoraenc.c:
21928           add libvisual plugin and theoraenc element to docs
21929
21930 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21931
21932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21934         * ext/theora/theoraenc.c:
21935           add theoraenc
21936
21937 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21938
21939         * gst/audioconvert/Makefile.am:
21940           Audioconvert derives from GstBaseTransform and should
21941           link to the library with our base elements to avoid
21942           unresolved symbols. Makes things work with MinGW (#316160)
21943
21944         * gst/playback/test4.c: (main):
21945           Fix MinGW build problem and use g_usleep() instead of 
21946           sleep() (#316162)
21947
21948 2005-09-12  Wim Taymans  <wim@fluendo.com>
21949
21950         * gst/audioconvert/audioconvert.c: (float),
21951         (audio_convert_prepare_context), (audio_convert_convert):
21952         * gst/audioconvert/audioconvert.h:
21953         Cleanups, speedups, simplifications, added back support
21954         for 24 bits.
21955
21956 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21957
21958         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21959         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21960         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21961         * docs/plugins/tmpl/element-tcpserversink.sgml:
21962         * gst/ffmpegcolorspace/gstffmpeg.c:
21963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21964         * gst/videotestsrc/gstvideotestsrc.c:
21965         * gst/volume/gstvolume.c:
21966           add more elements to the docs
21967
21968 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21969
21970         * check/Makefile.am:
21971         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21972         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21973           Add extra tests for basetransform based components. 
21974           Comment out the test_element_negotiation test until we decide
21975           if it's testing correct behaviour.
21976         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21977         (gst_visual_chain), (gst_visual_change_state):
21978           Slightly more correct but still bogus timestamping.
21979           Fix state change function.
21980         * gst/audioconvert/gstaudioconvert.c:
21981         (gst_audio_convert_class_init):
21982         * gst/audioresample/gstaudioresample.c:
21983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21984         (gst_ffmpegcsp_class_init):
21985         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21986         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21987         (gst_videoscale_prepare_image):
21988         * gst/volume/gstvolume.c: (gst_volume_class_init),
21989         (volume_transform_ip):
21990           Basetransform updates. Enable passthrough modes.
21991         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21992         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21993         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21994           Negotiation fix that allows the window to return to the original
21995           size and renegotiate passthrough upstream. Extra debug output.
21996
21997 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21998
21999         * gst/sine/gstsinesrc.c:
22000         * gst/volume/gstvolume.c:
22001           fix up header include
22002
22003 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22004
22005         * gst-libs/gst/audio/gstbaseaudiosink.c:
22006         (gst_base_audio_sink_render):
22007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22008         * gst/volume/gstvolume.c: (gst_volume_class_init),
22009         (volume_transform):
22010           fixing lost sync, some more debugging
22011
22012 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22013
22014         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22015         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22016         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22017         (gst_xvimagesink_check_xshm_calls):
22018           Fix compilation when XShm is not available.
22019
22020 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22021
22022         * ext/libvisual/visual.c: (gst_visual_dispose),
22023         (gst_visual_getcaps), (gst_visual_src_setcaps),
22024         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22025         (gst_visual_change_state):
22026           Finish fixing up libvisual plugin so that it runs. 
22027
22028 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22029
22030         * ext/vorbis/vorbisenc.c:
22031         * gst-libs/gst/tag/gstvorbistag.c:
22032           gsttaginterface.h -> gsttagsetter.h
22033
22034 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22035
22036         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22037           added another test that failes for me (test is not active by default)
22038
22039 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22040
22041         * configure.ac:
22042           v4l2 is no longer in gst-plugins-base
22043
22044 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22045
22046         * configure.ac:
22047           In the output at the end, don't show the first plugin on the same
22048           line as "Core plug-ins, always built:".
22049           Indent the output as for other plugin categories
22050         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22051           #define that can be used to not use peer buffer_alloc functions for
22052           test purposes.
22053         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22054         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22055         (gst_ximagesink_show_frame):
22056         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22057         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22058         (gst_xvimagesink_show_frame):
22059           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22060           fails gracefully instead of XError aborting or deadlocking.
22061
22062 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22063
22064         * ext/libvisual/Makefile.am:
22065           link against gst-base-libs
22066
22067 2005-09-06  David Schleef  <ds@schleef.org>
22068
22069         * configure.ac: Enable libvisual plugin.
22070         * ext/libvisual/Makefile.am:
22071         * ext/libvisual/visual.c: Fixes to make it compile.
22072
22073 === release 0.9.2 ===
22074
22075 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * NEWS:
22078         * RELEASE:
22079         * configure.ac:
22080         * docs/random/ChangeLog-0.8:
22081           releasing 0.9.2, "Spoon"
22082
22083 2005-09-05  Michael Smith <msmith@fluendo.com>
22084
22085         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22086           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22087           that in the vorbisenc element.
22088
22089 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22090
22091         * common/gtk-doc-plugins.mak:
22092         * docs/plugins/Makefile.am:
22093           fix distcheck
22094         * gst/audioresample/resample.c:
22095           fix wrong docstring
22096
22097 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22098
22099         * common/gst-xmlinspect.py:
22100         * common/gtk-doc-plugins.mak:
22101           only inspect plugins for this given package
22102           require gst-python 0.9
22103
22104 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22105
22106         * Makefile.am:
22107         * autogen.sh:
22108         * common/gst-xmlinspect.py:
22109         * configure.ac:
22110         * docs/Makefile.am:
22111         * docs/plugins/inspect/plugin-alsa.xml:
22112         * docs/plugins/inspect/plugin-audioresample.xml:
22113         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22114         * docs/plugins/inspect/plugin-ogg.xml:
22115         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22116         * docs/plugins/tmpl/element-multifdsink.sgml:
22117         * docs/plugins/tmpl/element-tcpserversink.sgml:
22118         * docs/plugins/tmpl/element-vorbisenc.sgml:
22119         * gst-plugins-base.spec.in:
22120           various doc-related updates
22121
22122 2005-08-31  Wim Taymans  <wim@fluendo.com>
22123
22124         * gst-libs/gst/audio/gstbaseaudiosink.c:
22125         (gst_base_audio_sink_render):
22126         Resync if the buffer timestamps drift more than a 10th 
22127         of a second.
22128
22129 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22130
22131         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22132         (gst_v4lsrc_get_property):
22133           The 'timestamp-offset' property is registered as an int64, so
22134           let's use g_value_{set|get}_int64() in our setter and getter
22135           functions (makes it work and fixes warnings with gst-inspect).
22136
22137 2005-08-30  Wim Taymans  <wim@fluendo.com>
22138
22139         * check/elements/audioconvert.c: (setup_audioconvert):
22140         * check/elements/audioresample.c: (setup_audioresample):
22141         * check/elements/volume.c: (setup_volume):
22142         Fix checks.
22143
22144 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22145
22146         * common/gtk-doc-plugins.mak:
22147         * common/plugins.xsl:
22148         * docs/plugins/Makefile.am:
22149           make module a param
22150
22151 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22152
22153         * examples/seeking/seek.c: (make_mp3_pipeline),
22154         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22155         (play_cb), (pause_cb), (stop_cb):
22156           update the example
22157
22158 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22159
22160         * gst/volume/gstvolume.c: (gst_volume_class_init),
22161         (volume_transform):
22162           do not update controlled params, if buffer has no timestamp
22163
22164 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22165
22166         * configure.ac:
22167         * gst/sine/Makefile.am:
22168         * gst/volume/Makefile.am:
22169           controllerized elements also need to link against controller-libs ;)
22170
22171 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22172
22173         * docs/libs/tmpl/gstcolorbalance.sgml:
22174         * docs/libs/tmpl/gstgconf.sgml:
22175         * docs/libs/tmpl/gstmixer.sgml:
22176         * docs/libs/tmpl/gstringbuffer.sgml:
22177         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22178         (gst_sinesrc_create):
22179         * gst/volume/gstvolume.c: (gst_volume_class_init),
22180         (volume_transform):
22181           controllerized two audio plugins
22182
22183 2005-08-29  Andy Wingo  <wingo@pobox.com>
22184
22185         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22186         (vorbis_handle_data_packet): Fix some int overflow errors.
22187
22188         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22189         -1.
22190         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22191         valid.
22192         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22193         if it's valid. Fixed streaming-mode playback.
22194
22195         * check/elements/volume.c (cleanup_volume): Fix for running
22196         CK_FORK=no.
22197
22198         * check/elements/audioconvert.c: Convert from native endian, not
22199         little endian.
22200
22201 2005-08-29  Michael Smith <msmith@fluendo.com>
22202
22203         * ext/ogg/Makefile.am:
22204         * ext/ogg/gstogg.c: (plugin_init):
22205         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22206         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22207         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22208         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22209         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22210         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22211         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22212         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22213         Add an ogg parser element.
22214
22215 2005-08-28  Andy Wingo  <wingo@pobox.com>
22216
22217         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22218
22219 2005-08-26  Wim Taymans  <wim@fluendo.com>
22220
22221         * gst/audioconvert/audioconvert.c: (if), (float),
22222         (audio_convert_get_func_index), (check_default),
22223         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22224         (audio_convert_clean_context), (audio_convert_get_sizes),
22225         (audio_convert_convert):
22226         Cleanups.
22227
22228 2005-08-26  Wim Taymans  <wim@fluendo.com>
22229
22230         * gst/audioconvert/audioconvert.c: (if), (float),
22231         (audio_convert_get_func_index), (check_default),
22232         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22233         (audio_convert_clean_context), (audio_convert_get_sizes),
22234         (audio_convert_convert):
22235         More elegant and working temp buffer selection algo.
22236
22237 2005-08-26  Wim Taymans  <wim@fluendo.com>
22238
22239         * gst/audioconvert/audioconvert.c: (if), (float),
22240         (audio_convert_get_func_index), (check_default),
22241         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22242         (audio_convert_clean_context), (audio_convert_get_sizes),
22243         (get_temp_buffer), (audio_convert_convert):
22244         Use realloc else we lose our original data.
22245
22246 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22247
22248         * gst/audioresample/gstaudioresample.c:
22249           use base class' newsegment to properly timestamp
22250
22251 2005-08-26  Wim Taymans  <wim@fluendo.com>
22252
22253         * gst/audioconvert/audioconvert.c: (if), (float),
22254         (audio_convert_get_func_index), (check_default),
22255         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22256         (audio_convert_clean_context), (audio_convert_get_sizes),
22257         (get_temp_buffer), (audio_convert_convert):
22258         * gst/audioconvert/gstaudioconvert.c:
22259         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22260         (gst_audio_convert_transform_caps),
22261         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22262         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22263         Oops, allocate enough space to perform the channel mix.
22264
22265 2005-08-26  Wim Taymans  <wim@fluendo.com>
22266
22267         * gst/audioconvert/Makefile.am:
22268         * gst/audioconvert/audioconvert.c: (if), (float),
22269         (audio_convert_get_func_index), (check_default),
22270         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22271         (audio_convert_clean_context), (audio_convert_get_sizes),
22272         (get_temp_buffer), (audio_convert_convert):
22273         * gst/audioconvert/audioconvert.h:
22274         * gst/audioconvert/gstaudioconvert.c:
22275         (gst_audio_convert_class_init), (gst_audio_convert_init),
22276         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22277         (gst_audio_convert_get_unit_size),
22278         (gst_audio_convert_transform_caps),
22279         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22280         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22281         * gst/audioconvert/gstaudioconvert.h:
22282         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22283         (gst_channel_mix_fill_identical),
22284         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22285         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22286         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22287         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22288         (gst_channel_mix_mix):
22289         * gst/audioconvert/gstchannelmix.h:
22290         Cleanups, librarify a bit, optimize, better negotiation and more.
22291
22292 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22293
22294         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22295         Another from MikeS:
22296         During typefinding, don't support negative offsets
22297         (offsets from the end of the stream) in our typefind->peek() function
22298         - nothing embedded in ogg ever needs them. However, we need to recognise
22299         those requests and reject them, otherwise we return invalid pointers.
22300
22301 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22302
22303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22304         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22305         (vorbisdec_finalize), (vorbis_handle_type_packet):
22306           Big shout-out to MikeS for fixing this giant memory leak.
22307           Huzzah!
22308
22309 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22310
22311         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22312         (audio_convert_get_unit_size):
22313           plug some leaks
22314
22315 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22316
22317         * check/Makefile.am:
22318         * check/elements/audioconvert.c: (setup_audioconvert),
22319         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22320         (GST_START_TEST), (audioconvert_suite), (main):
22321           add a test for audioconvert
22322         * gst/audioresample/gstaudioresample.c:
22323         * gst/audioresample/gstaudioresample.h:
22324           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22325           note that for buffers of 1/3 sec this means DURATION(c) is 
22326           one nanosecond more than for a and b
22327
22328 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22329
22330         * check/Makefile.am:
22331         * check/elements/audioresample.c: (setup_audioresample),
22332         (cleanup_audioresample), (fail_unless_perfect_stream),
22333         (test_perfect_stream_instance), (GST_START_TEST),
22334           add a check for audioresample
22335         (audioresample_suite), (main):
22336         * check/elements/volume.c: (GST_START_TEST):
22337           remove unused method
22338         * gst/audioresample/gstaudioresample.c:
22339           set correct buffer parameters since we're changing them
22340         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22341           add some debug
22342
22343 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22344
22345         * gst/audioresample/debug.c:
22346         * gst/audioresample/gstaudioresample.c:
22347           add room for extra overlap samples when asked to transform size
22348           protect against possible mem corruption and check for discrepancies
22349           between written size and outbuffer's size so we can warn for
22350           potential problems
22351         * gst/audioresample/resample.c: (resample_init),
22352         (resample_get_output_size_for_input), (resample_get_output_size),
22353         (resample_set_n_channels), (resample_set_format):
22354           set debug level based on RESAMPLE_DEBUG env var
22355           make sure that get_output_size* returns a whole number of
22356           sample_size
22357           set sample_size each time either channel or format is set
22358         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22359         * gst/audioresample/resample_functable.c:
22360         (resample_scale_functable):
22361         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22362           remove r->sample_size, it's done in resample.c now
22363           add some debugging to the ref implementation
22364           make sure we only give back bytes that are wholes of the sample
22365           size
22366
22367 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22368         * gst/playback/gstplaybasebin.c: (fill_buffer):
22369         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22370
22371 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22372
22373         * gst/volume/gstvolume.c:
22374           made set_caps function static
22375
22376 2005-08-24  Wim Taymans  <wim@fluendo.com>
22377
22378         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22379         (gst_vorbisenc_change_state):
22380         Stop leaking taglists.
22381
22382 2005-08-24  Wim Taymans  <wim@fluendo.com>
22383
22384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22385         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22386         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22387         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22388         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22389         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22390         Parse seeking events better.
22391         Unref static caps.
22392         Generate correct newsegment events, fixes seeking in live oggs.
22393
22394         * ext/theora/theoradec.c: (theora_dec_src_query),
22395         (theora_dec_src_event), (theora_dec_src_getcaps),
22396         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22397         Use newsegment values to report correct play time.
22398
22399         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22400         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22401         * ext/vorbis/vorbisdec.h:
22402         Parse and use newsegment values to report correct play time.
22403
22404         * gst-libs/gst/audio/gstbaseaudiosink.c:
22405         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22406         Clear ringbuffer on flush.
22407         Use newsegment values to calculate playback time.
22408
22409         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22411         Basesink does newsegment calculations for us now.
22412
22413 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22414
22415         * check/Makefile.am:
22416         * configure.ac:
22417           add core's plugins to the mix so that playbin works
22418         * check/generic/states.c: (GST_START_TEST):
22419           set a 0 timeout on pipelines, so they don't force the next
22420           state change
22421         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22422         (gst_play_base_bin_change_state):
22423           remove the crappy error handling and do GST error handling
22424
22425 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22426
22427         * check/Makefile.am:
22428         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22429           add same test as to core, it bitches out on playbin atm.
22430
22431 2005-08-24  Wim Taymans  <wim@fluendo.com>
22432
22433         * configure.ac:
22434         Remove audioscale.
22435
22436 2005-08-24  Wim Taymans  <wim@fluendo.com>
22437
22438         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22439         (gst_videoscale_prepare_size), (parse_caps),
22440         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22441         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22442         (gst_videoscale_transform):
22443         * gst/videoscale/gstvideoscale.h:
22444         Refactor, make use of BaseTranform really well.
22445
22446 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22447
22448         * configure.ac:
22449           compile audioresample
22450         * gst/audioresample/Makefile.am:
22451         * gst/audioresample/buffer.c:
22452         * gst/audioresample/functable.c:
22453         * gst/audioresample/gstaudioresample.c:
22454         * gst/audioresample/gstaudioresample.h:
22455         * gst/audioresample/resample.c:
22456         (resample_get_output_size_for_input):
22457         * gst/audioresample/resample.h:
22458         * gst/audioresample/resample_chunk.c:
22459         * gst/audioresample/resample_functable.c:
22460         * gst/audioresample/resample_ref.c:
22461           port to use basetransform; doesn't work in all cases yet
22462
22463 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22464
22465         * gst/audioconvert/gstaudioconvert.c:
22466         (gst_audio_convert_class_init), (gst_audio_convert_init),
22467         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22468         (audio_convert_fixate_caps), (audio_convert_set_caps),
22469         (audio_convert_transform),
22470         (gst_audio_convert_buffer_to_default_format),
22471         (gst_audio_convert_buffer_from_default_format),
22472         (gst_audio_convert_channels):
22473         * gst/audioconvert/gstchannelmix.c:
22474         * gst/audioconvert/gstchannelmix.h:
22475           port to basetransform
22476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22477         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22478         (gst_ffmpegcsp_get_unit_size):
22479         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22480         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22481           fix for basetransform changes
22482
22483 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22484
22485         * check/Makefile.am:
22486           Add CHECK_CFLAGS and LDFLAGS
22487
22488         * gst/playback/gstplaybasebin.c: (fill_buffer):
22489           GST_MESSAGE_SRC became a GObject
22490
22491 2005-08-24  Wim Taymans  <wim@fluendo.com>
22492
22493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22494         (gst_ring_buffer_clear_all):
22495         * gst-libs/gst/audio/gstringbuffer.h:
22496         Added function to clear the ringbuffer.
22497
22498 2005-08-24  Andy Wingo  <wingo@pobox.com>
22499
22500         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22501         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22502         of _open and _close.
22503
22504         * sys/v4l/gstv4lxoverlay.h:
22505         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22506         an Xv connection here, instead of all the time. Make Xv only be
22507         loaded if you axe for it. Kindof a workaround for buggy behaviour
22508         of Xv when using remote xservers (XvQueryExtension would block).
22509         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22510         replace the _open and _close public API. Only start the xv
22511         connection if necessary.
22512         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22513
22514 2005-08-23  David Schleef  <ds@schleef.org>
22515
22516         * gst/audioresample/Makefile.am: Leet audioresampling code
22517         * gst/audioresample/buffer.c:
22518         * gst/audioresample/buffer.h:
22519         * gst/audioresample/debug.c:
22520         * gst/audioresample/debug.h:
22521         * gst/audioresample/functable.c:
22522         * gst/audioresample/functable.h:
22523         * gst/audioresample/gstaudioresample.c:
22524         * gst/audioresample/gstaudioresample.h:
22525         * gst/audioresample/resample.c:
22526         * gst/audioresample/resample.h:
22527         * gst/audioresample/resample_chunk.c:
22528         * gst/audioresample/resample_functable.c:
22529         * gst/audioresample/resample_ref.c:
22530
22531 2005-08-23  Wim Taymans  <wim@fluendo.com>
22532
22533         * examples/seeking/seek.c: (make_vorbis_pipeline),
22534         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22535         Small seek updates.
22536
22537 2005-08-23  Andy Wingo  <wingo@pobox.com>
22538
22539         * gst-libs/gst/audio/gstbaseaudiosrc.c
22540         (gst_base_audio_src_fixate): Only fixate endianness if it is
22541         present in the caps.
22542
22543 2005-08-22  Andy Wingo  <wingo@pobox.com>
22544
22545         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22546         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22547         device-name property.
22548
22549         * gst-libs/gst/audio/gstaudiosrc.h:
22550         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22551         close_device in the ring buffer, like gstaudiosink.
22552
22553         * ext/alsa/gstalsamixer.h:
22554         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22555         macro to implement the interface without much code. Cleanups. 
22556
22557         * ext/alsa/gstalsasrc.h:
22558         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22559         READY.
22560
22561         * ext/alsa/Makefile.am: Add new files.
22562         * ext/alsa/gstalsamixerelement.c: 
22563         * ext/alsa/gstalsamixerelement.c: Split element code out from
22564         mixer code so that alsasrc can be a mixer too.
22565
22566 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22567
22568         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22569         (GST_START_TEST):
22570         * check/elements/vorbisdec.c: (setup_vorbisdec),
22571         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22572         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22573         (vorbis_handle_identification_packet),
22574         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22575         (vorbis_handle_header_packet), (vorbis_dec_push),
22576         (vorbis_dec_chain):
22577           use the setup/teardown methods to save code.  save code is good.
22578
22579 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22580
22581         * check/Makefile.am:
22582           add ext dir for plugins
22583           add vorbisdec test conditionally
22584         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22585         (GST_START_TEST), (volume_suite):
22586           add a test with wrong caps
22587         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22588         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22589           add a vorbisdec test
22590         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22591         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22592           clean up debug output
22593         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22594           yay, fix a segfault/security issue in vorbisdec
22595           gst-launch fakesrc ! vorbisdec wasn't happy
22596         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22597         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22598         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22599         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22600         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22601         (gst_vorbisenc_set_metadata), (get_constraints_string),
22602         (update_start_message), (gst_vorbisenc_setup),
22603         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22604         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22605         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22606         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22607         * ext/vorbis/vorbisenc.h:
22608           march in line
22609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22610         (gst_ffmpegcsp_transform):
22611           have the kow come home
22612         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22613           debug my func ptr
22614         * gst/volume/gstvolume.c: (volume_set_caps):
22615           add a debug
22616
22617 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22618
22619         * Makefile.am:
22620         * check/.cvsignore:
22621         * check/Makefile.am:
22622         * check/elements/.cvsignore:
22623         * check/elements/volume.c: (chain_func), (event_func),
22624         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22625         (main):
22626         * configure.ac:
22627           add unit test structure for gst-plugins-base
22628           add a test for volume
22629         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22630         (gst_volume_set_volume), (gst_volume_get_volume),
22631         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22632         (volume_funcfind), (volume_process_float), (volume_process_int16),
22633         (volume_set_caps), (volume_transform), (volume_update_mute),
22634         (volume_update_volume), (volume_set_property),
22635         (volume_get_property):
22636           document a little; use basetransform vmethod _set_caps
22637
22638 2005-08-19  Andy Wingo  <wingo@pobox.com>
22639
22640         * ext/alsa/gstalsamixertrack.h:
22641         * ext/alsa/gstalsamixertrack.c:
22642         * ext/alsa/gstalsamixeroptions.h:
22643         * ext/alsa/gstalsamixeroptions.c:
22644         * ext/alsa/gstalsamixer.h:
22645         * ext/alsa/gstalsamixer.c: Port to 0.9.
22646
22647         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22648         Remove gstalsa.c and alsaclock. No more cruft here.
22649         
22650 2005-08-18  Wim Taymans  <wim@fluendo.com>
22651
22652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22653         (gst_base_rtp_depayload_chain),
22654         (gst_base_rtp_depayload_add_to_queue),
22655         (gst_base_rtp_depayload_push),
22656         (gst_base_rtp_depayload_queue_release):
22657         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22658         Fix for RTPBuffer changes.
22659
22660         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22661         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22662         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22663         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22664         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22665         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22666         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22667         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22668         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22669         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22670         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22671         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22672         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22673         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22674         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22675         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22676         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22677         (gst_rtpbuffer_get_payload):
22678         * gst-libs/gst/rtp/gstrtpbuffer.h:
22679         Don't subclass GstBuffer but add methods and helper functions
22680         to construct and manipulate RTP packets in regular GstBuffers.
22681
22682 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22683
22684         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22685           moved statement below switch
22686         * gst/volume/gstvolume.c: (gst_volume_class_init):
22687           added debug ptr
22688
22689 2005-08-16  Wim Taymans  <wim@fluendo.com>
22690
22691         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22692         (gst_base_audio_src_change_state):
22693         Open and close device in READY<->NULL state change.
22694
22695 2005-08-16  Andy Wingo  <wingo@pobox.com>
22696
22697         * examples/seeking/Makefile.am: Don't compile non-compiling
22698         compiled objects with the compiler.
22699
22700         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22701         elements.
22702
22703 2005-08-12  Philippe Khalaf <burger@speedy.org>
22704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22705         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22706           Made a thread to release the queue.
22707           Removed timestamp conversion for now.
22708
22709 2005-08-10  Philippe Khalaf <burger@speedy.org>
22710         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22711         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22712           Added rtp timestamp -> gst timestamp conversion.
22713           Fixed several problems with queue.
22714
22715 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22716
22717         * gst-libs/gst/audio/gstaudioclock.h:
22718         * gst-libs/gst/audio/gstaudiofilter.h:
22719         * gst-libs/gst/audio/gstaudiosink.h:
22720         * gst-libs/gst/audio/gstaudiosrc.h:
22721         * gst-libs/gst/audio/gstbaseaudiosink.h:
22722         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22723         * gst-libs/gst/audio/gstringbuffer.h:
22724         * gst-libs/gst/net/gstnetbuffer.h:
22725         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22726         * gst-libs/gst/rtp/gstrtpbuffer.h:
22727           Add padding (you will need to rebuild gst-plugins-base,
22728           gst-plugins and all applications afterwards!)
22729
22730 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22731
22732         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22733         (gst_riff_parse_chunk):
22734           Fix bug in debug message and add some more debug messages.
22735
22736 2005-08-08  Edward Hervey  <edward@fluendo.com>
22737
22738         * gst-libs/gst/riff/riff-media.c:
22739         backported updates since branch
22740
22741 2005-08-08  Andy Wingo  <wingo@pobox.com>
22742
22743         * gst-libs/gst/audio/gstbaseaudiosink.c
22744         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22745         like good elements should. Close on READY->NULL too.
22746
22747         * gst-libs/gst/audio/gstaudiosink.c
22748         (gst_audioringbuffer_open_device,
22749         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22750         (gst_audioringbuffer_release): Updates for new ring buffer API,
22751         hook into the new audio sink api.
22752
22753         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22754         (GstAudioSinkClass.close): Just open and close the device -- no
22755         resource allocation or configuration.
22756         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22757         vmethods, handle device setup and resource allocation.
22758
22759         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22760         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22761         base class API.
22762
22763         * gst-libs/gst/audio/gstringbuffer.h
22764         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22765         New vmethods.
22766
22767         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22768         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22769         New API functions. The device should be opened before acquiring
22770         and closed after releasing.
22771
22772 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22773
22774         * gst-libs/gst/interfaces/mixer.h:
22775           Reset padding to GST_PADDING.
22776
22777 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22778
22779         * gst/playback/gstplaybin.c: (remove_sinks):
22780           Remove visualization from parent explicitely; works around some
22781           apparent refcount issue that I haven't tracked down yet.
22782
22783 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22784
22785         * ext/alsa/gstalsasink.c: (set_hwparams):
22786           Assign debug category, add negotiation debug msgs.
22787
22788 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22789
22790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22791           Fix error code for file-not-found to NOT_FOUND.
22792
22793 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22794
22795         * common/gtk-doc-plugins.mak:
22796         * docs/plugins/Makefile.am:
22797         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22798         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22799           renamed to actual element names, so much nicer to look at
22800         * docs/plugins/tmpl/gstmultifdsink.sgml:
22801           remove
22802         * docs/plugins/tmpl/multifdsink.sgml:
22803         * docs/plugins/tmpl/tcpserversink.sgml:
22804           add
22805         * ext/alsa/gstalsa.c:
22806         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22807         * ext/ogg/gstoggmux.c:
22808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22809         * gst/playback/gstdecodebin.c:
22810         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22811         * gst/tcp/gsttcpserversink.c:
22812           various fixes and documentation additions
22813
22814 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22815
22816         * common/Makefile.am:
22817         * common/gstdoc-scangobj:
22818         * common/gtk-doc-plugins.mak:
22819         * common/gtk-doc.mak:
22820           add a custom scangobj that uses the registry
22821           add a custom gtk-doc-plugins.mak that uses it
22822           some doc build fixes
22823         * configure.ac:
22824         * docs/Makefile.am:
22825         * docs/plugins/Makefile.am:
22826         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22827         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22828         * docs/plugins/gst-plugins-base-plugins.types:
22829         * docs/plugins/tmpl/gstmultifdsink.sgml:
22830           add docs for one element, multifdsink
22831         * gst/adder/gstadder.h:
22832         * gst/volume/gstvolume.h:
22833           don't privatize enum
22834         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22835         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22836         (gst_sync_method_get_type), (gst_client_status_get_type),
22837         (gst_multifdsink_class_init),
22838         (gst_multifdsink_client_queue_buffer),
22839         (gst_multifdsink_handle_client_write):
22840         * gst/tcp/gstmultifdsink.h:
22841         * gst/tcp/gsttcp.h:
22842         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22843         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22844         (gst_tcpclientsink_render):
22845         * gst/tcp/gsttcpclientsink.h:
22846         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22847         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22848         (gst_tcpclientsrc_start):
22849         * gst/tcp/gsttcpclientsrc.h:
22850         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22851         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22852         * gst/tcp/gsttcpserversrc.h:
22853         * gst/typefind/gsttypefindfunctions.c:
22854           remove superfluous Type stuff
22855
22856 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22857
22858         * gst/playback/gstplaybin.c: (gen_video_element):
22859           Enable videoscale.
22860
22861 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22862
22863         * gst-libs/gst/gconf/gconf.c:
22864         * gst-libs/gst/gconf/gconf.h:
22865           Fix some Andy Problem [tm].
22866
22867 2005-08-04  Andy Wingo  <wingo@pobox.com>
22868
22869         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22871         (gst_ffmpegcsp_get_size): Adapt to API changes.
22872
22873         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22874         Implement an in-place do-nothing transform.
22875
22876 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22877
22878         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22879         (gst_ximagesink_renegotiate_size):
22880           Do not set new window sizes yet if we prepare a new buffer size
22881           for upstream renegotiation (software scaling) at some point in the
22882           future, because this new size waqs not actually accepted yet. Once
22883           accepted, renegotiation later on will set the new sizes just fine.
22884           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22885           embedding testcase.
22886
22887 2005-08-03  Andy Wingo  <wingo@pobox.com>
22888
22889         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22890         (gst_ximagesink_buffer_alloc): 
22891         Protect the height, width, and desired_caps with the pool_lock.
22892         Fixes videotestsrc ! queue ! ximagesink.
22893
22894 2005-08-02  Edward Hervey  <edward@fluendo.com>
22895
22896         * gst/volume/gstvolume.c:
22897         include left from controller cleanup
22898
22899 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22900         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22901           Stop collectpads before calling the parent state
22902           change function on PAUSED->READY.
22903
22904 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22905         * configure.ac:
22906           When testing for X libs, use the X CFlags 
22907         * gst/adder/gstadder.c: (gst_adder_change_state):
22908           Stop the collectpads before calling parent state change function
22909           on PAUSED->READY, otherwise we deadlock deactivating pads.
22910
22911 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22912
22913         * configure.ac:
22914         * docs/libs/tmpl/gstcolorbalance.sgml:
22915         * docs/libs/tmpl/gstmixer.sgml:
22916         * examples/Makefile.am:
22917         * gst/sine/Makefile.am:
22918         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22919         (gst_sinesrc_set_property), (plugin_init):
22920         * gst/sine/gstsinesrc.h:
22921         * gst/volume/Makefile.am:
22922         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22923         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22924         (volume_process_float), (volume_process_int16),
22925         (volume_set_property), (plugin_init):
22926         * gst/volume/gstvolume.h:
22927           deactivate and remove dparams (libgstcontrol)
22928
22929 2005-07-29  Wim Taymans  <wim@fluendo.com>
22930
22931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22932         Convert me to BaseTransform!! help..
22933
22934 2005-07-29  Andy Wingo  <wingo@pobox.com>
22935
22936         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22937         sinks.
22938
22939         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22940         support of both endiannesses.
22941
22942 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22943
22944         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22945           Fix confusing debug message (s/event/query/)
22946
22947 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22948
22949         * gst/videotestsrc/videotestsrc.h:
22950           Use "_stdint.h" instead of <stdint.h>
22951
22952 2005-07-27  Wim Taymans  <wim@fluendo.com>
22953
22954         * ext/vorbis/Makefile.am:
22955         Revert wrong commit.
22956
22957 2005-07-27  Wim Taymans  <wim@fluendo.com>
22958
22959         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22960         More compilation fixen.
22961
22962 2005-07-27  Wim Taymans  <wim@fluendo.com>
22963
22964         * gst-libs/gst/audio/gstbaseaudiosink.c:
22965         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22966         (gst_base_audio_sink_create_ringbuffer),
22967         (gst_base_audio_sink_change_state):
22968         Fix compilation.
22969
22970 2005-07-27  Wim Taymans  <wim@fluendo.com>
22971
22972         * examples/seeking/seek.c: (setup_dynamic_link),
22973         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22974         (query_positions_elems), (query_positions_pads), (do_seek):
22975         Update seek example.
22976
22977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22978         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22979         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22980         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22981         (gst_ogg_demux_handle_event),
22982         (gst_ogg_demux_deactivate_current_chain),
22983         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22984         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22985         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22986         (gst_ogg_demux_loop):
22987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22988         * ext/theora/theoradec.c: (theora_dec_src_event),
22989         (theora_dec_src_getcaps), (theora_dec_sink_event),
22990         (theora_dec_push), (theora_dec_chain):
22991         * ext/vorbis/Makefile.am:
22992         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22993         (vorbis_dec_sink_event), (vorbis_dec_push),
22994         (vorbis_handle_data_packet):
22995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22996         (gst_vorbisenc_chain):
22997         * gst/playback/gststreaminfo.c: (cb_probe):
22998         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22999         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23000         * gst/videoscale/gstvideoscale.c:
23001         (gst_videoscale_handle_src_event):
23002         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23003         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23004         (gst_ximagesink_navigation_send_event):
23005         * sys/xvimage/xvimagesink.c:
23006         (gst_xvimagesink_navigation_send_event):
23007         Various event updates and cleanups
23008
23009 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23010
23011         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23012           Fix segfault for I420/YV12.
23013
23014 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23015
23016         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23017           Report bitrate.
23018
23019 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23020
23021         * gst/playback/gstplaybin.c: (gen_video_element),
23022         (gen_audio_element):
23023           Switch to auto*sink elements as default sinks; add volume element
23024           so that volume control in totem works.
23025
23026 2005-07-21  Wim Taymans  <wim@fluendo.com>
23027
23028         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23029         * gst/playback/gstplaybin.c: (setup_sinks),
23030         (gst_play_bin_change_state):
23031         Refcount fix and more comments.
23032
23033 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23034
23035         * sys/ximage/Makefile.am:
23036         * sys/ximage/ximage.c: (plugin_init):
23037         * sys/ximage/ximagesink.c:
23038         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23039         
23040
23041 2005-07-21  Wim Taymans  <wim@fluendo.com>
23042
23043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23044         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23045         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23046         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23047         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23048         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23049         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23050         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23051         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23052         Generate correct disconts for live chained oggs.
23053
23054         * gst-libs/gst/audio/gstbaseaudiosink.c:
23055         (gst_base_audio_sink_render),
23056         (gst_base_audio_sink_create_ringbuffer),
23057         (gst_base_audio_sink_change_state):
23058         Handle discont math correctly.
23059
23060         * gst/playback/gstplaybin.c: (add_sink):
23061         Some small debug cleanup.
23062
23063 2005-07-21  Wim Taymans  <wim@fluendo.com>
23064
23065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23066         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23067         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23068         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23069         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23070         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23071         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23072         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23073         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23074         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23075         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23076         (gst_ogg_demux_change_state), (gst_ogg_print):
23077         Reorganize code to send the right disconts when in streaming
23078         mode.
23079
23080 2005-07-20  Andy Wingo  <wingo@pobox.com>
23081
23082         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23083         fix (?), fixes a seggie mcfalterson (#310894).
23084
23085 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23086
23087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23088         (gst_ogg_mux_set_header_on_caps):
23089         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23091         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23092         * gst-libs/gst/audio/multichannel.c:
23093         (gst_audio_set_channel_positions),
23094         (gst_audio_set_structure_channel_positions_list):
23095         * gst/playback/gstdecodebin.c: (dynamic_create):
23096         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23097         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23098           Fixes for API changes in core.
23099
23100 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23101
23102         * gst/playback/gstplaybasebin.c: (fill_buffer):
23103           Use _new_custom() so we can set custom message types for buffering
23104           messages.
23105
23106 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23107
23108         * configure.ac:
23109         * gst-libs/gst/Makefile.am:
23110         * gst-libs/gst/gconf/.cvsignore:
23111         * gst-libs/gst/gconf/Makefile.am:
23112         * gst-libs/gst/gconf/test-gconf.c:
23113         * pkgconfig/Makefile.am:
23114         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23115         * pkgconfig/gstreamer-gconf.pc.in:
23116           Remove gconf stuff, use gconf elements instead from now on.
23117
23118 2005-07-20  Wim Taymans  <wim@fluendo.com>
23119
23120         * gst-libs/gst/audio/TODO:
23121         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23122         (gst_audio_clock_get_internal_time):
23123         * gst-libs/gst/audio/gstaudioclock.h:
23124         * gst-libs/gst/audio/gstbaseaudiosink.c:
23125         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23126         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23127         (gst_base_audio_sink_render),
23128         (gst_base_audio_sink_create_ringbuffer),
23129         (gst_base_audio_sink_change_state):
23130         Make sure the audio clock always returns an increasing value.
23131
23132 2005-07-19  Andy Wingo  <wingo@pobox.com>
23133
23134         * gst/videotestsrc/: Cleanups.
23135
23136 2005-07-19  Wim Taymans  <wim@fluendo.com>
23137
23138         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23139         Better debugging.
23140
23141 2005-07-19  Wim Taymans  <wim@fluendo.com>
23142
23143         * examples/seeking/seek.c: (make_dv_pipeline),
23144         (make_vorbis_theora_pipeline), (query_rates),
23145         (query_positions_elems), (query_positions_pads), (do_seek):
23146         Make correct DV pipeline.
23147
23148 2005-07-18  Andy Wingo  <wingo@pobox.com>
23149
23150         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23151         default. Also because it's the only thing that really works. (This
23152         is used in the GConf elements).
23153         Use AS_LIBTOOL_TAGS.
23154
23155 2005-07-18  Wim Taymans  <wim@fluendo.com>
23156
23157         * gst/playback/gstdecodebin.c: (remove_element_chain):
23158         * gst/playback/gstplaybin.c: (add_sink):
23159         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23160         (gst_stream_info_set_mute):
23161         * gst/playback/gststreamselector.c:
23162         (gst_stream_selector_get_linked_pad),
23163         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23164         More leak and compile fixes.
23165
23166 2005-07-18  Wim Taymans  <wim@fluendo.com>
23167
23168         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23169         (query_rates), (query_positions_elems), (query_positions_pads),
23170         (do_seek), (seek_cb), (stop_seek):
23171         Updated seek example. 
23172
23173         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23174         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23175         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23176         * gst/playback/gstplaybin.c: (add_sink):
23177         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23178         (gst_stream_info_set_mute):
23179         Some refcount leak fixes.
23180
23181 2005-07-16  Wim Taymans  <wim@fluendo.com>
23182
23183         * gst-libs/gst/audio/gstbaseaudiosink.c:
23184         (gst_base_audio_sink_render):
23185         Align samples even if we have roundoff errors in the 
23186         timestamp conversion.
23187
23188 2005-07-16  Wim Taymans  <wim@fluendo.com>
23189
23190         * docs/libs/tmpl/gstringbuffer.sgml:
23191         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23192         (query_rates), (query_positions_elems), (query_positions_pads),
23193         (update_scale), (do_seek):
23194         Updated seek example.
23195
23196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23197         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23198         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23199         (gst_ogg_demux_loop):
23200         Push out correct discont values.
23201
23202         * ext/theora/theoradec.c: (theora_dec_src_convert),
23203         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23204         (theora_dec_sink_event), (theora_handle_type_packet),
23205         (theora_handle_header_packet), (theora_dec_push),
23206         (theora_handle_data_packet), (theora_dec_chain),
23207         (theora_dec_change_state):
23208         Better timestamping.
23209
23210         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23211         (vorbis_dec_sink_event), (vorbis_dec_push),
23212         (vorbis_handle_data_packet), (vorbis_dec_chain):
23213         * ext/vorbis/vorbisdec.h:
23214         Better timestamping.
23215
23216         * gst-libs/gst/audio/gstbaseaudiosink.c:
23217         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23218         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23219         Handle syncing on timestamps instead of sample offsets. Make
23220         use of DISCONT values as described in design docs.
23221
23222         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23223         (gst_base_audio_src_get_time):
23224         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23225         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23226         (gst_ring_buffer_read):
23227         * gst-libs/gst/audio/gstringbuffer.h:
23228         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23229         (gst_ximagesink_show_frame):
23230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23231         Correcly convert buffer timestamp to stream time.
23232
23233 2005-07-16  Wim Taymans  <wim@fluendo.com>
23234
23235         * gst/audioconvert/gstaudioconvert.c:
23236         (gst_audio_convert_get_buffer):
23237         Timestamp buffers correctly.
23238
23239         * gst/playback/gstplaybin.c: (gen_video_element):
23240         Make internal fakesink silent.
23241
23242 2005-07-15  Wim Taymans  <wim@fluendo.com>
23243
23244         * gst/ffmpegcolorspace/Makefile.am:
23245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23246         (gst_ffmpegcsp_caps_remove_format_info),
23247         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23248         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23249         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23250         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23251         Ported ffmpegcolorspace to basetransform.
23252
23253         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23254         * gst/volume/gstvolume.c: (volume_transform):
23255         Ported to new API.
23256
23257 2005-07-14  Wim Taymans  <wim@fluendo.com>
23258
23259         * gst/videotestsrc/Makefile.am:
23260         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23261         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23262         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23263         (gst_videotestsrc_init), (gst_videotestsrc_event),
23264         (gst_videotestsrc_create), (gst_videotestsrc_start),
23265         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23266         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23267         (gst_videotestsrc_get_property):
23268         * gst/videotestsrc/gstvideotestsrc.h:
23269         Make videotestsrc a pushsrc.
23270
23271 2005-07-14  Wim Taymans  <wim@fluendo.com>
23272
23273         * gst/tcp/gstfdset.c: (gst_fdset_free):
23274         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23275         (gst_multifdsink_add), (gst_multifdsink_remove),
23276         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23277         (gst_multifdsink_remove_client_link),
23278         (gst_multifdsink_client_queue_data),
23279         (gst_multifdsink_client_queue_caps),
23280         (gst_multifdsink_client_queue_buffer),
23281         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23282         (gst_multifdsink_stop):
23283         * gst/tcp/gstmultifdsink.h:
23284         0.8 backporting.
23285
23286         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23287         Also draw image when not from a pool.
23288
23289 2005-07-14  Wim Taymans  <wim@fluendo.com>
23290
23291         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23292         (mute_stream), (silence_stream):
23293         Small debug additions.
23294
23295 2005-07-14  Wim Taymans  <wim@fluendo.com>
23296
23297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23298         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23299         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23300         Better error recovery, ignore unconnected pads and
23301         non-fatal errors.
23302
23303 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23304
23305         * docs/libs/tmpl/gstaudio.sgml:
23306         * docs/libs/tmpl/gstcolorbalance.sgml:
23307         * docs/libs/tmpl/gstgconf.sgml:
23308         * docs/libs/tmpl/gstmixer.sgml:
23309         * docs/libs/tmpl/gstringbuffer.sgml:
23310         * docs/libs/tmpl/gsttuner.sgml:
23311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23312         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23313         (gst_tcpclientsrc_class_init):
23314         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23315         (gst_tcpserversrc_class_init):
23316         * sys/v4l/gstv4lelement.c:
23317           more autistic cleanliness in functions/names/defines
23318
23319 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23320
23321         * configure.ac:
23322           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23323           added manually to each Makefile.am so we are sure it goes
23324           *last* and doesn't add -L flags before linking in libs of our
23325           own, like, say, internal .la libs, that then accidentally pick
23326           up the installed copy.
23327         * docs/libs/Makefile.am:
23328         * ext/alsa/Makefile.am:
23329         * ext/cdparanoia/Makefile.am:
23330         * ext/gnomevfs/Makefile.am:
23331         * ext/libvisual/Makefile.am:
23332         * ext/ogg/Makefile.am:
23333         * ext/theora/Makefile.am:
23334         * ext/vorbis/Makefile.am:
23335         * gst-libs/gst/video/Makefile.am:
23336         * gst/adder/Makefile.am:
23337         * gst/audioconvert/Makefile.am:
23338         * gst/audiorate/Makefile.am:
23339         * gst/audioscale/Makefile.am:
23340         * gst/ffmpegcolorspace/Makefile.am:
23341         * gst/playback/Makefile.am:
23342         * gst/sine/Makefile.am:
23343         * gst/subparse/Makefile.am:
23344         * gst/tags/Makefile.am:
23345         * gst/tcp/Makefile.am:
23346         * gst/typefind/Makefile.am:
23347         * gst/videorate/Makefile.am:
23348         * gst/videoscale/Makefile.am:
23349         * gst/videotestsrc/Makefile.am:
23350         * gst/volume/Makefile.am:
23351         * sys/v4l/Makefile.am:
23352         * sys/ximage/Makefile.am:
23353         * sys/xvimage/Makefile.am:
23354           adapt properly to this change. This should make sure that
23355           plugins and libs properly link to the as-yet-uninstalled
23356           copies of stuff like libgstinterfaces and libgstvideo
23357
23358 2005-07-13  Andy Wingo  <wingo@pobox.com>
23359
23360         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23361         (gst_v4lsrc_fixate): Fixate on format as well.
23362
23363         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23364         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23365         buffer points to it.
23366         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23367         rather just doing X calls ourselves. Also fixes a memleak.
23368
23369 2005-07-12  Andy Wingo  <wingo@pobox.com>
23370
23371         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23372         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23373         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23374         TRUE to avoid deadlocks if an element holds on to our buffers.
23375
23376 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23377
23378         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23379         (gst_sinesrc_init), (gst_sinesrc_create),
23380         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23381         (gst_sinesrc_start):
23382         * gst/sine/gstsinesrc.h:
23383           removing num-buffers property before moving it
23384
23385 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23386
23387         * configure.ac:
23388           use overridable ERROR_CFLAGS
23389         * docs/libs/gst-plugins-base-libs.types:
23390         * docs/libs/tmpl/gstringbuffer.sgml:
23391         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23392         (gst_alsasink_class_init):
23393         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23394         (gst_alsasrc_class_init):
23395         * gst-libs/gst/audio/audio.h:
23396         * gst-libs/gst/audio/gstaudioclock.h:
23397         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23398         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23399         (gst_audio_filter_link), (gst_audio_filter_init),
23400         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23401         (gst_audio_filter_get_property),
23402         (gst_audio_filter_class_add_pad_templates):
23403         * gst-libs/gst/audio/gstaudiofilter.h:
23404         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23405         (gst_audio_filter_template_get_type),
23406         (gst_audio_filter_template_base_init),
23407         (gst_audio_filter_template_class_init),
23408         (gst_audio_filter_template_init),
23409         (gst_audio_filter_template_set_property),
23410         (gst_audio_filter_template_get_property), (plugin_init),
23411         (gst_audio_filter_template_setup),
23412         (gst_audio_filter_template_filter),
23413         (gst_audio_filter_template_filter_inplace):
23414         * gst-libs/gst/audio/gstaudiosink.c:
23415         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23416         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23417         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23418         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23419         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23420         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23421         * gst-libs/gst/audio/gstaudiosink.h:
23422         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23423         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23424         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23425         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23426         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23427         (gst_audio_src_class_init), (gst_audio_src_init),
23428         (gst_audio_src_create_ringbuffer):
23429         * gst-libs/gst/audio/gstaudiosrc.h:
23430         * gst-libs/gst/audio/gstbaseaudiosink.c:
23431         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23432         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23433         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23434         (gst_base_audio_sink_set_property),
23435         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23436         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23437         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23438         (gst_base_audio_sink_create_ringbuffer),
23439         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23440         * gst-libs/gst/audio/gstbaseaudiosink.h:
23441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23442         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23443         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23444         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23445         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23446         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23447         (gst_base_audio_src_event), (gst_base_audio_src_create),
23448         (gst_base_audio_src_create_ringbuffer),
23449         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23450         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23451         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23452         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23453         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23454         (gst_ring_buffer_debug_spec_caps),
23455         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23456         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23457         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23458         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23459         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23460         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23461         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23462         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23463         (gst_ring_buffer_clear):
23464         * gst-libs/gst/audio/gstringbuffer.h:
23465         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23466         (gst_video_sink_class_init), (gst_video_sink_get_type):
23467         * gst-libs/gst/video/videosink.h:
23468         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23469         (gst_multifdsink_class_init),
23470         (gst_multifdsink_handle_client_write),
23471         (gst_multifdsink_change_state):
23472         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23473         (gst_tcpclientsink_setcaps):
23474         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23475         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23476         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23477         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23478         (gst_ximagesink_send_pending_navigation),
23479         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23480         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23482         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23483         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23484         (gst_xvimagesink_send_pending_navigation),
23485         (gst_xvimagesink_navigation_send_event),
23486         (gst_xvimagesink_set_xwindow_id),
23487         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23488         (gst_xvimagesink_get_type):
23489         more macro splitting
23490
23491 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23492
23493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23494           plug a memleak, allows me to import 1479 albums in one go
23495           in jamboree
23496         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23497         (vorbis_handle_type_packet), (vorbis_dec_chain),
23498         (vorbis_dec_change_state):
23499           fix some format strings
23500
23501 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23502
23503         * docs/libs/tmpl/gstcolorbalance.sgml:
23504         * docs/libs/tmpl/gstmixer.sgml:
23505         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23506         (gst_alsasink_set_property), (gst_alsasink_get_property):
23507         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23508         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23509           add device property
23510
23511 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23512
23513         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23514         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23515         (audiocast_register_listener), (audiocast_thread_run),
23516         (gst_gnomevfssrc_send_additional_headers_callback),
23517         (gst_gnomevfssrc_received_headers_callback),
23518         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23519         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23520         (gst_gnomevfssrc_get_size):
23521           add/clean up debugging
23522         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23523           cleanups
23524
23525 2005-07-07  Andy Wingo  <wingo@pobox.com>
23526
23527         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23528         framerate. Need to get a handle on when exactly this function is
23529         called, tho.
23530
23531         * sys/v4l/v4lsrc_calls.h:
23532         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23533         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23534         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23535
23536         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23537         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23538         v4lelements are sources.
23539
23540         * sys/v4l/gstv4lxoverlay.h:
23541         * sys/v4l/gstv4lxoverlay.c:
23542         * sys/v4l/gstv4ltuner.h:
23543         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23544         
23545         * sys/v4l/gstv4lsrc.h:
23546         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23547         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23548         or something should handle that. Made a live source.
23549
23550         * sys/v4l/gstv4lelement.h:
23551         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23552         signals. Some cleanups.
23553
23554         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23555
23556         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23557         stuff.
23558
23559         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23560         stuff.
23561
23562         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23563
23564 2005-07-07  Wim Taymans  <wim@fluendo.com>
23565
23566         * ext/theora/theoradec.c: (theora_get_query_types),
23567         (theora_dec_src_getcaps), (theora_dec_push):
23568         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23570         Remove deprecated/unused query types.
23571
23572 2005-07-06  Wim Taymans  <wim@fluendo.com>
23573
23574         * ext/alsa/Makefile.am:
23575         * ext/alsa/gstalsaplugin.c: (plugin_init):
23576         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23577         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23578         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23579         (gst_alsasrc_class_init), (gst_alsasrc_init),
23580         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23581         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23582         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23583         (gst_alsasrc_reset):
23584         * ext/alsa/gstalsasrc.h:
23585         * gst-libs/gst/audio/Makefile.am:
23586         * gst-libs/gst/audio/gstaudiosink.c:
23587         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23588         (gst_audioringbuffer_start):
23589         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23590         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23591         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23592         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23593         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23594         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23595         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23596         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23597         * gst-libs/gst/audio/gstaudiosrc.h:
23598         * gst-libs/gst/audio/gstbaseaudiosink.c:
23599         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23600         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23601         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23602         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23603         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23604         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23605         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23606         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23607         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23608         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23609         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23610         (gst_baseaudiosrc_change_state):
23611         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23612         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23613         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23614         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23615         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23616         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23617         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23618         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23619         * gst-libs/gst/audio/gstringbuffer.h:
23620         Added audiosource base classes.
23621         Ported alsasrc, still very basic.
23622
23623 2005-07-06  Wim Taymans  <wim@fluendo.com>
23624
23625         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23626         (theora_dec_push), (theora_handle_data_packet):
23627         Prepare for better timestamp fix later.
23628
23629         * gst/audioconvert/gstaudioconvert.c:
23630         List most accurate caps first
23631
23632         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23633         Use proper pad task function.
23634
23635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23636         (gst_xvimagesink_show_frame):
23637         Fix deadlock when alloc failed.
23638
23639 2005-07-05  Andy Wingo  <wingo@pobox.com>
23640
23641         * ext/gnomevfs/gstgnomevfssrc.c:
23642         * gst/sine/gstsinesrc.c:
23643         * gst/tcp/gsttcpserversrc.c:
23644         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23645
23646         * sys/v4l/: Port from 0.8.
23647
23648         * Many files: Null if we got it....
23649
23650 2005-07-05  Andy Wingo  <wingo@pobox.com>
23651
23652         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23653         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23654         Signedness fixes.
23655
23656 2005-07-05  Wim Taymans  <wim@fluendo.com>
23657
23658         * configure.ac:
23659         * gst/tcp/Makefile.am:
23660         * gst/tcp/README:
23661         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23662         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23663         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23664         (is_sync_frame), (gst_multifdsink_handle_client_write),
23665         (gst_multifdsink_render), (gst_multifdsink_start),
23666         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23667         * gst/tcp/gstmultifdsink.h:
23668         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23669         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23670         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23671         * gst/tcp/gsttcp.h:
23672         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23673         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23674         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23675         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23676         * gst/tcp/gsttcpclientsink.h:
23677         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23678         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23679         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23680         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23681         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23682         * gst/tcp/gsttcpclientsrc.h:
23683         * gst/tcp/gsttcpplugin.c: (plugin_init):
23684         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23685         * gst/tcp/gsttcpserversink.h:
23686         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23687         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23688         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23689         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23690         (gst_tcpserversrc_stop):
23691         * gst/tcp/gsttcpserversrc.h:
23692         * gst/tcp/gsttcpsink.c:
23693         * gst/tcp/gsttcpsink.h:
23694         * gst/tcp/gsttcpsrc.c:
23695         * gst/tcp/gsttcpsrc.h:
23696         Ported tcp plugins to 0.9. 
23697         
23698
23699 2005-07-05  Andy Wingo  <wingo@pobox.com>
23700
23701         * gst/playback/gstplaybasebin.c (fill_buffer):
23702         message_new_application fixen.
23703
23704         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23705         Style fix.
23706
23707 2005-07-04  Wim Taymans  <wim@fluendo.com>
23708
23709         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23710         Set caps on output buffer.
23711
23712 2005-07-04  Andy Wingo  <wingo@pobox.com>
23713
23714         * ext/gnomevfs/gstgnomevfssrc.c
23715         (gst_gnomevfssrc_received_headers_callback) 
23716         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23717         hopefully.
23718
23719         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23720         No refcount leakage.
23721
23722         * configure.ac: Enable -Werror.
23723         
23724         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23725         * gst/audioconvert/bufferframesconvert.c
23726         (buffer_frames_convert_fixate):
23727         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23728         (gst_audio_convert_fixate):
23729         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23730         (gst_sinesrc_create): Fixate func changes.
23731         
23732         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23733         (gst_ximagesink_buffer_alloc): Unused var.
23734
23735 2005-07-01  Andy Wingo  <wingo@pobox.com>
23736
23737         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23738         getcaps to do explicit caps. Needs to be done in all decoders,
23739         possibly via a base class.
23740
23741         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23742
23743         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23744         caps on the sink pad, just rely on the pad template. Also, setting
23745         ANY caps on a pad is not valid because the caps are not fixed.
23746
23747         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23748         caps on the buffer, and get the width from the desired_caps if
23749         they're set.
23750         (gst_ximagesink_renegotiate_size): Implement via setting the
23751         desired_caps on the ximagesink.
23752         (gst_ximagesink_setcaps): Only reset the width of the player if it
23753         wasn't already set. Not sure if this is right.
23754         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23755
23756         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23757         that the user wants. NULL unless the window has been resized.
23758
23759         * gst/volume/gstvolume.c (volume_transform): Adapt to
23760         basetransform refcount changes.
23761         
23762 2005-07-01  Andy Wingo  <wingo@pobox.com>
23763
23764         * gst/videoscale/gstvideoscale.c:
23765         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23766         from BaseTransform, implements a transform_caps. Removed dead code
23767         including some PAR stuff that was never reached -- should probably
23768         be added back somehow.
23769
23770 2005-07-01  Andy Wingo  <wingo@pobox.com>
23771
23772         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23773         come later.
23774
23775 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23776
23777         * configure.ac:
23778         * docs/libs/Makefile.am:
23779         * docs/libs/gst-plugins-libs.types:
23780         * ext/alsa/Makefile.am:
23781         * ext/alsa/gstalsamixer.h:
23782         * ext/alsa/gstalsamixeroptions.h:
23783         * ext/alsa/gstalsamixertrack.h:
23784         * gst-libs/gst/Makefile.am:
23785         * gst-libs/gst/colorbalance/.cvsignore:
23786         * gst-libs/gst/colorbalance/Makefile.am:
23787         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23788         * gst-libs/gst/colorbalance/colorbalance.c:
23789         * gst-libs/gst/colorbalance/colorbalance.h:
23790         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23791         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23792         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23793         * gst-libs/gst/interfaces/Makefile.am:
23794         * gst-libs/gst/interfaces/colorbalance.c:
23795         (gst_color_balance_class_init):
23796         * gst-libs/gst/interfaces/colorbalance.h:
23797         * gst-libs/gst/interfaces/interfaces-marshal.list:
23798         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23799         * gst-libs/gst/interfaces/mixer.h:
23800         * gst-libs/gst/interfaces/mixeroptions.h:
23801         * gst-libs/gst/interfaces/navigation.c:
23802         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23803         * gst-libs/gst/interfaces/tuner.h:
23804         * gst/volume/Makefile.am:
23805         * gst/volume/gstvolume.c:
23806         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23807         * sys/ximage/Makefile.am:
23808         * sys/ximage/ximagesink.c:
23809         * sys/xvimage/Makefile.am:
23810         * sys/xvimage/xvimagesink.c:
23811           fold in all interfaces into an interfaces dir, preserving CVS
23812           history
23813
23814 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23815
23816         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23817           Fix build after riff changes.
23818
23819 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23820
23821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23822         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23823         (gst_riff_create_video_template_caps),
23824         (gst_riff_create_audio_template_caps),
23825         (gst_riff_create_iavs_template_caps):
23826         * gst-libs/gst/riff/riff-media.h:
23827         * gst-libs/gst/riff/riff-read.h:
23828         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23829           Add gst_riff_init() to initialize the debug category, instead
23830           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23831
23832 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23833
23834         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23835           Oops, I shouldn't apply hacks.
23836
23837 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23838
23839         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23840           Remove pad_loop function which doesn't work.
23841
23842 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23843
23844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23845           Send EOS when deactivating.
23846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23847         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23848         (gen_preroll_element), (probe_triggered), (mute_stream),
23849         (silence_stream), (new_decoded_pad), (setup_substreams),
23850         (set_active_source):
23851         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23852         (remove_sinks), (add_sink):
23853         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23854           Change for new probe API.
23855
23856 2005-06-29  Wim Taymans  <wim@fluendo.com>
23857
23858         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23859         * gst-libs/gst/audio/gstbaseaudiosink.c:
23860         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23861         (gst_baseaudiosink_change_state):
23862         * gst-libs/gst/audio/gstbaseaudiosink.h:
23863         * gst-libs/gst/audio/gstringbuffer.c:
23864         (gst_ringbuffer_set_callback):
23865         Fix compilation error.
23866         Ringbuffer starts out as not running.
23867         Free our clock in dispose.
23868         When releasing the ringbuffer we need to renegotiate so
23869         clear the pad caps.
23870
23871 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23872
23873         * autogen.sh:
23874         * configure.ac:
23875         * docs/Makefile.am:
23876         * docs/libs/Makefile.am:
23877         * docs/libs/gst-plugins-libs-docs.sgml:
23878         * docs/libs/gst-plugins-libs-sections.txt:
23879         * docs/libs/gst-plugins-libs.types:
23880         * docs/libs/tmpl/gstaudio.sgml:
23881         * docs/libs/tmpl/gstcolorbalance.sgml:
23882         * docs/libs/tmpl/gstringbuffer.sgml:
23883         * gst-libs/gst/audio/gstringbuffer.c:
23884         (gst_ringbuffer_set_callback):
23885           reinstate gtk-doc docs for plugin libs
23886
23887 2005-06-28  Wim Taymans  <wim@fluendo.com>
23888
23889         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23890         (gst_ogg_demux_init):
23891         Removed pad loop function.
23892
23893 2005-06-28  Wim Taymans  <wim@fluendo.com>
23894
23895         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23896         If we're building a chain we are not in an error case
23897         when we queue a buffer.
23898
23899 2005-06-28  Andy Wingo  <wingo@pobox.com>
23900
23901         * *.c: Don't cast to GstObject before reffing/unreffing.
23902
23903 2005-06-27  Andy Wingo  <wingo@pobox.com>
23904
23905         * gst/videotestsrc/gstvideotestsrc.c
23906         (gst_videotestsrc_activate_push): Activation API changes.
23907
23908         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23909         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23910         they have refs on the decodebin.
23911
23912         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23913         parent class.
23914         (gst_ogg_pad_typefind): Don't leak a pad ref.
23915         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23916         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23917         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23918
23919 2005-06-27  Edward Hervey  <edward@fluendo.com>
23920
23921         * ext/theora/theoradec.c: (theora_dec_change_state): 
23922         re-arranged call to parent's state change in order to avoid locks (or
23923         worse).
23924
23925 2005-06-26  Edward Hervey  <edward@fluendo.com>
23926
23927         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23928         2nd argument of 'unknow-type' signal is a GstCaps and not a
23929         GstMiniObject
23930
23931 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23932         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23933           Set the worker thread's running flag to TRUE before starting the
23934           thread.
23935         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23936           Catch a failure to add typefind to the bin.
23937
23938 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23939
23940         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23941         (gst_sinesrc_init), (gst_sinesrc_create),
23942         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23943         (gst_sinesrc_start):
23944         * gst/sine/gstsinesrc.h:
23945           add num-buffers and timestamp-offset properties
23946         * gst/videotestsrc/gstvideotestsrc.c:
23947         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23948         (gst_videotestsrc_get_property):
23949           add timestamp-offset property
23950
23951 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23952
23953         * configure.ac: add videorate
23954         * gst-plugins-base.spec.in: add videorate
23955
23956 2005-06-23  Wim Taymans  <wim@fluendo.com>
23957
23958         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23959         (gst_videorate_getcaps), (gst_videorate_setcaps),
23960         (gst_videorate_event), (gst_videorate_chain):
23961         Fixed videorate, fixating an already fixated caps is not
23962         an error.
23963
23964 2005-06-23  Wim Taymans  <wim@fluendo.com>
23965
23966         * ext/ogg/README:
23967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23968         Buffer on caps is not boxed anymore.
23969
23970 2005-06-22  Wim Taymans  <wim@fluendo.com>
23971
23972         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23973         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23974         Set buffers on caps as miniobjects and not as boxed.
23975
23976 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23977
23978         * configure.ac:
23979           back to HEAD
23980
23981 === release 0.9.1 ===
23982
23983 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23984
23985         * .cvsignore:
23986         * NEWS:
23987         * README:
23988         * RELEASE:
23989         * configure.ac:
23990         * po/af.po:
23991         * po/az.po:
23992         * po/cs.po:
23993         * po/en_GB.po:
23994         * po/hu.po:
23995         * po/it.po:
23996         * po/nb.po:
23997         * po/nl.po:
23998         * po/or.po:
23999         * po/sq.po:
24000         * po/sr.po:
24001         * po/sv.po:
24002         * po/uk.po:
24003         * po/vi.po:
24004           updates for release
24005
24006 2005-06-09  Andy Wingo  <wingo@pobox.com>
24007
24008         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24009         
24010 2005-06-09  Andy Wingo  <wingo@pobox.com>
24011
24012         * configure.ac:
24013         * gst-libs/gst/Makefile.am:
24014         * gst-libs/gst/net/Makefile.am:
24015         Add gstnet to build.
24016
24017 2005-06-09  Andy Wingo  <wingo@pobox.com>
24018
24019         * gst-libs/gst/gconf/gconf.c:
24020         * gst/playback/test.c:
24021         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24022         fixes.
24023
24024         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24025
24026         * ext/theora/theoraenc.c (theora_enc_chain): 
24027         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24028
24029         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24030         RealPad.
24031
24032 2005-06-02  Wim Taymans  <wim@fluendo.com>
24033
24034         * gst-libs/gst/net/Makefile.am:
24035         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24036         * pkgconfig/gstreamer-libs.pc.in:
24037         Added net stuff, version net lib.
24038
24039 2005-06-02  Wim Taymans  <wim@fluendo.com>
24040
24041         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24042         (query_rates), (query_positions_elems), (query_positions_pads),
24043         (do_seek):
24044         Updated seek example.
24045
24046 2005-06-02  Andy Wingo  <wingo@pobox.com>
24047
24048         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24049         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24050         list.
24051
24052         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24053         remove the typefind, the bin dispose will do it for us. When it's
24054         removed and unreffed, the signal handler will be disconnected,
24055         too.
24056         (unlinked): It's too difficult to disconnect from unlinked
24057         handlers, as they are on pads not elements. Just punt if the pads
24058         aren't grandkids of the bin.
24059
24060 2005-06-02  Wim Taymans  <wim@fluendo.com>
24061
24062         * ext/ogg/README:
24063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24064         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24066         * ext/theora/theoradec.c: (theora_dec_src_query),
24067         (theora_handle_data_packet):
24068         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24069         (theora_enc_chain):
24070         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24071         (vorbis_handle_data_packet):
24072         * gst/audioconvert/bufferframesconvert.c:
24073         (buffer_frames_convert_chain):
24074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24075         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24076         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24077         (gst_ffmpegcsp_chain):
24078         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24079         (gst_videorate_getcaps), (gst_videorate_setcaps),
24080         (gst_videorate_event), (gst_videorate_chain):
24081         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24082         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24083         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24084         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24085         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24086         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24087         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24088         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24089         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24090         Cleanups and buffer alloc.
24091
24092 2005-05-31  Wim Taymans  <wim@fluendo.com>
24093
24094         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24095         Don't try to call the delay method when the device is not
24096         opened.
24097
24098 2005-05-31  Wim Taymans  <wim@fluendo.com>
24099
24100         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24101         Get actual segment size and buffer size after opening
24102         the device.
24103
24104 2005-05-30  Wim Taymans  <wim@fluendo.com>
24105
24106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24107         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24108         Also FLUSH upstream, makes the loop function exit faster.
24109         
24110         * ext/theora/theoradec.c: (theora_dec_src_query):
24111         Some more debug info in the query.
24112         
24113         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24114         (gst_ximagesink_setcaps):
24115         Release lock on par error, better error reporting.
24116
24117 2005-05-26  Wim Taymans  <wim@fluendo.com>
24118
24119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24120         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24121         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24122         Clear chains in READY
24123         Queue packets until the chain is activated.
24124
24125 2005-05-25  Wim Taymans  <wim@fluendo.com>
24126
24127         * gst-libs/gst/audio/gstaudiosink.c:
24128         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24129         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24130         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24131         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24132         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24133         (gst_audiosink_create_ringbuffer):
24134         * gst-libs/gst/audio/gstbaseaudiosink.c:
24135         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24136         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24137         (gst_baseaudiosink_set_property), (build_linear_format),
24138         (debug_spec_caps), (debug_spec_buffer),
24139         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24140         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24141         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24142         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24143         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24144         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24145         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24146         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24147         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24148         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24149         (wait_segment), (gst_ringbuffer_commit),
24150         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24151         (gst_ringbuffer_clear):
24152         Various small cleanups.
24153
24154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24155         (gst_audio_convert_change_state):
24156         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24157         No need to take the locks anymore.
24158
24159 2005-05-25  Wim Taymans  <wim@fluendo.com>
24160
24161         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24162         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24163         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24164         (type_found):
24165         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24166         (group_destroy), (group_commit), (queue_overrun),
24167         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24168         (mute_stream), (new_decoded_pad), (setup_substreams),
24169         (setup_source), (mute_group_type), (set_active_source),
24170         (gst_play_base_bin_change_state):
24171         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24172         (gen_video_element), (gen_text_element), (gen_audio_element),
24173         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24174         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24175         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24176         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24177         Some playbin cleanups mostly refcounting sloppyness.
24178
24179 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24180
24181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24182           Work with streaming input.
24183
24184 2005-05-25  Wim Taymans  <wim@fluendo.com>
24185
24186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24187         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24188         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24189         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24190         No need to take the STREAM lock anymore.
24191
24192 2005-05-25  Wim Taymans  <wim@fluendo.com>
24193
24194         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24195         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24196         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24197         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24198         (gst_ogg_demux_sink_activate):
24199         * ext/theora/theoradec.c: (theora_dec_src_event),
24200         (theora_handle_comment_packet), (theora_dec_chain),
24201         (theora_dec_change_state):
24202         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24203         (vorbis_handle_data_packet), (vorbis_dec_chain),
24204         (vorbis_dec_change_state):
24205         Remove STREAM locks as they are taken in core now.
24206         Never set bogus granulepos on vorbis/theora.
24207         Fix leaks in theoradec tag parsing.
24208
24209 2005-05-25  Wim Taymans  <wim@fluendo.com>
24210
24211         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24212         Fix memleaks, GST_BUFFER_DATA() is not freed.
24213
24214 2005-05-25  Wim Taymans  <wim@fluendo.com>
24215
24216         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24217         Open non-blocking, set to blocking mode afterwards to avoid
24218         lockups when audio device is busy.
24219
24220 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24221
24222         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24223           This can't be good.
24224
24225 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24226
24227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24228         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24229         (gst_audio_convert_setcaps):
24230           Implement instant setup switching.
24231
24232 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24233
24234         * gst/playback/gstplaybasebin.c: (probe_triggered):
24235           Fix missing unlock.
24236         * gst/playback/gstplaybin.c: (add_sink):
24237           First add, then link (otherwise pad link fails).
24238
24239 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24240
24241         * examples/Makefile.am:
24242         fix buildbot (make distcheck)
24243
24244 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24245
24246         * gst/playback/gstplaybin.c: (gen_vis_element):
24247           Remove some wrong code. Doesn't work yet.
24248
24249 2005-05-19  Wim Taymans  <wim@fluendo.com>
24250
24251         * gst-libs/gst/net/Makefile.am:
24252         * gst-libs/gst/net/README:
24253         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24254         (gst_netbuffer_class_init), (gst_netbuffer_init),
24255         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24256         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24257         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24258         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24259         * gst-libs/gst/net/gstnetbuffer.h:
24260         Added buffer subclass to store extra to/from addresses for
24261         network sources/sinks.
24262
24263 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24264
24265         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24266           Don't lock an unassigned variable.
24267
24268 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24269
24270         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24271           Increase buffer for video, decrease buffer for other media types.
24272         * gst/playback/gstplaybin.c: (gen_video_element),
24273         (gen_audio_element):
24274           Change names for debugging purposes.
24275
24276 2005-05-18  Wim Taymans  <wim@fluendo.com>
24277
24278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24279         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24280         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24281         (gst_ffmpegcsp_chain):
24282         Enable buffer alloc passthrough if the source and dest
24283         formats are the same.
24284
24285 2005-05-17  Wim Taymans  <wim@fluendo.com>
24286
24287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24288         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24289         (gst_ogg_demux_chain_unlocked):
24290         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24291         (gst_audio_convert_caps_remove_format_info),
24292         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24293         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24295         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24296         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24297         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24298         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24299         (gst_ffmpegcsp_get_property):
24300         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24301         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24302         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24303         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24304         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24305         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24306         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24307         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24308         Leak fixes in oggdemux.
24309         Some cleanups in audioconvert.
24310         Make passthrough work along with buffer_alloc etc.
24311         Make buffer_alloc and buffer recycling actually work in
24312         xvimagesink.
24313
24314 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24315
24316         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24317           make the compiler happy
24318
24319 2005-05-17  Wim Taymans  <wim@fluendo.com>
24320
24321         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24322         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24323         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24324         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24325         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24326         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24327         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24328         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24329         (gst_xvimagesink_set_xwindow_id):
24330         * sys/xvimage/xvimagesink.h:
24331         Port xvimagesink to new MiniObject.
24332
24333 2005-05-17  Wim Taymans  <wim@fluendo.com>
24334
24335         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24336         (gst_audiofilter_chain):
24337         * gst-libs/gst/audio/gstaudiosink.c:
24338         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24339         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24340         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24341         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24342         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24343         (gst_audiosink_create_ringbuffer):
24344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24345         (gst_audio_convert_caps_remove_format_info),
24346         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24347         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24349         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24350         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24351         Fix passthrough in ffmpegcolorspace.
24352         Fix memset in audiosink on wrong memory.
24353
24354 2005-05-16  David Schleef  <ds@schleef.org>
24355
24356         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24357         to GstMiniObject.
24358
24359 2005-05-16  David Schleef  <ds@schleef.org>
24360
24361         Port from GstData to GstMiniObject.
24362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24363         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24364         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24365         (gst_ogg_mux_collected):
24366         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24367         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24368         (theora_handle_data_packet):
24369         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24370         (theora_set_header_on_caps), (theora_enc_chain):
24371         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24372         (vorbis_handle_comment_packet):
24373         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24374         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24375         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24376         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24377         * gst/audioconvert/gstaudioconvert.c:
24378         (gst_audio_convert_get_buffer):
24379         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24380         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24381         (mute_stream), (silence_stream):
24382         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24383         * gst/volume/gstvolume.c: (volume_transform):
24384         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24385         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24386         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24387         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24388         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24389         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24390         (gst_ximagesink_buffer_alloc):
24391         * sys/ximage/ximagesink.h:
24392
24393 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24394
24395         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24396         (fill_buffer), (check_queue), (queue_threshold_reached),
24397         (queue_out_of_data):
24398         * gst/playback/gstplaybasebin.h:
24399           Post buffer-fullness on the bus.
24400
24401 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24402
24403         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24404         (try_to_link_1):
24405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24406         (group_commit), (probe_triggered), (setup_source),
24407         (gst_play_base_bin_change_state):
24408         * gst/playback/gstplaybasebin.h:
24409         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24410         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24411         (gst_play_bin_change_state):
24412           Move setup_output_pads into a virtual function, remove
24413           group-switch (no longer needed) and redirect (handled by bus
24414           now) signals.
24415
24416 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24417
24418         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24419         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24420         (get_active_group), (get_building_group), (group_destroy),
24421         (group_commit), (check_queue), (queue_overrun),
24422         (queue_threshold_reached), (queue_out_of_data),
24423         (gen_preroll_element), (remove_groups), (unknown_type),
24424         (add_element_stream), (no_more_pads), (probe_triggered),
24425         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24426         (setup_substreams), (setup_source), (finish_source),
24427         (prepare_output), (muted_group_change_state),
24428         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24429         (gst_play_base_bin_change_state):
24430         * gst/playback/gstplaybasebin.h:
24431         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24432         (gst_play_bin_init), (gst_play_bin_set_property),
24433         (gen_video_element), (gen_text_element), (gen_audio_element),
24434         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24435         (gst_play_bin_change_state):
24436         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24437         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24438         (stream_info_change_state), (gst_stream_info_set_mute),
24439         (gst_stream_info_get_property):
24440         * gst/playback/gststreaminfo.h:
24441         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24442         (gst_stream_selector_get_linked_pad),
24443         (gst_stream_selector_getcaps),
24444         (gst_stream_selector_get_linked_pads),
24445         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24446         * gst/playback/gststreamselector.h:
24447           Rough port of playbin. Needs some more work, but is mostly done,
24448           and uses a few locks in important places, which should make stuff
24449           like chain-switches clean. Still uses GST_STATE() in a few places,
24450           which isn't all that good an idea, subtitles/elements disabled
24451           because no elements to test with and thus probably broken, query
24452           and event handling moved to GstBin, internal thread removed
24453           alltogether because the pipeline does that for us now. Can play
24454           Ogg/Vorbis files. Haven't tested anything else yet.
24455
24456 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24457
24458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24459           Do no-more-pads (needed for autoplugging).
24460
24461 2005-05-10  Andy Wingo  <wingo@pobox.com>
24462
24463         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24464         message to the bus with the tags. Still not sent downstream tho.
24465
24466         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24467         get_parent.
24468         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24469         avoid refcounting hassles.
24470
24471 2005-05-09  Andy Wingo  <wingo@pobox.com>
24472
24473         * gst/volume/Makefile.am:
24474         * gst/volume/demo.c
24475         * gst/volume/gstvolume.h
24476         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24477         basetransform. Probably need an audio filter base class.
24478
24479 2005-05-09  Wim Taymans  <wim@fluendo.com>
24480
24481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24482         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24483         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24484         (gst_vorbisenc_chain):
24485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24486         (gst_audio_convert_caps_remove_format_info),
24487         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24488         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24489         Make caps writable before writing to it.
24490         Fix negotiation in audioconvert some more.
24491
24492 2005-05-09  Wim Taymans  <wim@fluendo.com>
24493
24494         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24495         (gst_videorate_getcaps), (gst_videorate_setcaps),
24496         (gst_videorate_event), (gst_videorate_chain):
24497         Better negotiation.
24498
24499 2005-05-09  Wim Taymans  <wim@fluendo.com>
24500
24501         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24502         (gst_videorate_getcaps), (gst_videorate_setcaps),
24503         (gst_videorate_blank_data), (gst_videorate_init),
24504         (gst_videorate_event), (gst_videorate_chain),
24505         (gst_videorate_change_state):
24506         Port videorate, do a better job at negotiation while we're at
24507         it.
24508
24509 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24510
24511         * configure.ac:
24512           Disable libvisual
24513
24514         * examples/Makefile.am:
24515         * gst-libs/gst/audio/Makefile.am:
24516         * gst-libs/gst/riff/Makefile.am:
24517         * gst-libs/gst/tag/Makefile.am:
24518         * gst-libs/gst/video/Makefile.am:
24519           Fixups for missing variables.
24520
24521 2005-05-09  Wim Taymans  <wim@fluendo.com>
24522
24523         * examples/seeking/seek.c: (make_theora_pipeline),
24524         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24525         (query_rates), (query_positions_elems), (query_positions_pads),
24526         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24528         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24529         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24530         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24531         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24533         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24534         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24535         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24536         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24537         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24538         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24539         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24540         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24541         (theora_dec_src_convert), (theora_dec_sink_convert),
24542         (theora_dec_src_query), (theora_dec_sink_query),
24543         (theora_dec_src_event), (theora_dec_sink_event),
24544         (theora_handle_comment_packet), (theora_handle_type_packet),
24545         (theora_handle_header_packet), (theora_handle_data_packet),
24546         (theora_dec_chain):
24547         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24548         (vorbis_dec_convert), (vorbis_dec_src_query),
24549         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24550         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24551         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24552         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24554         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24555         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24556         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24557         (gst_play_bin_query):
24558         * gst/playback/test3.c: (update_scale):
24559         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24560         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24561         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24562         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24563         (gst_videotestsrc_src_query):
24564         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24565         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24566         (paint_hline_YUV9):
24567         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24568         Port to new query API.
24569         Updated seek.
24570         Cleanups in x[v]imagesink
24571
24572 2005-05-09  Andy Wingo  <wingo@pobox.com>
24573
24574         * ext/alsa/gstalsasink.h:
24575         * ext/gnomevfs/gstgnomevfssrc.c:
24576         (gst_gnomevfssrc_get_icy_metadata):
24577         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24578         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24579         * ext/theora/theoradec.c (theora_dec_src_query)
24580         (theora_dec_src_event, theora_dec_sink_event)
24581         (theora_handle_comment_packet, theora_handle_data_packet):
24582         * ext/theora/theoraenc.c (theora_enc_chain):
24583         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24584         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24585         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24586         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24587         (qt_type_find):
24588         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24589         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24590         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24591         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24592         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24593         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24594         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24595         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24596         (paint_setup_RGB565, paint_setup_xRGB1555):
24597         * gst/videotestsrc/videotestsrc.h:
24598         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24599         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24600         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24601         GCC4 fixes.
24602         
24603         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24604         gst_pad_query_position. Fixes oggdemux.
24605
24606 2005-05-08  David Schleef  <ds@schleef.org>
24607
24608         * configure.ac: Require liboil.
24609         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24610         a few more.
24611         * gst/videotestsrc/videotestsrc.c:
24612         * gst/videotestsrc/videotestsrc.h:
24613
24614 2005-05-06  Wim Taymans  <wim@fluendo.com>
24615
24616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24617         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24618         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24619         Well, unreffing a buffer right before pushing it is asking
24620         for trouble..
24621
24622 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24623
24624         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24625
24626 2005-05-06  Wim Taymans  <wim@fluendo.com>
24627
24628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24629         (gst_audio_convert_caps_remove_format_info),
24630         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24631         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24633         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24634         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24635         * gst/sine/Makefile.am:
24636         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24637         (gst_sinesrc_class_init), (gst_sinesrc_init),
24638         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24639         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24640         (gst_sinesrc_update_freq):
24641         * gst/sine/gstsinesrc.h:
24642         * gst/tcp/gstmultifdsink.c:
24643         * sys/xvimage/xvimagesink.c:
24644         Fixed negotiation wrt _peer_get_caps()
24645         Some cleanups.
24646
24647
24648 2005-05-06  Wim Taymans  <wim@fluendo.com>
24649
24650         * gst-libs/gst/audio/gstaudiosink.c:
24651         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24652         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24653         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24654         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24655         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24656         (gst_audiosink_create_ringbuffer):
24657         * gst-libs/gst/audio/gstbaseaudiosink.c:
24658         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24659         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24660         (gst_baseaudiosink_set_property), (build_linear_format),
24661         (debug_spec_caps), (debug_spec_buffer),
24662         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24663         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24664         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24665         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24666         * gst-libs/gst/audio/gstbaseaudiosink.h:
24667         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24668         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24669         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24670         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24671         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24672         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24673         (wait_segment), (gst_ringbuffer_commit),
24674         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24675         (gst_ringbuffer_clear):
24676         * gst-libs/gst/audio/gstringbuffer.h:
24677         Make the base audiosink return an error when there is no
24678         audiobuffer negotiated.
24679
24680 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24681
24682         * ext/Makefile.am:
24683         Disable cdparanoia until someone ports it!
24684
24685 2005-05-06  Wim Taymans  <wim@fluendo.com>
24686
24687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24688         (gst_ogg_demux_sink_activate):
24689         And revert after wingo's revert.. sigh..
24690
24691 2005-05-05  Andy Wingo  <wingo@pobox.com>
24692
24693         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24694         GObject.
24695         * configure.ac: Return audiorate and subparse from the ghetto.
24696         Re-enable -Wall -Werror.
24697         * gst/subparse/gstsubparse.c:
24698         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24699         or chain-based. Cleaned up a bit. Not tested.
24700         
24701 2005-05-05  Christian Schaller <christian@fluendo.com> 
24702
24703         * Makefile.am: remove stuff that is not building
24704         * configure.ac: remove stuff that is not building
24705         * examples/Makefile.am: remove stuff that is not building
24706         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24707         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24708         * sys/Makefile.am: remove stuff that is not building
24709         * testsuite/Makefile.am: remove stuff that is not building
24710
24711 2005-05-05  Andy Wingo  <wingo@pobox.com>
24712
24713         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24714         * gst-libs/gst/tag/gstvorbistag.c:
24715         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24716         * gst/adder/gstadder.h:
24717         * gst/audioconvert/gstchannelmix.c:
24718         (gst_audio_convert_fill_one_other):
24719         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24720         (gst_audiorate_init), (gst_audiorate_chain):
24721         * gst/playback/gstplaybasebin.c: (setup_source):
24722         * gst/playback/test3.c: (update_scale):
24723         Some GCC4 fixes
24724         
24725         * po/af.po:
24726         * po/az.po:
24727         * po/cs.po:
24728         * po/en_GB.po:
24729         * po/hu.po:
24730         * po/it.po:
24731         * po/nb.po:
24732         * po/nl.po:
24733         * po/or.po:
24734         * po/sq.po:
24735         * po/sr.po:
24736         * po/sv.po:
24737         * po/uk.po:
24738         * po/vi.po: Foo
24739
24740 2005-05-05  Wim Taymans  <wim@fluendo.com>
24741
24742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24743         (gst_audio_convert_caps_remove_format_info),
24744         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24745         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24746         * gst/videotestsrc/gstvideotestsrc.c:
24747         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24748         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24749         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24750         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24751         Don't ignore _push() return values.
24752         Make sure no processing is done when shutting down.
24753         Videotestsrc pad activation fix.
24754
24755 2005-05-05  Wim Taymans  <wim@fluendo.com>
24756
24757         * gst/adder/Makefile.am:
24758         * gst/adder/gstadder.c: (gst_adder_setcaps),
24759         (gst_adder_class_init), (gst_adder_init),
24760         (gst_adder_request_new_pad), (gst_adder_collected),
24761         (gst_adder_change_state):
24762         * gst/adder/gstadder.h:
24763         Ported adder as an example of a mixer element using
24764         collect pads. Needs more negotiation work.
24765
24766 2005-05-05  Wim Taymans  <wim@fluendo.com>
24767
24768         * ext/theora/theoradec.c: (_inc_granulepos),
24769         (theora_dec_src_event), (theora_dec_sink_event),
24770         (theora_handle_comment_packet), (theora_handle_type_packet),
24771         (theora_handle_header_packet), (theora_handle_data_packet),
24772         (theora_dec_chain):
24773         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24774         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24775         (theora_push_buffer), (theora_push_packet),
24776         (theora_enc_sink_event), (theora_enc_chain),
24777         (theora_enc_change_state), (theora_enc_set_property),
24778         (theora_enc_get_property):
24779         Added stream lock to decoder so that we can serialize
24780         the discont event.
24781         More theoraenc porting, recover from errors, do clean
24782         shutdown.
24783
24784 2005-05-05  Wim Taymans  <wim@fluendo.com>
24785
24786         * ext/ogg/Makefile.am:
24787         * ext/ogg/README:
24788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24789         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24790         (gst_ogg_print):
24791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24792         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24793         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24794         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24795         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24796         (gst_ogg_mux_change_state):
24797         Ported ogg muxer.
24798
24799 2005-05-05  Wim Taymans  <wim@fluendo.com>
24800
24801         * docs/design-audiosinks.txt:
24802         * gst-libs/gst/audio/TODO:
24803         * gst-libs/gst/audio/gstaudiosink.c:
24804         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24805         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24806         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24807         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24808         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24809         (gst_audiosink_create_ringbuffer):
24810         * gst-libs/gst/audio/gstbaseaudiosink.c:
24811         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24812         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24813         (gst_baseaudiosink_set_property), (build_linear_format),
24814         (debug_spec_caps), (debug_spec_buffer),
24815         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24816         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24817         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24818         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24819         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24820         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24821         (gst_ringbuffer_release), (gst_ringbuffer_play),
24822         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24823         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24824         (gst_ringbuffer_set_sample), (wait_segment),
24825         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24826         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24827         More work on the audiosink, mostly debugging and a race in
24828         shutdown.
24829
24830 2005-04-28  Wim Taymans  <wim@fluendo.com>
24831
24832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24833         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24834         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24835         (vorbis_dec_src_query), (vorbis_dec_src_event),
24836         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24837         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24838         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24839         Don't crap out when seeking back to position 0.
24840
24841 2005-04-28  Wim Taymans  <wim@fluendo.com>
24842
24843         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24844         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24845         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24846         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24847         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24848         Make audio sink configurable, use alsasink as default.
24849
24850 2005-04-28  Wim Taymans  <wim@fluendo.com>
24851
24852         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24853         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24854         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24855         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24856         (vorbis_dec_change_state):
24857         * ext/vorbis/vorbisdec.h:
24858         Refactor, use STREAM_LOCK.
24859
24860 2005-04-28  Wim Taymans  <wim@fluendo.com>
24861
24862         * ext/theora/theoradec.c: (_inc_granulepos),
24863         (theora_dec_sink_event), (theora_handle_comment_packet),
24864         (theora_handle_type_packet), (theora_handle_header_packet),
24865         (theora_handle_data_packet), (theora_dec_chain),
24866         (theora_dec_change_state):
24867         Refactor a bit, use STREAM_LOCK.
24868
24869 2005-04-28  Wim Taymans  <wim@fluendo.com>
24870
24871         * ext/alsa/Makefile.am:
24872         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24873         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24874         (gst_alsa_link), (gst_alsa_close_audio):
24875         * ext/alsa/gstalsaplugin.c: (plugin_init):
24876         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24877         (gst_alsasink_dispose), (gst_alsasink_base_init),
24878         (gst_alsasink_class_init), (gst_alsasink_init),
24879         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24880         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24881         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24882         (gst_alsasink_reset):
24883         * ext/alsa/gstalsasink.h:
24884         Implement alsasink with simple open/write/close API. 
24885         Make alsa dir build by disabling compilation of code.
24886
24887 2005-04-28  Wim Taymans  <wim@fluendo.com>
24888
24889         * gst-libs/gst/audio/Makefile.am:
24890         * gst-libs/gst/audio/audio.h:
24891         * gst-libs/gst/audio/audioclock.c:
24892         * gst-libs/gst/audio/audioclock.h:
24893         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24894         (gst_audio_clock_class_init), (gst_audio_clock_init),
24895         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24896         * gst-libs/gst/audio/gstaudioclock.h:
24897         * gst-libs/gst/audio/gstaudiosink.c:
24898         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24899         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24900         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24901         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24902         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24903         (gst_audiosink_create_ringbuffer):
24904         * gst-libs/gst/audio/gstbaseaudiosink.c:
24905         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24906         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24907         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24908         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24909         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24910         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24911         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24912         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24913         * gst-libs/gst/audio/gstbaseaudiosink.h:
24914         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24915         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24916         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24917         (gst_ringbuffer_release), (gst_ringbuffer_play),
24918         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24919         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24920         (gst_ringbuffer_set_sample), (wait_segment),
24921         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24922         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24923         * gst-libs/gst/audio/gstringbuffer.h:
24924         Make ringbuffer faster and more simple by removing the locks
24925         in the playback thread.
24926         Add sample accurate playback based on buffer sample offsets.
24927         Make the baseaudiosink provide a clock.
24928         Parse caps in the base class.
24929         Correctly handle seeking, flushing and state changes.
24930
24931 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24932
24933         * configure.ac:
24934         * gst/audioconvert/Makefile.am:
24935         * gst/audioscale/Makefile.am:
24936           Fix part of the build.  Come on guys, autogen didn't even work :)
24937
24938 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24939
24940         * configure.ac:
24941         * gst-libs/gst/Makefile.am:
24942         * gst-libs/gst/media-info/.cvsignore:
24943         * gst-libs/gst/media-info/Makefile.am:
24944         * gst-libs/gst/media-info/README:
24945         * gst-libs/gst/media-info/media-info-priv.c:
24946         * gst-libs/gst/media-info/media-info-priv.h:
24947         * gst-libs/gst/media-info/media-info-test.c:
24948         * gst-libs/gst/media-info/media-info.c:
24949         * gst-libs/gst/media-info/media-info.h:
24950         * gst-libs/gst/media-info/media-info.vcproj:
24951         * pkgconfig/Makefile.am:
24952         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24953         * pkgconfig/gstreamer-media-info.pc.in:
24954           Remove media-info, which is also successed by playbin (see Totem
24955           implementation).
24956
24957 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24958
24959         * configure.ac:
24960         * examples/Makefile.am:
24961         * examples/gstplay/.cvsignore:
24962         * examples/gstplay/Makefile.am:
24963         * examples/gstplay/player.c:
24964         * gst-libs/gst/Makefile.am:
24965         * gst-libs/gst/play/.cvsignore:
24966         * gst-libs/gst/play/Makefile.am:
24967         * gst-libs/gst/play/play.c:
24968         * gst-libs/gst/play/play.h:
24969         * gst-libs/gst/play/play.vcproj:
24970         * pkgconfig/Makefile.am:
24971         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24972         * pkgconfig/gstreamer-play.pc.in:
24973           Remove libgstplay, playbin is now the official successor.
24974
24975 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24976
24977         * configure.ac:
24978         * gst-libs/gst/Makefile.am:
24979         * gst-libs/gst/xwindowlistener/Makefile.am:
24980         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24981         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24982           Remove deprecated xwindowlistener (I've moved xwindowlistening
24983           in the v4l/v4l2 plugins over to serverside).
24984
24985 2005-04-25  David Schleef  <ds@schleef.org>
24986
24987         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24988         to examples/dynparams.  Examples do not belong interspersed with
24989         source code.
24990         * examples/dynparams/demo-dparams.c:
24991         * gst/sine/Makefile.am:
24992         * gst/sine/demo-dparams.c:
24993
24994 2005-04-25  David Schleef  <ds@schleef.org>
24995
24996         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24997         * gst-libs/gst/audio/Makefile.am:
24998         * gst-libs/gst/riff/Makefile.am:
24999         * gst-libs/gst/tag/Makefile.am:
25000         * gst-libs/gst/video/Makefile.am:
25001         * gst-libs/gst/xwindowlistener/Makefile.am:
25002
25003         Convert to 0.9 API, seems to work:
25004         * sys/ximage/Makefile.am:
25005         * sys/ximage/ximagesink.c:
25006
25007 2005-04-24  David Schleef  <ds@schleef.org>
25008
25009         Link plugins against libraries:
25010         * ext/alsa/Makefile.am:
25011         * gst/tcp/Makefile.am:
25012
25013         Remove asm code that should be in liboil
25014         * gst/videoscale/Makefile.am:
25015         * gst/videoscale/videoscale_x86_asm.s:
25016
25017         gettext wants these checked in:
25018         * po/af.po:
25019         * po/az.po:
25020         * po/cs.po:
25021         * po/en_GB.po:
25022         * po/hu.po:
25023         * po/it.po:
25024         * po/nb.po:
25025         * po/nl.po:
25026         * po/or.po:
25027         * po/sq.po:
25028         * po/sr.po:
25029         * po/sv.po:
25030         * po/uk.po:
25031         * po/vi.po:
25032
25033 2005-04-24  David Schleef  <ds@schleef.org>
25034
25035         Convert gst_main() to g_main_loop_run()
25036         * gst/playback/decodetest.c: (main):
25037         * gst/playback/test2.c: (main):
25038         * gst/playback/test3.c: (main):
25039         * gst/playback/test4.c: (main):
25040
25041         Link plugins against libraries:
25042         * ext/libvisual/Makefile.am:
25043         * sys/xvimage/Makefile.am:
25044
25045 2005-04-24  David Schleef  <ds@schleef.org>
25046
25047         * configure.ac: Remove idct and resample libs
25048         * gst-libs/gst/Makefile.am: same
25049
25050         Remove usage of gst_library_load():
25051         * ext/alsa/gstalsaplugin.c: (plugin_init):
25052         * ext/libvisual/visual.c: (plugin_init):
25053         * ext/ogg/gstogg.c: (plugin_init):
25054         * ext/theora/theora.c: (plugin_init):
25055         * ext/vorbis/vorbis.c: (plugin_init):
25056         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25057         * gst/audioscale/gstaudioscale.c:
25058         * gst/adder/gstadder.c: (plugin_init):
25059         * gst/audioconvert/plugin.c: (plugin_init):
25060         * sys/ximage/ximagesink.c: (plugin_init):
25061         * sys/xvimage/xvimagesink.c: (plugin_init):
25062         * gst/tcp/gsttcpplugin.c: (plugin_init):
25063
25064         Link plugins against libraries:
25065         * ext/ogg/Makefile.am:
25066         * ext/theora/Makefile.am:
25067         * ext/vorbis/Makefile.am:
25068         * gst/audioconvert/Makefile.am:
25069
25070         Create proper libraries:
25071         * gst-libs/gst/riff/Makefile.am:
25072         * gst-libs/gst/audio/Makefile.am:
25073         * gst-libs/gst/video/Makefile.am:
25074
25075         Move resample library to audioscale plugin directory:
25076         * gst-libs/gst/resample/Makefile.am:
25077         * gst-libs/gst/resample/README:
25078         * gst-libs/gst/resample/dtof.c:
25079         * gst-libs/gst/resample/dtos.c:
25080         * gst-libs/gst/resample/functable.c:
25081         * gst-libs/gst/resample/private.h:
25082         * gst-libs/gst/resample/resample.c:
25083         * gst-libs/gst/resample/resample.h:
25084         * gst-libs/gst/resample/resample.vcproj:
25085         * gst-libs/gst/resample/test.c:
25086         * gst/audioscale/Makefile.am:
25087         * gst/audioscale/README:
25088         * gst/audioscale/dtof.c:
25089         * gst/audioscale/dtos.c:
25090         * gst/audioscale/functable.c:
25091         * gst/audioscale/private.h:
25092         * gst/audioscale/resample.c:
25093         * gst/audioscale/resample.h:
25094         * gst/audioscale/test.c:
25095
25096         Move tagedit library to gst-libs:
25097         * gst-libs/gst/tag/Makefile.am:
25098         * gst-libs/gst/tag/gstid3tag.c:
25099         * gst-libs/gst/tag/gsttagediting.c:
25100         * gst-libs/gst/tag/gsttageditingprivate.h:
25101         * gst-libs/gst/tag/gstvorbistag.c:
25102         * gst/tags/Makefile.am:
25103         * gst/tags/gstid3tag.c:
25104         * gst/tags/gstvorbistag.c:
25105
25106         Fix for core changes:
25107         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25108         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25109         (gst_sinesrc_getrange):
25110
25111 2005-04-23  David Schleef  <ds@schleef.org>
25112
25113         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25114         in gst-plugins in a long time, and properly belongs in liboil.
25115         * gst-libs/gst/idct/Makefile.am:
25116         * gst-libs/gst/idct/README:
25117         * gst-libs/gst/idct/dct.h:
25118         * gst-libs/gst/idct/doieee:
25119         * gst-libs/gst/idct/fastintidct.c:
25120         * gst-libs/gst/idct/floatidct.c:
25121         * gst-libs/gst/idct/idct.c:
25122         * gst-libs/gst/idct/idct.h:
25123         * gst-libs/gst/idct/idtc.vcproj:
25124         * gst-libs/gst/idct/ieeetest.c:
25125         * gst-libs/gst/idct/intidct.c:
25126
25127 2005-04-20  Wim Taymans  <wim@fluendo.com>
25128
25129         * docs/design-audiosinks.txt:
25130         * gst-libs/gst/audio/Makefile.am:
25131         * gst-libs/gst/audio/TODO:
25132         * gst-libs/gst/audio/gstaudiosink.c:
25133         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25134         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25135         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25136         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25137         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25138         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25139         (gst_audiosink_class_init), (gst_audiosink_init),
25140         (gst_audiosink_create_ringbuffer):
25141         * gst-libs/gst/audio/gstaudiosink.h:
25142         * gst-libs/gst/audio/gstbaseaudiosink.c:
25143         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25144         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25145         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25146         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25147         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25148         (gst_baseaudiosink_create_ringbuffer),
25149         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25150         * gst-libs/gst/audio/gstbaseaudiosink.h:
25151         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25152         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25153         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25154         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25155         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25156         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25157         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25158         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25159         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25160         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25161         * gst-libs/gst/audio/gstringbuffer.h:
25162         An attempt at a set of audio base classes together with some
25163         design docs.
25164
25165 2005-04-20  Wim Taymans  <wim@fluendo.com>
25166
25167         * gst/audioconvert/Makefile.am:
25168         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25169         (gst_audio_convert_caps_remove_format_info),
25170         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25171         (gst_audio_convert_channels):
25172         Link against audio libs.
25173         Fix audio convert plugin.
25174
25175 2005-04-20  Wim Taymans  <wim@fluendo.com>
25176
25177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25178         (gst_ogg_demux_sink_activate):
25179         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25180         (theora_set_header_on_caps), (theora_enc_sink_event),
25181         (theora_enc_chain):
25182         Fix theora encoder.
25183
25184 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25185
25186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25187         * gst/playback/gstdecodebin.c: (find_compatibles):
25188           Work with staticpadtemplates in elementfactories.
25189
25190 2005-04-12  Wim Taymans  <wim@fluendo.com>
25191
25192         * gst/playback/README:
25193         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25194         (compare_ranks), (print_feature), (gst_decode_bin_init),
25195         (dynamic_create), (dynamic_free), (find_compatibles),
25196         (mimetype_is_raw), (close_pad_link), (got_redirect),
25197         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25198         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25199         (gst_decode_bin_change_state):
25200         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25201         (gst_play_base_bin_init), (group_destroy), (group_commit),
25202         (check_queue), (queue_overrun), (queue_threshold_reached),
25203         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25204         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25205         (got_redirect), (setup_source), (play_base_eos),
25206         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25207         (gst_play_base_bin_remove_element):
25208         * gst/playback/gstplaybasebin.h:
25209         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25210         (gst_play_bin_init), (gst_play_bin_dispose),
25211         (gst_play_bin_set_property), (gen_video_element),
25212         (gen_text_element), (gen_audio_element), (remove_sinks),
25213         (gst_play_bin_send_event):
25214         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25215         (stream_info_change_state), (gst_stream_info_set_mute):
25216         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25217         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25218         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25219         (gst_stream_selector_chain):
25220         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25221         (main):
25222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25223         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25224         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25225         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25226         Raw and crude port of decodebin. 
25227         Make playbin compile.
25228
25229 2005-04-06  Wim Taymans  <wim@fluendo.com>
25230
25231         * ext/gnomevfs/Makefile.am:
25232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25233         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25234         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25235         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25236         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25237         (gst_gnomevfssrc_stop):
25238         * ext/ogg/Makefile.am:
25239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25240         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25241         * ext/theora/Makefile.am:
25242         * ext/theora/theoradec.c: (_inc_granulepos),
25243         (theora_dec_sink_event), (theora_dec_chain):
25244         * ext/vorbis/Makefile.am:
25245         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25246         (vorbis_dec_sink_event), (vorbis_dec_chain):
25247         * gst-libs/gst/audio/Makefile.am:
25248         * sys/xvimage/Makefile.am:
25249         Make gnomevfssrc extend the source base class.
25250         Fix linking against libs in various plugins.
25251
25252 2005-04-06  Andy Wingo  <wingo@pobox.com>
25253
25254         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25255         GST_BASE_LIBS.
25256
25257         * configure.ac: Add check and AC_SUBST for libgstbase.
25258
25259 2005-03-31  Wim Taymans  <wim@fluendo.com>
25260
25261         * examples/seeking/Makefile.am:
25262         * examples/seeking/cdparanoia.c: (main):
25263         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25264         (play_cb), (pause_cb), (stop_cb), (main):
25265         * examples/seeking/playbin.c:
25266         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25267         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25268         (make_sid_pipeline), (make_vorbis_pipeline),
25269         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25270         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25271         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25272         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25273         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25274         (stop_cb), (main):
25275         * examples/seeking/spider_seek.c:
25276         * examples/seeking/vorbisfile.c:
25277         * ext/gnomevfs/Makefile.am:
25278         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25279         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25280         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25281         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25282         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25283         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25284         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25285         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25286         * ext/ogg/README:
25287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25288         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25289         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25290         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25291         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25292         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25293         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25294         (gst_ogg_demux_factory_filter), (compare_ranks),
25295         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25296         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25297         (gst_ogg_chain_new), (gst_ogg_chain_free),
25298         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25299         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25300         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25301         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25302         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25303         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25304         (gst_ogg_demux_get_prev_page),
25305         (gst_ogg_demux_deactivate_current_chain),
25306         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25307         (gst_ogg_demux_bisect_forward_serialno),
25308         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25309         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25310         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25311         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25312         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25313         (gst_ogg_demux_change_state), (gst_ogg_print):
25314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25315         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25316         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25317         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25318         (gst_ogg_mux_loop):
25319         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25320         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25321         (theora_dec_src_convert), (theora_dec_sink_convert),
25322         (theora_dec_src_query), (theora_dec_src_event),
25323         (theora_dec_sink_event), (theora_dec_chain),
25324         (theora_dec_change_state):
25325         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25326         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25327         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25328         (theora_enc_change_state):
25329         * ext/vorbis/Makefile.am:
25330         * ext/vorbis/oggvorbisenc.c:
25331         * ext/vorbis/oggvorbisenc.h:
25332         * ext/vorbis/vorbis.c: (plugin_init):
25333         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25334         (vorbis_dec_src_query), (vorbis_dec_src_event),
25335         (vorbis_dec_sink_event), (vorbis_dec_chain),
25336         (vorbis_dec_change_state):
25337         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25338         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25339         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25340         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25341         (gst_vorbisenc_change_state):
25342         * ext/vorbis/vorbisenc.h:
25343         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25344         * gst-libs/gst/audio/audioclock.c:
25345         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25346         (gst_audiofilter_init), (gst_audiofilter_chain):
25347         * gst-libs/gst/audio/testchannels.c: (main):
25348         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25349         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25350         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25351         (gmip_find_track_streaminfo), (gmip_find_track_format):
25352         * gst-libs/gst/media-info/media-info.c:
25353         (gst_media_info_read_idler):
25354         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25355         (gst_play_get_all_by_interface):
25356         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25357         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25358         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25359         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25360         (gst_riff_parse_info):
25361         * gst-libs/gst/riff/riff-read.h:
25362         * gst-libs/gst/riff/riff.c: (plugin_init):
25363         * gst-libs/gst/video/Makefile.am:
25364         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25365         (gst_videosink_class_init), (gst_videosink_get_type):
25366         * gst-libs/gst/video/videosink.h:
25367         * gst/audioconvert/bufferframesconvert.c:
25368         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25369         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25370         * gst/audioconvert/channelmixtest.c: (main):
25371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25372         (gst_audio_convert_chain),
25373         (gst_audio_convert_caps_remove_format_info),
25374         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25375         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25376         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25377         (gst_audio_convert_buffer_to_default_format),
25378         (gst_audio_convert_buffer_from_default_format),
25379         (gst_audio_convert_channels):
25380         * gst/audioconvert/gstchannelmix.h:
25381         * gst/ffmpegcolorspace/avcodec.h:
25382         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25383         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25384         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25385         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25386         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25387         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25388         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25389         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25390         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25391         (dv_type_find):
25392         * gst/videotestsrc/gstvideotestsrc.c:
25393         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25394         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25395         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25396         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25397         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25398         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25399         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25401         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25402         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25403         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25404         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25405         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25406         (gst_xvimagesink_navigation_send_event),
25407         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25408         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25409         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25410         * sys/xvimage/xvimagesink.h:
25411         Plugin port to 0.9, ogg/theora playback should work in the seek
25412         example now.
25413         Removed old examples.
25414         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25415         explained in 0.9 TODO doc.
25416
25417
25418 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25419
25420         * autogen.sh:
25421         * configure.ac:
25422         * ext/Makefile.am:
25423         * gst/Makefile.am:
25424         * po/POTFILES.in:
25425         * po/af.po:
25426         * po/az.po:
25427         * po/cs.po:
25428         * po/en_GB.po:
25429         * po/hu.po:
25430         * po/it.po:
25431         * po/nb.po:
25432         * po/nl.po:
25433         * po/or.po:
25434         * po/sq.po:
25435         * po/sr.po:
25436         * po/sv.po:
25437         * po/uk.po:
25438         * po/vi.po:
25439         * sys/Makefile.am:
25440         * testsuite/Makefile.am:
25441           remove a whole bunch of plugins.  This module now contains a set
25442           of free reference plugins/elements as agreed.
25443
25444 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25445
25446         * configure.ac:
25447           hunting season on 0.9 is now OPEN
25448
25449 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25450
25451         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25452           Kick the hell out of gcc for not warning me about a symbol conflict.
25453
25454 2005-02-22  Luca Ognibene  <luogni@tin.it>
25455
25456         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25457
25458         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25459           Don't leak caps string (fixes #168134)
25460
25461         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25462         (gst_jpegenc_init), (gst_jpegenc_finalize),
25463         (gst_jpegenc_change_state):
25464           Don't leak line buffers and context struct (fixes #168133).
25465
25466 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25467
25468         * configure.ac:
25469         * ext/dirac/gstdiracdec.cc:
25470         (gst_diracdec_chain):
25471           Since dirac 0.5.0 the framerate in dirac is expressed as a
25472           rational number. Fix build and up requirement to 0.5.0, and
25473           also pass parameters to gst_diracdec_link in the right order
25474           (fixes #167959).
25475
25476 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25477
25478         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25479         * ext/faad/gstfaad.h:
25480         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25481         certain invalid muxed streams, where some packets will contain 
25482         junk after decoder data. Partially fixes #149158.
25483
25484 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25485         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25486           Make sure we only write to writable buffers
25487
25488 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25489
25490         * gst-libs/gst/riff/riff-media.c:
25491         (gst_riff_create_audio_caps_with_data):
25492           Do actually fix invalid RIFF fmt header values for alaw
25493           and mulaw audio instead of just saying so.
25494
25495         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25496           Give gst_riff_create_audio_caps_with_data() a chance to
25497           fix up broken format header fields before extracting any
25498           parameters from the header. (fixes #167633)
25499
25500 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25501
25502         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25503
25504         * gst/audioconvert/bufferframesconvert.c:
25505         (buffer_frames_convert_link):
25506           Don't leak othercaps. (fixes #167878)
25507
25508 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25509
25510         * configure.ac:
25511         * ext/libvisual/visual.c: (gst_visual_srclink),
25512         (gst_visual_change_state):
25513           Support libvisual 0.2.0.
25514
25515 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25516
25517         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25518         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25519           Use same rowstrides for I420 as used everywhere else.
25520
25521 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25522
25523         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25524           Declare variables at beginning of block and make gcc-2.95 happy
25525           (fixes # 167482, patch by Gergely Nagy).
25526           
25527         * gst/tcp/gsttcpclientsrc.c:
25528         * gst/tcp/gsttcpclientsrc.h:
25529           Move some includes into the header, so that struct sockaddr_in is
25530           defined when it should be defined on FreeBSD as well (fixes
25531           #167483).
25532           
25533         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25534           Don't pass uninitialised values to setsockopt() here either.
25535
25536 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25537
25538         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25539
25540         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25541           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25542
25543 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25544
25545         * gst/playback/gstplaybin.c: (add_sink):
25546           Invert bin_add/link order to workaround deadlock in opt.
25547
25548 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25549
25550         * gst/modplug/gstmodplug.cc:
25551           Add missing break causing position queries to fail.
25552
25553 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25554
25555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25556           Granpos can apparently be -1, which screws up calculations...
25557
25558 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25559
25560         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25561         (gst_ximagesink_send_pending_navigation),
25562         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25563         (gst_ximagesink_init):
25564         * sys/ximage/ximagesink.h:
25565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25566         (gst_xvimagesink_send_pending_navigation),
25567         (gst_xvimagesink_navigation_send_event),
25568         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25569         * sys/xvimage/xvimagesink.h:
25570           Use a mutex protected list to marshal navigation
25571           events into the stream thread from whichever thread
25572           sends them.
25573
25574 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25575
25576         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25577           Display current position and track length; misc. clean-ups.
25578           
25579         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25580         (speed_init), (speed_chain):
25581           Add query function, so that the stream length and current position
25582           get adjusted when queried (note that current position queries may
25583           still be wrong if the audio sink returns values based on buffer
25584           timestamps instead of passing on the query).
25585
25586 2005-02-13  Benjamin Otte  <otte@gnome.org>
25587
25588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25589         (gst_audio_convert_channels):
25590           create channel conversion matrix when linking
25591         * gst/audioconvert/.cvsignore:
25592         * gst/audioconvert/Makefile.am:
25593         * gst/audioconvert/channelmixtest.c: (main):
25594           add (ugly) test that ensures stereo <=> mono conversion works
25595           correctly
25596
25597 2005-02-13  Benjamin Otte  <otte@gnome.org>
25598
25599         * gst/audioconvert/gstchannelmix.h:
25600           include missing header file
25601         * gst/audioconvert/gstchannelmix.c:
25602         (gst_audio_convert_fill_compatible):
25603           use same sign for both channels when converting to/from compatible
25604           channel. Previously used different signs made the signals cancel
25605           each other out and appear like silence. (fixes #167269)
25606
25607 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25608
25609         * gst/ffmpegcolorspace/avcodec.h:
25610         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25611         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25612         (gst_ffmpegcsp_avpicture_fill):
25613         * gst/ffmpegcolorspace/imgconvert.c:
25614           Convert to and from YV12 (fixes #156379).
25615
25616 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25617
25618         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25619         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25620         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25621         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25622         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25623         methods from chain and negotiation and vice versa (Fixes #166142).
25624         * sys/ximage/ximagesink.h: Add stream_lock.
25625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25626         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25627         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25628         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25629
25630 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25631
25632         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25633           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25634           error message when we can't open the DVD device (when dvdnav_open()
25635           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25636           the above). Send something more useful instead (fixes #167117).
25637
25638 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25639
25640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25641         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25642         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25643         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25644         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25645         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25646         methods from chain and negotiation and vice versa (Fixes #166142).
25647         Fix a possible bug of images in the buffer pool being discarded because
25648         we are looking at the wrong geometry.
25649         * sys/xvimage/xvimagesink.h: Add stream_lock.
25650
25651 2005-02-11  David Schleef  <ds@schleef.org>
25652
25653         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25654         unsigned int. (fixes #167128)
25655
25656 2005-02-11  David Schleef  <ds@schleef.org>
25657
25658         * gst/librfb/Makefile.am: Testing stuff before committing is
25659           for wimps... and people with fast machines.  Fix stupid
25660           mistake.
25661
25662 2005-02-11  David Schleef  <ds@schleef.org>
25663
25664         * configure.ac: Pull in librfb from my CVS tree, because it is
25665           too small and annoying to be separate.  Move rfbsrc plugin
25666           to gst/.
25667         * ext/Makefile.am:
25668         * ext/librfb/Makefile.am:
25669         * ext/librfb/gstrfbsrc.c:
25670         * gst/librfb/Makefile.am:
25671         * gst/librfb/gstrfbsrc.c:
25672         * gst/librfb/rfb.c:
25673         * gst/librfb/rfb.h:
25674         * gst/librfb/rfbbuffer.c:
25675         * gst/librfb/rfbbuffer.h:
25676         * gst/librfb/rfbbytestream.c:
25677         * gst/librfb/rfbbytestream.h:
25678         * gst/librfb/rfbcontext.h:
25679         * gst/librfb/rfbdecoder.c:
25680         * gst/librfb/rfbdecoder.h:
25681         * gst/librfb/rfbutil.h:
25682
25683 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25684
25685         * gst/speed/Makefile.am:
25686         * gst/speed/demo-mp3.c: (main):
25687         * gst/speed/filter.func:
25688         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25689         (speed_class_init), (speed_init), (speed_chain_int16),
25690         (speed_chain_float32), (speed_chain), (speed_set_property),
25691         (speed_get_property), (speed_change_state):
25692         * gst/speed/gstspeed.h:
25693           Fix speed element and make it chain-based (fixes #156467),
25694           and make it handle more than one channel.
25695
25696 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25697
25698         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25699         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25700         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25701         * ext/dts/gstdtsdec.h:
25702           Don't clobber the stack constructing the channels array.
25703           Make the element chain-based. DTS tracks can now be played.
25704           
25705 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25706
25707         * gst-libs/gst/audio/multichannel.h:
25708         * gst-libs/gst/gconf/gconf.h:
25709         * gst-libs/gst/idct/idct.h:
25710         * gst-libs/gst/media-info/media-info-priv.h:
25711         * gst-libs/gst/play/play.h:
25712         * gst-libs/gst/resample/private.h:
25713         * gst-libs/gst/resample/resample.h:
25714         * gst-libs/gst/riff/riff-ids.h:
25715         * gst-libs/gst/video/video.h:
25716         * gst-libs/gst/video/videosink.h:
25717           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25718           missing, so that they work when included from C++ code.
25719
25720 2005-02-09  David Schleef  <ds@schleef.org>
25721
25722         * testsuite/gst-lint: Check for non-statically scoped
25723           parent_class variables.  This won't be a problem once
25724           plugins are loaded with RTLD_LOCAL.
25725
25726 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25727
25728         * ext/mplex/gstmplexibitstream.cc:
25729           gcc madness.
25730
25731 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25732
25733         * ext/ogg/gstogmparse.c:
25734         * gst/debug/gstnavigationtest.c:
25735           Die, thou faulty symbol pollutors (non-static parent_class).
25736
25737 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25738
25739         * ext/mplex/gstmplexibitstream.cc:
25740           Fix event handling (#165525).
25741
25742 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25743
25744         * ext/mikmod/gstmikmod.c:
25745         * gst/modplug/gstmodplug.cc:
25746           Add missing endianness to template (fixes #165509).
25747
25748 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25749
25750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25751           Fix wrong order of reading of optional bytes (#165290).
25752
25753 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25754
25755         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25756           Implement FILLER event awareness.
25757
25758 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25759
25760         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25761           Fix track calculations (#166208).
25762
25763 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25764
25765         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25766
25767         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25768         * ext/libpng/gstpngenc.c:
25769           Fix byte-order, use proper fixed caps. Fixes #164197.
25770
25771 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25772
25773         * configure.ac:
25774           Add dvdlpcmdec 
25775
25776         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25777         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25778           Don't push buffers if the src pad isn't negotiated yet.
25779           
25780         * gst/audioconvert/gstaudioconvert.c:
25781         (gst_audio_convert_buffer_to_default_format),
25782         (gst_audio_convert_buffer_from_default_format):
25783           Add support for 24-bit width.
25784
25785         * gst/dvdlpcmdec/.cvsignore:
25786         * gst/dvdlpcmdec/Makefile.am:
25787         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25788         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25789         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25790         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25791         (plugin_init):
25792         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25793           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25794           format. Needs support for the channels maps if someone can find 
25795           a DVD LPCM track with > 2 channels.
25796
25797         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25798         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25799         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25800         * gst/mpegstream/gstdvddemux.h:
25801         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25802         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25803         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25804         * gst/mpegstream/gstmpegdemux.h:
25805         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25806         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25807         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25808         (gst_mpeg_parse_handle_src_query),
25809         (gst_mpeg_parse_handle_src_event):
25810           Use audio/x-dvd-lpcm for LPCM output.
25811           Add DTS output.
25812
25813 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25814
25815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25816
25817         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25818         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25819           Add BGRA handling (#165736).
25820
25821 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25822
25823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25824
25825         * gst/law/alaw-decode.c: (alawdec_link):
25826         * gst/law/alaw-encode.c: (alawenc_link):
25827         * gst/law/mulaw-decode.c: (mulawdec_link):
25828         * gst/law/mulaw-encode.c: (mulawenc_link):
25829           Fix caps memleaks (#166600).
25830
25831 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25832
25833         * ext/tarkin/mem.h:
25834         * ext/tarkin/wavelet.h:
25835         * ext/tarkin/yuv.h:
25836         * gst/ffmpegcolorspace/avcodec.h:
25837           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25838           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25839
25840 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25841
25842         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25844         (gst_xvimagesink_change_state):
25845           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25846           Xv video (and thereby regenerate Xv colourkey) in clear() so
25847           that PLAY -> READY -> PLAY works (fixes #162504).
25848
25849 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25850
25851         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25852           Switch to list instead of range, since MJPEG-devices really just
25853           support decimations, not any size.
25854
25855 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25856         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25857         (gst_mpeg2dec_reset), (free_all_buffers),
25858         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25859         * ext/mpeg2dec/gstmpeg2dec.h:
25860           The libmpeg2 user-allocated buffer management is awkward, 
25861           to say the least. Hopefully this fixes things.
25862
25863 2005-02-04  Andy Wingo  <wingo@pobox.com>
25864
25865         * gst/audioconvert/bufferframesconvert.c
25866         (buffer_frames_convert_fixate): New function, fixates to 256
25867         frames per buffer by default. (Much better than 1.)
25868         (buffer_frames_convert_init): Set the fixate function for both src
25869         and sink pad.
25870         (buffer_frames_convert_link): After success setting nonfixed caps,
25871         get the negotiated caps so we can know how many buffer-frames it
25872         will be. No idea how this worked at all before.
25873
25874 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25875
25876         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25877         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25878         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25879         (handle_sequence), (handle_picture):
25880         * ext/mpeg2dec/gstmpeg2dec.h:
25881           Rearrange buffer tracking and refcounting and refactor
25882           a little for readability. 
25883
25884 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25885         * sys/v4l/gstv4l.c: (plugin_init):
25886         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25887         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25888         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25889         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25890         * sys/v4l/gstv4ljpegsrc.h:
25891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25892         * sys/v4l/v4l_calls.h:
25893         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25894         (gst_v4lsrc_get_fps):
25895         * sys/v4l/v4lsrc_calls.h:
25896           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25897           you jpeg inside rgb frames" driver.
25898           Don't error in the v4lsrc link function, just return 
25899           REFUSED.
25900
25901 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25902
25903         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25904         (gst_qcamsrc_open):
25905           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25906
25907 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25908
25909         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25910           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25911
25912 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25913
25914         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25915           Reset negotiated state on PAUSED->READY.
25916
25917 2005-02-02  David Schleef  <ds@schleef.org>
25918
25919         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25920         whereever possible.  (Fixes #165997)
25921         * examples/capsfilter/capsfilter1.c: (main):
25922         * examples/dynparams/filter.c: (create_ui):
25923         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25924         * examples/seeking/chained.c: (main):
25925         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25926         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25927         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25928         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25929         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25930         * examples/switch/switcher.c: (main):
25931         * ext/dv/demo-play.c: (main):
25932         * ext/faad/gstfaad.c: (gst_faad_change_state):
25933         * ext/mad/gstmad.c: (gst_mad_chain):
25934         * ext/smoothwave/demo-osssrc.c: (main):
25935         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25936         (gst_gconf_render_bin_from_description),
25937         (gst_gconf_get_default_audio_sink),
25938         (gst_gconf_get_default_video_sink),
25939         (gst_gconf_get_default_audio_src),
25940         (gst_gconf_get_default_video_src),
25941         (gst_gconf_get_default_visualization_element):
25942         * gst/level/demo.c: (main):
25943         * gst/level/plot.c: (main):
25944         * gst/playback/gstplaybin.c: (gen_video_element),
25945         (gen_audio_element):
25946         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25947         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25948         * gst/sine/demo-dparams.c: (main):
25949         * gst/spectrum/demo-osssrc.c: (main):
25950         * gst/speed/demo-mp3.c: (main):
25951         * gst/volume/demo.c: (main):
25952         * testsuite/embed/embed.c: (main):
25953
25954 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25955
25956         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25957         (gst_tcpclientsink_finalize):
25958         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25959         (gst_tcpclientsrc_finalize):
25960         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25961         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25962         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25963         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25964           Don't leak the hostname when shutting down.
25965           In tcpserversrc, take a copy of the default hostname.
25966
25967 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25968
25969         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25970           Set caps to systemstream=TRUE.
25971
25972 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25973
25974         * testsuite/Makefile.am:
25975           Fix more OSX buildbots.
25976
25977 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25978
25979         * ext/mpeg2dec/gstmpeg2dec.c:
25980           Don't send things to NULL PAD_PEERs
25981
25982         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25983           Copy-on-write the incoming buffer.
25984
25985         * gst/mpegstream/gstdvddemux.h:
25986         * gst/mpegstream/gstmpegclock.h:
25987         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25988         (normal_seek), (gst_mpeg_demux_handle_src_event):
25989         * gst/mpegstream/gstmpegdemux.h:
25990         * gst/mpegstream/gstmpegpacketize.h:
25991         * gst/mpegstream/gstmpegparse.c:
25992         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25993         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25994         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25995         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25996         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25997         * gst/mpegstream/gstmpegparse.h:
25998         * gst/mpegstream/gstrfc2250enc.h:
25999           Various changes to the way time is computed that make seeking and
26000           total time estimation much better here.
26001           Use G_BEGIN/END_DECLS instead of __cplusplus
26002
26003         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26004           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26005
26006 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26007
26008         * gst/subparse/gstsubparse.c:
26009           Fix OSX buildbot.
26010
26011 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26012
26013         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26014         (theora_enc_chain), (theora_enc_change_state):
26015         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26016         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26017         (gst_vorbisenc_change_state):
26018         * ext/vorbis/vorbisenc.h:
26019           Set granulepos and timestamp correctly for streams not
26020           starting at 0, taking into account the initial delay.
26021
26022 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26023
26024         * gst/mpegstream/gstdvddemux.c:
26025           Add audio/x-dts to audio pad template caps
26026
26027 2005-01-30  David Schleef  <ds@schleef.org>
26028
26029         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26030         (create_context), (gst_polypsink_link): Fix silly endianness
26031         bug.  Add some debugging.  Remove float from caps; it doesn't
26032         work.  Attempt to get remote audio working.
26033
26034 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26035
26036         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26037           Add 3IV2 fourcc.
26038
26039 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26040
26041         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26042         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26043         (gst_avi_demux_stream_data):
26044         * gst/avi/gstavidemux.h:
26045           Invert DIB images. Fixes #132341.
26046
26047 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26048
26049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26050         (gst_ffmpegcsp_chain):
26051           D'oh, reference the palette data, not the palette structure.
26052           Fixes color distortion in #132341.
26053
26054 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26055
26056         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26057           PAR can be non-fixed when not provided as argument (#162626).
26058
26059 2005-01-29  David Moore  <dcm@acm.org>
26060
26061         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26062
26063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26064         (gst_qtdemux_loop_header):
26065           Re-apply patch from #142272 that allows non-seekable sources,
26066           re-proposed by Daniel Drake <dsd@gentoo.org>.
26067
26068 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26069
26070         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26071           Use the src template for creating the src pad (#162330).
26072
26073 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26074
26075         * configure.ac:
26076         * ext/musepack/Makefile.am:
26077         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26078         (gst_musepackdec_init), (gst_musepackdec_dispose),
26079         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26080         (gst_musepack_stream_init), (gst_musepackdec_loop),
26081         (gst_musepackdec_change_state):
26082         * ext/musepack/gstmusepackdec.cpp:
26083         * ext/musepack/gstmusepackdec.h:
26084         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26085         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26086         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26087         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26088         * ext/musepack/gstmusepackreader.cpp:
26089         * ext/musepack/gstmusepackreader.h:
26090           Update to 1.1 API (#165446).
26091
26092 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26093
26094         * ext/Makefile.am:
26095           Unbreak buildbot.
26096
26097 2005-01-28  Andy Wingo  <wingo@pobox.com>
26098
26099         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26100         to reflect a different dubious internet source. Add a reference
26101         and some commentary.
26102
26103 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26104
26105         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26106         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26107         * gst/playback/gststreamselector.h:
26108           Be more selective when we're redoing caps negotiation from
26109           within the chain function on a stream change.
26110
26111 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26112
26113         * configure.ac:
26114         * ext/Makefile.am:
26115         * ext/amrnb/Makefile.am:
26116         * ext/amrnb/amrnb.c: (plugin_init):
26117         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26118         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26119         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26120         (gst_amrnbdec_state_change):
26121         * ext/amrnb/amrnbdec.h:
26122         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26123         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26124         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26125         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26126         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26127         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26128         * ext/amrnb/amrnbparse.h:
26129           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26130         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26131           Add AMR-NB/-WB raw formats.
26132         * ext/alsa/gstalsa.c: (gst_alsa_link):
26133           Keep valid time when changing format.
26134         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26135         (qtdemux_parse_trak):
26136           Add some more format-specific options (#140141, #143555, #155163).
26137
26138 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26139
26140         * gst/matroska/matroska-demux.c:
26141         (gst_matroska_demux_parse_blockgroup):
26142           Fix logic error in timing of subtitle stream synchronization.
26143         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26144           Add skip-chunk, which is found in kodak-camera streams.
26145
26146 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26147
26148         * po/LINGUAS:
26149         * po/vi.po:
26150           Adding Vietnamese translation (submitted by Clytie Siddall)
26151
26152 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26153
26154         * gst/playback/gstdecodebin.c: (try_to_link_1):
26155           Use realpad for signal.
26156
26157 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26158
26159         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26160           Fix category so decodebin picks it up.
26161
26162 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26163
26164         * ext/mad/Makefile.am:
26165         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26166         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26167         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26168         (found_type), (gst_id3demux_bin_change_state):
26169         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26170         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26171         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26172         (gst_id3_tag_change_state), (plugin_init):
26173         * ext/mad/gstmad.h:
26174           Add id3demuxbin (which is a simple bin consisting of id3demux
26175           and typefind), take over rank from id3demux, remove typefind
26176           code from id3demux. Makes all broken mp3s that I know of work,
26177           and thereby fixes #152688.
26178
26179 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26180
26181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26182
26183         * ext/mad/gstmad.c: (gst_mad_src_event):
26184         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26185           Allow seeks on audio pad, make mad forward those (#164826).
26186         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26187           Set duration (#165335).
26188
26189 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26190
26191         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26192         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26193         (gst_asf_demux_process_ext_content_desc),
26194         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26195         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26196         * gst/asfdemux/gstasfdemux.h:
26197           Improve metadata display, e.g. if the metadata comes before the
26198           streams are loaded (which is perfectly valid).
26199
26200 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26201
26202         * tools/gst-launch-ext-m.m:
26203           Fix AVI/ASF pipelines (#165340).
26204
26205 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26206         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26207         build failure on amd64
26208
26209 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26210
26211         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26212         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26213           Check environment variables GST_ID3V2_TAG_ENCODING,
26214           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26215           list of character encodings to force interpretation of non-unicode
26216           strings stored in an ID3v2 tag to a particular encoding. If none
26217           is specified, try to use current locale's encoding, then fall back
26218           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26219         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26220         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26221           Check environment variables GST_ID3V1_TAG_ENCODING,
26222           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26223           list of character encodings to use in case a string encountered
26224           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26225           specified, try to use the current locale's encoding, then fall
26226           back to ISO-8859-1 (which will always succeed).
26227
26228 2005-01-25  Benjamin Otte  <otte@gnome.org>
26229
26230         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26231           - on half framerate, compute the rate in advance so the comparisons
26232             don't compare wrong values
26233           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26234             behaviour
26235           - don't use mad_header_decode anymore, mad_frame_decode does that
26236             automatically
26237           - when getting rid of consumed bytes, reset the stream's skiplen
26238           (fixes #163867)
26239
26240 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26241
26242         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26243           Use 1/2 a second for default max_discont, as PES streams from DVB
26244           seem to have larger spacings in the SCR. 
26245           Fix a typo.
26246
26247 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26248
26249         * gst/playback/gstplaybasebin.c: (group_commit):
26250           Notify delayed stream-info availability.
26251
26252 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26253         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26254         (gst_a52dec_handle_event), (gst_a52dec_chain):
26255         Add some debug output. Check that a discont has a valid
26256         time associated.
26257         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26258         (gst_alsa_sink_loop):
26259         Ignore TAG events. A little extra debug for broken timestamps.
26260         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26261         (dvdnavsrc_change_state):
26262         Ensure we send a discont to engage the link before we send any
26263         other events.
26264         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26265         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26266         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26267         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26268         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26269         dvd://title works in totem because typefinding sends a seek that ends
26270         up going back to chapter 1 regardless.
26271         * ext/mpeg2dec/gstmpeg2dec.c:
26272         * ext/mpeg2dec/gstmpeg2dec.h:
26273         Output correct timestamps and handle disconts.
26274         * ext/ogg/gstoggdemux.c: (get_relative):
26275         Small guard against a null dereference.
26276         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26277         (gst_textoverlay_set_property):
26278         Free memory when done. Don't call gst_event_filler_get_duration on
26279         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26280         g_warning.
26281         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26282         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26283         (gst_sw_srclink), (gst_smoothwave_chain):
26284         Draw solid lines, prettier colours.
26285         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26286         Add a default palette that'll work for some movies.
26287         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26288         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26289         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26290         * gst/mpegstream/gstdvddemux.h:
26291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26292         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26293         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26294         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26295         * gst/mpegstream/gstmpegparse.h:
26296         Use PTM/NAV events when for timestamp adjustment when connected to 
26297         dvdnavsrc. Don't use many discont events where one suffices.
26298         * gst/playback/gstplaybasebin.c: (group_destroy),
26299         (gen_preroll_element), (gst_play_base_bin_add_element):
26300         * gst/playback/gstplaybasebin.h:
26301         Make sure we remove subtitles from the same bin we put them in.
26302         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26303         (gst_subparse_buffer_format_autodetect),
26304         (gst_subparse_change_state):
26305         Fix some memleaks and invalid accesses.
26306         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26307         (oggskel_type_find), (cmml_type_find), (plugin_init):
26308         Some typefind functions for Annodex v3.0 files
26309         * gst/wavparse/gstwavparse.h:
26310         GstRiffReadClass is the correct parent class.
26311
26312 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26313
26314         * gst-libs/gst/riff/riff-media.c:
26315         (gst_riff_create_video_caps_with_data):
26316           Add extradata to huffyuv (fixes #165013).
26317         * gst-libs/gst/riff/riff-read.c:
26318         (gst_riff_read_strf_vids_with_data):
26319           Fix extradata extraction if it is in the chunk size.
26320
26321 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26322
26323         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26324
26325         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26326         (gst_quarktv_change_state), (gst_quarktv_dispose):
26327           Memory free'ing location fix (#164708).
26328
26329 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * gst/playback/gstplaybasebin.c: (group_commit),
26332         (gen_preroll_element), (probe_triggered), (gen_source_element),
26333         (setup_source), (gst_play_base_bin_change_state),
26334         (gst_play_base_bin_add_element):
26335           Don't block for streams.
26336         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26337         (gst_stream_info_set_mute):
26338           Use gst_pad_set_active_recursive.
26339
26340 2005-01-25  Andy Wingo  <wingo@pobox.com>
26341
26342         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26343         for #ifndef HAVE_XVIDEO.
26344
26345 2005-01-24  Jeffrey C. Ollie
26346
26347         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26348
26349         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26350         * ext/gsm/gstgsmdec.h:
26351         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26352         * ext/gsm/gstgsmenc.h:
26353         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26354         was given by property. Add proper buffer timestamps and offsets.
26355
26356 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26357
26358         * gst-libs/gst/riff/riff-media.c:
26359         (gst_riff_create_audio_caps_with_data):
26360           Audio can be <8000Hz.
26361
26362 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26363
26364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26365           Explicit state change to workaround refcount bugs.
26366
26367 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26370         (gst_avimux_riff_get_avi_header):
26371           Fix...
26372
26373 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26374
26375         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26376         (gst_riff_read_element_data):
26377         * gst-libs/gst/riff/riff-read.h:
26378           Add _peek version (req'ed in CDXA).
26379         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26380         (gst_cdxaparse_loop):
26381           Fix parsing in playbin.
26382         * gst/playback/gstdecodebin.c: (close_pad_link):
26383           Ignore current_ pads, they cause major annoyance.
26384
26385 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26386
26387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26388           Safety guard.
26389
26390 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26393           Fix padding...
26394
26395 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26398           Allow for 0-sized buffers. Fixes length query problems in
26399           starwars.mkv from the testsuite.
26400
26401 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26402
26403         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26404         (gst_video_box_i420), (gst_video_box_chain):
26405           Fix row strides for I420 (fixes #163159)
26406           
26407 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26408
26409         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26410           MPEG2 has a useful rate property, so we can actually use that.
26411           For MPEG-1, continue using the bytes/time properties.
26412
26413 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * gst-libs/gst/riff/riff-media.c:
26416         (gst_riff_create_video_caps_with_data),
26417         (gst_riff_create_video_template_caps):
26418           Add intel-h263.
26419
26420 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26421
26422         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26423           Fail if caps negotiation fails. Should fix #162184, and should
26424           definately be in there regardless of it fixing the actual bug.
26425         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26426         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26427         (gst_avimux_riff_get_avix_header),
26428         (gst_avimux_riff_get_video_header),
26429         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26430         (gst_avimux_start_file), (gst_avimux_handle_event),
26431         (gst_avimux_change_state):
26432         * gst/avi/gstavimux.h:
26433           Refactor structure writing to use GST_WRITE_UINT macros, add
26434           metadata writing support.
26435
26436 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26437
26438         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26439           Elements may already be destroyed when this function is called.
26440
26441 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26444         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26445           More memory leak fixes (#149162).
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_add_stream):
26451           Fix two memleaks.
26452
26453 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26454
26455         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26456           Argh...
26457
26458 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26459
26460         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26461           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26462           when fixating to six channels in Totem.
26463
26464 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26465
26466         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26467           Fix compile warnings on Solaris 10 buildbot
26468
26469 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26470
26471         * ext/dvdread/dvdreadsrc.c: (_read):
26472           Don't read beyond the last cell in a chapter (fixes 
26473           invalid memory access)
26474
26475 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26476
26477         * ext/dvdread/stream_labels.c:
26478         (dvdreadsrc_get_audio_stream_labels):
26479           Use NULL for an empty GList instead of g_list_alloc(); fix 
26480           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26481           of GString (easier to bulk free later)
26482
26483 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26484
26485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26488         (gst_ffmpeg_pixfmt_to_caps):
26489           Fix BGRA32 caps (#164209).
26490
26491 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26492
26493         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26494
26495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26496         (gst_ffmpeg_caps_to_pixfmt):
26497           alpha_mask can be RGBA/ABGR. Fixes #164265.
26498
26499 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26500
26501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26504         (gst_mpeg2dec_alloc_buffer):
26505         * ext/mpeg2dec/gstmpeg2dec.h:
26506           Crop if decoding size is not the actual image size (#163676).
26507
26508 2005-01-17  Steve Baker  <steve@stevebaker.org>
26509
26510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26511
26512         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26513         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26514           Add libsndfile typefind functions (#163309).
26515
26516 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * tools/gst-launch-ext-m.m:
26519           Add .aac, fix .m1v/.m2v (#163891).
26520
26521 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26522
26523         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26524           Sanity check, don't wait endlessly since the clock might not
26525           actually run at this point (which is a deadlock). Fixes #164069.
26526
26527 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26528
26529         * gst/playback/gstplaybasebin.c: (probe_triggered):
26530           Of course, only pause if group is done...
26531
26532 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26533
26534         * gst/playback/gstplaybasebin.c: (probe_triggered):
26535           Thread safety.
26536
26537 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26538
26539         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26540           Don't return state change success when the parent
26541           failed.
26542
26543 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26546           Free events (fix memleak in #162905).
26547
26548 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26549
26550         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26553         (gst_ffmpeg_caps_to_pixfmt):
26554           Fix for depth = 15. Fixes #161675.
26555
26556 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26559           Set FPS correctly, even for webcams and the like.
26560         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26561           Don error on setting while capturing.
26562
26563 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26564
26565         * ext/dv/gstdvdec.c:
26566         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26567         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26568           I'm a bad boy. using /1001. to force C to do float division
26569           and not integer division (as it did in my last commit)
26570           Thanks to David I. Lehn for pointing this mistake.
26571
26572 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26575           Revert Johan's 1.35->1.36 since it breaks compat.
26576
26577 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26578
26579         * ext/dv/gstdvdec.c:
26580         * ext/libfame/gstlibfame.c:
26581         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26582         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26583           replace framerate aproximations by their real value
26584           (24000/1001, 30000/1001, 60000/1001)
26585           Finish fixing bug #164049
26586
26587 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26588
26589         * ext/ogg/gstoggmux.c:
26590           eos/bos debugging
26591         * gst/tcp/gstmultifdsink.c:
26592         * gst/tcp/gstmultifdsink.h:
26593         * gst/tcp/gsttcp.c:
26594         * gst/tcp/gsttcp.h:
26595         * gst/tcp/gsttcpclientsink.c:
26596         * gst/tcp/gsttcpclientsrc.c:
26597         * gst/tcp/gsttcpserversink.c:
26598         * gst/tcp/gsttcpserversrc.c:
26599           improve reusability of elements after state changes and errors
26600           make multifdsink throw away streamheaders when receiving new ones
26601
26602 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26605           Fix for if items are already in list...
26606
26607 2005-01-12  Benjamin Otte  <otte@gnome.org>
26608
26609         * gst/adder/gstadder.c: (gst_adder_loop):
26610           fix adder a bit so it doesn't screw up with events as much anymore
26611
26612 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26613
26614         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26615         (pixbufscale_scale), (gst_pixbufscale_chain):
26616         * ext/gdk_pixbuf/pixbufscale.h:
26617           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26618           to ensure rowstrides are calculated the same way as 
26619           ffmpegcolorspace
26620           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26621           that we pick up duration and offset also.
26622
26623 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26624
26625         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26626         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26627           Reusability fixes.
26628
26629 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26630
26631         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26632         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26633         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26634         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26635           Update flags when requested.
26636
26637 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26638
26639         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26640           Fix dmix.
26641
26642 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26645         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26646         (probe_triggered), (new_decoded_pad), (gen_source_element),
26647         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26648         * gst/playback/gstplaybasebin.h:
26649         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26650         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26651         (gst_play_bin_change_state):
26652           Implement group-switch signal for use in apps to clear metadata
26653           cache, clean up subtitle, add suburi property instead of # hack,
26654           some error-out fixes.
26655
26656 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26659           Debug.
26660         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26661           If we got a state change in the _get handler, don't return success.
26662
26663 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26664
26665         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26666         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26667           Make jpegdec quiet on MJPEG decoding
26668         * gst/asfdemux/README:
26669           Fix mimetypes for MJPEG and H263
26670
26671 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26672
26673         * ext/theora/theoradec.c: (theora_dec_chain):
26674           Fix broken code generation by gcc by swapping arguments.
26675         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26676           Fix \n in debug.
26677
26678 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26679
26680         * TODO:
26681           delete this file, it is by far outdated
26682         * ext/alsa/gstalsa.1: remove
26683         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26684         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26685         (gst_alsa_get_caps):
26686           Add HW probing for supported sample rates. Fixes #161704
26687
26688 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26689
26690         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26691           Don't crash, biatch! :).
26692
26693 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26694
26695         * ext/musepack/gstmusepackreader.cpp:
26696         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26697           Some work on tags - still doesn't work in playbin...
26698         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26699           Handle events...
26700
26701 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26702
26703         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26704           Also shove tags on kid pads.
26705
26706 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26707
26708         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26709           Don't bail on unknown events.
26710         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26711           Don't crash on events before negotiation.
26712         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26713           Send tags on pads, too.
26714         * gst/playback/gststreamselector.c:
26715         (gst_stream_selector_request_new_pad):
26716           Forward events on first pad if no input was selected yet.
26717
26718 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26719
26720         * gst/playback/gstplaybasebin.c: (setup_substreams):
26721           Don't disable streamtype if the stream doesn't exist, since
26722           then playing a video after audio will disable both and nothing
26723           will happen. Fixes the testsuite.
26724
26725 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26726
26727         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26728         (gst_v4l_xoverlay_set_xwindow_id):
26729         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26730         (gst_v4l2_xoverlay_set_xwindow_id):
26731           Add debug categories, fix overlay disabling.
26732
26733 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26734
26735         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26736         * ext/alsa/gstalsa.h:
26737           Add HW probing for period_count/size and buffer_size MIX/MAX
26738           Adjust default/user defined value if out of bounds
26739           Should fix bug #162024
26740
26741 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26742
26743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26744           Fix warning (#161191).
26745
26746 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26747
26748         * ext/dvdread/stream_labels.c:
26749         (dvdreadsrc_get_audio_stream_labels):
26750           Fix warning (init the good variable in switch default)
26751
26752 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26753
26754         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26755
26756         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26757           Fix gcc-2.95 compile (#163485).
26758
26759 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26760
26761         * configure.ac:
26762         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26763         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26764         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26765         (gst_flacenc_change_state):
26766         * ext/flac/gstflacenc.h:
26767           Update for API change in flac-1.1.1. Update requirement in
26768           configure.ac. Fixes #162974.
26769
26770 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * gst/playback/gstplaybasebin.c: (group_destroy):
26773           Remove hack to get rid of assert and get rid of unlinked
26774           signals properly.
26775
26776 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * gst/playback/gstplaybasebin.c: (setup_source):
26779           Set source to NULL so that resources are free'ed. Fixes issues
26780           with playback of CDDA and similar device-accessing things.
26781
26782 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * testsuite/embed/Makefile.am:
26785           test->noinst, fix make test in buildbot.
26786
26787 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26788
26789         * ext/dvdread/stream_labels.c: new file
26790         * ext/dvdread/stream_labels.h: new file
26791         * ext/dvdread/Makefile.am:
26792         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26793           Extract audio stream label from DVD IFO files.
26794           It only dump them on the console for now, still have to
26795           make playbin aware of them.
26796
26797 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26798
26799         * gst/playback/gstplaybasebin.c: (setup_source):
26800           Fix hanging subs.
26801
26802 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26805         (gen_preroll_element), (remove_groups), (setup_subtitle),
26806         (gen_source_element), (setup_source):
26807         * gst/playback/gstplaybasebin.h:
26808           Multiple .sub files is just a stupid idea... Fix some threading
26809           mistakes. Interestingly, external .sub files cause playbin to
26810           hang, I don't know why... Parsing fixes contributed by Fran??ois
26811           Kooman <fkooman@tuxed.net>.
26812
26813 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26814
26815         * testsuite/embed/Makefile.am:
26816           Fix buildbot.
26817
26818 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26819
26820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26821
26822         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26823         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26824         (gst_pngenc_set_property):
26825         * ext/libpng/gstpngenc.h:
26826           Add compression level property (#163323).
26827
26828 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * configure.ac:
26831         * examples/capsfilter/capsfilter1.c: (main):
26832         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26833         * ext/dvdread/Makefile.am:
26834         * ext/dvdread/demo-play:
26835         * ext/dvdread/demo-play.c:
26836         * gconf/gstreamer.schemas.in:
26837         * gst-libs/gst/gconf/gconf.c:
26838         * sys/v4l/TODO:
26839         * testsuite/Makefile.am:
26840         * testsuite/embed/Makefile.am:
26841         * testsuite/embed/embed.c: (cb_expose), (main):
26842           Remove all references to xvideosink, fix examples (#140845).
26843         * gst/playback/gstplaybasebin.c: (group_destroy):
26844           Apparently, disposal does not unlink - so do explicitely.
26845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26846           Add debug.
26847
26848 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26849
26850         * README: fix PKG_CONFIG_PATH instructions, what was there
26851         previously was breaking default search path, not nice. 
26852         Fixes #163358
26853
26854 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26855
26856         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26857         (gst_audioscale_chain):
26858           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26859           when resampling - how the ^@$^!@^! is this possible?!?
26860
26861 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26862
26863         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26864           Reset variables on READY.
26865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26866         (gst_matroska_mux_loop):
26867           Require data before writing header.
26868
26869 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26870
26871         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26872
26873         * ext/mad/gstmad.c: (gst_mad_chain):
26874           Don't call mad_stream_sync() directly after recovering sync.
26875           Fixes #151661.
26876
26877 2005-01-09  Martin Eikermann  <meiker@upb.de>
26878
26879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26880
26881         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26882         (snapshot_handler), (gst_snapshot_sinkconnect),
26883         (gst_snapshot_chain):
26884           Allocate resources when required, fix recursive signal emission
26885           and fix caps. Fixes #161667.
26886
26887 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26888
26889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26890
26891         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26892         (gst_pngdec_chain):
26893           Handle only 8-bppc (bits-per-pixel-component) images, better
26894           error handling and correct strides. Fixes #163177.
26895         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26896         (gst_pngenc_chain):
26897           Better error handling. Fixes #163348.
26898
26899 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26900
26901         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26902         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26903         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26904         (dvdnavsrc_uri_handler_init):
26905           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26906         * gst/playback/gstplaybasebin.c: (gen_source_element):
26907           Add MMS to streaming URIs.
26908
26909 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26912         * sys/xvimage/xvimagesink.c:
26913         (gst_xvimagesink_navigation_send_event):
26914           Check for pad availability before sending event.
26915
26916 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * gst-plugins.spec.in:
26919           Add subparse.
26920
26921 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26922
26923         * configure.ac:
26924           Since we use functions from CVS, up requirement.
26925
26926 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26927
26928         * gst/playback/Makefile.am:
26929         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26930         (group_destroy), (group_commit), (group_is_muted),
26931         (gen_preroll_element), (add_stream), (unknown_type),
26932         (probe_triggered), (preroll_unlinked), (mute_stream),
26933         (silence_stream), (new_decoded_pad), (setup_substreams),
26934         (setup_source), (get_active_source), (mute_group_type),
26935         (muted_group_change_state), (set_active_source),
26936         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26937         (play_base_eos), (gst_play_base_bin_change_state):
26938         * gst/playback/gstplaybasebin.h:
26939         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26940         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26941         (gst_stream_info_dispose), (stream_info_mute_pad),
26942         (stream_info_change_state), (gst_stream_info_set_mute):
26943         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26944         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26945         (gst_stream_selector_init), (gst_stream_selector_dispose),
26946         (gst_stream_selector_get_linked_pad),
26947         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26948         (gst_stream_selector_get_linked_pads),
26949         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26950         * gst/playback/gststreamselector.h:
26951           Adding stream selection support plus required properties for
26952           applications to use this. Fully fixes #100931.
26953
26954 2005-01-08  Benjamin Otte  <otte@gnome.org>
26955
26956         * gst/games/gstpuzzle.c: (nav_event_handler):
26957           - handle nav events differently: forward every event no matter if it
26958             was handled or not.
26959           - translate events
26960           You can now cheat by using navigationtest ! puzzle and moving the
26961           mouse close to the edge of a tile. ;)
26962
26963 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26964
26965         * configure.ac:
26966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26967         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26968         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26969         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26970         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26971         (gst_ogm_parse_plugin_init):
26972         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26973         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26974         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26975         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26976         * ext/pango/gsttextoverlay.h:
26977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26978         (gst_matroska_demux_handle_seek_event),
26979         (gst_matroska_demux_sync_streams),
26980         (gst_matroska_demux_parse_blockgroup),
26981         (gst_matroska_demux_subtitle_caps),
26982         (gst_matroska_demux_plugin_init):
26983         * gst/matroska/matroska-ids.h:
26984         * gst/playback/gstdecodebin.c: (close_pad_link):
26985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26986         (gen_preroll_element), (remove_groups), (add_stream),
26987         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26988         (setup_source):
26989         * gst/playback/gstplaybasebin.h:
26990         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26991         * gst/subparse/Makefile.am:
26992         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26993         (gst_subparse_base_init), (gst_subparse_class_init),
26994         (gst_subparse_init), (gst_subparse_formats),
26995         (gst_subparse_eventmask), (gst_subparse_event),
26996         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26997         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26998         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26999         (parse_mpsub_deinit), (parse_mpsub_init),
27000         (gst_subparse_buffer_format_autodetect),
27001         (gst_subparse_format_autodetect), (gst_subparse_loop),
27002         (gst_subparse_change_state), (gst_subparse_type_find),
27003         (plugin_init):
27004         * gst/subparse/gstsubparse.h:
27005         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27006         (plugin_init):
27007           Add subtitle support, .sub parser (supports SRT and MPsub),
27008           OGM text support, Matroska UTF-8 text support, deadlock fixes
27009           all over the place, subtitle awareness in decodebin/playbin
27010           and some fixes to textoverlay to handle subtitles in a stream
27011           correctly. Fixes #100931.
27012
27013 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27014
27015         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27016           Check for pad availability before doing a query on it.
27017
27018 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27019
27020         * ext/dv/gstdvdec.c:
27021           really fix bpp24/32 dvdec caps (classic rgba indeed)
27022         * gst/asfdemux/gstasfdemux.c:
27023         (gst_asf_demux_process_ext_content_desc):
27024           don't send text tags if they are empty (bis repetita)
27025
27026 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27027
27028         * ext/dv/gstdvdec.c:
27029          remove unneeded comment from dvdec
27030           (related to DV 4CC codes in AVI files)
27031           moved them in gstreamer/docs/random/mimetypes
27032         * gst/asfdemux/gstasfdemux.c:
27033         (gst_asf_demux_process_ext_content_desc):
27034          don't send text tags if they are empty
27035          fix mem leak on error path
27036         * gst/ffmpegcolorspace/avcodec.h:
27037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27038         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27039         (gst_ffmpegcsp_avpicture_fill):
27040         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27041         * gst/ffmpegcolorspace/imgconvert_template.h:
27042          adds BGR32 and BGRA32 to ffmpegcolorspace
27043           (still bad colors, fixing it on next commit)
27044           helps with dvdec outputing BGR32
27045
27046 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27047
27048         * ext/dv/gstdvdec.c:
27049          Fix audio caps i just broke (missing ',')
27050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27051         (gst_matroska_mux_reset):
27052          Fix typo + add FIXME about old "x-gst-metadata" crap
27053
27054 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27055
27056         * ext/dv/demo-play.c: (main):
27057          xvideosink -> xvimagesink
27058         * ext/dv/gstdvdec.c:
27059          change rgb 32/32 caps to 24/32 (no alpha)
27060          change nb of channels to be a list (2 or 4, not 2)
27061          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27062         * gst/asfdemux/gstasfdemux.c:
27063         (gst_asf_demux_process_ext_content_desc):
27064          Add 'date/year' to extracted metadata list
27065
27066 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27067
27068         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27069           The return value of fixate_to does not imply that the requested
27070           value was set, so don't assume.
27071
27072 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27073
27074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * ext/libpng/gstpngdec.c:
27077         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27078         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27079         * ext/libpng/gstpngenc.h:
27080           Alpha support (encoder; #163161), mime fixage.
27081
27082 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27083
27084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27087         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27088         (gst_faac_set_property), (gst_faac_get_property):
27089         * ext/faac/gstfaac.h:
27090           Allow for ADTS output (#153434).
27091
27092 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27093
27094         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27095           Fix against template (#150576).
27096
27097 2005-01-06  Benjamin Otte  <otte@gnome.org>
27098
27099         * gst/games/gstpuzzle.c: (draw_puzzle):
27100           don't draw a puzzle if either width or height of tiles would be 0.
27101
27102 2005-01-06  Benjamin Otte  <otte@gnome.org>
27103
27104         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27105         (gst_puzzle_class_init), (gst_puzzle_finalize):
27106           no memleaks, please
27107         (gst_puzzle_create), (gst_puzzle_init),
27108         (gst_puzzle_set_property), (gst_puzzle_setup):
27109           change initialization code around so we don't reshuffle on resize
27110         (draw_puzzle):
27111           fix another stupid typo
27112
27113 2005-01-06  Benjamin Otte  <otte@gnome.org>
27114
27115         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27116           fix stupid typo that borked copying on YUY2
27117
27118 2005-01-06  Benjamin Otte  <otte@gnome.org>
27119
27120         * gst/games/gstpuzzle.c: (draw_puzzle):
27121           fix edges when image sizes aren't multiples of tile sizes
27122
27123 2005-01-06  Benjamin Otte  <otte@gnome.org>
27124
27125         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27126           make RGB endianness work correctly
27127         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27128           refactor and fix race with initial shuffling
27129         (nav_event_handler):
27130           allow using the mouse to puzzle
27131         (draw_puzzle):
27132           insist on tiles having width and height as multiples of 4 to get
27133           clean YUV image handling
27134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27135         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27136           s/DEBUG/LOG/ for common messages
27137         (gst_xvimagesink_navigation_send_event):
27138           fix mouse event translation to not include screen PAR
27139         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27140           fix mouse event translation to actually work
27141
27142 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27143
27144         * gst/asfdemux/gstasfdemux.c:
27145         (gst_asf_demux_process_ext_content_desc):
27146          Extract TrackNumber metadata + clean up code
27147         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27148          Hope this is the good fix (var used unitialised)
27149
27150 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * ext/faad/gstfaad.c: (gst_faad_chain):
27153           Only increment timestamp if it's valid. Fixes raw AAC streams.
27154
27155 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27156
27157         * configure.ac:
27158         * gst/games/Makefile.am:
27159         * gst/games/gstpuzzle.c:
27160           add a puzzle game with...
27161         * gst/games/gstvideoimage.c:
27162         * gst/games/gstvideoimage.h:
27163           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27164           from videotestsrc and made into something that would be a nice
27165           library for a lot of other plugins.
27166
27167 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27168
27169         * configure.ac:
27170          don't compile faad plugin if a RC of 2.0 is found
27171          Fixes #155346 (and FC1 buildbot)
27172         * gst/asfdemux/gstasfdemux.c:
27173         (gst_asf_demux_process_ext_content_desc):
27174          try to make Solaris compiler happier
27175
27176 2005-01-06  Paul Jack  <pjack@sfaf.org>
27177
27178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27179
27180         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27181           Fix segfault (#161667).
27182
27183 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27184
27185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27186           Fix framerate reporting.
27187
27188 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27189
27190         * gst-libs/gst/riff/riff-ids.h:
27191         * gst/wavenc/riff.h:
27192          Add AMR (VBR and CBR) ids to riff.h audio codec list
27193         * gst/asfdemux/gstasfdemux.c:
27194         (gst_asf_demux_process_ext_content_desc),
27195         (gst_asf_demux_process_object):
27196           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27197
27198 2005-01-05  Martin Eikermann  <meiker@upb.de>
27199
27200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27201
27202         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27203         (gst_dvd_demux_handle_discont):
27204         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27205         (gst_mpeg_demux_handle_discont):
27206           Recreate pads on new-media (#160730).
27207         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27208           Send discont even if manager changes timestamps (#161929).
27209
27210 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27211
27212         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27213
27214         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27215           Fix invalid memory access (#159211).
27216
27217 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27218
27219         * examples/gstplay/player.c: (main):
27220           Don't iterate.
27221         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27222           Add visualizations.
27223         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27224         (gst_a52dec_handle_frame):
27225           Set duration.
27226         * ext/dvdnav/gst-dvd:
27227           Add audioconvert. Fixes #161325.
27228         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27229           Explicitely case to gint64. Possible valgrind error.
27230         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27231         (gst_play_tick_callback), (gst_play_change_state),
27232         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27233         (gst_play_set_location), (gst_play_get_location),
27234         (gst_play_seek_to_time), (gst_play_set_data_src),
27235         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27236         (gst_play_set_visualization), (gst_play_connect_visualization),
27237         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27238         (gst_play_new):
27239           Use playbin. Fixes #139749 and #147744.
27240         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27241           Add genre tag.
27242         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27243         (audioscale_get_type), (gst_audioscale_base_init),
27244         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27245         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27246         (gst_audioscale_link), (gst_audioscale_get_buffer),
27247         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27248         (gst_audioscale_init), (gst_audioscale_dispose),
27249         (gst_audioscale_chain), (gst_audioscale_set_property),
27250         (gst_audioscale_get_property), (plugin_init):
27251           Indent properly.
27252         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27253           Fix LPCM.
27254         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27255         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27256         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27257           Add more metadata (fixes #162656).
27258
27259 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27260
27261         * configure.ac:
27262           back to cvs
27263
27264 === release 0.8.7 ===
27265
27266 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27267
27268         * NEWS:
27269         * RELEASE:
27270         * configure.ac:
27271           releasing 0.8.7, "Hyperspace"
27272
27273 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27274
27275         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27276
27277         * gst/playback/gstplaybasebin.c:
27278          Fix for #162924 - free caps after use, not before
27279
27280 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27281
27282         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27283
27284         * gst/playback/gstplaybasebin.c:
27285         * gst/wavparse/gstwavparse.c:
27286           Fix for #154773 - fixes playback of small .wav files
27287
27288 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27289
27290         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27291
27292         * gst/audioscale/gstaudioscale.c:
27293           Fix for #162819 - make audioscale reusable
27294           Fixes playback of more than one file with playbin/totem
27295
27296 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27297
27298         * gst/ffmpegcolorspace/avcodec.h:
27299         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27300         * gst/ffmpegcolorspace/imgconvert.c:
27301           clean up the mess that made me cry and avoid needless duplication
27302
27303 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27304
27305         * gst/ffmpegcolorspace/imgconvert.c:
27306           give some indication of why we're segfaulting
27307
27308 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27309
27310         * configure.ac:
27311           Fix indentation, fix v4l2 plugin detection.
27312         * ext/Makefile.am:
27313           Fix libmms location (Maciej, use diff -u!).
27314         * ext/alsa/gstalsa.c: (gst_alsa_init):
27315           Initialize caps cache to NULL.
27316         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27317           Only change state on audiosink if it exists.
27318
27319 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27320
27321         * gst/matroska/matroska-demux.c:
27322         * gst/matroska/matroska-ids.h:
27323         * gst/matroska/matroska-demux.h:
27324         Fix Vorbis streams failing to decode in some files, where cluster_time
27325         isn't 0, because then it doesn't send codec_priv before actual data.
27326         Remove time-based test and replace it with marker set on beginning of
27327         new stream
27328
27329 2004-12-28  David Schleef  <ds@schleef.org>
27330
27331         Merge patch from Ronald fixing problems with streaming
27332         text.
27333         * ext/cairo/gstcairo.c: (plugin_init):
27334         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27335         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27336         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27337         (gst_textoverlay_font_init), (gst_textoverlay_init),
27338         (gst_textoverlay_set_property):
27339         * ext/cairo/gsttextoverlay.h:
27340
27341 2004-12-27  David Schleef  <ds@schleef.org>
27342
27343         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27344         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27345         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27346         (gst_textoverlay_font_init), (gst_textoverlay_init),
27347         (gst_textoverlay_set_property): Improvements to actually
27348         render text as white on black outline on video, including
27349         font selection and horizontal/vertical alignment.  (Ronald's
27350         christmas present)
27351         * ext/cairo/gsttextoverlay.h:
27352
27353 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27354
27355         * ext/ogg/gstogg.c:
27356         * ext/ogg/gstogmparse.c:
27357           fix ogm[audio/video]parse plugin registration
27358           (riff won't load if bytestream is already loaded)
27359
27360 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27361
27362         * gst/audioconvert/gstchannelmix.c:
27363           fix for GLIB < 2.4
27364
27365 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27366
27367         * Makefile.am:
27368         * configure.ac:
27369           disable docs again until it actually passes make distcheck.
27370
27371 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27372
27373         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27374         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27375         (plugin_init):
27376           Add 3GP (variables name Q3GP because they can't start with a
27377           number). Add samr audio fourcc (used in .3gp files), decoder
27378           is work in progress. Also do a GST_WARNING instead of ERROR
27379           in case of unknown nodes, to decrease output.
27380
27381 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27382
27383         * Makefile.am:
27384           really fix dist
27385
27386 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27387
27388         * configure.ac:
27389         * ext/speex/gstspeexdec.h:
27390         * ext/speex/gstspeexenc.h:
27391           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27392           Fix detection code in configure.ac
27393
27394 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27395
27396         * gst/matroska/matroska-demux.c:
27397         (gst_matroska_demux_parse_blockgroup):
27398           Save position, so that queries give proper return values. Don't
27399           know how this could ever have worked before...
27400
27401 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27402
27403         * configure.ac:
27404           Put additional LAME check inside the conditional.  Fixes #152339
27405
27406 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27407
27408         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27409         (gst_avi_demux_stream_scan):
27410           Add some more debug. Fix logic error when setting movi offset
27411           while reading index.
27412
27413 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27414
27415         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27416         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27417         (gst_avi_demux_process_next_entry):
27418           Add some debugging. Better detection of broken indexes and the
27419           accompanying index recovery. No infinite loops on state changes
27420           when we're still in our loopfunction.
27421
27422 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * configure.ac:
27425           Fix up.
27426
27427 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27428
27429         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27430
27431         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27432           Normalizing the value before setting
27433         (gst_sunaudiomixer_get_volume):
27434           Normalizing the value after getting. Fixes bug# 161980
27435
27436 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27437
27438         * Makefile.am: Make sure docs gets disted
27439         * docs/Makefile.am: Make sure all needed files get disted
27440         * gst-plugins.spec.in: latest updates
27441
27442 2004-12-22  Wim Taymans  <wim@fluendo.com>
27443
27444         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27445         Revert patch 1.38 as clock distribution over schedulers does
27446         not work correcly in the core yet.
27447
27448 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27449
27450         * sys/oss/README: remove this file, which predates my birth
27451           (and which content is by far outdated)
27452
27453 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27454
27455         * Makefile.am:
27456         * configure.ac:
27457         * docs/Makefile.am:
27458         * docs/libs/Makefile.am:
27459         * docs/libs/gst-plugins-libs-docs.sgml:
27460         * docs/libs/gst-plugins-libs-sections.txt:
27461         * docs/libs/tmpl/gstgconf.sgml:
27462         * docs/upload.mak:
27463         * docs/version.entities.in:
27464           Added boilerplate gtk-doc files for plugin-libs documentation.
27465
27466 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27467
27468         * gst/auparse/gstauparse.c: fix int and float audio caps
27469
27470 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27471
27472         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27473         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27474           g_assert() can be a macro, don't use #ifdef inside it.
27475
27476 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27477
27478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27479
27480         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27481         (gst_videorate_init), (gst_videorate_chain),
27482         (gst_videorate_change_state):
27483           Event handling (fixes #159986).
27484
27485 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27486
27487         * gst-libs/gst/riff/riff-media.c:
27488         (gst_riff_create_video_caps_with_data):
27489           Add BLZ0 (Blizzard's version of DivX) fourcc.
27490
27491 2004-12-18  David Schleef  <ds@schleef.org>
27492
27493         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27494         portability fix.
27495
27496 2004-12-18  David Schleef  <ds@schleef.org>
27497
27498         * gst/tta/ttadec.h: Disable some header code that isn't used
27499         and clearly isn't portable.
27500
27501 2004-12-18  David Schleef  <ds@schleef.org>
27502
27503         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27504         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27505         (avcodec_get_pix_fmt), (avpicture_layout),
27506         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27507         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27508         Fix code to not use GCC extensions (and c99 extensions that
27509         Forte does not like.)
27510
27511 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27512
27513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27514
27515         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27516         (gst_deinterlace_chain):
27517           Rowstride fixes. Fixes #161039.
27518         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27519         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27520         (gst_video_crop_getcaps), (gst_video_crop_link),
27521         (gst_video_crop_i420), (gst_video_crop_chain),
27522         (gst_video_crop_change_state):
27523           Rework of negotiation. Actually works now. Fixes #158650.
27524
27525 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27526
27527         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27528           That was very stupid.
27529
27530 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27531
27532         * gst/matroska/matroska-demux.c:
27533         (gst_matroska_demux_parse_blockgroup):
27534           Fix possible crasher.
27535
27536 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27537
27538         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27539         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27540           Lace sizes can be zero.
27541
27542 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27543
27544         * ext/musepack/gstmusepackdec.cpp:
27545           Fetch error return values. Fixes #161624.
27546         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27547           Really EOS.
27548
27549 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27550
27551         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27552           Work for truncated (unfinished download etc.) files. Fixes #160514.
27553
27554 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27555
27556         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27557           Fix for integer overflow. Makes #156001 not crash. Probably masks
27558           the real bug.
27559
27560 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27561
27562         * gst/ac3parse/gstac3parse.c: (plugin_init):
27563           Parsers never have ranks. Fixes #159651.
27564
27565 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27566
27567         * gst/playback/gstdecodebin.c: (compare_ranks):
27568           make sure the facotries are ordered the same every time even if they
27569           have the same rank by using the name
27570         * gst/playback/gstdecodebin.c: (find_compatibles):
27571           make sure we don't add factories to the list twice
27572
27573 2004-12-16  David Schleef  <ds@schleef.org>
27574
27575         * configure.ac: look for musepack headers as musepack/*.h
27576         (fixes #159847)
27577         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27578         * ext/musepack/gstmusepackreader.h: same
27579
27580 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27581
27582         * gst-libs/gst/riff/riff-read.c:
27583         (gst_riff_read_strf_auds_with_data):
27584           Read extradata correctly (fixes #155879).
27585
27586 2004-12-16  David Schleef  <ds@schleef.org>
27587
27588         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27589         audio.  does _not_ attempt or allow conversion unless channels
27590         is 1 or 2.
27591
27592 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27593
27594         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27595
27596 2004-12-16  David Schleef  <ds@schleef.org>
27597
27598         * gst/audioscale/gstaudioscale.c: the resample library only
27599         handles 1 or 2 channels.  Change caps to compensate.
27600
27601 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27602
27603         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27604         (gst_matroska_demux_audio_caps):
27605           Some MPEG-AAC hacks, because else it doesn't work...
27606
27607 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27608
27609         * gst-libs/gst/riff/riff-media.c:
27610         (gst_riff_create_video_caps_with_data),
27611         (gst_riff_create_video_template_caps):
27612           Add h264.
27613
27614 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27615
27616         * gst-libs/gst/audio/Makefile.am:
27617           Try to fix buildbot.
27618
27619 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27620
27621         * gst/tcp/gstmultifdsink.c:
27622           Clean up and uniformize debugging.
27623
27624 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27625
27626         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27627
27628         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27629         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27630         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27631         (gst_mpeg_demux_change_state):
27632           Reset on ready. Fixes 160276.
27633
27634 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27635
27636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27637
27638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27639         (gst_ffmpegcsp_pad_link):
27640           Fix memleak (#154815).
27641
27642 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27643
27644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27645
27646         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27647         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27648         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27649         * ext/musicbrainz/gsttrm.h:
27650           Add support for using a proxy server when getting a trm id from
27651           the MusicBrainz database (#149613).
27652
27653 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27654
27655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27656
27657         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27658         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27659           Fix memleaks (#157233).
27660
27661 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27662
27663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27664
27665         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27666         * gst-libs/gst/resample/resample.h:
27667         * gst/audioscale/gstaudioscale.c:
27668           Fix memleak (#159215).
27669
27670 2004-12-16  Toni Willberg  <toniw@iki.fi>
27671
27672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27673
27674         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27675         * sys/oss/oss_probe.c: (main):
27676           Check for mono/stereo support (similar to samplerate probing),
27677           fixes #159433. Also add missing copyright header to oss_probe.c.
27678
27679 2004-12-15  David Schleef  <ds@schleef.org>
27680
27681         * configure.ac: add audioresample and cairo plugins.  Remove
27682         HAVE_MMX stuff, because it's not used.
27683         * ext/Makefile.am: same
27684         * ext/audioresample/Makefile.am: You are not ready for an
27685         audio resampling element based on audioresample.
27686         * ext/audioresample/gstaudioresample.c:
27687         * ext/audioresample/gstaudioresample.h:
27688         * ext/cairo/Makefile.am: You are not ready for overlay elements
27689         based on cairo.  Don't look too closely, these elements kinda
27690         suck right now.
27691         * ext/cairo/gstcairo.c: new
27692         * ext/cairo/gsttextoverlay.c: new
27693         * ext/cairo/gsttextoverlay.h: new
27694         * ext/cairo/gsttimeoverlay.c: new
27695         * ext/cairo/gsttimeoverlay.h: new
27696         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27697         problem with compilers that don't support variadic macros.
27698
27699 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27700
27701         Reviewed by:  David Schleef  <ds@schleef.org>
27702
27703         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27704         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27705         bit.  Also ran indent-gst.
27706         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27707         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27708         (gst_sunaudiosrc_setparams):
27709
27710 2004-12-14  David Schleef  <ds@schleef.org>
27711
27712         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27713         output rate to 16000.  Should fix #160235.
27714
27715 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27716
27717         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27718         Add typefinding for mpeg2 pes streams
27719
27720 2004-12-13  David Schleef  <ds@schleef.org>
27721
27722         * configure.ac:  Applied patch from bug #143659, making default
27723         sources and sinks OS-dependent (for Solaris), and added code
27724         for OS/X.
27725         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27726
27727 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27728
27729         * gst-libs/gst/riff/riff-media.c:
27730           forgot to add h2.64 to avidemux template caps
27731
27732 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27733
27734         * gst/wavenc/riff.h:
27735         * gst-libs/gst/riff/riff-media.c:
27736         * gst-libs/gst/riff/riff-ids.h:
27737         * gst/avi/gstavimux.c
27738         add 4CC code for VideoSoft h264 in AVI (VSSH)
27739           fixes bug #160655
27740         remove s323 from riff, it's quicktime specific :(
27741
27742 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27743
27744         * gst/asfdemux/README
27745         * gst/wavenc/riff.h
27746         * gst-libs/gst/riff/riff-ids.h
27747         * gst-libs/gst/riff/riff-media.c
27748         * gst/qtdemux/qtdemux.c:
27749           add new 4CC codes for h263 related codecs
27750           fixes partially bug #155163
27751
27752 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27753
27754         * configure.ac: Update polyaudio requirement to 0.7
27755         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27756
27757 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27758
27759         * gst/interleave/deinterleave.c:
27760         fix my name's spelling! :)
27761
27762 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27763
27764         * AUTHORS ChangeLog
27765         * gst/auparse/gstauparse.c
27766         * gst/interleave/deinterleave.c
27767         * gst/law/:
27768                 alaw-decode.c alaw-encode.c
27769                 mulaw-decode.c mulaw-encode.c
27770         * gst/oneton/gstoneton.c
27771         * sys/osxaudio/:
27772                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27773         * sys/osxvideo/:
27774                 cocoawindow.h cocoawindow.m
27775                 osxvideosink.h osxvideosink.m
27776
27777         put the same mail address for Zaheer Abbas Merali everywhere
27778
27779 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27780
27781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27782           Align by packetsize, and assert that we a packet available before
27783           playing. The first makes webstreams work (they often include
27784           trailing padding data in a packet), the second allows pausing a
27785           ASF stream in totem without getting demux errors afterwards.
27786
27787 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27788
27789         * ext/ogg/gstoggdemux.c: (get_relative):
27790           Check for non-NULL before accessing member (end-of-chain).
27791
27792 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27793
27794         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27795         (cdparanoia_set_property), (cdparanoia_get_property):
27796         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27797         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27798         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27799         (dvdreadsrc_init), (dvdreadsrc_set_property),
27800         (dvdreadsrc_get_property):
27801         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27802         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27803           Synchronize property names where not yet the case. Devices are
27804           now device=X, other versions are deprecated (but still exist).
27805           Also use g_free() unconditionally.
27806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27807         (setup_source), (gst_play_base_bin_get_property):
27808           Expose source.
27809
27810 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27811
27812         * configure.ac: move GCONF macro outside conditional for the am
27813           conditional. Fixes #160439
27814
27815 2004-12-08  David Schleef  <ds@schleef.org>
27816
27817         * tools/gst-visualise-m.m: Switch to elements that currently
27818         exist.
27819
27820 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27821
27822         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27823           We love wrong commas.
27824
27825 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27826
27827         * gst/matroska/matroska-demux.c:
27828         (gst_matroska_demux_handle_src_query):
27829           Don't set DEFAULT, unsupported - makes length display incorrectly
27830           in some cases.
27831
27832 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27833
27834         * gst/monoscope/README: remove blurb about files being GPL
27835         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27836         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27837           monoscope is now effectively LGPL licensed
27838
27839 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27840
27841         * gst/monoscope/README: Update information to be more correct
27842         * gst/monoscope/convolve.c: Relicense to LGPL
27843         * gst/monoscope/convolve.h: Relicense to LGPL
27844
27845 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27846
27847         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27848           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27849         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27850           set default_duration for mpeg1 audio
27851
27852 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27853
27854         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27855         * ext/alsa/gstalsa.h:
27856           refactor big chunks of the core caps negotiation code to make it
27857           a lot faster, because people claim it's really slow
27858           (actually, just cache the getcaps when the device is opened)
27859
27860 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27861
27862         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27863         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27864         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27865         (gst_a52dec_change_state), (plugin_init):
27866         * ext/a52dec/gsta52dec.h:
27867           Do something useful with timestamps. Make chain-based (since
27868           there's really no reason to be loopbased).
27869         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27870           Update current_byte/frame correctly.
27871
27872 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27873
27874         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27875         (gst_ape_demux_stream_init):
27876           Forward tags, too.
27877
27878 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27879
27880         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27881           Let's make sure we're done typefinding when detecting tags.
27882
27883 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27884
27885         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27886         (gst_ebml_read_init), (gst_ebml_read_use_event),
27887         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27888         (gst_ebml_read_seek), (gst_ebml_read_skip),
27889         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27890         (gst_ebml_read_master):
27891         * gst/matroska/ebml-read.h:
27892         * gst/matroska/matroska-demux.c:
27893         (gst_matroska_demux_parse_contents),
27894         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27895           Disgustingly evil hack for working around INTERRUPT events and
27896           their extremely annoying habit of being a pain in the ass. We
27897           simply peek a cluster before reading any of it.
27898
27899 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27900
27901         * ext/musepack/gstmusepackdec.cpp:
27902           There's also floating point libmusepacks.
27903
27904 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27905
27906         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27907         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27908           Set DURATION even if source buffer didn't. Also use increasing
27909           timestamps.
27910         * gst-libs/gst/riff/riff-media.c:
27911         (gst_riff_create_audio_caps_with_data):
27912           Block_align can have larger values than 8192.
27913
27914 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27915
27916         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27917         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27918         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27919         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27920           Fix caps.
27921
27922 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27923
27924         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27925           Fix logic bug.
27926
27927 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27928
27929         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27930           Yay, another one.
27931
27932 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27933
27934         * ext/esd/esdsink.c: (gst_esdsink_chain):
27935           Make error actually say something useful (fixes #156798).
27936         * gst-libs/gst/riff/riff-media.c:
27937         (gst_riff_create_video_caps_with_data),
27938         (gst_riff_create_video_template_caps):
27939           Add Intel Video 5.0 fourcc (IV50).
27940
27941 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27942
27943         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27944         detection on mono and stereo mp3 files.
27945
27946 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27947
27948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27949           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27950           the contained stream).
27951
27952 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27955           Oops, remove debug.
27956
27957 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27958
27959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * gst/law/alaw-decode.c: (alawdec_getcaps):
27962         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27963           Prevent warnings when negotiating caps (fixes #159338).
27964
27965 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27968         (gst_ffmpegcsp_chain):
27969           Remove old leftover that shouldn't be there...
27970
27971 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27972
27973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27974
27975         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27976           Don't forward DISCONT events (fixes #159684).
27977
27978 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27979
27980         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27981           Unlink manually since sometimes bin disposal (and therefore
27982           pad unlinking) is delayed, which will cause a new media file
27983           to not be able to start playing instantly.
27984
27985 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27986
27987         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27988           On mute of an unlinked stream, check for pad availability so
27989           we don't crash on unlinked pad.
27990
27991 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27994         (gst_avi_demux_massage_index):
27995           Fix quite humiliating bug in omitting 0-sized index chunks but
27996           forgetting to count them for timestamps.
27997
27998 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27999
28000         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28001           Actually leave the loop if we failed to sync. Don't crash.
28002
28003 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28004
28005         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28006         (gst_dvd_demux_process_private):
28007         * gst/mpegstream/gstdvddemux.h:
28008           Fix crash (#159759). Doesn't work, though. :-(.
28009
28010 2004-11-28  Benjamin Otte  <otte@gnome.org>
28011
28012         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28013           more overwriting protection due to modifying channels one by one
28014           instead of all at once
28015
28016 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28017
28018         * gst/audioconvert/gstchannelmix.c:
28019         (gst_audio_convert_fill_normalize):
28020           Normalize using absolute values.
28021
28022 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28023
28024         * configure.ac:
28025         * ext/Makefile.am:
28026         * ext/directfb/Makefile.am:
28027         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28028         (gst_directfbvideosink_get_pixel_format),
28029         (gst_directfbvideosink_get_format_from_fourcc),
28030         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28031         (gst_directfbvideosink_sink_link),
28032         (gst_directfbvideosink_change_state),
28033         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28034         (gst_directfbvideosink_buffer_alloc),
28035         (gst_directfbvideosink_interface_supported),
28036         (gst_directfbvideosink_interface_init),
28037         (gst_directfbvideosink_navigation_send_event),
28038         (gst_directfbvideosink_navigation_init),
28039         (gst_directfbvideosink_set_property),
28040         (gst_directfbvideosink_get_property),
28041         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28042         (gst_directfbvideosink_base_init),
28043         (gst_directfbvideosink_class_init),
28044         (gst_directfbvideosink_get_type), (plugin_init):
28045         * ext/directfb/directfbvideosink.h: Adding a first version of
28046         directfbvideosink.
28047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28048         more.
28049
28050 2004-11-28  Benjamin Otte  <otte@gnome.org>
28051
28052         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28053           walk the samples backwards if out_channels > in_channels so we don't
28054           overwrite data
28055
28056 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28057
28058         * gst/audioconvert/Makefile.am:
28059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28060         (gst_audio_convert_link), (gst_audio_convert_change_state),
28061         (gst_audio_convert_channels):
28062         * gst/audioconvert/gstchannelmix.c:
28063         (gst_audio_convert_unset_matrix),
28064         (gst_audio_convert_fill_identical),
28065         (gst_audio_convert_fill_compatible),
28066         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28067         (gst_audio_convert_fill_others),
28068         (gst_audio_convert_fill_normalize),
28069         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28070         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28071         * gst/audioconvert/gstchannelmix.h:
28072           Implement a channel mixer.
28073
28074 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28075
28076         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28077         * ext/alsa/gstalsa.h:
28078         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28079         Make alsasink actually honor gst_element_set_clock and use that
28080         clock instead of its internal one.
28081
28082 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28083
28084         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28085         (gst_play_base_bin_change_state): nullify source and decoder when
28086         going from READY to NULL so that we don't try to do weird stuff with
28087         them when going from NULL to READY
28088         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28089         instead of g_object_unref
28090         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28091         it should be correct
28092         (gst_play_bin_change_state): don't call remove_sinks if we are
28093         currently disposing the object
28094
28095 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28096
28097         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28098           Don't forget bass if it's there. Else left channel is silent...
28099
28100 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28101
28102         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28103         (gst_a52dec_change_state):
28104           Don't do sample adjusting anymore, we use float audio now.
28105         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28106           Don't fixate to non-existing properties.
28107
28108 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28109
28110         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28111         (gst_a52dec_change_state):
28112           Advertise that we can do surround sound.
28113
28114 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28117           Add buffer-frames=0.
28118         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28119         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28120         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28121         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28122         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28123         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28124         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28125         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28126         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28127         * ext/dvdread/dvdreadsrc.h:
28128           Add seeking, querying for bytes, sectors, title, angle and
28129           chapter. Handle multiple chapters. Relicense to LGPL because
28130           Billy agreed on that (thanks Billy!).
28131
28132 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28133
28134         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28135         call parent dispose method
28136
28137 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28138
28139         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28140         (gst_audio_clock_get_internal_time):
28141         Fix active <-> inactive transitions: ensure time value always
28142         grows and avoid abrupt value changes.
28143
28144 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28145
28146         * configure.ac:
28147         * gst/tta/Makefile.am:
28148         * gst/tta/crc32.h:
28149         * gst/tta/filters.h:
28150         * gst/tta/gsttta.c:
28151         * gst/tta/gstttadec.c:
28152         * gst/tta/gstttadec.h:
28153         * gst/tta/gstttaparse.c:
28154         * gst/tta/gstttaparse.h:
28155         * gst/tta/ttadec.h:
28156           added TTA parser and decoder
28157
28158 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28159
28160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28161         (probe_triggered), (check_queue), (buffer_underrun),
28162         (buffer_running), (buffer_overrun), (gen_source_element),
28163         (setup_source):
28164         * gst/playback/gstplaybasebin.h:
28165           Implement buffering. Needs some more work.
28166
28167 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28168
28169         * ext/theora/theoradec.c: (theora_dec_chain):
28170           Fix ilog mask range overflow.
28171
28172 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28173
28174         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28175           Don't omit the last (which in case of dmix is the only :) )
28176           channel count. Don't set channels if <= 2.
28177
28178 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28179
28180         * gst/playback/gstplaybin.c: (gen_video_element),
28181         (gen_audio_element): Removed 2 obsolete comments
28182
28183 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28184
28185         * ext/vorbis/oggvorbisenc.c
28186         * ext/vorbis/vorbisenc.c :
28187           change description fields of those plugins to differentiate them
28188           (pitivi show Encoders by description, they had the same one)
28189
28190 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28191
28192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28193
28194         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28195         (gst_play_bin_set_property), (gen_video_element),
28196         (gen_audio_element):
28197           Refcounting fixes for provided audio-/videosinks.
28198
28199 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28200
28201         * gst/playback/gstplaybin.c: (gen_video_element),
28202         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28203           Don't reference all sinks, but only the video- and audiosinks.
28204           The vis. element should be disposed when we're done with it.
28205           We don't have any reason to keep it around. This fixes warnings
28206           when reusing playbin for playing multiple audio files with
28207           vis. enabled. Also release audio device on pause - idea stolen
28208           from Rhythmbox.
28209
28210 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28211
28212         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28213         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28214         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28215         * ext/alsa/gstalsaplugin.c: (plugin_init):
28216         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28217         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28218         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28219         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28220         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28221         (gst_faad_change_state), (plugin_init):
28222         * ext/faad/gstfaad.h:
28223         * ext/vorbis/vorbis.c: (plugin_init):
28224         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28225         * gst-libs/gst/audio/Makefile.am:
28226         * gst-libs/gst/audio/audio.c: (plugin_init):
28227         * gst-libs/gst/audio/multichannel.c:
28228         (gst_audio_check_channel_positions),
28229         (gst_audio_get_channel_positions),
28230         (gst_audio_set_channel_positions),
28231         (gst_audio_set_structure_channel_positions_list),
28232         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28233         (gst_audio_fixate_channel_positions):
28234         * gst-libs/gst/audio/multichannel.h:
28235         * gst-libs/gst/audio/testchannels.c: (main):
28236         * gst/audioconvert/gstaudioconvert.c:
28237         (gst_audio_convert_class_init), (gst_audio_convert_init),
28238         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28239         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28240         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28241         * gst/audioconvert/plugin.c: (plugin_init):
28242           Surround sound support.
28243
28244 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28245
28246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28247           Fix position for discont if we're close as well. Nitpicking, but
28248           saves a few milliseconds of extra waiting or skipping.
28249
28250 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28253           We sometimes need parsers for playback, so add those too.
28254
28255 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28256
28257         * configure.ac:
28258         * gst/apetag/Makefile.am:
28259         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28260         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28261         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28262         (gst_ape_demux_get_src_query_types),
28263         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28264         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28265         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28266         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28267         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28268         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28269         (gst_ape_demux_change_state):
28270         * gst/apetag/apedemux.h:
28271         * gst/apetag/apetag.c: (plugin_init):
28272         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28273         (plugin_init):
28274           APE v1/2 tag reader plus typefind function.
28275
28276 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28277
28278         * configure.ac:
28279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28280         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28281           Remove hacks for older core. Require newer core version
28282           accordingly.
28283
28284 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28285
28286         * gst/cdxaparse/Makefile.am:
28287         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28288         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28289         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28290         * gst/cdxaparse/gstcdxaparse.h:
28291         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28292         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28293         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28294         (gst_cdxastrip_get_src_query_types),
28295         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28296         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28297         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28298         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28299         * gst/cdxaparse/gstcdxastrip.h:
28300           SVCD/VCD header stripping separated from CDXA image parsing.
28301         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28302         (plugin_init):
28303           Add VCD/SVCD header typefinding for VCD/SVCD.
28304         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28305         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28306         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28307         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28308         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28309         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28310         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28311         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28312         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28313         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28314         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28315         * sys/vcd/vcdsrc.h:
28316           Fix up, add seeking, querying, URI interface. Works in totem now.
28317
28318 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28319
28320         * configure.ac:
28321           back to CVS
28322
28323 === release 0.8.6 ===
28324
28325 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28326
28327         * NEWS:
28328         * RELEASE:
28329         * configure.ac:
28330         * po/af.po:
28331         * po/az.po:
28332         * po/cs.po:
28333         * po/en_GB.po:
28334         * po/hu.po:
28335         * po/it.po:
28336         * po/nb.po:
28337         * po/nl.po:
28338         * po/or.po:
28339         * po/sq.po:
28340         * po/sr.po:
28341         * po/sv.po:
28342         * po/uk.po:
28343           releasing 0.8.6, "IOU Love"
28344
28345 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28346
28347         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28348
28349         * gst/playback/gstplaybasebin.c:
28350           Fix unplayable files error handling.  Fixes #158365
28351
28352 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28353
28354         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28355
28356         * gst/typefind/gsttypefindfunctions.c:
28357           Fix broken mp3 typefinding.  Fixes #158375
28358
28359 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28360
28361         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28362
28363         * ext/ogg/gstoggdemux.c:
28364           Fix sync on broken files.  Fixes #158976
28365
28366 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28367
28368         patch by: Edward Hervey <bilboed@bilboed.com>
28369
28370         * ext/libpng/gstpngenc.c:
28371           Copy over buffer properties.  Fixes #158832
28372
28373 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28374
28375         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28376
28377         * ext/dvdread/dvdreadsrc.c:
28378           Fixes invalid reads (#158462)
28379
28380 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28381
28382         * sys/v4l/gstv4lsrc.c:
28383         * sys/v4l/gstv4lsrc.h:
28384         * sys/v4l/v4lsrc_calls.c:
28385           Probe less and cache it.  Fixes #159187.
28386
28387 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28388
28389         * gst/videorate/gstvideorate.c:
28390           Handle all video formats. Fixes #159186.
28391
28392 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28393         * gst/synaesthesia/gstsynaesthesia.c:
28394         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28395         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28396         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28397         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28398         (gst_synaesthesia_change_state), (plugin_init):
28399         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28400         Force 320x200 output, as that's the only thing the underlying
28401         synaesthesia implementation supports. Still needs to be made
28402         re-entrant.
28403
28404 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28405
28406         * configure.ac:
28407           Fix mpeg2enc configure check (similar to mplex check below).
28408
28409 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28410
28411         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28412
28413         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28414           Fix for gcc-2.95 (fixes #158221).
28415
28416 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28419           Re-add clock distribution hack (until new core is released).
28420           Fixes #158125.
28421
28422 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28423         * configure.ac:
28424           fix mplex configure check segfaulting on some systems (bug #140994)
28425
28426 2004-11-13  Benjamin Otte  <otte@gnome.org>
28427
28428         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28429           add debugging
28430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28431           do a wait when we enter the loop func with no data available to
28432           write instead of getting into an 100% CPU loop by just returning and
28433           being called again by the scheduler
28434
28435 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28436
28437         * configure.ac:
28438         * ext/libvisual/visual.c: (gst_visual_get_type),
28439         (libvisual_log_handler), (gst_visual_getcaps),
28440         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28441         (plugin_init):
28442           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28443         * ext/smoothwave/Makefile.am:
28444         * ext/smoothwave/demo-osssrc.c: (main):
28445         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28446         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28447         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28448         (plugin_init):
28449         * ext/smoothwave/gstsmoothwave.h:
28450           Make gstsmoothwave a working element in the 20th century.
28451
28452         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28453           Fix incorrect link function
28454
28455 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28456
28457         * gst/volume/gstvolume.c:
28458           Allow buffer-frames=0.
28459
28460 2004-11-12 Iain <iaingnome@gmail.com>
28461
28462         * configure.ac: Check for polypaudio
28463
28464         * ext/Makefile.am: Build the polyp dir
28465
28466         * ext/polyp: The polypsink sources.
28467
28468 2004-10-30 Iain <iaingnome@gmail.com>
28469
28470         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28471         caps to reflect the new number of channels.
28472
28473 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28474
28475         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28476           Fix for negotiation order problem. This would show when the
28477           ALSA loopfuction was called before any other function. ALSA
28478           wouldn't do anything because we're not negotiated yet, leading
28479           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28480
28481 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28482
28483         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28486           No warnings (#157986).
28487
28488 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28489
28490         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28491           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28492
28493 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28494
28495         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28496           Signal no-more-pads (so it works in playbin).
28497
28498 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28499
28500         * ext/musepack/gstmusepackreader.cpp:
28501           Workaround for older core.
28502
28503 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28504
28505         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28506           Actually test for odd width/height rather than testing whether
28507           a temporary variable that was 0 before we subtracted 1 is now
28508           not equal to zero (which it always is).
28509
28510 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28511
28512         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28513         Fix compilation if HAVE_XVIDEO is not defined
28514
28515 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28516
28517         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28518         Fix compilation if HAVE_XVIDEO is not defined
28519
28520 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28521
28522         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28523         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28524         (gst_goom_change_state), (plugin_init):
28525         Use the bytestream adapter so goom doesn't depend on the input
28526         buffer size.
28527         Add a debug category
28528
28529 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28530
28531         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28532           Only set hardware parameters *after* negotiation. Before
28533           negotiation, it will set ANY and that seems to cause crashes
28534           (see e.g. #151288, #153227).
28535
28536 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28537
28538         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28539           This seems to be antique leftover. It needs to pass error
28540           checking.
28541         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28542         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28543         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28544         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28545           Fix GstXOverlay implementation (#151059).
28546
28547 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28550           Don't assert (#157853).
28551
28552 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28553
28554         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28555           Fix bytes/samples confustion.
28556         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28557           Fix for underrun (#144389).
28558
28559 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28560
28561         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28562           Disable halfway-seek for pending release (since it needs a new
28563           core release).
28564
28565 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28566
28567         * sys/v4l/gstv4lsrc.c:
28568         * sys/v4l/gstv4lsrc.h:
28569         * sys/v4l/v4lsrc_calls.c:
28570           add autoprobe-fps property so we can separate autoprobing parts
28571
28572 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28573
28574         * sys/v4l/gstv4lsrc.c:
28575         * sys/v4l/v4lsrc_calls.c:
28576         initialise fourcc to catch unset fourcc's, and debug
28577
28578 2004-11-09  Wim Taymans  <wim@fluendo.com>
28579
28580         * gst/playback/README:
28581         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28582         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28583         (gst_play_bin_dispose), (gst_play_bin_set_property),
28584         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28585         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28586         (gst_play_bin_get_formats), (gst_play_bin_convert),
28587         (gst_play_bin_get_query_types), (gst_play_bin_query):
28588         Cleanups and some more documentation.
28589
28590 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28591
28592         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28593         (gst_cacasink_init), (gst_cacasink_chain):
28594         * ext/libcaca/gstcacasink.h:
28595         Cacasink inherits from VideoSink, so let that store the clock.
28596
28597 2004-11-09  Wim Taymans  <wim@fluendo.com>
28598
28599         * gst/playback/README:
28600         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28601         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28602         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28603         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28604         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28605         (setup_sinks):
28606         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28607         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28608         * gst/playback/gststreaminfo.h:
28609         Updated README.
28610         Only switch groups if all streams have muted (EOSed).
28611         Send Tags in sync with the stream playback instead of in
28612         the playback/preroll phase.
28613         Some cleanups, free the fakesrc elements.
28614
28615 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28616
28617         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28618           buffer-frames property was missing
28619         * ext/arts/gst_arts.c:
28620           rate missing from sinkcaps
28621         * ext/audiofile/gstafparse.c:
28622         * ext/audiofile/gstafsink.c:
28623         * ext/audiofile/gstafsrc.c:
28624         * ext/swfdec/gstswfdec.c:
28625           int audio doesn't know buffer-frames
28626         * ext/cdparanoia/gstcdparanoia.c:
28627           int audio doesn't know chunksize either
28628         * ext/nas/nassink.c:
28629           it's endianness, not endianess
28630         * gst-libs/gst/audio/audio.h:
28631           make float standard pad template caps really describe float
28632         * gst/law/mulaw.c: (linear_factory):
28633           signed only, please
28634         * gst/mpegstream/gstdvddemux.c:
28635           widths of 20 are not valid
28636
28637 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28638
28639         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28640
28641         * po/LINGUAS:
28642         * po/it.po:
28643           Add Italian
28644
28645 2004-11-08  Wim Taymans  <wim@fluendo.com>
28646
28647         * gst/playback/README:
28648         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28649         * gst/playback/gstplaybasebin.c: (probe_triggered),
28650         (gst_play_base_bin_change_state):
28651         Updated README, added more comments for fixmes etc..
28652
28653 2004-11-08  Wim Taymans  <wim@fluendo.com>
28654
28655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28656         We can remove this hack now.
28657
28658 2004-11-08  Wim Taymans  <wim@fluendo.com>
28659
28660         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28661         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28662         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28663         Only mix AYUV for maximum quality.
28664
28665 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28666
28667         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28668         (gst_ogg_demux_push), (gst_ogg_pad_push):
28669           Let's act as if we're synchronized now! :).
28670         * ext/theora/theoradec.c: (theora_dec_chain):
28671           Add some debug.
28672
28673 2004-11-08  Wim Taymans  <wim@fluendo.com>
28674
28675         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28676         (gst_alpha_set_property), (gst_alpha_sink_link),
28677         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28678         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28679         (gst_alpha_init_params), (gst_alpha_chain):
28680         Implement alpha functions for AYUV too, this increases
28681         accuracy quite a bit.
28682
28683 2004-11-08  Wim Taymans  <wim@fluendo.com>
28684
28685         * gst/ffmpegcolorspace/avcodec.h:
28686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28687         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28688         (gst_ffmpegcsp_avpicture_fill):
28689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28690         (gst_ffmpegcsp_caps_remove_format_info):
28691         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28692         (shrink12), (img_get_alpha_info), (deinterlace_line),
28693         (deinterlace_line_inplace):
28694         * gst/ffmpegcolorspace/imgconvert_template.h:
28695         Added AYUV colorspace and handle RGBA a bit more respectful.
28696
28697 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28698
28699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28700           Actually always send a discont (cornercase when resending the
28701           same serial-tagged chain twice).
28702
28703 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28704
28705         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28706         (gst_ximagesink_finalize):
28707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28708         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28709
28710 2004-11-08  Wim Taymans  <wim@fluendo.com>
28711
28712         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28713         Don't segfault on NULL data.
28714
28715 2004-11-08  Wim Taymans  <wim@fluendo.com>
28716
28717         * gst/playback/gstdecodebin.c: (unlinked):
28718         * gst/playback/gstplay-marshal.list:
28719         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28720         (gst_play_base_bin_init), (group_create), (get_active_group),
28721         (get_building_group), (group_destroy), (group_commit),
28722         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28723         (add_element_stream), (no_more_pads), (probe_triggered),
28724         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28725         (state_change), (setup_source), (gst_play_base_bin_get_property),
28726         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28727         (gst_play_base_bin_link_stream),
28728         (gst_play_base_bin_get_streaminfo):
28729         * gst/playback/gstplaybasebin.h:
28730         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28731         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28732         Add support for chained ogg files. Prepare for playlist
28733         support. This patch introduces the concept of pad groups, which
28734         together compose one playable media file.
28735
28736 2004-11-07  David Schleef  <ds@schleef.org>
28737
28738         * testsuite/gst-lint: Check for pad templates that aren't statically
28739         scoped.
28740
28741 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28742
28743         * configure.ac:
28744         * ext/Makefile.am:
28745         * ext/musepack/Makefile.am:
28746         * ext/musepack/gstmusepackdec.cpp:
28747         * ext/musepack/gstmusepackdec.h:
28748         * ext/musepack/gstmusepackreader.cpp:
28749         * ext/musepack/gstmusepackreader.h:
28750           Add musepack decoder.
28751         * ext/faad/gstfaad.c: (gst_faad_base_init):
28752           Make pad templates static.
28753         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28754         (plugin_init):
28755           Add musepack typefinder, make mp3 typefinding work halfway stream,
28756           which doesn't actually work yet because id3demux doesn't implement
28757           _get_length().
28758
28759 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28760
28761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28762         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28763           Fix interrupt event handling (#144436).
28764
28765 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28766
28767         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28768           Hide unused glory.
28769
28770 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28771
28772         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28773
28774         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28775           Fix weird caps (#157548).
28776
28777 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28778
28779         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28780
28781         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28782           Add missing NULL terminator (#157543).
28783
28784 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28785
28786         * gst/tcp/gsttcp.h:
28787         * gst/tcp/gsttcpclientsink.c:
28788         * gst/tcp/gsttcpclientsrc.c:
28789         * gst/tcp/gsttcpserversink.c:
28790         * gst/tcp/gsttcpserversrc.c:
28791           ports can go up to 65535.  Move common defines to gsttcp.h
28792
28793 2004-11-05  Wim Taymans  <wim@fluendo.com>
28794
28795         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28796         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28797         Added two more colorspaces.
28798
28799 2004-11-05  Wim Taymans  <wim@fluendo.com>
28800
28801         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28802         (gst_ffmpegcsp_avpicture_fill):
28803         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28804         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28805         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28806         More stride fixes.
28807
28808 2004-11-05  Wim Taymans  <wim@fluendo.com>
28809
28810         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28811         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28812         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28813         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28814         (gst_videomixer_loop):
28815         More stride fixes.
28816
28817 2004-11-05  Benjamin Otte  <otte@gnome.org>
28818
28819         * ext/mad/gstmad.c: (gst_mad_chain):
28820           don't overflow data buffer. Flush not needed sync data when syncing
28821           failed.
28822
28823 2004-11-04  Wim Taymans  <wim@fluendo.com>
28824
28825         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28826         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28827         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28828         (gst_alpha_init_params), (gst_alpha_chain),
28829         (gst_alpha_change_state):
28830         Updated the chroma keying algorithm with something more
28831         sophisticated.
28832
28833 2004-11-03  Wim Taymans  <wim@fluendo.com>
28834
28835         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28836         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28837         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28838         Fix stride issues. Does not completely work for odd
28839         heights.
28840
28841 2004-11-03  Wim Taymans  <wim@fluendo.com>
28842
28843         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28844         (gst_alpha_chroma_key), (gst_alpha_chain):
28845         Fix stride issues. Does not completely work for odd
28846         heights.
28847
28848 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28849
28850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28851         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28852         leak fixes
28853
28854 2004-11-03  Wim Taymans  <wim@fluendo.com>
28855
28856         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28857         (gst_ffmpegcsp_avpicture_fill):
28858         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28859         (avpicture_alloc):
28860         * gst/ffmpegcolorspace/imgconvert_template.h:
28861         Use correct _fill function to get correct strides.
28862
28863 2004-11-02  David Schleef  <ds@schleef.org>
28864
28865         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28866         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28867         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28868         Change all g_print()s to debugging.  Add a bunch of consistency
28869         checks.
28870
28871 2004-11-02  Wim Taymans  <wim@fluendo.com>
28872
28873         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28874         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28875         (unlinked), (no_more_pads), (close_link):
28876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28877         (unknown_type), (add_element_stream), (new_decoded_pad),
28878         (removed_decoded_pad), (setup_source):
28879         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28880         (gst_stream_info_class_init), (gst_stream_info_init),
28881         (gst_stream_info_new), (gst_stream_info_dispose),
28882         (stream_info_mute_pad), (gst_stream_info_set_property),
28883         (gst_stream_info_get_property):
28884         * gst/playback/gststreaminfo.h:
28885         Fix playback of multiple files.
28886         a slightly different approach to handling dynamic pad removals.
28887         This one only looks at pads that we have linked.
28888
28889 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28890
28891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28892         free" warning from libc.
28893
28894 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28895
28896         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28897         (get_unconnected_element), (remove_starting_from), (pad_removed),
28898         (close_link):
28899           Implement support for dynamic pad changing. We listen to "live"
28900           pad removals (i.e. while playing) and re-setup autoplugging
28901           after that. Playbasebin/playbin need some more work for this
28902           to finally work, but decodebin supports (and replugs) chained
28903           ogg now.
28904
28905 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28906
28907         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28908         (gst_alsa_finalize):
28909         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28910         (gst_cdaudio_finalize):
28911         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28912         (cdparanoia_finalize):
28913         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28914         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28915         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28916         (dvdreadsrc_finalize):
28917         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28918         (gst_flacdec_finalize):
28919         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28920         (gst_flacenc_finalize):
28921         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28922         (gst_gnomevfssink_finalize):
28923         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28924         (gst_gnomevfssrc_finalize):
28925         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28926         (gst_fameenc_finalize):
28927         * ext/nas/nassink.c: (gst_nassink_class_init),
28928         (gst_nassink_finalize):
28929         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28930         (gst_sdlvideosink_class_init):
28931         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28932         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28933         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28934         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28935         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28936         (gst_x_window_listener_dispose):
28937         * gst/audioscale/gstaudioscale.c:
28938         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28939         (play_on_demand_finalize):
28940         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28941         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28942         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28943         (cdplayer_finalize):
28944         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28945         (gst_glimagesink_class_init):
28946         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28947         (gst_osselement_finalize):
28948         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28949         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28950         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28951           Fixes a bunch of problems with finalize and dispose functions,
28952           either assumptions that dispose is only called once, or not calling
28953           the parent class dispose/finalize function
28954
28955 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28956
28957         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28958           added two api precondition guards
28959           use g_strdup with getenv to fix crash when using ENVVAR
28960
28961 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28962         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28963         (gst_esdsink_finalize):
28964         Use a finalize function, not dispose, and more importantly,
28965         call the parent class finalize function too
28966
28967 2004-11-01  Johan Dahlin  <johan@gnome.org>
28968
28969         * ext/ogg/gstoggdemux.c:
28970         * gst/tags/gstvorbistag.c:
28971         Plug leaks.
28972
28973 2004-10-31  Benjamin Otte  <otte@gnome.org>
28974
28975         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28976           lotsa memleaks today. But they're all small...
28977
28978 2004-10-31  Benjamin Otte  <otte@gnome.org>
28979
28980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28981           another memleak crushed
28982
28983 2004-10-31  Benjamin Otte  <otte@gnome.org>
28984
28985         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28986           fix memleak
28987
28988 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28989
28990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28991           Hack to prevent crash when going to READY inside signal handler
28992           while this function is active.
28993
28994 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28995
28996         * gst/ffmpegcolorspace/Makefile.am:
28997         * gst/ffmpegcolorspace/avcodec.h:
28998         * gst/ffmpegcolorspace/common.h:
28999         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29000         * gst/ffmpegcolorspace/dsputil.h:
29001         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29002         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29003         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29004         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29005         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29006         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29007         (gst_ffmpegcsp_avpicture_fill):
29008         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29009         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29010         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29011         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29012         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29013         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29014         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29015         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29016         * gst/ffmpegcolorspace/imgconvert.c:
29017         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29018         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29019         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29020         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29021         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29022         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29023         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29024         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29025         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29026         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29027         (grow21), (grow22), (grow41), (grow44), (conv411),
29028         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29029         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29030         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29031         (avpicture_free), (is_yuv_planar), (img_convert),
29032         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29033         (deinterlace_line_inplace), (deinterlace_bottom_field),
29034         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29035         * gst/ffmpegcolorspace/imgconvert_template.h:
29036         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29037         * gst/ffmpegcolorspace/mmx.h:
29038         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29039         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29040         (av_freep), (avcodec_get_context_defaults),
29041         (avcodec_alloc_context), (avcodec_init):
29042           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29043           handling plus update from ffmpeg CVS. Large clean-up.
29044
29045 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29046
29047         * gst/playback/Makefile.am:
29048           We need the marshallers for decodebin, too.
29049
29050 2004-10-30  David Schleef  <ds@schleef.org>
29051
29052         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29053           quicktime typefinding work with 64-bit offsets.
29054
29055 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29056
29057         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29058           Set EOS on the element when processing an EOS event.
29059         * ext/speex/gstspeexdec.h:
29060         * ext/speex/gstspeexenc.h:
29061           Only keep a const ptr to the mode
29062         * gst-libs/gst/riff/riff-media.c:
29063         (gst_riff_create_audio_caps_with_data),
29064         (gst_riff_create_audio_template_caps):
29065           Allow WMAV3, with up to 6 channels.
29066         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29067           Don't call gst_pad_set_event_function on a sink pad.
29068         * gst/mpegstream/gstdvddemux.c:
29069         (gst_dvd_demux_get_subpicture_stream),
29070         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29071           Copy the explicit caps that were set across to the cur_* pads,
29072           instead of trying to use a possibly non-existent negotiated caps.
29073           Reset the type of subpicture pads to UNKNOWN after calling
29074           init_stream, so that the caps get set.
29075
29076 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29077
29078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29079
29080         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29081           Don't touch buffer if it is of size 0 (fixes #151064).
29082
29083 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29084
29085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29086           Synchronized discont handling.
29087
29088 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29089
29090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29091         (gst_ogg_demux_push):
29092           Make seeking sort-of exact again (fixes #156387).
29093
29094 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29095
29096         * gst/playback/gstplaybasebin.c: (unknown_type),
29097         (add_element_stream), (new_decoded_pad),
29098         (gst_play_base_bin_change_state):
29099         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29100         (gst_stream_info_init), (gst_stream_info_new),
29101         (gst_stream_info_dispose), (gst_stream_info_get_property):
29102         * gst/playback/gststreaminfo.h:
29103           Make caps explicitely available. Makes testing for unsupported
29104           types possible. Improves error reporting.
29105
29106 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29107
29108         * gst/audioconvert/gstaudioconvert.c:
29109         (gst_audio_convert_buffer_to_default_format):
29110           Really don't touch read-only buffers (#156563).
29111
29112 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29113
29114         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29115
29116         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29117           Fix memleak (#155223).
29118
29119 2004-10-29  Wim Taymans  <wim@fluendo.com>
29120
29121         * gst/tcp/.cvsignore:
29122         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29123         (gst_multifdsink_class_init), (gst_multifdsink_init),
29124         (gst_multifdsink_add), (gst_multifdsink_remove),
29125         (gst_multifdsink_remove_client_link), (is_sync_frame),
29126         (gst_multifdsink_new_client),
29127         (gst_multifdsink_handle_client_write),
29128         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29129         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29130         (gst_multifdsink_get_property):
29131         * gst/tcp/gstmultifdsink.h:
29132         Added burst on connect sync_method, deprecated sync_clients,
29133         streamlined the sync code some more.
29134
29135 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29136
29137         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29138         (gst_play_base_bin_change_state):
29139           Improve error reporting.
29140
29141 2004-10-28  Wim Taymans  <wim@fluendo.com>
29142
29143         * gst/tcp/Makefile.am:
29144         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29145         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29146         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29147         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29148         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29149         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29150         (gst_fdset_wait):
29151         Added more locks around fdset structures. Fixed/reworked
29152         the poll array resizing code.
29153         Added stress test for fdset.
29154
29155 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29156
29157         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29158         fix build
29159
29160 2004-10-28  Benjamin Otte  <otte@gnome.org>
29161
29162         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29163           fix link function to always query channels and query width for
29164           floats
29165         * configure.ac:
29166           add equalizer dir
29167         * gst/equalizer/Makefile.am:
29168         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29169         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29170         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29171         (arg_to_scale), (setup_filter),
29172         (gst_iir_equalizer_compute_frequencies),
29173         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29174         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29175         (plugin_init):
29176           add an equalizer
29177
29178 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29179
29180         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29181
29182         * po/LINGUAS:
29183         * po/nb.po:
29184           Added Norwegian Bokmaal translation
29185
29186 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29187
29188         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29189           Don't break on options (fixes #156488).
29190
29191 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29192
29193         * configure.ac:
29194         * ext/cdaudio/Makefile.am:
29195         * sys/Makefile.am:
29196           fix build on older automake
29197
29198 2004-10-26  Wim Taymans  <wim@fluendo.com>
29199
29200         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29201         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29202         Allow a little margin when negotiating the framerate.
29203
29204 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29205
29206         * gst/level/gstlevel.c:
29207           synchonised naming of pads and pad-templates
29208
29209 2004-10-26  Wim Taymans  <wim@fluendo.com>
29210
29211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29212         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29213         (_find_streams_check), (gst_ogg_demux_push):
29214         Fix EOS again. Needs to be done in a better way. We should not
29215         remove the pad if there is no new chained stream.
29216
29217 2004-10-26 Iain <iaingnome@gmail.com>
29218
29219         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29220         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29221         of the caps.
29222         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29223         pad.
29224         (interleave_release_pad): Remove the pad.
29225         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29226         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29227         the set device.
29228         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29229         attrs
29230         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29231         (gst_xvimagesink_finalize): Free the par.
29232
29233 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29234
29235         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29236         (gst_avimux_stop_file):
29237           First calculate the rate, and only then use it. Hdr.rate is a
29238           multiple and not a derivative of hdr.scale. Scale is not the
29239           same as blockalign but is solely related to rate.
29240
29241 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29242
29243         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29244         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29245           Implement seeking.
29246
29247 2004-10-25  James Henstridge  <james@jamesh.id.au>
29248
29249         Reviewed by:  David Schleef  <ds@schleef.org>
29250
29251         * examples/gstplay/player.c: (got_stream_length), (main):
29252         * examples/seeking/cdplayer.c: (update_scale):
29253         * examples/seeking/seek.c: (format_value), (update_scale):
29254         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29255         (stop_seek):
29256         Build fixes on AMD64.
29257
29258 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29259
29260         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29261
29262         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29263         Fix for some v4l cards which hang in v4lsrc
29264
29265 2004-10-25  Wim Taymans  <wim@fluendo.com>
29266
29267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29268         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29269         Make sure to remove the pad when a new chain is
29270         encountered. Set some vars to NULL so we don't try
29271         to reference freed memory.
29272
29273 2004-10-25  Wim Taymans  <wim@fluendo.com>
29274
29275         * examples/seeking/Makefile.am:
29276         * examples/seeking/cdplayer.c: (update_scale):
29277         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29278         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29279         (format_value), (update_scale), (iterate), (start_seek),
29280         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29281         (print_usage), (main):
29282         Added some more examples, update others.
29283
29284 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29285
29286         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29287         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29288         * ext/theora/theoradec.c: (theora_dec_chain):
29289         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29290           Add codec-name metadata.
29291
29292 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29293
29294         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29295
29296         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29297         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29298         * ext/alsa/gstalsamixertrack.h:
29299         * po/POTFILES.in:
29300           ALSA mixer track label internationalization (#154054).
29301
29302 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29303
29304         * ext/theora/theoradec.c: (theora_dec_chain):
29305           Export bitrate as metadata.
29306
29307 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29308
29309         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29310         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29311         * ext/alsa/gstalsamixertrack.h:
29312           Fix names, fix loop.
29313
29314 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29315
29316         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29317         (speex_dec_convert):
29318           sinkconvert function so oggdemux can get the file length (totem).
29319
29320 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29321
29322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29323
29324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29325           Don't push incomplete packets.
29326         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29327           Fix MPEG-4 audio typefinding.
29328
29329 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29330
29331         * sys/v4l/Makefile.am:
29332         * sys/v4l/gstv4l.c: (plugin_init):
29333         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29334         (gst_v4lelement_init), (gst_v4lelement_dispose),
29335         (gst_v4lelement_change_state):
29336         * sys/v4l/gstv4lelement.h:
29337         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29338         (gst_v4l_xoverlay_close), (idle_refresh),
29339         (gst_v4l_xoverlay_set_xwindow_id):
29340         * sys/v4l/gstv4lxoverlay.h:
29341         * sys/v4l/v4l-overlay_calls.c:
29342         * sys/v4l/v4l_calls.h:
29343         * sys/v4l2/Makefile.am:
29344         * sys/v4l2/gstv4l2.c: (plugin_init):
29345         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29346         (gst_v4l2element_init), (gst_v4l2element_dispose),
29347         (gst_v4l2element_change_state):
29348         * sys/v4l2/gstv4l2element.h:
29349         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29350         (gst_v4l2_xoverlay_close), (idle_refresh),
29351         (gst_v4l2_xoverlay_set_xwindow_id):
29352         * sys/v4l2/gstv4l2xoverlay.h:
29353         * sys/v4l2/v4l2-overlay_calls.c:
29354         * sys/v4l2/v4l2_calls.h:
29355           Remove client-side overlay handling, use the X-server v4l plugin
29356           for that. Nicer overlay, less code. Also make the plugin
29357           compileable without X (but then without overlay, obviously).
29358           Makes xwindowlistener obsolete, should we remove that?
29359
29360 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29361
29362         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29363         (gst_osssrc_src_query):
29364         * sys/oss/gstosssrc.h:
29365           OK, so people want offset in DEFAULT. This time, actually fix all
29366           cases.
29367         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29368           Add FPS properly.
29369
29370 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29371
29372         * gst/asfdemux/gstasfmux.c:
29373         * gst/avi/gstavimux.c:
29374           Framerate.
29375
29376 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29377
29378         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29379           Fix properties (channel, norm, frequency).
29380
29381 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29384           Flag typo.
29385         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29386           No warnings.
29387
29388 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29389
29390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29391           Fix hang.
29392
29393 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29394
29395         * sys/v4l2/gstv4l2element.h:
29396           Yet Another Hack (tm) for kernel header borkedness.
29397         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29398         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29399         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29400         (gst_v4l2src_change_state):
29401         * sys/v4l2/gstv4l2src.h:
29402         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29403         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29404           Fix caps, keep track of state, work.
29405
29406 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29407
29408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29409           Quiet.
29410
29411 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29412
29413         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29414           Don't mix bytes and samples.
29415
29416 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29417
29418         * ext/ogg/gstoggmux.c:
29419           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29420           and theora. Any is incorrect.
29421         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29422           Fix caps.
29423         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29424         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29425         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29426         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29427         * sys/v4l/gstv4lmjpegsrc.h:
29428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29429         (gst_v4lsrc_change_state):
29430         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29431         (gst_v4lmjpegsrc_capture_stop):
29432           Fix caps. Keep track of internal state. Work.
29433
29434 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29435
29436         * ext/Makefile.am:
29437           Fix the build fixes.
29438
29439 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29440
29441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29442         (gst_ogg_demux_src_event), (_find_chain_seek),
29443         (gst_ogg_pad_push):
29444           Check for pad availability before using it.
29445         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29446           Fix parsing of chained ogg. Needs more work on the decoder side.
29447
29448 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29449
29450         * gst/spectrum/Makefile.am:
29451         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29452         (idle_func):
29453           Fix demo and reenable it. Yes, I'm currently playing with audio
29454           analysis tools
29455
29456 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29457
29458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29459           We love it if files that start at zero work too...
29460
29461 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29462
29463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29464           Handle files with missing EOS headers.
29465
29466 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29467
29468         * gst/tcp/gsttcpserversink.c:
29469         (gst_tcpserversink_handle_server_read),
29470         (gst_tcpserversink_init_send):
29471         Zero some variables first (need for accept not to return EINVAL)
29472
29473 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29474
29475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29476         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29477         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29478         (theora_dec_chain):
29479         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29480         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29481           Seeking and querying finetune.
29482
29483 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29484
29485         * configure.ac:
29486         * ext/Makefile.am:
29487         * ext/raw1394/Makefile.am:
29488           fix the build
29489
29490 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29491
29492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29493           Wrong return.
29494         * gst/playback/Makefile.am:
29495         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29496         * gst/playback/gstplay-marshal.list:
29497         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29498           Fix marshallers.
29499
29500 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29501
29502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29503           Silence.
29504
29505 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29506
29507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29508         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29509         (gst_ogg_pad_push):
29510           Yay for non-lineair granulepos in theora.
29511
29512 2004-10-18  Wim Taymans  <wim@fluendo.com>
29513
29514         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29515         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29516         * ext/dv/gstdvdec.h:
29517         Make sure we renegotiate aspect ratio when the camera switches.
29518
29519 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29520
29521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29522         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29523           Start at zero.
29524         * ext/theora/theoradec.c: (theora_dec_chain):
29525           Skip headers. Bad idea for chained ogg, but fixes seeking.
29526
29527 2004-10-18  Wim Taymans  <wim@fluendo.com>
29528
29529         * configure.ac:
29530         I swear, this is the last time I touch this.
29531
29532 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29533
29534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29535         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29536         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29537           Faster seeking.
29538         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29539           Time-to-default conversion.
29540         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29541           Don't error on unknown packets, just skip. We should probably
29542           read them if we want to support chained ogg.
29543
29544 2004-10-18  Wim Taymans  <wim@fluendo.com>
29545
29546         * configure.ac:
29547         Added cdaudio to wrong list.
29548
29549 2004-10-18  Wim Taymans  <wim@fluendo.com>
29550
29551         * configure.ac:
29552         Revive cdaudio.
29553
29554 2004-10-18  Wim Taymans  <wim@fluendo.com>
29555
29556         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29557         (gst_dvdec_video_link), (gst_dvdec_push):
29558         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29559         (gst_smokeenc_resync), (gst_smokeenc_chain):
29560         Fix mimetype on smoke encoder.
29561         Add aspect ratio to dvdec. Not sure if these
29562         values are correct though....
29563
29564 2004-10-18  Wim Taymans  <wim@fluendo.com>
29565
29566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29567         Fix vorbis property descriptions and ranges.
29568
29569 2004-10-18  Wim Taymans  <wim@fluendo.com>
29570
29571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29572         Really do nothing when no data is available.
29573         Go to the playing state when the stream is not seekable
29574         instead of failing.
29575
29576 2004-10-18  Wim Taymans  <wim@fluendo.com>
29577
29578         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29579         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29580         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29581         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29582         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29583         Added uri handler for cd://
29584         Port to new API.
29585
29586 2004-10-18  Wim Taymans  <wim@fluendo.com>
29587
29588         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29589         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29590         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29591         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29592         (remove_prerolls), (unknown_type), (add_element_stream),
29593         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29594         (gst_play_base_bin_remove_element),
29595         (gst_play_base_bin_link_stream):
29596         * gst/playback/gstplaybin.c: (gen_video_element),
29597         (gen_vis_element), (remove_sinks), (setup_sinks):
29598         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29599         (gst_stream_info_get_type), (gst_stream_info_class_init),
29600         (gst_stream_info_init), (gst_stream_info_new),
29601         (gst_stream_info_dispose), (stream_info_mute_pad),
29602         (gst_stream_info_set_property), (gst_stream_info_get_property):
29603         * gst/playback/gststreaminfo.h:
29604         Add sink padtemplate to decodebin.
29605         Added some more comments.
29606         Make queue size configurable in playbasebin.
29607         Added possibility to use elements as sinks (ex cdaudio).
29608
29609 2004-10-15  Wim Taymans  <wim@fluendo.com>
29610
29611         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29612         (gst_speexenc_chain):
29613         Fix speex timestamps so that it gets muxed properly.
29614
29615 2004-10-15  Wim Taymans  <wim@fluendo.com>
29616
29617         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29618         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29619         (gst_dv1394src_init), (gst_dv1394src_dispose),
29620         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29621         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29622         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29623         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29624         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29625         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29626         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29627         * ext/raw1394/gstdv1394src.h:
29628         Added conversion/query functions.
29629         Update buffer timestamps,
29630         Added signals.
29631         Added uri dv:// so it might play from the firewire in playbin.
29632         Fix a possible leak.
29633         Added debugging.
29634
29635 2004-10-15  Wim Taymans  <wim@fluendo.com>
29636
29637         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29638         (gst_dv1394src_init), (gst_dv1394src_set_property),
29639         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29640         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29641         * ext/raw1394/gstdv1394src.h:
29642         Added AV/C VTR control support needed for some cameras.
29643         Added automatic port detection.
29644         Added properties for selecting the channel.
29645         The configure.ac script is not yet updated to reflect the
29646         new libavc1394 and librom1394 dependencies.
29647
29648 2004-10-15  Wim Taymans  <wim@fluendo.com>
29649
29650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29651         (qtdemux_parse), (gst_qtdemux_handle_esds):
29652         An esds box is not a container.
29653         Fix parsing of mp4v boxes.
29654         Do not try to renegotiate fps for each frame. Need to
29655         find a better method. This should fix mp4 playback.
29656
29657 2004-10-14  David Schleef  <ds@schleef.org>
29658
29659         * configure.ac: update for swfdec-0.3 and liboil-0.2
29660         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29661         * ext/swfdec/gstswfdec.h: same
29662         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29663         * gst/videotestsrc/videotestsrc.c: same
29664
29665 2004-10-14  Wim Taymans  <wim@fluendo.com>
29666
29667         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29668         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29669         (is_sync_frame), (gst_multifdsink_new_client),
29670         (gst_multifdsink_handle_client_write),
29671         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29672         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29673         Turn warnings into info.
29674         Don't allow a state change in the streaming thread.
29675
29676 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29677
29678         * ext/vorbis/oggvorbisenc.c:
29679         * ext/vorbis/vorbisdec.c:
29680           fix template sample rate
29681
29682 2004-10-13  Wim Taymans  <wim@fluendo.com>
29683
29684         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29685         Decoding the header first fixes some problems in resyncing
29686         in more mp3s.
29687
29688 2004-10-12  Wim Taymans  <wim@fluendo.com>
29689
29690         * gst/playback/gstplaybin.c: (gen_video_element),
29691         (gen_vis_element), (remove_sinks), (setup_sinks):
29692         Added vis plugin support, need to configure the vis
29693         element to activate it.
29694
29695 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29696
29697         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29698         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29699           Some debug.
29700         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29701         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29702         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29703         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29704         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29705         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29706         * gst/avi/gstavidemux.h:
29707           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29708           recovery (where, if part of the index is broken, we will still read
29709           the rest of the index and recover the broken part by stream
29710           scanning). More broken media support. EOS workarounds. General AVI
29711           braindamage headache recovery. Aspirin included.
29712
29713 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29714
29715         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29716         (cdparanoia_event), (cdparanoia_query):
29717           Get rid of hideous lead-in.
29718
29719 2004-10-11  Wim Taymans  <wim@fluendo.com>
29720
29721         * gst/playback/gstplaybasebin.c: (setup_source):
29722         Wrong var used to get g_list_next.
29723
29724 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29725
29726         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29727         (cdparanoia_get), (cdparanoia_open):
29728           Report discid as metadata, add duration.
29729
29730 2004-10-11  Wim Taymans  <wim@fluendo.com>
29731
29732         * gst/playback/gstplaybasebin.c: (setup_source):
29733         Cleanup the previous pipeline a little earlier for the
29734         case that a source element provides raw data.
29735
29736 2004-10-11  Benjamin Otte  <otte@gnome.org>
29737
29738         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29739           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29740           consuming the last 128 bytes, even though it was valid mp3 data.
29741
29742 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29743
29744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29745         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29746         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29747         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29748
29749 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29750
29751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29752         Fix for webcams that support only specific width or height
29753
29754 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29755
29756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29757
29758         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29759           Fix wrong discont event setup (fixes #154967).
29760
29761 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29762
29763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29766           Error out on invalid data (fixes #154807).
29767
29768 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29769
29770         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29771
29772         * ext/dvdread/dvdreadsrc.c: (_read):
29773           Make titles > 0 work again (fixes #154834).
29774
29775 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29776
29777         * gst-libs/gst/riff/riff-media.c:
29778         (gst_riff_create_video_template_caps):
29779           WMV3 missing in template caps.
29780
29781 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29784           OK, so the original code was too strict. It makes random AVI files
29785           hang for seconds upon opening, which is unacceptable and is far
29786           beyond the original goal of getting multiple chunks for one-chunk
29787           sounc stream files. So now do just that.
29788
29789 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29790
29791         * gst/playback/gstplaybasebin.c: (setup_source),
29792         (gst_play_base_bin_change_state):
29793           Actually clean up streaminfo if output fails. This would trigger
29794           if, for example, there was no CD in the drive. No preroll, so
29795           a streaminfo structure is created, but the subsequent state change
29796           of the thread fails.
29797         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29798           Don't change state if parent failed.
29799
29800 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29801
29802         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29803         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29804         (gen_video_element), (remove_sinks):
29805           Add small bits of code for screenshot handling.
29806
29807 2004-10-08  Wim Taymans  <wim@fluendo.com>
29808
29809         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29810         (gen_video_element), (gen_audio_element), (setup_sinks):
29811         Don't assume the user provided sinks are named "sink"...
29812
29813 2004-10-08  Wim Taymans  <wim@fluendo.com>
29814
29815         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29816         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29817         (gst_play_base_bin_link_stream):
29818         Do not try to autoplug sources that generate raw streams like
29819         cdparanoia.
29820         disconnect the preroll overrun signal when we don't need it anymore.
29821
29822 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29823
29824         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29825         Added reworked patch from #154903 from milosz derezynski (deadchip).
29826
29827 2004-10-08  Wim Taymans  <wim@fluendo.com>
29828
29829         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29830         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29831         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29832         (cdparanoia_convert), (cdparanoia_uri_get_type),
29833         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29834         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29835         * ext/cdparanoia/gstcdparanoia.h:
29836         This adds the cdda://<tracknum> uri.
29837
29838 2004-10-08  Wim Taymans  <wim@fluendo.com>
29839
29840         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29841         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29842         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29843         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29844         (unknown_type), (gst_play_base_bin_remove_element),
29845         (gst_play_base_bin_link_stream):
29846         * gst/playback/gstplaybasebin.h:
29847         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29848         (gst_play_bin_set_property), (gen_video_element),
29849         (gen_audio_element), (setup_sinks):
29850         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29851         (gst_stream_info_get_type), (gst_stream_info_class_init),
29852         (gst_stream_info_init), (gst_stream_info_new),
29853         (gst_stream_info_dispose), (stream_info_mute_pad),
29854         (gst_stream_info_set_property), (gst_stream_info_get_property):
29855         * gst/playback/gststreaminfo.h:
29856         Reuse the audio and video bins.
29857         Some internal cleanups in the stream selection code.
29858
29859 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29860
29861         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29862         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29863         * sys/ximage/ximagesink.h:
29864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29865         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29866         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29867         not coming from those elements. Moreover these elements should not keep
29868         the xid they have been given when in NULL state.
29869
29870 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29871
29872         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29873         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29874         * sys/ximage/ximagesink.h:
29875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29876         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29877         * sys/xvimage/xvimagesink.h:
29878           Actually only create a new toplevel window if we're not gonna
29879           embed it right after.
29880
29881 2004-10-07  Wim Taymans  <wim@fluendo.com>
29882
29883         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29884         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29885         * gst/playback/gstplaybin.c: (setup_sinks):
29886         Implement muting/unmuting of streams, mute streams that are not
29887         used.
29888
29889 2004-10-07  Wim Taymans  <wim@fluendo.com>
29890
29891         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29892         (plugin_init):
29893         Added lame audio/x-ac3 typefind function.
29894
29895 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29896
29897         * configure.ac:
29898           bump nano to cvs
29899
29900 === release 0.8.5 ===
29901
29902 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29903
29904         * NEWS:
29905         * RELEASE:
29906         * configure.ac:
29907           releasing 0.8.5, "Take You On"
29908
29909 2004-10-06  Wim Taymans  <wim@fluendo.com>
29910
29911         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29912         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29913         (no_more_pads), (close_link), (type_found):
29914         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29915         * gst/playback/gstplaybin.c: (gen_video_element):
29916         Do not signal the no_more_pads after the first pad when
29917         we are plugging a non dynamic element with multiple
29918         output pads (like swfdec, dvdec, ...).
29919
29920 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29921
29922         * configure.ac:
29923           bump for prerelease
29924
29925 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29926
29927         * gst/wavparse/gstwavparse.c:
29928           add ATRAC3 to STATIC CAPS to fix a warning
29929
29930         * gst/matroska/ebml-read.c:
29931         * gst-libs/gst/riff/riff-read.c:
29932           fix typos
29933
29934 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29935
29936         * gst-libs/gst/riff/riff-media.c:
29937           generate caps for ATRAC3 audio streams
29938
29939         * gst/realmedia/rmdemux.c:
29940           generate caps for ATRAC3 audio streams
29941
29942 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29943
29944         * gst/wavparse/Makefile.am
29945         * gst/wavparse/riff.h
29946         * gst/wavparse/wavparse.vcproj
29947           riff.h removal (unused and duplication with riff-ids.h)
29948
29949 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29950
29951         * gst/wavparse/gstwavparse.h
29952           remove duplicated defines for audio codec codes
29953
29954         * gst-libs/gst/riff/riff-ids.h
29955         * gst/wavenc/riff.h:
29956           add "4CC" code for ATRAC3 audio streams
29957           add "4CC" code for ITU_G721_ADPCM (unused for now)
29958
29959 2004-10-06  Wim Taymans  <wim@fluendo.com>
29960
29961         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29962         Actually _do_ negotiation. Pass gdouble as arg instead
29963         of guint64 for the framerate.
29964
29965 2004-10-06  Wim Taymans  <wim@fluendo.com>
29966
29967         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29968         (find_compatibles), (close_pad_link), (try_to_link_1),
29969         (no_more_pads), (close_link), (type_found):
29970         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29971         * gst/playback/gstplaybin.c: (gen_video_element),
29972         (gen_audio_element):
29973         Set state on newly added element to READY so that negotiation
29974         can happen ASAP.
29975         Addes some more debug info.
29976         Do not try to plug pads with multiple caps structures or ANY
29977         because it is too dangerous since we do not do dynamic
29978         replugging.
29979
29980 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29981
29982         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29983
29984         * po/LINGUAS:
29985         * po/or.po:
29986           add Oriya translation
29987
29988 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29989
29990         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29991           Prevent overwrite of size member. Makes audio sound crappy.
29992
29993 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29994
29995         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29996         Add rmvb to the list of known RealMedia extensions
29997
29998 2004-10-05  Wim Taymans  <wim@fluendo.com>
29999
30000         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30001         (mngdec_openstream), (mngdec_closestream),
30002         (mngdec_handle_sink_event), (mngdec_readdata),
30003         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30004         (mngdec_getcanvasline), (mngdec_refresh),
30005         (gst_mngdec_change_state):
30006         Set the framerate correctly.
30007
30008 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30009
30010         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30011           There was something wrong with the index massaging.
30012
30013 2004-10-04  Wim Taymans  <wim@fluendo.com>
30014
30015         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30016         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30017         (gst_smokedec_chain):
30018         * ext/jpeg/gstsmokedec.h:
30019         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30020         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30021         * ext/jpeg/gstsmokeenc.h:
30022         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30023         (smokecodec_decode_new), (smokecodec_info_free),
30024         (smokecodec_set_quality), (smokecodec_get_quality),
30025         (smokecodec_set_threshold), (smokecodec_get_threshold),
30026         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30027         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30028         (smokecodec_encode), (smokecodec_parse_id),
30029         (smokecodec_parse_header), (smokecodec_decode):
30030         * ext/jpeg/smokecodec.h:
30031         * ext/jpeg/smokeformat.h:
30032         Updated smoke, new bitstream, allows embedding in ogg.
30033
30034 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30035
30036         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30037           Fix seeking in some files. All this code is no longer needed (and
30038           actually breaks stuff) because we now synchronize the full index
30039           right when reading the header.
30040
30041 2004-10-04  Wim Taymans  <wim@fluendo.com>
30042
30043         * configure.ac:
30044         configure update for libmng.
30045
30046 2004-10-04  Wim Taymans  <wim@fluendo.com>
30047
30048         * ext/libmng/Makefile.am:
30049         * ext/libmng/gstmng.c: (plugin_init):
30050         * ext/libmng/gstmng.h:
30051         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30052         (gst_mngdec_base_init), (gst_mngdec_class_init),
30053         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30054         (gst_mngdec_loop), (gst_mngdec_get_property),
30055         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30056         (mngdec_closestream), (mngdec_handle_sink_event),
30057         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30058         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30059         (gst_mngdec_change_state):
30060         * ext/libmng/gstmngdec.h:
30061         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30062         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30063         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30064         (gst_mngenc_chain), (gst_mngenc_get_property),
30065         (gst_mngenc_set_property):
30066         * ext/libmng/gstmngenc.h:
30067         Added basic MNG decoder. Needs more work. The encoder does
30068         not work yet.
30069
30070 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30073         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30074         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30075           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30076           no-more-pads.
30077
30078 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30079
30080         * configure.ac:
30081           you need at least 1.0.4 of speex
30082
30083 2004-10-04 Iain <iaingnome@gmail.com>
30084
30085         * ext/speex/gstspeexdec.h: Revert the includes changes.
30086
30087         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30088
30089 2004-09-30 Iain <iaingnome@gmail.com>
30090
30091         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30092         found during init or set as a property instead of hardcoding /dev/audio
30093
30094 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30095
30096         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30097         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30098         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30099         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30100         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30101         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30102         (gst_rmdemux_dump_data):
30103           Use debug category, fix EOS handling. filesrc ! rmdemux now
30104           works.
30105
30106 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30107
30108         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30109         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30110         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30111           Improve allocation, cutting and sorting of the index. How takes a
30112           few seconds instead of minutes.
30113
30114 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30115
30116         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30117           fixed compilation
30118
30119 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30120
30121         * gst-libs/gst/riff/riff-media.c:
30122         (gst_riff_create_video_caps_with_data),
30123         (gst_riff_create_video_template_caps):
30124           Add wing commander format mimetype/fourccs.
30125         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30126           Don't crash if some value is 0.
30127
30128 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30129
30130         * gst-libs/gst/riff/riff-media.c:
30131         (gst_riff_create_video_caps_with_data),
30132         (gst_riff_create_video_template_caps):
30133           Add DIB fourcc (raw, palettized 8-bit RGB).
30134         * gst-libs/gst/riff/riff-read.c:
30135         (gst_riff_read_strf_vids_with_data):
30136           Oops, fix strf_data reading bug.
30137         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30138           Use a non-NULL tag.
30139         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30140           Time for hacks. Sorry Dave. At least one quicktime movie (a
30141           trailer) that I've encountered contains multiple video tracks.
30142           One of those is the actual video track, the other are one-frame
30143           tracks (images). Unfortunately, the number of frames according
30144           to the trak header is 1 for each, so that doesn't help. So
30145           instead, I look at the duration and discard tracks with a
30146           duration shorter than 20% of the length of the stream. Better
30147           than nothing.
30148
30149 2004-10-01  Christian Schaller <christian@fluendo.com>
30150
30151         * ext/ivorbis/vorbis.c:
30152           Patch from Phil Blundell (Bug 152341)
30153
30154 2004-10-01  Wim Taymans  <wim@fluendo.com>
30155
30156         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30157         (speex_dec_get_formats), (speex_dec_convert),
30158         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30159         (speex_dec_chain), (gst_speexdec_get_property),
30160         (gst_speexdec_set_property):
30161         Small cleanups.
30162
30163 2004-10-01  Wim Taymans  <wim@fluendo.com>
30164
30165         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30166         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30167         (gst_wavparse_other), (gst_wavparse_loop),
30168         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30169         (gst_wavparse_srcpad_event):
30170         * gst/wavparse/gstwavparse.h:
30171         Added some more debugging info.
30172         Fix the case where the length of the file is 0.
30173         Make sure we seek to sample borders.
30174
30175 2004-10-01  Wim Taymans  <wim@fluendo.com>
30176
30177         * gst/playback/README:
30178         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30179         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30180         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30181         Add some debug info to decodebin, update README
30182
30183 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30184
30185         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30186           Don't use g_print(); use GST_DEBUG().
30187
30188 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30189
30190         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30191         (gst_ogg_mux_queue_pads):
30192           Handle EOS properly.
30193
30194 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30195
30196         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30197
30198         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30199         (gst_faad_chain), (gst_faad_change_state):
30200         * ext/faad/gstfaad.h:
30201           Allow playback of raw (unframed) MPEG AAC files (#148993).
30202
30203 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30204
30205         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30206
30207         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30208           Throw error if we didn't recognize the stream. Fixes #152289.
30209
30210 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30211
30212         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30213           Fix negotiation.
30214
30215 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30216
30217         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30218
30219         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30220           Fix memleak.
30221
30222 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30223
30224         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30225
30226         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30227           Solve #152805.
30228         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30229           Solve 152806.
30230
30231 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30232
30233         * gst-libs/gst/riff/riff-media.c:
30234         (gst_riff_create_video_caps_with_data),
30235         (gst_riff_create_audio_caps_with_data):
30236           Add codec_data handling (like asfdemux used to do).
30237         * gst/asfdemux/gstasf.c: (plugin_init):
30238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30239         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30240           Use riff-media for caps creation instead of our own (mostly
30241           broken) copy of its functions.
30242
30243 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30244
30245         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30246           Don't actually error out if we get another return value than
30247           -EINVAL. Opposite to what I first thought, drivers have random
30248           return values for this, although -EINVAL is the expected return
30249           value. Since this is not fatal, we shouldn't use
30250           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30251
30252 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30253
30254         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30255         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30256         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30257         (dvdreadsrc_get), (dvdreadsrc_open_file),
30258         (dvdreadsrc_change_state):
30259           Fix. Don't do one big huge loop around the whole DVD, that will
30260           cache all data and thus eat sizeof(dvd) (several GB) before we
30261           see something.
30262         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30263           Actually NULL'ify event after using it.
30264         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30265         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30266         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30267         (gst_ebml_read_seek), (gst_ebml_read_skip):
30268           Handle events.
30269         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30270         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30271         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30272           Fix timing (this will probably break if I seek using menus, but
30273           I didn't get there yet). VOBs and normal DVDs should now work.
30274           Add a mpeg2-only pad with high rank so this get autoplugged for
30275           MPEG-2 movies.
30276         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30277         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30278         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30279         (gst_mpeg_demux_get_audio_stream),
30280         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30281         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30282           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30283           MPEG-1 but use dvddemux for MPEG-2.
30284         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30285         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30286         (gst_mpeg_parse_parse_packhead):
30287           Timing. Only add pad template if it exists. Add sink template from
30288           class and not from ourselves. This means we will always use the
30289           correct sink template even if it is not the one defined in this
30290           file.
30291
30292 2004-09-29  Wim Taymans  <wim@fluendo.com>
30293
30294         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30295         (gst_mpeg_demux_parse_pes):
30296         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30297         Fix playback of mpeg again, timestamps where screwed up by
30298         patch 1.61.
30299
30300 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30301
30302         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30303           Only return true if we actually filled something in. Prevents
30304           player applications from showing a random length for flac files.
30305         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30306         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30307         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30308         (gst_riff_read_strf_vids_with_data),
30309         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30310           OK, ok, so I implemented event handling. Apparently it's normal
30311           that we receive random events at random points without asking
30312           for it.
30313         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30314         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30315         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30316         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30317         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30318         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30319         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30320         * gst/avi/gstavidemux.h:
30321           Implement non-lineair chunk handling and subchunk processing.
30322           The first solves playback of AVI files where the audio and video
30323           data of individual buffers that we read are not synchronized.
30324           This should not happen according to the wonderful AVI specs, but
30325           of course it does happen in reality. It is also a prerequisite for
30326           the second. Subchunk processing allows us to cut chunks in small
30327           pieces and process each of these pieces separately. This is
30328           required because I've seen several AVI files with incredibly large
30329           audio chunks, even some files with only one audio chunk for the
30330           whole file. This allows for proper playback including seeking.
30331           This patch is supposed to fix all AVI A/V sync issues.
30332         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30333         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30334           Work.
30335         * gst/modplug/gstmodplug.cc:
30336           Proper return value setting for the query() function.
30337         * gst/playback/gstplaybasebin.c: (setup_source):
30338           Being in non-playing state (after, e.g., EOS) is not necessarily
30339           a bad thing. Allow for that. This fixes playback of short files.
30340           They don't actually playback fully now, because the clock already
30341           runs. This means that small files (<500kB) with a small length
30342           (<2sec) will still not or barely play. Other files, such as mod
30343           or flx, will work correctly, however.
30344
30345 2004-09-28  Wim Taymans  <wim@fluendo.com>
30346
30347         * ext/speex/gstspeex.c: (plugin_init):
30348         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30349         (gst_speex_dec_class_init), (speex_dec_get_formats),
30350         (speex_get_event_masks), (speex_get_query_types),
30351         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30352         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30353         (gst_speexdec_get_property), (gst_speexdec_set_property),
30354         (speex_dec_change_state):
30355         * ext/speex/gstspeexdec.h:
30356         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30357         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30358         (gst_speexenc_base_init), (gst_speexenc_class_init),
30359         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30360         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30361         (gst_speexenc_src_query), (gst_speexenc_init),
30362         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30363         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30364         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30365         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30366         (gst_speexenc_chain), (gst_speexenc_get_property),
30367         (gst_speexenc_set_property), (gst_speexenc_change_state):
30368         * ext/speex/gstspeexenc.h:
30369         Rewrote speex encoder, make sure it can be embedded in ogg.
30370         Implemented speex decoder.
30371
30372 2004-09-28  Christian Schaller <christian@fluendo.com>
30373
30374         * configure.ac:
30375         Remove kioslave plugin. Markey is brewing a new working one
30376         * ext/Makefile.am: Remove kioslave plugin
30377         * ext/kio: remove
30378         * gst-plugins.spec.in: remove kio plugin from spec
30379
30380 2004-09-27  Wim Taymans  <wim@fluendo.com>
30381
30382         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30383         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30384         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30385         (gst_multifdsink_new_client),
30386         (gst_multifdsink_handle_client_write),
30387         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30388         (gst_multifdsink_handle_clients):
30389         * gst/tcp/gstmultifdsink.h:
30390         Make syncing to keyframes actually work for new clients and lagging
30391         clients.
30392
30393 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30394
30395         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30396         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30397         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30398         * gst/debug/gstnavigationtest.h:
30399           make navigationtest display button-press and button-release events
30400
30401 2004-09-26 Iain <iaingnome@gmail.com>
30402
30403         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30404         the channels have received a new media event.
30405         (interleave_buffered_loop): Compresses a new media event on all
30406         channels into one.
30407
30408 2004-09-26 Iain <iaingnome@gmail.com>
30409
30410         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30411         call the sinkpad's default event handler and not the srcpads. He also
30412         says this is confusing :)
30413         (gst_wavenc_stop_file): Company says that seek events only go upstream
30414         we should send a discontinuous downstream instead.
30415
30416 2004-09-25  Christian Schaller <christian@fluendo.com>
30417
30418         * Update SPEC file to be usable in conjunction with Fedora Core,
30419           Fedora.us and freshrpms packages
30420         * Fix typo in multifilesrc test Makefile
30421
30422 2004-09-24  Wim Taymans  <wim@fluendo.com>
30423
30424         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30425         Only signal the no_more_pads signal when we have
30426         added the stream to our list.
30427
30428 2004-09-24  Wim Taymans  <wim@fluendo.com>
30429
30430         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30431         (new_decoded_pad):
30432         * gst/playback/gstplaybasebin.h:
30433         * gst/playback/gstplaybin.c: (setup_sinks):
30434         Don't try to preroll or decode more than one audio/video
30435         track.
30436
30437 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30438
30439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30440           Throw error if we failed to find a suitable output. This should
30441           throw an error if we successfully set up a pipeline (e.g. because
30442           we recognized a media file) but found no decodable streams in it
30443           (e.g. because it contains only media stream types for which we
30444           have no decoders, or because it's not a media type).
30445
30446 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30447
30448         * ext/dirac/Makefile.am:
30449         * ext/dirac/gstdirac.cc:
30450         * ext/dirac/gstdiracdec.cc:
30451         * ext/dirac/gstdiracdec.h:
30452           Do something. Don't actually know if this works because I don't
30453           have a demuxer yet.
30454         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30455           Add channels=1 to caps returned from _getcaps().
30456         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30457         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30458         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30459         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30460         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30461         (gst_ogm_parse_change_state):
30462           Separate between audio/video so ogmaudioparse actually uses the
30463           audio pad templates. Both audio and video work now, including
30464           autoplugging. Also use sometimes-srcpad hack.
30465         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30466           Handle events better. Don't hang on infinite loops.
30467         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30468         (gst_avi_demux_init), (gst_avi_demux_reset),
30469         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30470         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30471         (gst_avi_demux_change_state):
30472         * gst/avi/gstavidemux.h:
30473           Improve A/V sync. Still not perfect.
30474         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30475         (gst_ebml_read_skip):
30476           Handle events better.
30477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30478         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30479         (qtdemux_audio_caps):
30480           Add IMA4. Improve event handling. Save offset after a seek when
30481           the headers are at the end of the file so that we don't end up in
30482           an infinite loop.
30483         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30484           Add low-priority typefind support for files with no length.
30485
30486 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30487
30488         * testsuite/multifilesink/Makefile.am:
30489         fix typo
30490
30491 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30492
30493         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30495         mistakes from thaytan's patches.
30496
30497 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30498
30499         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30500           For completeness, XSync in the destroy function as xvimage does.
30501
30502 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30503
30504         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30505            Correct caps negotiation
30506         * gst/volume/gstvolume.c: (volume_chain_float),
30507         (volume_chain_int16):
30508            Modify debug output to be little more informative
30509         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30511         (gst_xvimagesink_xvimage_destroy):
30512           Add XSync calls after detaching from the shared memory segment to
30513           avoid a crash.
30514
30515 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30516
30517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30518         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30519         * ext/vorbis/vorbis.c: (plugin_init):
30520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30521         (gst_vorbisenc_chain):
30522         * ext/vorbis/vorbisenc.h:
30523         remove explicit newmedia support from oggmux and vorbisenc
30524         add debug category to vorbisenc
30525         * gst/multifilesink/gstmultifilesink.c:
30526         (gst_multifilesink_class_init), (gst_multifilesink_init),
30527         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30528         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30529         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30530         (plugin_init):
30531         * gst/multifilesink/gstmultifilesink.h:
30532         add support for streamheader in multifilesink
30533
30534 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30535
30536         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30537         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30538         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30539           Prevent infinite loops. More correct error reporting.
30540         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30541           Error out if negotiation fails.
30542         * gst/playback/gstplaybasebin.c: (setup_source),
30543         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30544         (gst_play_base_bin_found_tag):
30545           Error/tag forwarding. Pre-roll fixes for source errors on state
30546           changes (e.g. "file does not exist") to prevent hangs.
30547
30548 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30549
30550         * testsuite/multifilesink/Makefile.am:
30551         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30552         (gst_newmedia_class_init), (gst_newmedia_init),
30553         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30554         (newfile_signal), (test_signal), (main):
30555         * testsuite/multifilesink/multifilesrc_test.c: (main):
30556         * testsuite/multifilesink/oggtheora_test.c:
30557         (gst_newmedia_base_init), (gst_newmedia_class_init),
30558         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30559         (test_format), (newfile_signal), (test_signal), (main):
30560         * testsuite/multifilesink/oggvorbis_test.c:
30561         (gst_newmedia_base_init), (gst_newmedia_class_init),
30562         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30563         (test_format), (newfile_signal), (test_signal), (main):
30564         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30565         (gst_newmedia_class_init), (gst_newmedia_init),
30566         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30567         (newfile_signal), (test_signal), (main):
30568         New media tests
30569
30570 2004-09-20  Christian Schaller <christian@fluendo.com>
30571
30572         * Fix mikmod license to LGPL as they have relicensed
30573         * Move Dirac and Effectv into LGPL section of README_license
30574
30575 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30576
30577         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30578         (gst_mad_change_state):
30579           Allow for mp3 rate/channels changes. However, only very
30580           conservatively. Reason that we *have* to enable this is smiply
30581           because the mad find_sync() function is not good enough, it will
30582           regularly sync on random data as valid frames and therefore make
30583           us provide random caps as *final* caps of the stream. The best fix
30584           I could think of is to simply require several of the same stream
30585           changes in a row before we change caps.
30586           The actual testcase that works now is #
30587         * ext/ogg/Makefile.am:
30588         * ext/ogg/gstogg.c: (plugin_init):
30589         * ext/ogg/gstogmparse.c:
30590           OGM support (video only for now; I need an audio sample file).
30591         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30592         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30593         (gst_asf_demux_add_video_stream):
30594           WMV extradata.
30595         * gst/playback/gstplaybasebin.c: (unknown_type):
30596           Don't error out on single unknown-types after all. It's wrong.
30597           If we found type of video and audio but not of a subtitle stream,
30598           it will still error out (which is unwanted). Will find a better fix
30599           later on.
30600         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30601         (ogmaudio_type_find), (plugin_init):
30602           OGM support.
30603
30604 2004-09-20  Johan Dahlin  <johan@gnome.org>
30605
30606         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30607         after setting caps.
30608
30609 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30610
30611         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30612         * gst/wavenc/gstwavenc.h:
30613         Added newmedia support to wavenc
30614
30615 2004-09-17  Wim Taymans  <wim@fluendo.com>
30616
30617         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30618         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30619         (gst_fdset_fd_can_write), (gst_fdset_wait):
30620         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30621         (gst_multifdsink_init), (gst_multifdsink_add),
30622         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30623         (gst_multifdsink_remove_client_link),
30624         (gst_multifdsink_client_queue_buffer),
30625         (gst_multifdsink_handle_client_write),
30626         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30627         (gst_multifdsink_close), (gst_multifdsink_change_state):
30628         * gst/tcp/gstmultifdsink.h:
30629         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30630         (gst_tcpserversink_removed):
30631         Small cleanups in fdset.c
30632         Use a hastable to map fd to the client structure for faster
30633         lookup in _remove and get_stats.
30634         Added virtual function to close the fds.
30635         Handle clients even when the select/poll call was unblocked because
30636         of a command.
30637         Implement syncing to keyframe in the recovery procedure.
30638
30639 2004-09-16 Iain <iaingnome@gmail.com>
30640
30641         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30642         try caps.
30643
30644 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30645
30646         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30647           Caps are only set if the type of the stream is unknown, but this
30648           is initialized in ->init_stream(), so set to UNKNOWN after calling
30649           ->init_stream() so that capsnego starts.
30650
30651 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30652
30653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30654         (gst_avi_demux_stream_data):
30655           Just hardcode for raw audio then. AVI audio sucks.
30656
30657 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30658
30659         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30660         * gst/matroska/matroska-mux.c: (audiosink_templ),
30661         (gst_matroska_mux_audio_pad_link):
30662         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30663         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30664
30665 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30666
30667         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30668         (gst_avi_demux_stream_data):
30669           Try to fix a/v sync issues.
30670
30671 2004-09-15  David Schleef  <ds@schleef.org>
30672
30673         * configure.ac: remove NASM check, since we don't use it.  Update
30674         dirac check to 0.4
30675         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30677         Initialized variables.
30678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30679         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30680         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30681         SVQ3 format
30682
30683 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30684
30685         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30686         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30687         * gst/avi/gstavidemux.h:
30688           Fix for compressed audio (mp3) timestamp generation. How did this
30689           ever work?
30690
30691 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30694           Volume is a double not a float.
30695
30696 2004-09-15  Wim Taymans  <wim@fluendo.com>
30697
30698         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30699         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30700         Don't close the fd in multifdsink as we didn't open it in the
30701         first place. Some cleanups.
30702
30703 2004-09-15  Wim Taymans  <wim@fluendo.com>
30704
30705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30707         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30708         Fix the case where the muxer would mark pages as delta
30709         frames when they are not (vorbis only ogg).
30710
30711 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30712
30713         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30714         (gst_play_base_bin_change_state):
30715           Handle the case where we failed to setup a clear pipeline. This
30716           will throw an error (or EOS, another nice case) and if you don't
30717           catch that, the app will wait for the signal forever (and thus
30718           hang).
30719
30720 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30721
30722         * ext/gnomevfs/gstgnomevfssink.c:
30723         (gst_gnomevfssink_uri_get_protocols):
30724         * ext/gnomevfs/gstgnomevfssrc.c:
30725         (gst_gnomevfssrc_uri_get_protocols):
30726         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30727         * ext/gnomevfs/gstgnomevfsuri.h:
30728           Use _uri_new() instead of _open(), so it doesn't take as long and
30729           Christophe's computer won't hang.
30730         * gst/playback/gstplaybasebin.c: (unknown_type):
30731           Throw error on unknown media type, so apps actually display it.
30732
30733 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30734
30735         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30736           this script to work on Solaris since bash shell handles echo
30737           differenly than bash.
30738
30739 2004-09-17  Wim Taymans  <wim@fluendo.com>
30740
30741         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30742         (setup_source), (gst_play_base_bin_set_property),
30743         (gst_play_base_bin_add_element):
30744         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30745         Some more work on making sure seeking pauses the pipeline and
30746         that changing the uri actually does something.
30747
30748 2004-09-17  Wim Taymans  <wim@fluendo.com>
30749
30750         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30751         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30752         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30753         (gst_tcpserversink_close):
30754         Be a bit more paranoid when freeing memory.
30755
30756 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30757
30758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30759         (qtdemux_parse_trak):
30760           Don't crash by dividing by zero (see sample movie in #126922).
30761
30762 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30763
30764         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30765           Don't touch non-existing data (fixes crash on file in #140147).
30766
30767 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30768
30769         * gst/playback/gstplaybasebin.c:
30770         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30771           Handle double disposals, and proper change of URIs.
30772
30773 2004-09-13  Martin Eikermann <meiker@upb.de>
30774
30775         * gst/mpegstream/gstmpegparse.c:
30776           fix synchronistation for streams recorded from digital PCR
30777           fixes bug #119376
30778
30779 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30780
30781         * ext/gnomevfs/Makefile.am:
30782         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30783         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30784         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30785         (gst_gnomevfssink_uri_get_type),
30786         (gst_gnomevfssink_uri_get_protocols),
30787         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30788         (gst_gnomevfssink_uri_handler_init),
30789         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30790         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30791         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30792         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30793         (gst_gnomevfssrc_uri_get_type),
30794         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30795         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30796         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30797         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30798         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30799         * ext/gnomevfs/gstgnomevfsuri.h:
30800           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30801           of fake URIs to see which this version of Gnome-VFS likes, and
30802           uses that for the Gst-URI interface. Makes playbin support http://
30803           streams. Also fix up some stupid behaviour in gnomevfssrc.
30804
30805 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30806
30807         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30808         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30809         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30810         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30811           Update mixer (to sync with other sessions) if we try to obtain
30812           a new value. This makes alsamixer work accross applications.
30813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30814           Only call sync functions if we're running, else alsalib asserts.
30815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30816           Sometimes fails to compile. Possibly a gcc bug.
30817         * gst/playback/gstplaybin.c: (gen_video_element),
30818         (gen_audio_element):
30819           Add a reference to an application-provided object, because we lose
30820           this same reference if we add it to the bin. If we don't do this,
30821           we can only use this object once and thus crash if we go from
30822           ready to playing, back to ready and back to playing again.
30823           Also add an audioscale element because several cheap soundcards -
30824           like mine - don't support all samplerates.
30825         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30826         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30827           Fix wrong order or PAR calls. Makes automatically obtained PAR
30828           from the X server atually being used.
30829
30830 2004-09-12  David Schleef  <ds@schleef.org>
30831
30832         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30833         #151887, #152102, #152247.
30834         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30835         * examples/seeking/cdparanoia.c: same
30836         * examples/seeking/cdplayer.c: same
30837         * examples/seeking/seek.c: same
30838         * examples/seeking/spider_seek.c: same
30839         * examples/seeking/vorbisfile.c: same
30840         * examples/stats/mp2ogg.c: same
30841         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30842         (gst_esdsink_dispose): Dispose of element properly.
30843         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30844         fixes.
30845         * ext/nas/nassink.c: (gst_nassink_class_init),
30846         (gst_nassink_dispose): Dispose of element correctly.
30847         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30848         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30849         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30850         Fix 64-bit warning.
30851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30852         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30853         Fix 64-bit warning.
30854
30855 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30856
30857         * configure.ac : change speex detection as 1.1.6 now uses
30858           .pc/pkg-config and they changed their headers location.
30859
30860 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30861
30862         * gst/matroska/matroska-mux.h:
30863         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30864         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30865         (gst_matroska_mux_write_data):
30866           Write multiple blocks/frames per cluster.
30867                 Write meta-seek information (seek heads).
30868
30869 2004-09-09  Scott Wheeler <wheeler@kde.org>
30870
30871         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30872         (gst_play_bin_set_property), (gst_play_bin_get_property),
30873         (gen_audio_element), (gen_audio_element):
30874           Add a volume element / property to the pipeline.
30875
30876 2004-09-07  Wim Taymans  <wim@fluendo.com>
30877
30878         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30879         Copy timestamps from the master pad to the output buffers.
30880
30881 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30882
30883         * ext/raw1394/gstdv1394src.c:
30884           throw errors when applicable
30885
30886 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30887
30888         * gst/matroska/ebml-ids.h:
30889         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30890         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30891         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30892           automatically convert unix time <-> ebml time when reading/writing
30893           a date, use gst_ebml_write_uint to write CUETIME,
30894           not gst_ebml_write_date.
30895         * gst/matroska/matroska-ids.h:
30896         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30897         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30898         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30899         (gst_matroska_mux_write_data):
30900           Write track and segment UIDs, write muxing date, write
30901           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30902           Create cues for audio only files.
30903
30904 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30905
30906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30907         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30908           Re-commit ALSA switches.
30909         * gst/adder/gstadder.c: (gst_adder_loop):
30910           64-bit fix (#151416).
30911         * gst/debug/progressreport.c: (gst_progressreport_report):
30912           64-bit fix (#151419).
30913         * gst/matroska/matroska-demux.c:
30914         (gst_matroska_demux_parse_contents):
30915           64-bit fix (#151420).
30916         * gst/playback/test3.c: (update_scale):
30917           64-bit fix (#151421).
30918
30919 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30920
30921         * configure.ac:
30922           bump nano to cvs
30923
30924 === release 0.8.4 ===
30925
30926 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30927
30928         * configure.ac: releasing 0.8.4, "Alias"
30929
30930 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30931
30932         * ext/theora/Makefile.am:
30933           fix makefile.  Fixes #151462.
30934
30935 2004-08-30  Wim Taymans  <wim@fluendo.com>
30936
30937         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30939         (gst_multifdsink_remove_client_link),
30940         (gst_multifdsink_client_queue_buffer),
30941         (gst_multifdsink_handle_client_write):
30942         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30943         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30944         Fix some memory leaks.
30945
30946 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30947
30948         Patch by: David Schleef
30949
30950         * configure.ac:
30951         * sys/Makefile.am:
30952           rename our detection macro for V4L2.  Fixes #151236.
30953
30954 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30955
30956         Patch by: David Schleef
30957
30958         * configure.ac:
30959           check to define LAMEPRESET.  Fixes #151232.
30960
30961 2004-08-27  David Schleef  <ds@schleef.org>
30962
30963         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30964         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30965         (gst_glimagesink_fixate):  Move local variable declarations to
30966         make gcc-2.95 happy.
30967
30968 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30969
30970         * configure.ac:
30971           bump nano for prerelease
30972
30973 2004-08-27  David Schleef  <ds@schleef.org>
30974
30975         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30976         * sys/sunaudio/gstsunaudiosrc.c:
30977         * sys/sunaudio/gstsunaudiosrc.h:
30978
30979 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30980
30981         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30982         handle EOS correctly
30983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30984         * gst/matroska/matroska-mux.h:
30985         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30986         VFW compatibility mode
30987
30988 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30989
30990         patch by: Zaheer Abbas Merali
30991
30992         * ext/ogg/gstoggmux.c:
30993         * ext/vorbis/vorbisenc.c:
30994         * ext/vorbis/vorbisenc.h:
30995           handle NEWMEDIA
30996
30997 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30998
30999         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31000         fix byte order reversion on little endian machines.
31001         * gst/matroska/matroska-mux.c: (audiosink_templ),
31002         (gst_matroska_mux_audio_pad_link):
31003         add TTA codec to the list of supported codecs.
31004         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31005         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31006         (gst_matroska_mux_write_data):
31007         * gst/matroska/matroska-mux.h:
31008         write segment duration correctly, write muxing app string, fixes bugs
31009         #140897 and #140898.
31010         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31011         wait for all pads to be negotiated before starting to mux.
31012
31013 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31014
31015         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31016         * ext/lame/gstlame.h:
31017         Added new media support to lame
31018
31019 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31020
31021         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31022         send vorbis headers at the beginning of a stream, fixes bug #141554.
31023         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31024         bug #148950.
31025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31026         (gst_matroska_demux_plugin_init):
31027         * gst/matroska/matroska-ids.h:
31028         enable demuxing of TTA audio streams, fixes bug #148951.
31029         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31030         enable typefinding for TTA audio files, fixes bug #148711.
31031         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31032         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31033         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31034
31035 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31036
31037         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31038         (gst_riff_read_element_data), (gst_riff_read_seek),
31039         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31040         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31041         <teuf@gnome.org>
31042
31043 2004-08-23 Iain <iaingnome@gmail.com>
31044
31045         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31046         tags. They appear to be handled differently to normal.
31047         (tag_list_to_id3_tag_foreach): Ditto.
31048
31049 2004-08-22  Wim Taymans  <wim@fluendo.com>
31050
31051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31052         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31053         Make sure we never send -1 granulepos.
31054
31055 2004-08-20  Wim Taymans  <wim@fluendo.com>
31056
31057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31058         (gst_ogg_mux_loop):
31059         I will accept bitchslappings with non sharp objects.
31060
31061 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31062
31063         * configure.ac:
31064         Clean up the test for lame presets
31065
31066 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31067
31068         * configure.ac:
31069         * ext/lame/Makefile.am:
31070         * ext/lame/gstlame.c: (gst_lame_class_init),
31071         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31072         Only enable lame presets if version of lame has presets in API
31073
31074 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31075         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31076         * gst/udp/gstudpsrc.h:
31077           Don't call gst_pad_push in a get function. Fixes #150449
31078
31079 2004-08-18  Wim Taymans  <wim@fluendo.com>
31080
31081         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31082         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31083         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31084         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31085         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31086         (gst_fdset_wait):
31087         * gst/tcp/gstfdset.h:
31088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31089         (gst_multifdsink_client_queue_buffer),
31090         (gst_multifdsink_handle_client_write):
31091         * gst/tcp/gstmultifdsink.h:
31092         Some extra checks in gstfdset.
31093         Only use send() when the fd is a socket. Don't try to
31094         read from write only fds.
31095
31096 2004-08-18  Wim Taymans  <wim@fluendo.com>
31097
31098         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31099         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31100         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31101         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31102         (gst_fdset_wait):
31103         Add more locking and bounds checking.
31104
31105 2004-08-18  Wim Taymans  <wim@fluendo.com>
31106
31107         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31108         Realloc test fdset in the lock and right before starting
31109         the poll call. Bump the limit to 4096.
31110
31111 2004-08-17  David Schleef  <ds@schleef.org>
31112
31113         * sys/sunaudio/Makefile.am:
31114         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31115         of rates and channels.  Make debugging less obnoxious.
31116
31117         Patch from Balamurali Viswanathan implementing a mixer for
31118         Sun audio.  (bug #144091):
31119         * sys/sunaudio/gstsunelement.c:
31120         * sys/sunaudio/gstsunelement.h:
31121         * sys/sunaudio/gstsunmixer.c:
31122         * sys/sunaudio/gstsunmixer.h:
31123
31124 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31125
31126         * gst/audioscale/gstaudioscale.c:
31127         * gst/audioscale/gstaudioscale.h:
31128         made audioscale resample from any sample rate to any sample rate
31129
31130 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31131
31132         * ext/libpng/gstpngdec.c:
31133           error out on unsupported types
31134
31135 2004-08-17  Iain <iaingnome@gmail.com>
31136
31137         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31138         mid_side and loose_mid_side properties if its a stereo stream.
31139
31140 2004-08-17  Wim Taymans  <wim@fluendo.com>
31141
31142         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31143         (theora_get_formats), (theora_dec_src_convert),
31144         (theora_dec_sink_convert), (theora_dec_src_query),
31145         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31146         Add a debug line.
31147
31148 2004-08-17  Wim Taymans  <wim@fluendo.com>
31149
31150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31151         (gst_ogg_pad_push):
31152         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31153         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31154         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31155         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31156         Mark delta units in the muxer.
31157         Try to decode the packet after an out-of-sync error from
31158         libogg.
31159
31160 2004-08-17  Wim Taymans  <wim@fluendo.com>
31161
31162         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31163         (gst_multifdsink_init), (gst_multifdsink_add),
31164         (gst_multifdsink_client_queue_buffer),
31165         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31166         * gst/tcp/gstmultifdsink.h:
31167         Added option to send a keyframe to clients as the first buffer.
31168         Make timeout property writable.
31169
31170 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31171
31172         patch by: Wim Taymans
31173
31174         * gst/tcp/gstfdset.c:
31175         * gst/tcp/gstmultifdsink.c:
31176           fix index comparison, should include 0
31177
31178 2004-08-16  Wim Taymans  <wim@fluendo.com>
31179
31180         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31181         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31182         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31183         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31184         (gst_fdset_wait):
31185           copy when reallocing for poll so the select arguments don't get
31186           changed during the call
31187
31188 2004-08-16  Wim Taymans  <wim@fluendo.com>
31189
31190         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31191         (gst_theora_enc_class_init), (theora_enc_sink_link),
31192         (theora_buffer_from_packet), (theora_enc_chain):
31193         Fix bug where buffers were not marked as keyframes
31194         correctly.
31195
31196 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31197
31198         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31199         (gst_lame_preset_get_type), (gst_lame_class_init):
31200         describe the enum values for vbr mode and presets more verbosely
31201
31202 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31203
31204         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31205         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31206         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31207         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31208         * ext/lame/gstlame.h:
31209         add preset property to lame so it can use lame presets
31210
31211 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31212
31213         * ext/lame/gstlame.c: (gst_lame_get_property):
31214         whoops forgot break, thanks teuf
31215
31216 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31217
31218         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31219         (gst_lame_class_init), (gst_lame_src_getcaps),
31220         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31221         (gst_lame_get_property), (gst_lame_setup):
31222         * ext/lame/gstlame.h:
31223         fix lame's broken vbr stuff, allow it to resample if need be, and also
31224         make xing header optional
31225
31226 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31227
31228         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31229         added getcaps function so samplerate doesnt get fixated to silly values
31230
31231 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31232
31233         * ext/lame/gstlame.c: (gst_lame_src_link):
31234         revert previous fix
31235
31236 2004-08-12  Johan Dahlin  <johan@gnome.org>
31237
31238         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31239         checks. Doesn't matter what state we are in. Interfaces are a
31240         compile time thing, not runtime. It also broke the python bindings.
31241
31242 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31243
31244         * ext/lame/gstlame.c: (gst_lame_src_link):
31245         made source pad link function check if sinkpad is ok..fixes the problem
31246         where core fixates the output rate of lame stupidly
31247
31248 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31249
31250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31251         * sys/v4l/v4l_calls.c:
31252         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31253           fix fixate function to handle nonsimple caps.
31254           remove bogus check in _link
31255           cleanups
31256
31257 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31258
31259         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31260         set default compression ratio parameter to 0.0 so bitrate parameter
31261         works :)
31262
31263 2004-08-11  David Schleef  <ds@schleef.org>
31264
31265         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31266
31267 2004-08-11  David Schleef  <ds@schleef.org>
31268
31269         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31270         before.
31271
31272 2004-08-11  David Schleef  <ds@schleef.org>
31273
31274         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31275
31276 2004-08-11  David Schleef  <ds@schleef.org>
31277
31278         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31279           license field
31280         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31281         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31282           LGPL.
31283         * gst/auparse/gstauparse.c: Fix plugin license field.
31284         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31285         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31286         * gst/rtp/gstrtp.c: Fix plugin license field.
31287
31288 2004-08-11  Wim Taymans  <wim@fluendo.com>
31289
31290         * gst/tcp/Makefile.am:
31291         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31292         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31293         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31294         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31295         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31296         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31297         (gst_fdset_fd_can_write), (gst_fdset_wait):
31298         * gst/tcp/gstfdset.h:
31299         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31300         (gst_multifdsink_class_init), (gst_multifdsink_init),
31301         (gst_multifdsink_add), (gst_multifdsink_remove),
31302         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31303         (gst_multifdsink_remove_client_link),
31304         (gst_multifdsink_handle_client_read),
31305         (gst_multifdsink_client_queue_data),
31306         (gst_multifdsink_client_queue_caps),
31307         (gst_multifdsink_client_queue_buffer),
31308         (gst_multifdsink_handle_client_write),
31309         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31310         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31311         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31312         (gst_multifdsink_close):
31313         * gst/tcp/gstmultifdsink.h:
31314         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31315         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31316         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31317         (gst_tcpserversink_close):
31318         * gst/tcp/gsttcpserversink.h:
31319         Abstracted away the select call, implemented poll (yes we ran into
31320         the 1024 limit in production).
31321
31322 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31323
31324         * gst/tcp/gsttcp.c:
31325         * gst/tcp/gsttcpplugin.c:
31326           improve debuggging, remove assert
31327
31328 2004-08-10  Wim Taymans  <wim@fluendo.com>
31329
31330         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31331         (gst_client_status_get_type), (gst_multifdsink_class_init),
31332         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31333         (gst_multifdsink_handle_client_read),
31334         (gst_multifdsink_handle_client_write),
31335         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31336         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31337         (gst_multifdsink_get_property):
31338         * gst/tcp/gstmultifdsink.h:
31339         * gst/tcp/gsttcp-marshal.list:
31340         Starting to prepare for specifying buffer time in other units
31341         than buffers. Expose remove reason in signal.
31342
31343 2004-08-10  Wim Taymans  <wim@fluendo.com>
31344
31345         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31346         (gst_multifdsink_remove), (gst_multifdsink_clear),
31347         (gst_multifdsink_remove_client_link),
31348         (gst_multifdsink_handle_client_read),
31349         (gst_multifdsink_client_queue_data),
31350         (gst_multifdsink_client_queue_buffer),
31351         (gst_multifdsink_handle_client_write),
31352         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31353         (gst_multifdsink_chain), (gst_multifdsink_close):
31354         * gst/tcp/gstmultifdsink.h:
31355         Added more debugging info. Changed the way clients are
31356         removed from the lists. Fixed a bug where a bad file descriptor
31357         could cause many clients to be removed.
31358
31359 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31360
31361         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31362           allow all pixel-aspect-ratios, not just 1:1
31363
31364 2004-08-09  David Schleef  <ds@schleef.org>
31365
31366         * sys/glsink/ARB_multitexture.h:  Remove old files.
31367         * sys/glsink/EXT_paletted_texture.h:
31368         * sys/glsink/NV_register_combiners.h:
31369         * sys/glsink/gstgl_nvimage.c:
31370         * sys/glsink/gstgl_pdrimage.c:
31371         * sys/glsink/gstgl_rgbimage.c:
31372         * sys/glsink/gstglsink.c:
31373         * sys/glsink/gstglsink.h:
31374         * sys/glsink/gstglxwindow.c:
31375         * sys/glsink/regcomb_yuvrgb.c:
31376
31377 2004-08-09  David Schleef  <ds@schleef.org>
31378
31379         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31380         GL sink plugin.  (Bug #147302)
31381
31382         * configure.ac: Test for OpenGL
31383         * sys/Makefile.am: Use test for OpenGL
31384         * sys/glsink/Makefile.am:
31385         * sys/glsink/glimagesink.c: rewrite
31386         * sys/glsink/glimagesink.h: rewrite
31387
31388 2004-08-09  David Schleef  <ds@schleef.org>
31389
31390         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31391         sane framerates.
31392         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31394         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31395
31396 2004-08-09  Wim Taymans  <wim@fluendo.com>
31397
31398         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31399         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31400         (gst_multifdsink_client_remove),
31401         (gst_multifdsink_handle_client_read),
31402         (gst_multifdsink_handle_client_write),
31403         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31404         Do a bit more logging, make the client_read code more robust.
31405
31406 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31407
31408         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31409         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31410         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31411         (gst_jpegdec_init), (gst_jpegdec_chain):
31412         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31413         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31414           cleanups, debugging fixes and memleak plugging
31415
31416 2004-08-09  Wim Taymans  <wim@fluendo.com>
31417
31418         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31419         (theora_get_formats), (theora_dec_src_convert),
31420         (theora_dec_sink_convert), (theora_dec_src_query),
31421         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31422         (theora_dec_change_state):
31423         Don't crash on missing header packets.
31424
31425 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31426
31427         * po/LINGUAS:
31428         * po/sq.po:
31429           Added Albanian translation (Laurent Dhima)
31430         * po/cs.po:
31431           updated
31432
31433 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31434
31435         * ext/lame/gstlame.c:
31436           fix/add debugging
31437
31438 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31439
31440         * sys/ximage/ximagesink.c:
31441         * sys/xvimage/xvimagesink.c:
31442           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31443
31444 2004-08-06  Wim Taymans  <wim@fluendo.com>
31445
31446         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31447         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31448         (gst_multifdsink_client_remove),
31449         (gst_multifdsink_handle_client_read),
31450         (gst_multifdsink_handle_client_write),
31451         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31452         Make sure we don't try to read more from a client that what
31453         ioctl says us or we deadlock.
31454
31455 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31456
31457         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31458         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31459         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31460           decouple running_time and n_frames so it can handle changing
31461           framerate while running
31462
31463 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31464
31465         * po/nl.po:
31466         * po/sv.po:
31467           updated translations
31468
31469 2004-08-04  Benjamin Otte  <otte@gnome.org>
31470
31471         * gst/videotestsrc/gstvideotestsrc.c:
31472         (gst_videotestsrc_get_capslist), (generate_capslist),
31473         (plugin_init):
31474           generate the list of supported caps at startup and reuse it instead
31475           of always generating it
31476
31477 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31478
31479         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31480           whoops, last checkin broke normal build
31481
31482 2004-08-03  Benjamin Otte  <otte@gnome.org>
31483
31484         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31485         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31486         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31487         (gst_alsa_mixer_get_option):
31488         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31489         (dvdnavsrc_print_event):
31490         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31492         (gst_ogg_mux_pad_unlink):
31493         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31494         (gst_multipart_mux_pad_unlink):
31495         * gst/videofilter/gstvideobalance.c:
31496         (gst_videobalance_colorbalance_set_value):
31497         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31498         (gst_videomixer_pad_unlink):
31499         * po/uk.po:
31500         * sys/oss/gstossmixer.c:
31501         * sys/v4l/gstv4lcolorbalance.c:
31502         * sys/v4l/gstv4ltuner.c:
31503         * sys/v4l/v4lsrc_calls.c:
31504         * sys/v4l2/gstv4l2colorbalance.c:
31505         * sys/v4l2/gstv4l2tuner.c:
31506           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31507
31508 2004-08-03  Benjamin Otte  <otte@gnome.org>
31509
31510         * examples/dynparams/filter.c: (ui_control_create):
31511         * examples/gstplay/player.c: (print_tag):
31512         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31513         * ext/gdk_pixbuf/gstgdkanimation.c:
31514         (gst_gdk_animation_iter_may_advance):
31515         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31516         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31517         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31518         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31519         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31520         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31521         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31522         * gst/sine/demo-dparams.c: (main):
31523         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31524         * testsuite/alsa/formats.c: (create_pipeline):
31525         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31526           fixes for G_DISABLE_ASSERT and friends
31527         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31528         (mp3_type_frame_length_from_header), (mp3_type_find),
31529         (plugin_init):
31530           require mp3 typefinding to have at least MIN_HEADERS valid headers
31531           add typefinding for AAC adts files
31532
31533 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31534
31535         * sys/ximage/ximagesink.c:
31536         (gst_ximagesink_calculate_pixel_aspect_ratio):
31537         * sys/xvimage/xvimagesink.c:
31538         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31539         Make sure we calculate pixel-aspect-ratio using floating point maths
31540
31541 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31542
31543         * po/uk.po:
31544           updated translation
31545
31546 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31547
31548         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31550           add debugging for display PAR calculation
31551
31552 2004-08-02  David Schleef  <ds@schleef.org>
31553
31554         * configure.ac: Fix mikmod CFLAGS.
31555
31556 2004-07-27  Benjamin Otte  <otte@gnome.org>
31557
31558         * gst/audioscale/gstaudioscale.c:
31559         - fix templates to only support S16, it's the only format that works
31560         - make caps nego code use try_set_caps_nonfixed and fixation instead
31561         of try_set_caps twice, which is not nice for autopluggers
31562         - change rank to secondary, so autopluggers can pick it up after
31563         audioconvert
31564
31565 2004-08-02  Iain <iain@prettypeople.org>
31566
31567         * gst/interleave/interleave.c (interleave_init),
31568         (interleave_request_new_pad),
31569         (interleave_pad_removed),
31570         (interleave_buffered_loop): Use the real pad count, not the artificial
31571         one.
31572
31573 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31574
31575         * configure.ac: bump nano back to development
31576
31577 === release 0.8.3 ===
31578
31579 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31580
31581         * configure.ac: releasing 0.8.3, "Water"
31582
31583 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31584
31585         * sys/xvimage/xvimagesink.c:
31586         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31587         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31588         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31589         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31590         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31591         * sys/xvimage/xvimagesink.h:
31592           apply similar PAR fixes as to ximagesink
31593
31594 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31595
31596         patch from: Benjamin Otte
31597
31598         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31599           add link function to lame.  Fixes #148986.
31600
31601 2004-08-02  Johan Dahlin  <johan@gnome.org>
31602
31603         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31604         fix debugging log
31605
31606 2004-07-30  David Schleef  <ds@schleef.org>
31607
31608         * gst/videomixer/Makefile.am: Fix things that should have been
31609         fixed in the last checkin.
31610
31611 2004-07-30  David Schleef  <ds@schleef.org>
31612
31613         * gst/multipart/Makefile.am: Fix things that should have been
31614         fixed in the last checkin.
31615
31616 2004-07-30  David Schleef  <ds@schleef.org>
31617
31618         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31619
31620 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31621
31622         * configure.ac:
31623           bump nano for prerelease
31624         * po/af.po:
31625         * po/az.po:
31626         * po/cs.po:
31627         * po/en_GB.po:
31628         * po/hu.po:
31629         * po/nl.po:
31630         * po/sr.po:
31631         * po/sv.po:
31632         * po/uk.po:
31633           updates
31634
31635 2004-07-30  Wim Taymans  <wim@fluendo.com>
31636
31637         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31638         (gst_multifdsink_add), (gst_multifdsink_remove),
31639         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31640         (gst_multifdsink_client_remove),
31641         (gst_multifdsink_handle_client_write),
31642         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31643         * gst/tcp/gstmultifdsink.h:
31644         Recover from a select with a bad file descriptor by removing
31645         the client.
31646
31647 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31648
31649         * configure.ac:
31650           fix requirement of core
31651         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31652         (gst_play_pipeline_setup):
31653           don't use colorspace element.  do use hermescolorspace element.
31654           make macro to get a colorspace element.
31655           mark strings for translation.
31656         * po/POTFILES.in:
31657           add play.c
31658         * po/af.po:
31659         * po/az.po:
31660         * po/cs.po:
31661         * po/en_GB.po:
31662         * po/hu.po:
31663         * po/nl.po:
31664         * po/sr.po:
31665         * po/sv.po:
31666         * po/uk.po:
31667           update translations
31668
31669 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31670
31671         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31672         fix default for newmedia flag
31673
31674 2004-07-30  Wim Taymans  <wim@fluendo.com>
31675
31676         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31677         (gst_theora_dec_init), (theora_get_formats),
31678         (theora_dec_src_convert), (theora_dec_sink_convert),
31679         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31680         (theora_dec_chain), (theora_dec_set_property),
31681         (theora_dec_get_property):
31682         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31683         (gst_theora_enc_class_init), (gst_theora_enc_init),
31684         (theora_enc_sink_link), (theora_enc_chain),
31685         (theora_enc_set_property), (theora_enc_get_property):
31686         Added cropping option to theora decoder.
31687         Added border option to theora encoder.
31688
31689 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31690
31691         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31692         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31693         (gst_pngenc_set_property):
31694         * ext/libpng/gstpngenc.h:
31695         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
31696
31697 2004-07-30  Wim Taymans  <wim@fluendo.com>
31698
31699         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31700         (theora_enc_sink_link), (theora_enc_chain),
31701         (theora_enc_set_property), (theora_enc_get_property):
31702         Fix encoding of non-multiple-of-16 video.
31703
31704 2004-07-29  David Schleef  <ds@schleef.org>
31705
31706         * configure.ac: make test for audiofile more strict
31707
31708 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31709
31710         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31711           give different names to typefind functions
31712
31713 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31714
31715         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31716         (gst_ximagesink_calculate_pixel_aspect_ratio),
31717         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31718         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31719         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31720         (gst_ximagesink_get_property), (gst_ximagesink_init):
31721         * sys/ximage/ximagesink.h:
31722           allocate PAR's dynamically.
31723           use autodetected PAR if no object-set PAR is given.
31724           add workaround for directfb's X not setting physical size.
31725           fix to xvimagesink will follow tomorrow.
31726
31727 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31728
31729         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31730         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31731         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31732         (gst_shout2send_class_init), (gst_shout2send_init),
31733         (set_shout_metadata), (gst_shout2send_set_metadata),
31734         (gst_shout2send_chain), (gst_shout2send_set_property),
31735         (gst_shout2send_get_property), (gst_shout2send_connect),
31736         (gst_shout2send_change_state):
31737         * ext/shout2/gstshout2.h:
31738         - fix for sending mp3 audio to icecast2 server, if pad link function not
31739         called before PAUSED state
31740         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31741         - added tagging support for mp3 audio broadcasted
31742         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31743         debug info
31744
31745 2004-07-28  Wim Taymans  <wim@fluendo.com>
31746
31747         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31748         (gst_ogg_demux_push):
31749         Return query failure when we don't know the length of
31750         an ogg stream insteda of returning TRUE with a bogus value.
31751
31752 2004-07-28  Wim Taymans  <wim@fluendo.com>
31753
31754         * ext/theora/theoradec.c: (theora_get_formats),
31755         (theora_dec_src_convert), (theora_dec_sink_convert),
31756         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31757         (theora_dec_chain):
31758         Don't screw up the 1 Chroma for 1 luma sample situation when we
31759         have an odd offset/width by adding a black border in those cases.
31760
31761 2004-07-28  Wim Taymans  <wim@fluendo.com>
31762
31763         * ext/theora/theoradec.c: (theora_get_formats),
31764         (theora_dec_src_convert), (theora_dec_sink_convert),
31765         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31766         (theora_dec_chain):
31767         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31768         Added first attempt at cropping of the image as required by the
31769         theora spec. We need more properties in the caps (offset_x,
31770         offset_y,stride) to implement this correctly.
31771
31772 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31773
31774         * ext/dvdnav/README:
31775           Update the README to use dvddemux
31776         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31777           Ensure getcaps returns a subset of the template caps
31778         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31779         (gst_mpeg2subt_init):
31780           Ensure getcaps returns a subset of the template caps
31781         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31782         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31783         (gst_dvd_demux_get_subpicture_stream),
31784         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31785         * gst/mpegstream/gstdvddemux.h:
31786           Set the explicit caps on the current_video pad before pushing
31787           anything
31788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31789         (gst_mpeg_demux_get_audio_stream):
31790           Free caps used to gst_pad_set_explicit_caps, which takes a const
31791           GstCaps *
31792
31793 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31794
31795         * configure.ac: update GStreamer requirement to 0.8.4 because of
31796           GstFraction.
31797
31798 2004-07-28  Wim Taymans  <wim@fluendo.com>
31799
31800         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31801         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31802         Add the pad to the element after setting up the caps. This
31803         makes it a lot easier to autoplug.
31804
31805 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31806
31807         * gst/median/gstmedian.c:
31808         * gst/mpeg2subt/gstmpeg2subt.c:
31809         * gst/mpegaudioparse/gstmpegaudioparse.c:
31810         * gst/mpegstream/gstdvddemux.c:
31811         * gst/mpegstream/gstmpegdemux.c:
31812         * gst/mpegstream/gstmpegpacketize.c:
31813         * gst/rtjpeg/gstrtjpeg.c:
31814         * gst/rtjpeg/gstrtjpegdec.c:
31815         * gst/rtjpeg/gstrtjpegenc.c:
31816         * gst/sine/gstsinesrc.c:
31817         * gst/smooth/gstsmooth.c:
31818         * gst/smpte/gstsmpte.c:
31819         * gst/smpte/gstsmpte.h:
31820         * gst/stereo/gststereo.c:
31821         * gst/videofilter/gstgamma.c:
31822         * gst/videofilter/gstvideobalance.c:
31823         * gst/videofilter/gstvideofilter.c:
31824         * gst/videofilter/gstvideoflip.c:
31825         * gst/videoscale/gstvideoscale.c:
31826         * gst/videoscale/videoscale.c:
31827         * gst/videotestsrc/gstvideotestsrc.c:
31828         * gst/videotestsrc/videotestsrc.c:
31829         * gst/wavenc/gstwavenc.c:
31830         * gst/wavparse/gstwavparse.c:
31831           fix local includes and 64 bits constants
31832
31833 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31834
31835         * win32/gst.sln:
31836         * gst-libs/gst/*/*.vcproj:
31837         * gst/*/*.vcproj:
31838           more working plugins
31839
31840 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31841
31842         * testsuite/alsa/Makefile.am:
31843         * testsuite/alsa/srcstate.c:
31844         add test for alsasrc changing state
31845
31846 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31847
31848         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31849         (gst_silence_get):
31850         * gst/silence/gstsilence.h:
31851         fix silence generation for 16bit raw audio
31852
31853 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31854
31855         * gst/matroska/matroska-demux.c:
31856         (gst_matroska_demux_parse_metadata),
31857         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31858         * gst/mpegaudio/common.c:
31859         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31860         (gst_videoscale_getcaps), (gst_videoscale_link),
31861         (gst_videoscale_src_fixate), (gst_videoscale_init),
31862         (gst_videoscale_finalize):
31863         * gst/videoscale/gstvideoscale.h:
31864         * gst/videotestsrc/gstvideotestsrc.c:
31865         (gst_videotestsrc_get_capslist):
31866         * gst/wavenc/gstwavenc.c:
31867         * sys/oss/gstossmixer.c: (fill_labels):
31868         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31869         (gst_ximagesink_handle_xevents),
31870         (gst_ximagesink_calculate_pixel_aspect_ratio),
31871         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31872         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31873         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31874         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31875         (gst_ximagesink_init), (gst_ximagesink_class_init):
31876         * sys/ximage/ximagesink.h:
31877         * sys/xvimage/xvimagesink.c:
31878         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31879         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31880         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31881         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31882         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31883         * sys/xvimage/xvimagesink.h:
31884           first batch of pixel aspect ratio commits.
31885
31886 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31887
31888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31889         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31890         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31891           handle stride, needs work if we want to move stride handling
31892           upstream, but works correctly for our purposes.
31893
31894 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31895
31896         * gst/videoscale/README:
31897           add testing examples
31898         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31899         (gst_videoscale_chain):
31900         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31901         (gst_videoscale_get_size):
31902           add get_size function that handles stride like videotestsrc.
31903           fixes conversion for YUV formats for as much as I can test them.
31904
31905 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31906
31907         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31908         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31910         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31911         (gst_xvimagesink_xvimage_put):
31912           further cleanups, logging, error handling and synchronizing
31913
31914 2004-07-27  Wim Taymans  <wim@fluendo.com>
31915
31916         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31917         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31918         (gst_videomixer_pad_set_property),
31919         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31920         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31921         (gst_videomixer_class_init), (gst_videomixer_init),
31922         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31923         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31924         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31925         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31926         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31927         (gst_videomixer_loop), (plugin_init):
31928         Be a nicer negotiation citizen and provide a getcaps function on
31929         the srcpad. This also fixes a crash when resizing.
31930
31931 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31932
31933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31934         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31935
31936 2004-07-27  Wim Taymans  <wim@fluendo.com>
31937
31938         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31939         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31940         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31941         (gst_pngenc_set_property):
31942         * ext/libpng/gstpngenc.h:
31943         Added snapshot property to pngenc.
31944         removed g_print from pngdec
31945
31946 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31947
31948         * gst/ac3parse/ac3parse.vcproj
31949         * gst/adder/adder.vcproj
31950         * gst/alpha/alpha.vcproj
31951         * gst/alpha/alphacolor.vcproj
31952         * gst/asfdemux/asf.vcproj
31953         * gst/audioconvert/audioconvert.vcproj
31954         * gst/audiorate/audiorate.vcproj
31955         * gst/audioscale/audioscale.vcproj
31956         * gst/auparse/auparse.vcproj
31957         * gst/avi/avi.vcproj
31958         * gst/cdxaparse/cdxaparse.vcproj
31959         * gst/chart/chart.vcproj
31960         * gst/colorspace/colorspace.vcproj
31961         * gst/cutter/cutter.vcproj
31962         * gst/debug/debug.vcproj
31963         * gst/debug/efence.vcproj
31964         * gst/debug/navigationtest.vcproj
31965         * gst/deinterlace/deinterlace.vcproj
31966         * gst/effectv/effectv.vcproj
31967         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31968         * gst/filter/filter.vcproj
31969         * gst/flx/flxdec.vcproj
31970         * gst/goom/goom.vcproj
31971         * gst/interleave/interleave.vcproj
31972         * gst/law/alaw.vcproj
31973         * gst/law/mulaw.vcproj
31974         * gst/matroska/matroska.vcproj
31975         * gst/median/median.vcproj
31976         * gst/mixmatrix/mixmatrix.vcproj
31977         * gst/mpeg1sys/mpeg1systemencode.vcproj
31978         * gst/mpeg1videoparse/mp1videoparse.vcproj
31979         * gst/mpeg2sub/mpeg2subt.vcproj
31980         * gst/mpegaudio/mpegaudio.vcproj
31981         * gst/mpegaudioparse/mpegaudioparse.vcproj
31982         * gst/mpegstream/mpegstream.vcproj
31983         * gst/multifilesink/multifilesink.vcproj
31984         * gst/multipart/multipart.vcproj
31985         * gst/oneton/oneton.vcproj
31986         * gst/overlay/overlay.vcproj
31987         * gst/passthrough/passthrough.vcproj
31988         * gst/qtdemux/qtdemux.vcproj
31989         * gst/realmedia/rmdemux.vcproj
31990         * gst/rtjpeg/rtjpeg.vcproj
31991         * gst/rtp/rtp.vcproj
31992         * gst/silence/silence.vcproj
31993         * gst/sine/sinesrc.vcproj
31994         * gst/smooth/smooth.vcproj
31995         * gst/smpte/smpte.vcproj
31996         * gst/spectrum/spectrum.vcproj
31997         * gst/speed/speed.vcproj
31998         * gst/stereo/stereo.vcproj
31999         * gst/switch/switch.vcproj
32000         * gst/tags/tagedit.vcproj
32001         * gst/tcp/tcp.vcproj
32002         * gst/typefind/typefindfunctions.vcproj
32003         * gst/udp/udp.vcproj
32004         * gst/videobox/videobox.vcproj
32005         * gst/videocrop/videocrop.vcproj
32006         * gst/videodrop/videodrop.vcproj
32007         * gst/videofilter/gamma.vcproj
32008         * gst/videofilter/videobalance.vcproj
32009         * gst/videofilter/videofilter.vcproj
32010         * gst/videofilter/videoflip.vcproj
32011         * gst/videoflip/videoflip.vcproj
32012         * gst/videomixer/videomixer.vcproj
32013         * gst/videorate/videorate.vcproj
32014         * gst/videoscale/videoscale.vcproj
32015         * gst/videotestsrc/videotestsrc.vcproj
32016         * gst/virtualdub/virtualdub.vcproj
32017         * gst/volenv/volenv.vcproj
32018         * gst/volume/volume.vcproj
32019         * gst/wavenc/wavenc.vcproj
32020         * gst/wavparse/wavparse.vcproj
32021         * gst/y4m/y4menc.vcproj
32022         * gst-libs/gst/audio/audio.vcproj
32023         * gst-libs/gst/audio/audiofilter.vcproj
32024         * gst-libs/gst/colorbalance/colorbalance.vcproj
32025         * gst-libs/gst/idct/idtc.vcproj
32026         * gst-libs/gst/media-info/media-info.vcproj
32027         * gst-libs/gst/mixer/mixer.vcproj
32028         * gst-libs/gst/navigation/navigation.vcproj
32029         * gst-libs/gst/play/play.vcproj
32030         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32031         * gst-libs/gst/resample/resample.vcproj
32032         * gst-libs/gst/riff/riff.vcproj
32033         * gst-libs/gst/tuner/tuner.vcproj
32034         * gst-libs/gst/video/video.vcproj
32035         * gst-libs/gst/xoverlay/xoverlay.vcproj
32036           avoid problems with math.h, fix release dependancy
32037           rename GStreamer-0.8.lib to libgstreamer.lib
32038
32039 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32040
32041         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32043         the atom is not available we have to unlock the mutex. Fixes #148023
32044
32045 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32046
32047         * gst-libs/gst/media-info/media-info.h:
32048           issue for a vararg macro with MSVC
32049
32050 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32051
32052         * gst/effectv/effectv.vcproj
32053         * gst-libs/gst/idct/idct.vcproj:
32054         * gst-libs/gst/media-info/media-info.vcproj:
32055         * gst-libs/gst/navigation/navigation.vcproj:
32056         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32057         * gst-libs/gst/video/video.vcproj:
32058         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32059           fixes for build problems
32060
32061 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32062
32063         * gst-libs/gst/audio/audio.def:
32064         * gst-libs/gst/audio/riff.def:
32065           add some definitions needed by plugins
32066
32067 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32068
32069         * gst/asfdemux/gstasfmux.c
32070           Fix some 64 bits constants to be glib friendly
32071
32072 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32073
32074         * gst/ac3parse/gstac3parse.c
32075         * gst/audioscale/gstaudioscale.c
32076         * gst/auparse/gstauparse.c
32077         * gst/colorspace/gstcolorspace.c
32078         * gst/colorspace/yuv2rgb.h
32079           local include fixes
32080
32081 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32082
32083         * win32/gst.sln
32084           add more plugins to the build
32085
32086 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32087
32088         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32089         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32090
32091 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32092
32093         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32094         (gst_level_set_property), (gst_level_get_property),
32095         (gst_level_base_init), (gst_level_class_init):
32096           add debugging categories.  cleanups.
32097
32098 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32099
32100         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32101         (gst_videoscale_planar411), (gst_videoscale_planar400),
32102         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32103         (gst_videoscale_scale_nearest_str1),
32104         (gst_videoscale_scale_nearest_str2),
32105         (gst_videoscale_scale_nearest_str4),
32106         (gst_videoscale_scale_nearest_16bit),
32107         (gst_videoscale_scale_nearest_24bit):
32108           fixed stride issues
32109           tested with 320x240 -> 321, 322, 324 x240
32110           tested with YV12, I420, YUY2, UYVY
32111           fixed packed422rev (don't think it could have worked before)
32112           by testing with UYVY
32113
32114 2004-07-26  Benjamin Otte  <otte@gnome.org>
32115
32116         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32117         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32118         (plugin_init):
32119           add debugging category, add error checks like checking return values
32120           of setup calls, make sure it still works after
32121           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32122
32123 2004-07-26  Wim Taymans  <wim@fluendo.com>
32124
32125         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32126         (gst_mpeg_demux_get_audio_stream),
32127         (gst_mpeg_demux_process_private):
32128         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32129         Check for error codes from the negotiation functions. Make sure
32130         we really set the pad caps when a new pad is created.
32131
32132 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32133
32134         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32135         (gst_ffmpeg_caps_to_pix_fmt):
32136         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32138         (gst_ffmpegcolorspace_pad_link):
32139           don't make function do two things at the same time without reason.
32140
32141 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32142
32143         * gst/ac3parse/ac3parse.vcproj
32144         * gst/adder/adder.vcproj
32145         * gst/alpha/alpha.vcproj
32146         * gst/alpha/alphacolor.vcproj
32147         * gst/asfdemux/asf.vcproj
32148         * gst/audioconvert/audioconvert.vcproj
32149         * gst/audiorate/audiorate.vcproj
32150         * gst/audioscale/audioscale.vcproj
32151         * gst/auparse/auparse.vcproj
32152         * gst/avi/avi.vcproj
32153         * gst/cdxaparse/cdxaparse.vcproj
32154         * gst/chart/chart.vcproj
32155         * gst/colorspace/colorspace.vcproj
32156         * gst/cutter/cutter.vcproj
32157         * gst/debug/debug.vcproj
32158         * gst/debug/efence.vcproj
32159         * gst/debug/navigationtest.vcproj
32160         * gst/deinterlace/deinterlace.vcproj
32161         * gst/effectv/effectv.vcproj
32162         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32163         * gst/filter/filter.vcproj
32164         * gst/flx/flxdec.vcproj
32165         * gst/goom/goom.vcproj
32166         * gst/interleave/interleave.vcproj
32167         * gst/law/alaw.vcproj
32168         * gst/law/mulaw.vcproj
32169         * gst/matroska/matroska.vcproj
32170         * gst/median/median.vcproj
32171         * gst/mixmatrix/mixmatrix.vcproj
32172         * gst/mpeg1sys/mpeg1systemencode.vcproj
32173         * gst/mpeg1videoparse/mp1videoparse.vcproj
32174         * gst/mpeg2sub/mpeg2subt.vcproj
32175         * gst/mpegaudio/mpegaudio.vcproj
32176         * gst/mpegaudioparse/mpegaudioparse.vcproj
32177         * gst/mpegstream/mpegstream.vcproj
32178         * gst/multifilesink/multifilesink.vcproj
32179         * gst/multipart/multipart.vcproj
32180         * gst/oneton/oneton.vcproj
32181         * gst/overlay/overlay.vcproj
32182         * gst/passthrough/passthrough.vcproj
32183         * gst/qtdemux/qtdemux.vcproj
32184         * gst/realmedia/rmdemux.vcproj
32185         * gst/rtjpeg/rtjpeg.vcproj
32186         * gst/rtp/rtp.vcproj
32187         * gst/silence/silence.vcproj
32188         * gst/sine/sinesrc.vcproj
32189         * gst/smooth/smooth.vcproj
32190         * gst/smpte/smpte.vcproj
32191         * gst/spectrum/spectrum.vcproj
32192         * gst/speed/speed.vcproj
32193         * gst/stereo/stereo.vcproj
32194         * gst/switch/switch.vcproj
32195         * gst/tags/tagedit.vcproj
32196         * gst/tcp/tcp.vcproj
32197         * gst/typefind/typefindfunctions.vcproj
32198         * gst/udp/udp.vcproj
32199         * gst/videobox/videobox.vcproj
32200         * gst/videocrop/videocrop.vcproj
32201         * gst/videodrop/videodrop.vcproj
32202         * gst/videofilter/gamma.vcproj
32203         * gst/videofilter/videobalance.vcproj
32204         * gst/videofilter/videofilter.vcproj
32205         * gst/videofilter/videoflip.vcproj
32206         * gst/videoflip/videoflip.vcproj
32207         * gst/videomixer/videomixer.vcproj
32208         * gst/videorate/videorate.vcproj
32209         * gst/videoscale/videoscale.vcproj
32210         * gst/videotestsrc/videotestsrc.vcproj
32211         * gst/virtualdub/virtualdub.vcproj
32212         * gst/volenv/volenv.vcproj
32213         * gst/volume/volume.vcproj
32214         * gst/wavenc/wavenc.vcproj
32215         * gst/wavparse/wavparse.vcproj
32216         * gst/y4m/y4menc.vcproj
32217           more plugins supported under windows
32218
32219 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32220
32221         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32222         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32223         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32225         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32226           Add debugging statements.  Use the sizes as returned by the
32227           *CreateImage calls.
32228
32229 2004-07-26  Johan Dahlin  <johan@gnome.org>
32230
32231         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32232         the pad is negotiated.
32233
32234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32235
32236 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32237
32238         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32239         * gst-libs/gst/idct/idct.vcproj:
32240         * gst-libs/gst/media-info/media-info.vcproj:
32241         * gst-libs/gst/mixer/mixer.vcproj:
32242         * gst-libs/gst/navigation/navigation.vcproj:
32243         * gst-libs/gst/play/play.vcproj:
32244         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32245         * gst-libs/gst/resample/resample.vcproj:
32246         * gst-libs/gst/tuner/tuner.vcproj:
32247         * gst-libs/gst/video/video.vcproj:
32248         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32249           more plugins supported under windows
32250
32251 2004-07-25 Iain <iain@prettypeople.org>
32252
32253         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32254         pad now rather than when the pad is created because state changes wipe
32255         explicit caps (fixes #148043).
32256
32257 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32258
32259         reviewed by Benjamin Otte  <otte@gnome.org>
32260
32261         * ext/mad/gstmad.c:
32262           fix mad plugin crashing on Sun (fixes #148289)
32263
32264 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32265
32266         * gst/avi/avi.def:
32267         * gst/avi/avi.vcproj:
32268         * gst/matroska/matroska.def:
32269         * gst/matroska/matroska.vcproj:
32270           remove unused .def files
32271
32272 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32273
32274         * gst-libs/gst/audio/gstaudiofilter.c:
32275           Clean the local include
32276
32277 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32278
32279         * win32/gst.sln:
32280         * gst-libs/gst/audio/audio.def:
32281         * gst-libs/gst/audio/audio.vcproj:
32282         * gst-libs/gst/audio/audiofilter.vcproj:
32283         * gst-libs/gst/audio/riff.def:
32284         * gst-libs/gst/audio/riff.vcproj:
32285         * gst-libs/gst/gst-libs.def:
32286         * gst-libs/gst/gst-libs.vcproj:
32287         * gst/avi/avi.vcproj:
32288         * gst/avi/avi.vcproj:
32289           Copy the files where needed after building, cleaner projects
32290
32291 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32292
32293         * gst/matroska/ebml-write.c:
32294           Fix some 64 bits constants to be glib friendly
32295
32296 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32297
32298         * win32/gst.sln:
32299         * gst-libs/gst/gst-libs.def:
32300         * gst-libs/gst/gst-libs.vcproj:
32301         * gst/matroska/matroska.def:
32302         * gst/matroska/matroska.vcproj:
32303           Add the preliminary canvas to build plugins on Win32
32304
32305 2004-07-23  Benjamin Otte  <otte@gnome.org>
32306
32307         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32308           don't enfore negotiation from source side, it breaks
32309           sinesrc ! audioconvert ! osssink
32310
32311 2004-07-22  David Schleef  <ds@schleef.org>
32312
32313         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32314         for ELF files, since they can easily be recognized as audio/mpeg.
32315         (bug #147441)
32316
32317 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32318
32319         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32320         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32321         (gst_videoscale_scale_nearest_24bit),
32322         (gst_videoscale_scale_nearest_16bit):
32323           fix 16bit and 24bit for stride (24bit might need testing)
32324           don't pretend we do more than one algorithm
32325
32326 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32327
32328         * configure.ac:
32329         * gst/Makefile.am:
32330         * gst/multifilesink/Makefile.am:
32331         * gst/multifilesink/gstmultifilesink.c:
32332         (gst_multifilesink_get_formats),
32333         (gst_multifilesink_get_query_types), (_do_init),
32334         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32335         (gst_multifilesink_init), (gst_multifilesink_dispose),
32336         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32337         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32338         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32339         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32340         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32341         (gst_multifilesink_uri_get_type),
32342         (gst_multifilesink_uri_get_protocols),
32343         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32344         (gst_multifilesink_uri_handler_init), (plugin_init):
32345         * gst/multifilesink/gstmultifilesink.h:
32346         * testsuite/Makefile.am:
32347         * testsuite/multifilesink/Makefile.am:
32348         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32349         (gst_newmedia_class_init), (gst_newmedia_init),
32350         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32351         (newfile_signal), (test_signal), (main):
32352         multifilesink plugin for creating new files every time a new media
32353         discontinuity event occurs
32354
32355 2004-07-22  Wim Taymans  <wim@fluendo.com>
32356
32357         * gst/alpha/Makefile.am:
32358         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32359         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32360         (gst_alpha_color_init), (gst_alpha_color_set_property),
32361         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32362         (transform), (gst_alpha_color_chain),
32363         (gst_alpha_color_change_state), (plugin_init):
32364         Stupid plugin to to RGBA to AYUV conversion because none of
32365         the colorspace plugins can handle that yet.
32366
32367 2004-07-22  Wim Taymans  <wim@fluendo.com>
32368
32369         * examples/seeking/seek.c: (update_scale), (main):
32370         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32371         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32372         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32373         (gst_decode_bin_init), (gst_decode_bin_dispose),
32374         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32375         (no_more_pads), (close_link), (type_found),
32376         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32377         (plugin_init):
32378         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32379         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32380         (gst_play_base_bin_dispose), (queue_overrun),
32381         (gen_preroll_element), (remove_prerolls), (unknown_type),
32382         (no_more_pads), (new_stream), (setup_source),
32383         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32384         (play_base_eos), (gst_play_base_bin_change_state),
32385         (gst_play_base_bin_add_element),
32386         (gst_play_base_bin_remove_element),
32387         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32388         (gst_play_base_bin_unlink_stream),
32389         (gst_play_base_bin_get_streaminfo):
32390         * gst/playback/gstplaybin.c: (gen_video_element),
32391         (gen_audio_element):
32392         * gst/playback/gststreaminfo.h:
32393         More playback updates, attempt to fix things after the state change
32394         breakage.
32395
32396 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32397
32398         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32399         (gst_videoscale_scale_nearest_16bit):
32400           comment algorithm
32401
32402 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32403
32404         * gst/videotestsrc/gstvideotestsrc.c:
32405         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32406         (gst_videotestsrc_init), (gst_videotestsrc_get),
32407         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32408         (gst_videotestsrc_get_property):
32409         * gst/videotestsrc/gstvideotestsrc.h:
32410         * gst/videotestsrc/videotestsrc.c:
32411         * gst/videotestsrc/videotestsrc.h:
32412           cleanup and commenting
32413
32414 2004-07-21  Wim Taymans  <wim@fluendo.com>
32415
32416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32417         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32418         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32419         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32420         (_find_chain_get_unknown_part), (_find_streams_check),
32421         (gst_ogg_demux_push), (gst_ogg_pad_push):
32422         * ext/theora/theoradec.c: (theora_get_formats),
32423         (theora_dec_src_convert), (theora_dec_sink_convert),
32424         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32425         (theora_dec_chain):
32426         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32427         (vorbis_dec_convert), (vorbis_dec_src_query),
32428         (vorbis_dec_src_event), (vorbis_dec_event):
32429         More seeking fixes, oggdemux now supports seeking to time and
32430         uses the downstream element to convert granulepos to time.
32431         Seeking in theora-only ogg files now works.
32432
32433 2004-07-21  Wim Taymans  <wim@fluendo.com>
32434
32435         * ext/theora/theoradec.c: (gst_theora_dec_init),
32436         (theora_get_formats), (theora_get_event_masks),
32437         (theora_get_query_types), (theora_dec_src_convert),
32438         (theora_dec_sink_convert), (theora_dec_src_query),
32439         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32440         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32441         (vorbis_get_event_masks), (vorbis_get_query_types),
32442         (gst_vorbis_dec_init), (vorbis_dec_convert),
32443         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32444         Added query/convert/formats functions to vorbis and theora decoders
32445         so that the outside world can use them too. Fixed seeking on an
32446         ogg/theora/vorbis file by disabling the seeking seeking on the
32447         theora srcpad.
32448
32449 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32450
32451         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32452         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32453         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32454         images creation for both elements. We don't create the image on caps
32455         nego or renego, we just destroy the internal one if present if it does
32456         not match the needs. The chain function takes care of creating a new
32457         image when needed.
32458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32459         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32460         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32461         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32462         the image format information. The buffer pool checks for the context
32463         image format and discard images with different formats.
32464         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32465
32466 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32467
32468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32469         (gst_ffmpegcolorspace_chain):
32470           no point in doing any chaining if the pad we want to push from
32471           isn't usable.
32472
32473 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32474
32475         * gst-libs/gst/riff/riff-media.c:
32476         (gst_riff_create_audio_caps_with_data):
32477           Fix double end-to-native symbol conversion (#148021).
32478
32479 2004-07-20  David Schleef  <ds@schleef.org>
32480
32481         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32482         Don't use an Atom that doesn't exist.
32483
32484 2004-07-20  Wim Taymans  <wim@fluendo.com>
32485
32486         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32487         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32488         (gst_multifdsink_client_remove),
32489         (gst_multifdsink_handle_client_write),
32490         (gst_multifdsink_queue_buffer):
32491         * gst/tcp/gstmultifdsink.h:
32492         More multifdsink stats. Avoid deadlock by releasing locks
32493         before sending out a signal.
32494
32495 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32496
32497         * po/LINGUAS:
32498         * po/hu.po:
32499           added Hungarian translation (Laszlo Dvornik)
32500
32501 2004-07-20  Wim Taymans  <wim@fluendo.com>
32502
32503         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32504         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32505         (gst_multifdsink_handle_client_write),
32506         (gst_multifdsink_queue_buffer):
32507         * gst/tcp/gsttcp-marshal.list:
32508         Fixed the stupid marshal definition.
32509
32510 2004-07-20  Wim Taymans  <wim@fluendo.com>
32511
32512         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32513         (gst_multifdsink_init), (gst_multifdsink_add),
32514         (gst_multifdsink_client_remove),
32515         (gst_multifdsink_handle_client_write),
32516         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32517         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32518         (gst_multifdsink_init_send):
32519         * gst/tcp/gstmultifdsink.h:
32520         Added more stats, added timeout for a client, fixed some typos
32521         and added some comments.
32522
32523 2004-07-20  Wim Taymans  <wim@fluendo.com>
32524
32525         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32526         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32527         (gst_multifdsink_client_remove),
32528         (gst_multifdsink_handle_client_write):
32529         * gst/tcp/gstmultifdsink.h:
32530         * gst/tcp/gsttcp-marshal.list:
32531         Added get_stats method that returns a GValueArray of
32532         stats values.
32533
32534 2004-07-19  Benjamin Otte  <otte@gnome.org>
32535
32536         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32537           make sure longname, description and author are valid UTF-8
32538
32539 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32540
32541         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32542         (gst_ximagesink_set_property):
32543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32544         (gst_xvimagesink_set_property):
32545           make sure SYNCHRONOUS is respected after getting the X context
32546
32547 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32548
32549         * gst/matroska/matroska-demux.c:
32550         (gst_matroska_demux_handle_src_event),
32551         (gst_matroska_demux_parse_blockgroup):
32552         * gst/matroska/matroska-ids.h:
32553           add BlockReference tag and ignore it to clear out log.
32554           ignore NAVIGATION events to clear out log.
32555
32556 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32557
32558         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32559         (gst_matroska_demux_add_stream):
32560         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32561           add debug categories
32562
32563 2004-07-16  Wim Taymans  <wim@fluendo.com>
32564
32565         * ext/libpng/Makefile.am:
32566         * ext/libpng/gstpng.c: (plugin_init):
32567         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32568         (gst_pngdec_get_type), (gst_pngdec_base_init),
32569         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32570         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32571         * ext/libpng/gstpngdec.h:
32572         Added png decoder.
32573
32574 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32575
32576         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32577         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32578         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32579         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32580         (gst_ximagesink_buffer_alloc):
32581         * sys/ximage/ximagesink.h:
32582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32583         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32584         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32585         (gst_xvimagesink_buffer_alloc):
32586         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32587         again. Using internal data pointer of the x(v)image to store image's
32588         data to be coherent with the buffer alloc mechanism. Investigated the
32589         image destruction code to be sure that everything gets freed correctly.
32590
32591 2004-07-16  Wim Taymans  <wim@fluendo.com>
32592
32593         * gst-libs/gst/riff/riff-read.c:
32594         (gst_riff_read_strf_vids_with_data),
32595         (gst_riff_read_strf_auds_with_data):
32596         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32597         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32598         Make sure we don't create 0 sized subbuffers in riff-read.
32599         Signal the no more pads signal after reading the avi header.
32600
32601 2004-07-16  Wim Taymans  <wim@fluendo.com>
32602
32603         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32604         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32605         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32606         (gst_decode_bin_init), (gst_decode_bin_dispose),
32607         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32608         (no_more_pads), (close_link), (type_found),
32609         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32610         (gst_decode_bin_change_state), (plugin_init):
32611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32612         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32613         (gst_play_base_bin_dispose), (queue_overrun),
32614         (gen_preroll_element), (remove_prerolls), (unknown_type),
32615         (no_more_pads), (new_stream), (setup_source),
32616         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32617         (play_base_eos), (gst_play_base_bin_change_state),
32618         (gst_play_base_bin_add_element),
32619         (gst_play_base_bin_remove_element),
32620         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32621         (gst_play_base_bin_unlink_stream),
32622         (gst_play_base_bin_get_streaminfo):
32623         * gst/playback/gstplaybasebin.h:
32624         Better error recovery. Added configurable preroll queue size. Faster
32625         detection of no-more-pads.
32626
32627 2004-07-16  Wim Taymans  <wim@fluendo.com>
32628
32629         * gst-libs/gst/video/video.h:
32630         Added 32 bits RGBA. Not sure if we should use another mime-type
32631         for alpha rgb. Currently the presence of the alpha_mask property
32632         signals an alpha channel.
32633
32634 2004-07-16  Wim Taymans  <wim@fluendo.com>
32635
32636         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32638         FPS seems to be 0.0 to MAX everywhere else.
32639
32640 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32641
32642         * gst-libs/gst/riff/riff-media.c:
32643         (gst_riff_create_video_caps_with_data):
32644           mp42/mp43 (no caps) exist too.
32645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32646           Set pixel_width/height; we've got them in-caps.
32647         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32648         * gst/wavparse/gstwavparse.c: (plugin_init):
32649           Both are valid primary.
32650         * sys/oss/gstossmixer.c:
32651           Remove i18n hack and enable translations.
32652
32653 2004-07-15  Benjamin Otte  <otte@gnome.org>
32654
32655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32656         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32657           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32658
32659 2004-07-15  Benjamin Otte  <otte@gnome.org>
32660
32661         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32662         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32663         (gst_alsa_close_audio):
32664           disable some of the debugging code for now. Writing debugging to a
32665           buffer is broken in current alsalib releases.
32666
32667 2004-07-12  Benjamin Otte  <otte@gnome.org>
32668
32669         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32670           use bufferpools
32671
32672 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32673
32674         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32675         (theora_dec_src_query), (theora_dec_event):
32676         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32677           add debugging categories.  Remove \n's.
32678
32679 2004-07-13  Johan Dahlin  <johan@gnome.org>
32680
32681         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32682         (gst_play_bin_get_property): Impl.
32683
32684 2004-07-13  Wim Taymans  <wim@fluendo.com>
32685
32686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32687         When trying to find the stream length, seek back N pages
32688         instead of just one, where N is the number of streams in
32689         the current chain.
32690
32691 2004-07-13  Wim Taymans  <wim@fluendo.com>
32692
32693         * gst-libs/gst/riff/riff-media.c:
32694         (gst_riff_create_audio_caps_with_data),
32695         (gst_riff_create_audio_caps),
32696         (gst_riff_create_audio_template_caps):
32697         * gst-libs/gst/riff/riff-media.h:
32698         * gst-libs/gst/riff/riff-read.c:
32699         (gst_riff_read_strf_vids_with_data),
32700         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32701         * gst-libs/gst/riff/riff-read.h:
32702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32703         (gst_avi_demux_add_stream):
32704         Set codec_data on caps for avidemuxer.
32705
32706 2004-07-12  David Schleef  <ds@schleef.org>
32707
32708         * configure.ac: Fix test for Objective C
32709
32710 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32711         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32712         (gst_gdk_pixbuf_chain):
32713           Add svg and pcx to template caps, and ensure that getcaps returns a
32714           subset of the template caps.
32715           Copy each row manually for output, as gdkpixbuf may pad the
32716           rowstride to a 32-bit word boundary.
32717
32718 2004-07-12  Wim Taymans  <wim@fluendo.com>
32719
32720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32721         (gst_riff_create_video_template_caps):
32722         Fix the template caps to include some more media types.
32723
32724 2004-07-12  Wim Taymans  <wim@fluendo.com>
32725
32726         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32727         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32728         (compare_ranks), (print_feature), (gst_decode_bin_init),
32729         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32730         (try_to_link_1), (new_pad), (close_link), (type_found),
32731         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32732         (gst_decode_bin_change_state), (plugin_init):
32733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32734         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32735         (gst_play_base_bin_dispose), (queue_overrun),
32736         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32737         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32738         (gst_play_base_bin_get_property), (play_base_eos),
32739         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32740         (gst_play_base_bin_remove_element),
32741         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32742         (gst_play_base_bin_unlink_stream),
32743         (gst_play_base_bin_get_streaminfo):
32744         * gst/playback/gstplaybasebin.h:
32745         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32746         (gst_play_bin_class_init), (gst_play_bin_init),
32747         (gst_play_bin_dispose), (gst_play_bin_set_property),
32748         (gst_play_bin_get_property), (gen_video_element),
32749         (gen_audio_element), (remove_sinks), (setup_sinks),
32750         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32751         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32752         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32753         (gst_play_bin_query), (plugin_init):
32754         * gst/playback/test4.c: (main):
32755         More fixes on reusing of the element.
32756
32757 2004-07-11  Benjamin Otte  <otte@gnome.org>
32758
32759         * ext/mad/gstmad.c: (normal_seek):
32760           allow seeking for other methods than just SET
32761
32762 2004-07-11  Andy Wingo  <wingo@pobox.com>
32763
32764         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32765         float, "any" caps -> buffer_frames=[0,MAX].
32766
32767         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32768         doesn't intersect our caps with the template any more. Do it
32769         ourselves.
32770         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32771
32772 2004-07-09  Wim Taymans  <wim@fluendo.com>
32773
32774         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32775         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32776         (compare_ranks), (print_feature), (gst_decode_bin_init),
32777         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32778         (try_to_link_1), (new_pad), (close_link), (type_found),
32779         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32780         (gst_decode_bin_change_state), (plugin_init):
32781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32782         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32783         (gst_play_base_bin_dispose), (queue_overrun),
32784         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32785         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32786         (gst_play_base_bin_get_property), (play_base_eos),
32787         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32788         (gst_play_base_bin_remove_element),
32789         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32790         (gst_play_base_bin_unlink_stream),
32791         (gst_play_base_bin_get_streaminfo):
32792         * gst/playback/gstplaybasebin.h:
32793         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32794         (gst_play_bin_class_init), (gst_play_bin_init),
32795         (gst_play_bin_dispose), (gst_play_bin_set_property),
32796         (gst_play_bin_get_property), (gen_video_element),
32797         (gen_audio_element), (remove_sinks), (setup_sinks),
32798         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32799         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32800         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32801         (gst_play_bin_query), (plugin_init):
32802         * gst/playback/test4.c: (main):
32803         Work on object reuse and seeking.
32804
32805 2004-07-09  Wim Taymans  <wim@fluendo.com>
32806
32807         * examples/seeking/seek.c: (iterate):
32808         Don't consume all CPU in the idle loop.
32809
32810 2004-07-09  Wim Taymans  <wim@fluendo.com>
32811
32812         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32813         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32814         Add pad to element *after* setting the pad functions so that
32815         the scheduler can use the correct ones.
32816
32817 2004-07-09  Wim Taymans  <wim@fluendo.com>
32818
32819         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32820         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32821         Sync to keyframe after seek
32822
32823 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32824
32825         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32827         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32828         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32829         * ext/libvisual/visual.c: (gst_visual_change_state):
32830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32831         * ext/theora/theoradec.c: (theora_dec_change_state):
32832         * ext/theora/theoraenc.c: (theora_enc_change_state):
32833         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32834         * gst-libs/gst/navigation/navigation.c:
32835         * gst/adder/gstadder.c: (gst_adder_change_state):
32836         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32837         (gst_audio_convert_get_buffer):
32838         * gst/multipart/multipartdemux.c:
32839         (gst_multipart_demux_change_state):
32840         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32842         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32843         * gst/videoscale/gstvideoscale.c:
32844         (gst_videoscale_handle_src_event):
32845         * gst/volume/gstvolume.c: (volume_chain_int16):
32846           don't assert in state change, this should be done by the base
32847           GstElement class.
32848           various debugging fixes.
32849
32850 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32851
32852         * configure.ac:
32853         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32854         (gst_play_dispose), (gst_play_set_location),
32855         (gst_play_set_data_src), (gst_play_set_video_sink),
32856         (gst_play_set_audio_sink), (gst_play_set_visualization),
32857         (gst_play_connect_visualization), (gst_play_get_sink_element),
32858         (gst_play_get_all_by_interface):
32859         * gst-libs/gst/play/play.h:
32860           add new method to get elements implementing an interface.
32861           add various error logging
32862
32863 2004-07-08  Wim Taymans  <wim@fluendo.com>
32864
32865         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32866         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32867         (make_playerbin_pipeline), (query_durations_elems),
32868         (query_durations_pads), (query_positions_elems),
32869         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32870         (main):
32871         Added playbin seeking example.
32872
32873 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32874
32875         * gst-libs/gst/play/play.c: (gst_play_set_location),
32876         (gst_play_set_data_src), (gst_play_set_video_sink),
32877         (gst_play_set_audio_sink), (gst_play_set_visualization),
32878         (gst_play_connect_visualization), (gst_play_get_framerate):
32879           use a macro to look up elements from hash table
32880
32881 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32882
32883         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32884         (gst_play_get_length_callback), (gst_play_set_location),
32885         (gst_play_seek_to_time), (gst_play_set_data_src),
32886         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32887         (gst_play_set_visualization), (gst_play_connect_visualization),
32888         (gst_play_get_sink_element):
32889         - add debugging info
32890         - fix looking up sink elements by iterating over complete caps
32891         - put everything except for source and autoplugger in a complete bin
32892
32893 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32894
32895         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32897         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32898         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32899         * ext/alsa/gstalsasink.h:
32900         - add debugging info
32901         - clean up schizophrenia of data/buffer/event
32902         - fix double event unref error
32903
32904 2004-07-08  Wim Taymans  <wim@fluendo.com>
32905
32906         * gst/playback/Makefile.am:
32907         Add headers to noinst
32908
32909 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32910
32911         * tools/gst-launch-ext-m.m:
32912         * tools/gst-launch-ext.1.in:
32913           convert to the third millenium
32914
32915 2004-07-07  David Schleef  <ds@schleef.org>
32916
32917         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32918
32919 2004-07-07  Wim Taymans  <wim@fluendo.com>
32920
32921         * gst/playback/Makefile.am:
32922         * gst/playback/README:
32923         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32924         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32925         (compare_ranks), (print_feature), (gst_decode_bin_init),
32926         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32927         (try_to_link_1), (new_pad), (close_link), (type_found),
32928         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32929         (plugin_init):
32930         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32931         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32932         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32933         (gen_preroll_element), (no_more_pads), (new_stream),
32934         (setup_source), (gst_play_base_bin_set_property),
32935         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32936         (gst_play_base_bin_add_element),
32937         (gst_play_base_bin_remove_element),
32938         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32939         (gst_play_base_bin_unlink_stream),
32940         (gst_play_base_bin_get_streaminfo):
32941         * gst/playback/gstplaybasebin.h:
32942         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32943         (gst_play_bin_class_init), (gst_play_bin_init),
32944         (gst_play_bin_dispose), (gst_play_bin_set_property),
32945         (gst_play_bin_get_property), (gen_video_element),
32946         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32947         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32948         (gst_play_bin_get_formats), (gst_play_bin_convert),
32949         (gst_play_bin_get_query_types), (gst_play_bin_query),
32950         (plugin_init):
32951         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32952         (gst_stream_info_get_type), (gst_stream_info_class_init),
32953         (gst_stream_info_init), (gst_stream_info_new),
32954         (gst_stream_info_dispose), (gst_stream_info_set_property),
32955         (gst_stream_info_get_property):
32956         * gst/playback/gststreaminfo.h:
32957         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32958         (main):
32959         * gst/playback/test2.c: (main):
32960         * gst/playback/test3.c: (update_scale), (main):
32961         More playbin fixes. Added README. Do better element filtering.
32962         Added base class to preroll media. Added test apps.
32963
32964 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32965
32966         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32967         * ext/mpeg2dec/gstmpeg2dec.h:
32968           various debugging improvements.  Reset stream to next picture
32969           instead of sequence header, otherwise seeks cannot work.
32970
32971 2004-07-07  Wim Taymans  <wim@fluendo.com>
32972
32973         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32974         (gst_video_box_class_init), (gst_video_box_set_property),
32975         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32976         Use pad_alloc where possible.
32977
32978 2004-07-07  Wim Taymans  <wim@fluendo.com>
32979
32980         * sys/oss/gstosselement.c: (gst_osselement_reset),
32981         (gst_osselement_parse_caps):
32982         * sys/oss/gstosselement.h:
32983         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32984         Fix offset on osssrc.
32985
32986 2004-07-07  Wim Taymans  <wim@fluendo.com>
32987
32988         * ext/theora/theora.c: (plugin_init):
32989         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32990         (theora_dec_src_query), (theora_dec_chain):
32991         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32992         (theora_enc_sink_link), (theora_buffer_from_packet),
32993         (theora_push_packet), (theora_enc_chain):
32994         Fix theora granulepos calculation.
32995         Fix overflow in duration/position calculation.
32996         Bump rank to PRIMARY for theoradec.
32997         Use granulepos of last packet to calculate position.
32998         Set keyframe flag on buffers when needed.
32999
33000 2004-07-06  David Schleef  <ds@schleef.org>
33001
33002         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33003         serious?  (Fixed, obviously.)
33004
33005 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33006
33007         * po/LINGUAS:
33008         * po/cs.po:
33009           added Czech translation (Miloslav Trmac)
33010
33011 2004-07-05  Wim Taymans  <wim@fluendo.com>
33012
33013         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33014         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33015         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33016         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33017         (close_link), (type_found), (gst_decode_bin_set_property),
33018         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33019         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33020         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33021         (gst_decode_bin_query), (plugin_init):
33022         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33023         (gst_play_bin_class_init), (gst_play_bin_init),
33024         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33025         (get_video_element), (new_pad), (setup_source),
33026         (gst_play_bin_set_property), (gst_play_bin_get_property),
33027         (gst_play_bin_change_state), (gst_play_bin_add_element),
33028         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33029         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33030         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33031         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33032         * gst/playback/test.c: (main):
33033         More fixes, cleaned up playbin, make it use decodebin. Added
33034         threaded property to playbin.
33035
33036 2004-07-05  Wim Taymans  <wim@fluendo.com>
33037
33038         * configure.ac:
33039         * gst/playback/Makefile.am:
33040         * gst/playback/decodetest.c: (main):
33041         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33042         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33043         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33044         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33045         (close_link), (type_found), (gst_decode_bin_set_property),
33046         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33047         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33048         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33049         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33050         (plugin_init):
33051         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33052         (gst_play_bin_class_init), (gst_play_bin_init),
33053         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33054         (collect_sink_pads), (find_compatibles), (close_pad_link),
33055         (try_to_link_1), (new_pad), (close_link), (type_found),
33056         (setup_source), (gst_play_bin_set_property),
33057         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33058         (compare_ranks), (gst_play_bin_collect_factories),
33059         (gst_play_bin_change_state), (gst_play_bin_add_element),
33060         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33061         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33062         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33063         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33064         * gst/playback/test.c: (main):
33065         Added some playback helper elements and some test apps, very alpha
33066         still.
33067
33068 2004-07-04  Benjamin Otte  <otte@gnome.org>
33069
33070         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33071           only restart audio when we indeed have an xrun to fix repeated
33072           xruns. Fix suggested by Giuliano Pochini.
33073
33074 2004-07-03  David Schleef  <ds@schleef.org>
33075
33076         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33077         call to gst_debug_log() if debugging is disabled (bug #145118)
33078
33079 2004-07-03  Benjamin Otte  <otte@gnome.org>
33080
33081         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33082           use our own functions for restarting the alsa device.
33083         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33084           I should apply patches myself - use MIN for the third argument, not
33085           the second, this fixes seeking
33086
33087 2004-07-02  David Schleef  <ds@schleef.org>
33088
33089         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33090         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33091         do with the logic.
33092
33093 2004-07-02  David Schleef  <ds@schleef.org>
33094
33095         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33096         output buffers.  Fix logic mistake.  (bug #144866)
33097
33098 2004-07-02  David Schleef  <ds@schleef.org>
33099
33100         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33101         on X.  (bug #144753)
33102
33103 2004-07-02  David Schleef  <ds@schleef.org>
33104
33105         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33106         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33107         (bug #144624)
33108         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33109         (gst_osselement_rate_probe_check): Add another workaround for
33110         buggy drivers (bug #145336)
33111
33112 2004-07-02  David Schleef  <ds@schleef.org>
33113
33114         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33115         Most systems don't have MSG_NOSIGNAL.
33116
33117 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33118
33119         * Makefile.am:
33120         * gst-libs/gst/colorbalance/Makefile.am:
33121         * gst-libs/gst/mixer/Makefile.am:
33122         * gst-libs/gst/play/Makefile.am:
33123         * gst-libs/gst/tuner/Makefile.am:
33124           (hopefully) fix both install and dist and make error message useful.
33125           needs testing across automakes.
33126
33127 2004-07-02  Benjamin Otte  <otte@gnome.org>
33128
33129         * ext/ogg/gstogg.c: (plugin_init):
33130           we require bytestream now
33131         * ext/ogg/gstoggdemux.c:
33132           huge diff to implement chain setup in a fast and generic way. This
33133           improves tag reading and startup of huge files (read: Theora videos)
33134           quite a bit. It probably contains bugs, too, so please test.
33135           Seeking is not improved to the fast method.
33136
33137 2004-06-29  Wim Taymans  <wim@fluendo.com>
33138
33139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33140         * ext/ogg/gstoggmux.c:
33141         Fix memleak in oggdemux when running unconnected pads.
33142         doc update in mux, start working on keyframe mode.
33143
33144 2004-06-29  Benjamin Otte  <otte@gnome.org>
33145
33146         * sys/oss/gstosssink.c:
33147         * sys/oss/gstosssrc.c:
33148           advertise correct template caps - we indeed do non-native endianness
33149           and 8bit audio has no endianness
33150         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33152           avoid (wrong) duplications in getcaps function and return
33153           template caps
33154
33155 2004-06-29  Wim Taymans  <wim@fluendo.com>
33156
33157         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33158         (gst_multifdsink_class_init), (gst_multifdsink_add),
33159         (gst_multifdsink_remove), (gst_multifdsink_clear),
33160         (gst_multifdsink_client_remove),
33161         (gst_multifdsink_handle_client_read),
33162         (gst_multifdsink_client_queue_data),
33163         (gst_multifdsink_client_queue_caps),
33164         (gst_multifdsink_client_queue_buffer),
33165         (gst_multifdsink_handle_client_write),
33166         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33167         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33168         (gst_multifdsink_init_send), (gst_multifdsink_close):
33169         Fix wrong GList iteration that could crash the server when
33170         more then 2 clients disconnect at the same time. Read all the
33171         pending commands in one batch to recover from command storms under
33172         very heavy load.
33173
33174 2004-06-28  Wim Taymans  <wim@fluendo.com>
33175
33176         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33177         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33178         (gst_videomixer_pad_set_property),
33179         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33180         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33181         (gst_videomixer_class_init), (gst_videomixer_init),
33182         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33183         (pad_zorder_compare), (gst_videomixer_sort_pads),
33184         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33185         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33186         (gst_videomixer_update_queues), (gst_videomixer_loop),
33187         (plugin_init):
33188         Avoid divide by zero, choose masterpad as the pad with the highest
33189         framerate.
33190
33191 2004-06-27  Julien Moutte  <julien@moutte.net>
33192
33193         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33194         (gst_ximagesink_xwindow_new):
33195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33196         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33197         function directly. We might want to call it from somewhere else one day.
33198
33199 2004-06-27  Julien Moutte  <julien@moutte.net>
33200
33201         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33202         (gst_ximagesink_xwindow_new):
33203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33204         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33205         window decorations.
33206
33207 2004-06-27  Wim Taymans  <wim@fluendo.com>
33208
33209         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33210         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33211         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33212         (gst_dvdec_set_property), (gst_dvdec_get_property):
33213         * ext/dv/gstdvdec.h:
33214         Implement drop_factor property to lower the framerate with
33215         a factor.
33216
33217 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33218
33219         * gst-libs/gst/colorbalance/Makefile.am:
33220         * gst-libs/gst/mixer/Makefile.am:
33221         * gst-libs/gst/play/Makefile.am:
33222         * gst-libs/gst/tuner/Makefile.am:
33223           unbreak Company's fix that didn't install the -enum.h files
33224
33225 2004-06-27  Wim Taymans  <wim@fluendo.com>
33226
33227         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33228         (gst_dvdec_change_state):
33229         * ext/dv/gstdvdec.h:
33230         Fix timestamp, duration and offset of the buffers.
33231
33232 2004-06-27  Wim Taymans  <wim@fluendo.com>
33233
33234         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33235         (gst_multifdsink_class_init), (gst_multifdsink_add),
33236         (gst_multifdsink_remove), (gst_multifdsink_clear),
33237         (gst_multifdsink_client_remove),
33238         (gst_multifdsink_handle_client_read),
33239         (gst_multifdsink_client_queue_data),
33240         (gst_multifdsink_client_queue_caps),
33241         (gst_multifdsink_client_queue_buffer),
33242         (gst_multifdsink_handle_client_write),
33243         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33244         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33245         (gst_multifdsink_init_send), (gst_multifdsink_close):
33246         * gst/tcp/gstmultifdsink.h:
33247         * gst/tcp/gsttcpserversink.c:
33248         (gst_tcpserversink_handle_server_read),
33249         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33250         More multifdsink fixes, more recovery policy fixes.
33251         Removed stupid g_print
33252
33253 2004-06-26  Wim Taymans  <wim@fluendo.com>
33254
33255         * gst/tcp/Makefile.am:
33256         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33257         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33258         (gst_multifdsink_class_init), (gst_multifdsink_init),
33259         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33260         (gst_multifdsink_handle_client_read),
33261         (gst_multifdsink_client_queue_data),
33262         (gst_multifdsink_client_queue_caps),
33263         (gst_multifdsink_client_queue_buffer),
33264         (gst_multifdsink_handle_client_write),
33265         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33266         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33267         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33268         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33269         (gst_multifdsink_close), (gst_multifdsink_change_state):
33270         * gst/tcp/gstmultifdsink.h:
33271         * gst/tcp/gsttcpplugin.c: (plugin_init):
33272         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33273         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33274         (gst_tcpserversink_handle_server_read),
33275         (gst_tcpserversink_handle_select),
33276         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33277         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33278         * gst/tcp/gsttcpserversink.h:
33279         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33280         one of the locks, added recovery policy to multifdsink.
33281
33282 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33283
33284         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33285           fix decision for when getting frames with same timestamp
33286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33287         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33288         (gst_v4lsrc_get_property):
33289         * sys/v4l/gstv4lsrc.h:
33290           add latency offset property
33291
33292 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33293
33294         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33295         (plugin_init):
33296           fix debugging. add category.
33297
33298 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33299
33300         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33301           fix wrong offsets
33302
33303 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33304
33305         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33306         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33307         (gst_alsa_src_change_state):
33308           return a time that is in sync with the element's processing
33309
33310 2004-06-25  Wim Taymans  <wim@fluendo.com>
33311
33312         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33313         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33314         (gst_tcpserversink_client_remove),
33315         (gst_tcpserversink_handle_client_read),
33316         (gst_tcpserversink_client_queue_data),
33317         (gst_tcpserversink_client_queue_caps),
33318         (gst_tcpserversink_client_queue_buffer),
33319         (gst_tcpserversink_handle_client_write),
33320         (gst_tcpserversink_queue_buffer),
33321         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33322         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33323         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33324         (gst_tcpserversink_close):
33325         * gst/tcp/gsttcpserversink.h:
33326         Serversink rewrite. Really do non blocking writes to clients and
33327         maintain an internal queue to handle slower clients while not
33328         disturbing fast clients.
33329
33330 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33331
33332         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33333           better debug, don't override OFFSET and OFFSET_END
33334
33335 2004-06-25  Iain <iain@prettypeople.org>
33336
33337         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33338         name=source for the wavparse pipeline.
33339
33340 2004-06-24  Johan Dahlin  <johan@gnome.org>
33341
33342         * ext/theora/theoraenc.c (theora_enc_chain): Call
33343         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33344         streamheader caps are set correctly.
33345
33346 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33347
33348         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33349         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33350           respect minimum bitrate; same could be done for max bitrate
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):
33356           fix sample rate range
33357
33358 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33359
33360         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33361         (gst_oggvorbisenc_setup):
33362         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33363         (gst_vorbisenc_setup):
33364           resolve ambiguities in code and description
33365
33366 2004-06-24  Wim Taymans  <wim@fluendo.com>
33367
33368         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33369         * ext/alsa/gstalsa.h:
33370         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33371         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33372         Use alsa trigger_tstamp to get the timestamp of the first
33373         sample in the buffer for more precise sync. Some cleanups.
33374
33375 2004-06-24  Wim Taymans  <wim@fluendo.com>
33376
33377         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33378         (gst_audiorate_init), (gst_audiorate_chain),
33379         (gst_audiorate_set_property), (gst_audiorate_get_property):
33380         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33381         (gst_videorate_chain):
33382         Added some logging, fixed an overflow bug in videorate.
33383
33384 2004-06-24  Benjamin Otte  <otte@gnome.org>
33385
33386         * ext/kio/Makefile.am:
33387           fix for builddir != srcdir and distcheck
33388
33389 2004-06-24  Benjamin Otte  <otte@gnome.org>
33390
33391         * gst-libs/gst/colorbalance/Makefile.am:
33392         * gst-libs/gst/mixer/Makefile.am:
33393         * gst-libs/gst/play/Makefile.am:
33394         * gst-libs/gst/tuner/Makefile.am:
33395         * gst/tcp/Makefile.am:
33396         * sys/dxr3/Makefile.am:
33397           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33398           tarball.
33399           Also add all *.list files that were missing.
33400         * Makefile.am:
33401           add a distcheck hook to ensure the above doesn't happen again.
33402
33403 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33404
33405         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33406
33407 2004-06-23  Colin Walters  <walters@redhat.com>
33408
33409         * m4/Makefile.am: Distribute gst-fionread.m4.
33410
33411 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33412
33413         * configure.ac: back to dev
33414
33415 2004-06-23  Wim Taymans  <wim@fluendo.com>
33416
33417         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33418         (gst_alsa_xrun_recovery):
33419         * ext/alsa/gstalsa.h:
33420         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33421         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33422         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33423         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33424         (gst_alsa_src_loop):
33425         Add clock to alsasrc. Take new capture timestamp when
33426         restarting after an overrun. Split up some functions between
33427         alsasrc and alsasink.
33428
33429 === release 0.8.2 ===
33430
33431 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33432
33433         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33434         (gst_alsa_change_state), (gst_alsa_update_avail),
33435         (gst_alsa_xrun_recovery):
33436         * ext/alsa/gstalsa.h:
33437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33438           merge back changes from release
33439
33440 2004-06-23  Wim Taymans  <wim@fluendo.com>
33441
33442         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33443         (gst_audiorate_init), (gst_audiorate_chain),
33444         (gst_audiorate_set_property), (gst_audiorate_get_property):
33445         Implement sample dropping and notify
33446
33447 2004-06-22  Wim Taymans  <wim@fluendo.com>
33448
33449         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33450         (theora_enc_sink_link), (theora_buffer_from_packet),
33451         (theora_push_packet), (theora_enc_chain):
33452         Some cleanups, make sure the timestamps are correct.
33453
33454 2004-06-22  Wim Taymans  <wim@fluendo.com>
33455
33456         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33457         (gst_alsa_change_state), (gst_alsa_update_avail),
33458         (gst_alsa_xrun_recovery):
33459         * ext/alsa/gstalsa.h:
33460         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33461         Cleanups, take queued samples into account when reporting
33462         the time.
33463
33464 2004-06-22  Wim Taymans  <wim@fluendo.com>
33465
33466         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33467         (gst_videorate_init):
33468         Initialize the property as well.
33469
33470 2004-06-22  Wim Taymans  <wim@fluendo.com>
33471
33472         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33473         (gst_videorate_init), (gst_videorate_chain),
33474         (gst_videorate_set_property), (gst_videorate_get_property):
33475         Add property to make videorate silent.
33476         Add property to prefer new frames over old ones.
33477
33478 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33479
33480         * sys/osxvideo/Makefile.am:
33481         Workaround so that the osxvideo .so file gets linked with the
33482         Cocoa, OpenGL and QuickTime frameworks
33483
33484 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33485
33486         * sys/osxaudio/Makefile.am:
33487         Workaround so that the osxaudio .so file gets linked with the
33488         CoreAudio framework
33489
33490 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33491
33492         * configure.ac:
33493         Whoops, my fault...fixed build issues
33494
33495 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33496
33497         * configure.ac:
33498         Add objective-c support if running in Darwin/Mac OS X
33499         * sys/Makefile.am:
33500         * sys/osxvideo:
33501         * sys/osxvideo/Makefile.am:
33502         * sys/osxvideo/osxvideosink.h:
33503         * sys/osxvideo/osxvideosink.m:
33504         * sys/osxvideo/cocoawindow.h:
33505         * sys/osxvideo/cocoawindow.m:
33506         Add osxvideosink, a cocoa-based osx video sink
33507
33508
33509 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33510         * ext/dvdnav/gst-dvd:
33511         Grab the gconf key from the right spot
33512         * gst/debug/gstnavseek.c: (gst_navseek_init),
33513         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33514         (gst_navseek_chain):
33515         * gst/debug/gstnavseek.h:
33516           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33517           and loop parameters of a segment seek.
33518         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33519         (gst_videotestsrc_get_event_masks),
33520         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33521         * gst/videotestsrc/gstvideotestsrc.h:
33522           Add seeking support to videotestsrc
33523           Initialise the timestamp_offset variable.
33524
33525 2004-06-18  Wim Taymans  <wim@fluendo.com>
33526
33527         * ext/sidplay/gstsiddec.cc:
33528         Fix negotiation and set correct end offset.
33529
33530 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33531
33532         * configure.ac: branch and prerelease
33533
33534 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33535
33536         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33537         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33538         (gst_tcpclientsrc_init_receive):
33539         * gst/tcp/gsttcpclientsrc.h:
33540           read caps when connecting to server for GDP so we set them correctly
33541
33542 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33543
33544         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33545           notify drops and duplicates
33546         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33547           no good reason to limit ourselves to 100x100
33548
33549 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33550
33551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33552         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33553         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33554         (gst_v4lsrc_get_property):
33555         * sys/v4l/gstv4lsrc.h:
33556         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33557         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33558         (gst_v4l_set_audio):
33559         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33560         (gst_v4lsrc_try_capture):
33561         * sys/v4l/v4lsrc_calls.h:
33562           change try_palette to more general try_capture
33563           add autoprobe option so we can turn off autoprobing
33564           various fixes
33565
33566 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33567
33568         * configure.ac:
33569           add videorate
33570         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33571         (gst_ximagesink_class_init):
33572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33573         (gst_xvimagesink_class_init):
33574           run them as finalize, not dispose, since dispose can be invoked
33575           multiple times
33576
33577 2004-06-17  Wim Taymans  <wim@fluendo.com>
33578
33579         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33580         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33581         * ext/alsa/gstalsa.h:
33582         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33583         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33584         (gst_alsa_src_change_state):
33585         * ext/alsa/gstalsasrc.h:
33586         Make the xrun code timestamp and offset the buffers correctly.
33587         moved the clock to the base class, use alsa methods to get time.
33588         Do correct timestamping on outgoing buffers.
33589
33590 2004-06-17  Wim Taymans  <wim@fluendo.com>
33591
33592         * gst/audiorate/Makefile.am:
33593         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33594         (gst_audiorate_base_init), (gst_audiorate_class_init),
33595         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33596         (gst_audiorate_set_property), (gst_audiorate_get_property),
33597         (gst_audiorate_change_state), (plugin_init):
33598         Added an audiorate converter that fills in gaps.
33599
33600 2004-06-17  Johan Dahlin  <johan@gnome.org>
33601
33602         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33603
33604 2004-06-16  Wim Taymans  <wim@fluendo.com>
33605
33606         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33608         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33609         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33610         (gst_v4lsrc_get_property):
33611         * sys/v4l/gstv4lsrc.h:
33612         Added a copy mode to v4lsrc where it will output a copied version
33613         of its internal hardware buffer.
33614         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33615         can't | them.
33616
33617 2004-06-16  Wim Taymans  <wim@fluendo.com>
33618
33619         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33620         Timestamp fixes.
33621
33622 2004-06-16  Wim Taymans  <wim@fluendo.com>
33623
33624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33625         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33626         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33627         (gst_v4lsrc_get_property):
33628         * sys/v4l/gstv4lsrc.h:
33629         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33630         Added a sync mode enum property to control v4lsrc timestamp method
33631         Removed the use-fixed-fps property and moved functionality in
33632         the enum.
33633         Don't error on an error value from v4l-conf, it might not always
33634         be a real error.
33635
33636 2004-06-16  Wim Taymans  <wim@fluendo.com>
33637
33638         * gst/videorate/Makefile.am:
33639         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33640         (gst_videorate_base_init), (gst_videorate_class_init),
33641         (gst_videorate_getcaps), (gst_videorate_link),
33642         (gst_videorate_init), (gst_videorate_chain),
33643         (gst_videorate_set_property), (gst_videorate_get_property),
33644         (gst_videorate_change_state), (plugin_init):
33645         Added a video timestamp corrector.
33646
33647 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33648
33649         fixed a potential leak with previous commit
33650
33651         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33652
33653 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33654
33655         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33656         Added missing refcount, fixes bug #144425
33657         Cheers Tim for finding the bug
33658
33659 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33660
33661         * sys/v4l/gstv4l.c: (plugin_init):
33662         * sys/v4l/gstv4lcolorbalance.c:
33663         * sys/v4l/gstv4lcolorbalance.h:
33664         * sys/v4l/gstv4lelement.c:
33665         * sys/v4l/gstv4lelement.h:
33666         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33667         * sys/v4l/gstv4lmjpegsink.h:
33668         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33669         * sys/v4l/gstv4lmjpegsrc.h:
33670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33671         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33672         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33673         * sys/v4l/gstv4lsrc.h:
33674         * sys/v4l/gstv4ltuner.c:
33675         * sys/v4l/gstv4ltuner.h:
33676         * sys/v4l/gstv4lxoverlay.c:
33677         * sys/v4l/gstv4lxoverlay.h:
33678         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33679         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33680         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33681         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33682         (gst_v4l_set_audio):
33683         * sys/v4l/v4l_calls.h:
33684         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33685         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33686         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33687         (gst_v4lmjpegsink_playback_init),
33688         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33689         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33690         (gst_v4lmjpegsink_playback_stop),
33691         (gst_v4lmjpegsink_playback_deinit):
33692         * sys/v4l/v4lmjpegsink_calls.h:
33693         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33694         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33695         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33696         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33697         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33698         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33699         * sys/v4l/v4lmjpegsrc_calls.h:
33700         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33701         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33702         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33703         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33704         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33705         (gst_v4lsrc_try_palette):
33706         * sys/v4l/v4lsrc_calls.h:
33707           bunch of paranoia cleanups
33708
33709 2004-06-14  David Schleef  <ds@schleef.org>
33710
33711         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33712         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33713         Send discont events and change timestamps appropriately when
33714         we get a seek event.  (bug #144240)
33715         * ext/cdparanoia/gstcdparanoia.h:
33716
33717 2004-06-14  Benjamin Otte  <otte@gnome.org>
33718
33719         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33720           snd_pcm_hw_params_set_rate  since the latter fails for no good
33721           reason on some setups.
33722
33723 2004-06-14  David Schleef  <ds@schleef.org>
33724
33725         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33726         standard.  Thank you for playing.
33727
33728 2004-06-14  Wim Taymans  <wim@fluendo.com>
33729
33730         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33731         Patch 1.3 broke the ordering of the colorspace info and
33732         made the plugin basically work by coincidence, reordered
33733         the info.
33734
33735 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33736
33737         * ext/lame/gstlame.c:
33738         * ext/mad/gstmad.c:
33739           sync caps.  Make sure mad can only output a list of rates, not
33740           a full range.  In the future, have three caps lists for each of the
33741           mpeg versions.  Change mpegversion to a double as well.
33742
33743 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33744
33745         * gst/volume/.cvsignore:
33746         * gst/volume/Makefile.am:
33747         * gst/volume/demo.c: (value_changed_callback), (idler),
33748         (setup_gui), (main):
33749           added small demo app
33750
33751 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33752         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33753         * ext/esd/esdsink.h:
33754         Close the esd connection on pause, because esd will just wait -
33755         blocking all other esd clients indefinitely.
33756
33757 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33758
33759         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33760           previous commit with GST_DEBUG
33761
33762 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33763
33764         * configure.ac:
33765           add a header check for a dvdread header in dvdnav.  Fixes #133002
33766
33767 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33768
33769         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33770         * gst/tcp/gsttcpclientsink.h:
33771         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33772         * gst/tcp/gsttcpclientsrc.h:
33773         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33774         (gst_tcpserversink_handle_server_read),
33775         (gst_tcpserversink_init_send):
33776         * gst/tcp/gsttcpserversink.h:
33777         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33778         * gst/tcp/gsttcpserversrc.h:
33779         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33780         version of IP)
33781
33782 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33783
33784         * configure.ac:
33785         Added ogg library so that OSX detects libtheora properly
33786
33787 2004-06-11  Wim Taymans  <wim@fluendo.com>
33788
33789         * ext/theora/theoradec.c: (theora_dec_chain),
33790         (theora_dec_change_state):
33791         Don't try to decode frames before we received a keyframe.
33792
33793 2004-06-11  Wim Taymans  <wim@fluendo.com>
33794
33795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33796         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33797         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33798         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33799         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33800         Added property to set the maximum delay of a page.
33801
33802 2004-06-10  Wim Taymans  <wim@fluendo.com>
33803
33804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33805         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33806         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33807         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33808         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33809         Added max-delay property to control the maximum amount
33810         of data to put in one page.
33811
33812 2004-06-10  Wim Taymans  <wim@fluendo.com>
33813
33814         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33815         (gst_theora_enc_init), (theora_enc_sink_link),
33816         (theora_buffer_from_packet), (theora_enc_set_property),
33817         (theora_enc_get_property):
33818         Set duration on encoded buffer, added some more properties
33819
33820 2004-06-10  Wim Taymans  <wim@fluendo.com>
33821
33822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33823         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33824         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33825         * ext/theora/theoraenc.c: (theora_enc_chain):
33826         Fix refcounting bugs
33827
33828 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33829
33830         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33831         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33832         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33833         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33834         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33835         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33836         (gst_asf_demux_change_state):
33837         * gst/asfdemux/gstasfdemux.h:
33838           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33839           feels like. I think we should set a new requirement for demuxers
33840           from now on to implement sane loop functions, data loops, query
33841           and seek functions before first commit into CVS. And this commit
33842           fixes all of the above.
33843
33844 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33845
33846         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33847           vorbis comments are properly encoded in UTF-8 before adding them
33848           to a GstTagList
33849
33850 2004-06-09  Benjamin Otte  <otte@gnome.org>
33851
33852         * ext/alsa/gstalsa.c: (add_channels):
33853           handle min <= max correctly
33854         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33855         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33856           add fixation functions so we fixate correctly. No preferring of alaw
33857           anymore because it's the first structure.
33858         * ext/alsa/gstalsa.h:
33859         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33860         (gst_alsa_hw_params_dump):
33861           add functions to ease debugging in alsalib
33862         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33863         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33864         (gst_alsa_start_audio):
33865           only specify hw params if we really setup a format (fixes #134007 -
33866           or at least works around it)
33867
33868 2004-06-09  Wim Taymans  <wim@fluendo.com>
33869
33870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33871         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33872         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33873         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33874         (gst_ogg_mux_loop):
33875         Use stream caps to setup the initial pages in the ogg stream.
33876         Correctly set the streamheader caps on the srcpad.
33877
33878 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33879
33880         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33881         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33882         (gst_v4lsrc_getcaps):
33883         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33884         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33885           add querying of fps lists for webcams.  Negotiating to a framerate
33886           now works.
33887
33888 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33889
33890         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33891         (theora_push_buffer), (theora_push_packet),
33892         (theora_set_header_on_caps), (theora_enc_chain):
33893           mark buffers and put on streamheader, raw theora streaming
33894           now works too, whee
33895
33896 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33897
33898         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33899         (gst_tcp_gdp_read_caps):
33900           do a looping read for caps and GDP headers too
33901
33902 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33903
33904         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33905         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33906           return EOS instead of NULL in _get
33907
33908 2004-06-08  Wim Taymans  <wim@fluendo.com>
33909
33910         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33911         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33912         (gst_tcp_gdp_write_caps):
33913         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33914         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33915         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33916         Memory leak fixes
33917
33918 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33919
33920         * ext/vorbis/Makefile.am:
33921         * ext/vorbis/vorbis.c: (plugin_init):
33922         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33923         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33924         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33925         (vorbis_parse_change_state):
33926         * ext/vorbis/vorbisparse.h:
33927           adding a vorbisparse element that marks the buffers, streaming
33928           raw vorbis using GDP now works, whee
33929
33930 2004-06-08  Wim Taymans  <wim@fluendo.com>
33931
33932         * ext/jpeg/Makefile.am:
33933         * ext/jpeg/README:
33934         * ext/jpeg/gstjpeg.c: (plugin_init):
33935         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33936         (gst_smokedec_base_init), (gst_smokedec_class_init),
33937         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33938         * ext/jpeg/gstsmokedec.h:
33939         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33940         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33941         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33942         (gst_smokeenc_resync), (gst_smokeenc_chain),
33943         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33944         * ext/jpeg/gstsmokeenc.h:
33945         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33946         (smokecodec_flush_destination), (smokecodec_term_destination),
33947         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33948         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33949         (smokecodec_term_source), (smokecodec_encode_new),
33950         (smokecodec_decode_new), (smokecodec_info_free),
33951         (smokecodec_set_quality), (smokecodec_get_quality),
33952         (smokecodec_set_threshold), (smokecodec_get_threshold),
33953         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33954         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33955         (smokecodec_parse_header), (smokecodec_decode):
33956         * ext/jpeg/smokecodec.h:
33957         Added a new simple jpeg based codec
33958
33959 2004-06-08  Wim Taymans  <wim@fluendo.com>
33960
33961         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33962         (gst_multipart_mux_loop):
33963         Fix memory leak
33964
33965 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33966
33967         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33968         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33969         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33970         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33971         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33972         * gst/tcp/gsttcpserversink.h:
33973           take streamheader into account
33974
33975 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33976
33977         * gst/level/Makefile.am:
33978         * gst/level/gstlevel.c: (gst_level_class_init):
33979           clean up marshal generation
33980
33981 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33982
33983         * gst/tcp/Makefile.am:
33984         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33985         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33986         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33987         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33988         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33989         (gst_tcpclientsrc_get_property):
33990         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33991         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33992         (gst_tcpserversink_handle_client_read),
33993         (gst_tcpserversink_handle_client_write),
33994         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33995         * gst/tcp/gsttcpserversink.h:
33996           add signals client-added and client-removed
33997         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33998         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33999         (gst_tcpserversrc_get_property):
34000         uniformized, change default protocol to NONE
34001         * gst/tcp/gsttcp-marshal.list: added
34002 2004-06-07  Benjamin Otte  <otte@gnome.org>
34003
34004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34005           handle discont events if they happen before caps nego
34006
34007 2004-06-07  Wim Taymans  <wim@fluendo.com>
34008
34009         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34010         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34011         (gst_multipart_demux_plugin_init):
34012         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34013         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34014         (gst_multipart_mux_change_state):
34015         Small updates, fix a memleak
34016
34017 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34018
34019         * configure.ac: OSS portability
34020         * ext/arts/gst_arts.c: idem
34021         * sys/oss/gstosselement.c: idem
34022         * sys/oss/gstossmixer.c: idem
34023         * sys/oss/gstosssink.c: idem
34024         * sys/oss/gstosssrc.c: idem
34025         * sys/oss/oss_probe.c: idem
34026           - check for soundcard.h in different places for some BSD
34027
34028 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34029
34030         * AUTHORS:
34031         Add me to the authors file
34032         * configure.ac:
34033         Increase the libdv requirement to >= version 0.100
34034         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34035         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34036         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34037         * ext/dv/gstdvdec.h:
34038         Add support for the new_media flag when sending DISCONT events
34039         Make the querying work when video pad is not linked
34040
34041 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34042
34043         reviewed by Benjamin Otte  <otte@gnome.org>
34044
34045         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34046           create a NULL-initialized array of pads, so we don't think they
34047           exist already. (fixes #143130)
34048
34049 2004-06-07  Benjamin Otte  <otte@gnome.org>
34050
34051         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34052         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34053         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34054           don't use // coments
34055
34056 2004-06-07  Benjamin Otte  <otte@gnome.org>
34057
34058         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34059           cast to GstClockTime to get higher granularity
34060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34061           use gst_element_set_time_delay to get the exact time
34062         * ext/mad/gstmad.c: (gst_mad_chain):
34063           use the negotiated rate instead of the current frame's rate which
34064           might be wrong because of bit errors. This avoids emitting totally
34065           bogus timestamps and screwing sync.
34066         (fixes #143454)
34067
34068 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34069
34070         reviewed by Benjamin Otte  <otte@gnome.org>
34071
34072         * gst/adder/gstadder.c: (gst_adder_loop):
34073           properly error out when no negotiation has happened yet. (fixes
34074           #143032)
34075
34076 2004-06-06  Benjamin Otte  <otte@gnome.org>
34077
34078         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34079           forward correctly transformed offset in discont events. Based on
34080           patch by Arwed v. Merkatz. (fixes #142851)
34081
34082 2004-06-06  David Schleef  <ds@schleef.org>
34083
34084         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34085         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34086         problems on several systems.
34087
34088 2004-06-06  Benjamin Otte  <otte@gnome.org>
34089
34090         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34091           use explicit caps on the srcpad
34092         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34093           properly error out if caps couldn't be set (fixes #142764)
34094
34095 2004-06-06  Benjamin Otte  <otte@gnome.org>
34096
34097         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34098         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34099         (gst_alsa_start_audio):
34100           - don't call set_periods_integer anymore, it breaks the
34101           configuration randomly
34102           - call snd_pcm_hw_params_set_access directly instead of using masks
34103           - don't fail if the sw_params can't be set, just use the default
34104           params and hope it works. Alsalib has weird issues when you touch
34105           sw_params and does no proper error reporting about what failed.
34106         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34107         (gst_alsa_close_audio):
34108           make our alsa debugging go via gst debugging and not conditionally
34109           defined
34110         * ext/alsa/gstalsa.h:
34111           add ALSA_DEBUG_FLUSH macro
34112         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34113         (plugin_init):
34114           wrap alsa errors to be printed via the gst debugging system and not
34115           spammed to stderr
34116
34117 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34118
34119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34120         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34121         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34122         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34123         (qtdemux_parse_trak):
34124         * gst/qtdemux/qtdemux.h:
34125           Bitch. Also known as seeking, querying & co.
34126         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34127         (gst_osssink_change_state):
34128         * sys/oss/gstosssink.h:
34129           Resyncing is for weenies, this hack is no longer needed and was
34130           broken anyway (since it - unintendedly - always leaves resync to
34131           TRUE).
34132
34133 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34134
34135         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34136         * gst/tcp/gsttcpclientsrc.h: idem
34137           - define MSG_NOSIGNAL if not done
34138           - include unistd.h for off_t
34139           (fixes #143749)
34140
34141 2004-06-05  Benjamin Otte  <otte@gnome.org>
34142
34143         * configure.ac:
34144         * ext/kio/Makefile.am:
34145           check for qt's moc preprocessor explicitly and use it
34146
34147 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34148
34149         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34150           don't get a signal for EPIPE on socket writes
34151           (somebody check if this works on other platforms)
34152
34153 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34154
34155         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34156         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34157           check error condition on available samples correctly
34158
34159 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34160
34161         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34162           avoid a segfault
34163         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34164         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34165         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34166         (gst_tcpserversrc_gdp_read_header):
34167          use ssize_t over size_t since the former is signed and thus the
34168          check for error codes can work
34169
34170 2004-06-02  Wim Taymans  <wim@fluendo.com>
34171
34172         reviewed by: Johan
34173
34174         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34175         (gst_multipart_mux_loop):
34176         Oops
34177
34178 2004-06-02  Wim Taymans  <wim@fluendo.com>
34179
34180         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34181         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34182         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34183         (gst_multipart_mux_change_state):
34184         Added configurable boundary specifier, added the value as a
34185         caps field as well.
34186
34187 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34188
34189         * gst/tcp/gsttcp.c:
34190         * gst/tcp/gsttcpclientsrc.c:
34191         * gst/tcp/gsttcpclientsrc.h:
34192         * gst/tcp/gsttcpserversrc.c:
34193           - portability fix, to compile on OSX
34194             (fixes #143146)
34195
34196         * sys/osxaudio/gstosxaudioelement.c:
34197         * sys/osxaudio/gstosxaudiosink.c:
34198         * sys/osxaudio/gstosxaudiosrc.c:
34199           - compilation warnings on OSX
34200             (fixes #143153)
34201
34202 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34203
34204         * ext/vorbis/vorbisdec.c : sign warning fixes
34205
34206         * gst-libs/gst/mixer/mixertrack.c :
34207           do no use defines which are glib 2.4 specific
34208
34209 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34210
34211         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34212           buffer since libflac doesn't expect it (reports a sync error when
34213           it encounters that)
34214
34215
34216 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34217
34218         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34219         * gst-libs/gst/mixer/mixertrack.c:
34220         (gst_mixer_track_get_property), (get_mixer_track_init),
34221         (get_mixer_track_get_property): Added property accessors
34222         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34223         * gst-libs/gst/mixer/mixeroptions.c:
34224         (gst_mixer_options_get_values): Added
34225         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34226         * gst-libs/gst/mixer/mixer.c: Fixed comment
34227
34228
34229 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34230
34231         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34232           improve error messages on open
34233
34234
34235 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34236
34237         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34238           check if v4l-conf is in path
34239
34240 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34241
34242         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34243           change assert to a more readable error message
34244
34245 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34246
34247         * gst-libs/gst/tuner/tunerchannel.h:
34248           - add a freq_multiplicator field to make the conversion
34249             between internal frequency unit and Hz
34250         * sys/v4l/gstv4lelement.c:
34251         * sys/v4l2/gstv4l2element.c:
34252           - change default video device to /dev/video0
34253         * sys/v4l/v4l_calls.c:
34254         * sys/v4l2/v4l2_calls.c:
34255           - we only expose frequency to the user in Hz instead of
34256             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34257
34258 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34259         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34260           Initialise b_o_s and e_o_s variables
34261         * gst-libs/gst/riff/riff-media.c:
34262         (gst_riff_create_video_caps_with_data):
34263           Add some unusual fourcc's from mplayer avi's
34264         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34265           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34266           autoplugging.
34267
34268 2004-05-28  Wim Taymans  <wim@fluendo.com>
34269
34270         * configure.ac:
34271         * gst/alpha/Makefile.am:
34272         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34273         (gst_alpha_get_type), (gst_alpha_base_init),
34274         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34275         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34276         (gst_alpha_chroma_key), (gst_alpha_chain),
34277         (gst_alpha_change_state), (plugin_init):
34278         A plugin to add an alpha channel to I420 video. Can optionally do
34279         chroma keying.
34280         * gst/multipart/Makefile.am:
34281         * gst/multipart/multipart.c: (plugin_init):
34282         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34283         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34284         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34285         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34286         (gst_multipart_demux_change_state),
34287         (gst_multipart_demux_plugin_init):
34288         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34289         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34290         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34291         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34292         (gst_multipart_mux_pad_unlink),
34293         (gst_multipart_mux_request_new_pad),
34294         (gst_multipart_mux_handle_src_event),
34295         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34296         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34297         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34298         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34299         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34300         send multipart jpeg images to a browser.
34301         * gst/videobox/Makefile.am:
34302         * gst/videobox/README:
34303         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34304         (gst_video_box_get_type), (gst_video_box_base_init),
34305         (gst_video_box_class_init), (gst_video_box_init),
34306         (gst_video_box_set_property), (gst_video_box_get_property),
34307         (gst_video_box_sink_link), (gst_video_box_i420),
34308         (gst_video_box_ayuv), (gst_video_box_chain),
34309         (gst_video_box_change_state), (plugin_init):
34310         Crops or adds borders around an image. can do alpha channel
34311         borders as well.
34312         * gst/videomixer/Makefile.am:
34313         * gst/videomixer/README:
34314         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34315         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34316         (gst_videomixer_pad_get_sink_event_masks),
34317         (gst_videomixer_pad_get_property),
34318         (gst_videomixer_pad_set_property),
34319         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34320         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34321         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34322         (gst_videomixer_base_init), (gst_videomixer_class_init),
34323         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34324         (gst_videomixer_handle_src_event),
34325         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34326         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34327         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34328         (gst_videomixer_loop), (gst_videomixer_get_property),
34329         (gst_videomixer_set_property), (gst_videomixer_change_state),
34330         (plugin_init):
34331         Generic video mixer plugin, can handle multiple inputs all with
34332         different framerates and video sizes. Is fully alpha channel
34333         aware.
34334
34335 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34336
34337         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34338           Select first track as master track. Not sure how else to handle
34339           that...
34340         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34341           Discard discont events. Should fix #142962.
34342
34343 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34344
34345         * ext/alsa/Makefile.am:
34346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34347         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34348         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34349         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34350         (gst_alsa_mixer_get_option):
34351         * ext/alsa/gstalsamixer.h:
34352         * ext/alsa/gstalsamixeroptions.c:
34353         (gst_alsa_mixer_options_get_type),
34354         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34355         (gst_alsa_mixer_options_new):
34356         * ext/alsa/gstalsamixeroptions.h:
34357         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34358         * ext/alsa/gstalsamixertrack.h:
34359           Add enumerations (as GstMixerOptions). Make correct distinction
34360           between input/output tracks. Add capture/playback private flag.
34361           Use flag to decide on whether to set capture or playback volumes
34362           or switches. Use playback and record switches.
34363         * gst-libs/gst/mixer/Makefile.am:
34364         * gst-libs/gst/mixer/mixer-marshal.list:
34365         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34366         (gst_mixer_set_option), (gst_mixer_get_option),
34367         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34368         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34369         * gst-libs/gst/mixer/mixer.h:
34370         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34371         (gst_mixer_options_class_init), (gst_mixer_options_init),
34372         (gst_mixer_options_dispose):
34373         * gst-libs/gst/mixer/mixeroptions.h:
34374           Add GstMixerOptions.
34375         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34376           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34377           broken device detection on computers with multiple OSS sound
34378           cards.
34379
34380 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34381
34382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34383           fixate nicely even when the peer is not negotiating
34384
34385 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34386
34387         * gst/audioconvert/gstaudioconvert.c:
34388         (gst_audio_convert_parse_caps):
34389           make sure we don't allow depth > width
34390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34391           fixate endianness to G_BYTE_ORDER as default
34392         * gst/audioscale/gstaudioscale.c:
34393           we don't handle another endianness as host-endianness
34394
34395 2004-05-25  David Schleef  <ds@schleef.org>
34396
34397         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34398
34399 2004-05-24  Benjamin Otte  <otte@gnome.org>
34400
34401         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34402         (gst_oggvorbisenc_setup):
34403           properly fail when we can't setup the vorbis encoder due to
34404           unsupported settings
34405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34406         (gst_vorbisenc_setup):
34407           same
34408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34409           fix case where warnings occured when one pad was unlinked while the
34410           other's link function was called
34411
34412 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34413
34414         * gst/tcp/Makefile.am:
34415           use GST_ENABLE_NEW
34416
34417 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34418
34419         * gst-libs/gst/resample/private.h:
34420           don't use optimizations that are #if 0'ed
34421
34422 2004-05-24  Wim Taymans  <wim@fluendo.com>
34423
34424         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34425         Fix potential division by zero error and hopefully get
34426         the position query right to get correct timestamps on avi
34427         audio.
34428
34429 2004-05-24  Wim Taymans  <wim@fluendo.com>
34430
34431         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34432         (gst_videoscale_scale_nearest_str2),
34433         (gst_videoscale_scale_nearest_str4),
34434         (gst_videoscale_scale_nearest_32bit),
34435         (gst_videoscale_scale_nearest_24bit),
34436         (gst_videoscale_scale_nearest_16bit):
34437         Fix the scaling algorithm and avoid a buffer overflow.
34438         removed the while loop in the scaling function as it
34439         was used for point sampling only.
34440
34441 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34442
34443         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34444         (gst_id3_tag_class_init), (gst_id3_tag_init),
34445         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34446         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34447         (gst_id3_tag_send_tag_event):
34448           lots of fixes to make id3mux work and id3demux work correctly
34449
34450 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34451
34452         * ext/Makefile.am:
34453           add rules to build shout2send (was removed by accident
34454           when this module was no more marked experimental/broken)
34455
34456 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34457
34458         * ext/shout2/gstshout2.c:
34459         * ext/shout2/gstshout2.h:
34460           adding a "connection problem" signal to shout2send
34461           (fixes #142954)
34462
34463 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34464
34465         * ext/kio/kioreceiver.cpp:
34466         * ext/kio/kioreceiver.h:
34467           fix sign comparison issues
34468
34469 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34470
34471         * gst/cdxaparse/gstcdxaparse.c:
34472         * gst/cdxaparse/gstcdxaparse.h:
34473           some renaming
34474           add some checks/sanity
34475           prepare for seek addition
34476
34477         * sys/sunaudio/gstsunaudio.c:
34478           remove exported dupe init function
34479
34480 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34481
34482         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34483         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34484           Fix format conversion and position querying.
34485         * gst/debug/progressreport.c: (gst_progressreport_report):
34486           Don't output a bogus total value that we didn't query.
34487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34488           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34489           only a blank window after xine has been used.
34490
34491 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34492
34493         * m4/as-arts.m4:
34494           sync with upstream version to fix test on FC2
34495           readd with -ko to preserve Id header
34496
34497 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34498
34499         * configure.ac:
34500           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34501         * gst/tcp/gsttcpclientsrc.c: idem
34502         * gst/tcp/gsttcpserversink.c: idem
34503         * gst/tcp/gsttcpserversrc.c: idem
34504         * m4/gst-fionread.m4: idem
34505
34506         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34507
34508         * configure.ac: enable speex plugin for speex 1.1.5+
34509         * ext/speex/gstspeexenc.c: fix cast warning
34510
34511         * ext/esd/README: fix typo
34512
34513 2004-05-20  David Schleef  <ds@schleef.org>
34514
34515         * configure.ac: Minor cosmetic change to convince the buildbot to
34516         reautogen.
34517         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34518         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34519         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34520         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34521         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34522         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34523         More hacking.  Plays audio now.
34524
34525 2004-05-20  David Schleef  <ds@schleef.org>
34526
34527         * configure.ac:
34528         * sys/Makefile.am:
34529
34530 2004-05-20  David Schleef  <ds@schleef.org>
34531
34532         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34533         * sys/osxaudio/gstosxaudio.c:
34534         * sys/osxaudio/gstosxaudioelement.c:
34535         * sys/osxaudio/gstosxaudioelement.h:
34536         * sys/osxaudio/gstosxaudiosink.c:
34537         * sys/osxaudio/gstosxaudiosink.h:
34538         * sys/osxaudio/gstosxaudiosrc.c:
34539         * sys/osxaudio/gstosxaudiosrc.h:
34540
34541 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34542
34543         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34544         (gst_vorbisenc_chain):
34545           put the codec headers on the caps as streamheader as well as
34546           pushing them out
34547
34548 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34549
34550         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34551         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34552         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34553         split up push_packet into two functions
34554
34555 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34556
34557         * gst/tcp/.cvsignore:
34558           ignore enums
34559         * gst/tcp/Makefile.am:
34560         * gst/tcp/README:
34561         * gst/tcp/gsttcp.c:
34562         * gst/tcp/gsttcp.h:
34563         * gst/tcp/gsttcpclientsink.c:
34564         * gst/tcp/gsttcpclientsink.h:
34565         * gst/tcp/gsttcpclientsrc.c:
34566         * gst/tcp/gsttcpclientsrc.h:
34567         * gst/tcp/gsttcpplugin.c:
34568         * gst/tcp/gsttcpserversink.c:
34569         * gst/tcp/gsttcpserversink.h:
34570         * gst/tcp/gsttcpserversrc.c:
34571         * gst/tcp/gsttcpserversrc.h:
34572           add new tcp elements
34573
34574 2004-05-19  Wim Taymans  <wim@fluendo.com>
34575
34576         * gst/law/mulaw-conversion.c: (mulaw_encode):
34577         Fix overflow bug in ulaw encoding.
34578
34579 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34580
34581         * ext/mad/gstmad.c: (gst_mad_handle_event):
34582           don't unref the event twice
34583
34584 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34585
34586         * configure.ac:
34587           remove -Wno-sign-compare
34588
34589 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34590
34591         * configure.ac:
34592           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34593           if you want to work against glib 2.2 and 2.4
34594
34595 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34596
34597         * gst/tcp/Makefile.am:
34598         * gst/tcp/gsttcp.c:
34599         * gst/tcp/gsttcp.h:
34600         * gst/tcp/gsttcpsink.h:
34601         * gst/tcp/gsttcpsrc.h:
34602           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34603
34604 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34605
34606         * gst/debug/tests.c: (md5_get_value):
34607           fix segfault on gst-inspect
34608
34609 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34610
34611         * gst/debug/testplugin.c:
34612         * gst/debug/tests.c:
34613         * gst/debug/tests.h:
34614           add new extensible and configurable testing element. Current tests
34615           include buffer count, stream length, timestamp/duration matching and
34616           md5.
34617         * gst/debug/Makefile.am:
34618         * gst/debug/gstdebug.c: (plugin_init):
34619           add infrastructure for new element
34620
34621 2004-05-19  Johan Dahlin  <johan@gnome.org>
34622
34623         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34624         ending of the array. Fixes gst-inspect segfault on ppc.
34625
34626 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34627
34628         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34629
34630         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34631
34632 2004-05-18  David Schleef  <ds@schleef.org>
34633
34634         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34635         warnings (bugs, actually) noticed by gcc but not forte.
34636
34637 2004-05-18  David Schleef  <ds@schleef.org>
34638
34639         * sys/sunaudio/Makefile.am:
34640         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34641
34642 2004-05-18  David Schleef  <ds@schleef.org>
34643
34644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34645         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34646         to allow qtdemux to use non-seekable streams. (bug #142272)
34647
34648 2004-05-18  David Schleef  <ds@schleef.org>
34649
34650         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34651         (gst_resample_sinc_ft_float): Remove use of static temporary
34652         buffer.  This code was obviously not supposed to last long, but
34653         it's stuck in our ABI, so it required a little hack to make it
34654         ABI-compatible.  Fixes #142585.
34655         * gst-libs/gst/resample/resample.h: same.
34656
34657 2004-05-18  David Schleef  <ds@schleef.org>
34658
34659         * configure.ac: Add sunaudio
34660         * examples/Makefile.am: make gstplay depend on gconf
34661         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34662         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34663         (convert_table_lookup), (img_convert): remove c99-isms
34664         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34665           unsigned, to fix a warning on Solaris
34666         * gst/mpeg1sys/systems.c: bcopy->memcpy
34667         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34668         * sys/Makefile.am: Add sunaudio
34669
34670 2004-05-18  Wim Taymans  <wim@fluendo.com>
34671
34672         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34673         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34674         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34675         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34676         (gst_ogg_mux_loop):
34677         Fix an ugly memleak where the muxer didn't flush enough ogg
34678         pages. This also resulted in badly muxed ogg files.
34679
34680 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34681
34682         * gst/asfdemux/asfheaders.c :
34683         * gst/asfdemux/asfheaders.h :
34684         * gst/asfdemux/gstasfdemux.c :
34685           - fix ASF_OBJ_PADDING guid
34686           - add 3 new object guids (language list, metadata,
34687             extended stream properties)
34688           - add a function to parse extended header objects
34689
34690 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34691
34692         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34693           remove leftover debugging g_print
34694
34695 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34696
34697         * ext/mad/gstmad.c: (gst_mad_handle_event):
34698           Fix for when the first format in a discont event is not a
34699           byte-based one. Should fix #137710.
34700
34701 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34702
34703         * m4/a52.m4 : fix compilation with -Wall -Werror
34704         * m4/libfame.m4 : idem
34705         * m4/libmikmod.m4 : idem
34706
34707 2004-05-17  Benjamin Otte  <otte@gnome.org>
34708
34709         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34710           signal the new tags before giving up the reference
34711
34712 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34713
34714         * ext/shout2/gstshout2.c:
34715           use application/ogg instead of application/x-ogg (patch by Patrick
34716           Guimond, fixes #142432)
34717         * sys/oss/gstosselement.c: (gst_osselement_reset),
34718         (gst_osselement_sync_parms):
34719           don't set fragment size unless specified (fixes #142493)
34720
34721 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34722
34723         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34724           fixes #142664
34725
34726 2004-05-17  Benjamin Otte  <otte@gnome.org>
34727
34728         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34729           compute offsets correctly for internal buffers so timestamps are set
34730           correctly when we can't seek. Also handle cases where there are no
34731           offsets. (based on a patch by David Moore, fixes #142507)
34732
34733 2004-05-17  Benjamin Otte  <otte@gnome.org>
34734
34735         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34736           use correct variable when determining amount of data to skip so we
34737           don't skip into the void and segfault
34738
34739 2004-05-16  Benjamin Otte  <otte@gnome.org>
34740
34741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34742           Hi, I'm a memleak
34743
34744 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34745
34746         * gst/asfdemux/gstasfdemux.c:
34747           - fix a mem leak and always propagate tags
34748           - add WMV3 to known video codecs (but no decoder yet)
34749           - replace "surplus data" at end of audio header for what
34750             it is : codec specific data
34751           - fix a typo
34752
34753 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34754
34755         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34756
34757         * gst-libs/gst/audio/audioclock.c:
34758           Fix wrong return type (#142205).
34759
34760 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34761
34762         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34763           Ignore CRCs by default (fixes #142566).
34764
34765 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34766
34767         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34768         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34769         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34770         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34771         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34772         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34773           Fix for cases where we fail to attach to a mixer.
34774
34775 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34776
34777         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34778           Don't touch events after not owning them anymore.
34779         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34780         (gst_wavparse_fmt), (gst_wavparse_other),
34781         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34782         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34783         (gst_wavparse_srcpad_event):
34784         * gst/wavparse/gstwavparse.h:
34785           Add seeking, fix querying.
34786
34787 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34788
34789         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34790           - process comments even if they don't end with \0\0
34791             g_convert would ignore them if present and works well without them
34792
34793 2004-05-16  Benjamin Otte  <otte@gnome.org>
34794
34795         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34796           simplify caps
34797
34798 2004-05-16  Benjamin Otte  <otte@gnome.org>
34799
34800         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34801           don't write to memory we might not write to - g_convert does that
34802           for us anyway (fixes #142613)
34803         (gst_asf_demux_audio_caps):
34804           comment out gst_util_dump_mem
34805
34806 2004-05-16  Benjamin Otte  <otte@gnome.org>
34807
34808         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34809           compute correct expected timestamps after seek (broken since
34810           last commit)
34811         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34812           rename element and debugging category to gdkpixbufscale
34813
34814 2004-05-16  Benjamin Otte  <otte@gnome.org>
34815
34816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34817           add error checking to snd_pcm_delay and remove duplicate call to
34818           snd_pcm_delay that caused issues (see inline code comments)
34819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34820           make more readable and fix return value when snd_pcm_delay fails
34821         (fixes #142586)
34822
34823 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34824         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34825         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34826         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34827         (gst_pixbufscale_link), (gst_pixbufscale_init),
34828         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34829         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34830         (gst_pixbufscale_get_property), (pixbufscale_init):
34831         * ext/gdk_pixbuf/pixbufscale.h:
34832         Add these files I forgot earlier
34833
34834 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34835         * ext/gdk_pixbuf/Makefile.am:
34836         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34837         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34838         Add new pixbufscale element to scale RGB video
34839         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34840         and HYPER interpolation correctly.
34841         * ext/theora/theoraenc.c: (theora_enc_chain),
34842         Discard buffer and return if explicit caps could not be set
34843         (theora_enc_get_property):
34844         Make _get return kbps for the bitrate consistent with
34845         the _set function.
34846
34847
34848 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34849
34850         * ext/libvisual/visual.c: (gst_visual_chain):
34851           add missing visual_audio_analyze
34852
34853 2004-05-14  David Schleef  <ds@schleef.org>
34854
34855         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34856         is killed while we're playing.
34857         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34858         gst_element_no_more_pads().
34859
34860 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34861
34862         * gst-libs/gst/riff/riff-read.c :
34863           - fix INFO tag extraction in RIFF/AVI files
34864             because gst_event_unref (event) also freed taglist
34865           - avoid a mem leak
34866
34867 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34868
34869         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34870         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34871
34872         * gst/auparse/gstauparse.c :
34873           - add code (commented for now) to support audio/x-adpcm on src pad
34874             (we have no decoder for those layout yet)
34875
34876         * gst/cdxaparse/gstcdxaparse.c :
34877         * gst/cdxaparse/gstcdxaparse.h :
34878           - partial rewrite using RiffRead (ripped iain's wavparse code)
34879
34880         * gst/rtp/gstrtpL16enc.c : typo
34881         * gst/rtp/gstrtpgsmenc.c : typo
34882
34883 2004-05-13  Benjamin Otte  <otte@gnome.org>
34884
34885         * configure.ac:
34886           check for exact version of libvisual, it's not supposed to be
34887           API/ABI stable yet
34888
34889 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34890
34891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34892           signal no-more-pads
34893
34894 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34895
34896         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34897         Report which format was used for GST_FORMAT_DEFAULT
34898         * gst/debug/Makefile.am:
34899         * gst/debug/gstdebug.c: (plugin_init):
34900         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34901         (gst_progressreport_class_init), (gst_progressreport_init),
34902         (gst_progressreport_report), (gst_progressreport_set_property),
34903         (gst_progressreport_get_property), (gst_progressreport_chain),
34904         (gst_progressreport_plugin_init):
34905         Add progressreport element for testing.
34906
34907 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34908
34909         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34910         * sys/v4l/gstv4lsrc.h:
34911         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34912         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34913         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34914         (gst_v4lsrc_grab_frame):
34915           add more debugging
34916           send a discont at start
34917
34918 2004-05-12  Colin Walters  <walters@redhat.com>
34919
34920         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34921         inflooping if we can't find a chunk.  Or in other words, don't blow
34922         chunks if we don't have a chunk to blow.
34923
34924 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34925         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34926         Remove old debug output
34927         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34928         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34929         (gst_dvdec_set_property), (gst_dvdec_get_property):
34930         Change the quality setting to an enum, so it works from gst-launch
34931         Don't renegotiate a non-linked pad. Allows audio only decoding.
34932         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34933         (gst_deinterlace_link), (gst_deinterlace_init):
34934         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34935         (gst_videodrop_link):
34936         Some caps negotiation fixes
34937
34938 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34939
34940         * ext/tarkin/gsttarkin.c :
34941           - Change RANK from NONE to PRIMARY
34942         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34943           - Change RANK from NONE to MARGINAL
34944         * ext/divx/gstdivxenc.c :
34945           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34946
34947 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34948
34949         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34950         (gst_vorbisenc_push_packet):
34951           copy a function that was added between 1.0 and 1.0.1 until we
34952           depend on worthwhile features of post-1.0
34953
34954 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34955
34956         * configure.ac:
34957           enable shout2 by default
34958         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34959         (gst_shout2send_base_init), (gst_shout2send_init),
34960         (gst_shout2send_connect), (gst_shout2send_change_state):
34961         * ext/shout2/gstshout2.h:
34962           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34963           #142262)
34964         * ext/theora/theora.c: (plugin_init):
34965           don't set rank on encoders
34966
34967 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34968
34969         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34970           Use codec_data property instead of flag1 and flag2 for wma
34971
34972 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34973
34974         * gst/cdxaparse/gstcdxaparse.c :
34975           - Add mpegversion to CAPS to make it link
34976           - Rank is as GST_RANK_SECONDARY instead of NONE
34977         * gst/auparse/gstauparse.c :
34978           - Document all audio encoding we can encounter from Solaris 9
34979             headers and libsndfile information.
34980           - Increase max. rate from 48000 to 192000 (to match other elements)
34981           - Don't try to play junk data between header and samples
34982
34983 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34984
34985         * ext/libvisual/visual.c: (gst_visual_getcaps):
34986           use the right caps depending on endianness (I hope)
34987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34988           use GST_RANK_NONE for all non-decoding elements or spider gets
34989           mighty confused
34990
34991 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34992
34993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34994           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34995
34996 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34997
34998         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34999         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35000         (gst_switch_loop), (gst_switch_get_type):
35001           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35002           HEADERS. Had to be said.
35003
35004 2004-05-10  David Schleef  <ds@schleef.org>
35005
35006         * configure.ac: Add prototype Dirac support.
35007         * ext/Makefile.am:
35008         * ext/dirac/Makefile.am:
35009         * ext/dirac/gstdirac.cc:
35010         * ext/dirac/gstdiracdec.cc:
35011
35012 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35013
35014         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35015         (gst_auparse_init), (gst_auparse_chain),
35016         (gst_auparse_change_state):
35017           Hack around spider. Remove me some day please.
35018
35019 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35020
35021         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35022           Fix for some uninitialized variables in previous patch, also
35023           makes it work. Fixes #142286 while we're at it.
35024
35025 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35026
35027         * gst/auparse/gstauparse.c:
35028                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35029                 only unsupported formats are ADPCM/CCITT G.72x
35030                 reviewed by Ronald
35031         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35032
35033 2004-05-10  Wim Taymans  <wim@fluendo.com>
35034
35035         * ext/vorbis/Makefile.am:
35036         * ext/vorbis/README:
35037         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35038         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35039         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35040         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35041         (gst_oggvorbisenc_convert_sink),
35042         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35043         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35044         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35045         (get_constraints_string), (update_start_message),
35046         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35047         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35048         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35049         * ext/vorbis/oggvorbisenc.h:
35050         * ext/vorbis/vorbis.c: (plugin_init):
35051         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35052         (raw_caps_factory), (gst_vorbisenc_class_init),
35053         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35054         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35055         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35056         * ext/vorbis/vorbisenc.h:
35057         Added a raw vorbis encoder to be used with the oggmuxer.
35058         We still need the old encoder for some gnome applications,
35059         read the README to find out how that works.
35060         The raw encoder is called "rawvorbisenc" until 0.9.
35061
35062 2004-05-10  Wim Taymans  <wim@fluendo.com>
35063
35064         * ext/ogg/gstogg.c: (plugin_init):
35065         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35066         (gst_ogg_print):
35067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35068         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35069         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35070         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35071         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35072         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35073         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35074         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35075         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35076         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35077         Added an ogg muxer.
35078         Small typo fixes in the demuxer.
35079
35080 2004-05-10  Wim Taymans  <wim@fluendo.com>
35081
35082         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35083         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35084         (theora_enc_change_state), (theora_enc_set_property),
35085         (theora_enc_get_property):
35086         Mark the last packet with an EOS flag which is not really needed
35087         in gstreamer.
35088         Do some better video framerate initialisation.
35089         Update the buffer timestamp.
35090
35091 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35092
35093         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35094         Return the result of the parent state change call
35095
35096 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35097
35098         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35099         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35100         * gst/law/alaw-encode.c : (idem)
35101         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35102         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35103         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35104
35105 2004-05-09  Benjamin Otte  <otte@gnome.org>
35106
35107         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35108           don't use a fixed buffer size when writing variable length data to
35109           it. Fixes memory corruption and makes alsasrc work
35110
35111 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35112
35113         * ext/gnomevfs/gstgnomevfssink.c:
35114         (_gst_boolean_allow_overwrite_accumulator),
35115         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35116           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35117           RUN_LAST, and don't use that to set the accumulator value because
35118           then it's always FALSE.
35119
35120 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35121
35122         * gst-libs/gst/riff/riff-media.c:
35123         (gst_riff_create_video_caps_with_data),
35124         (gst_riff_create_audio_caps),
35125         (gst_riff_create_audio_template_caps):
35126         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35127           Fix for unaligned RIFF files (i.e. where all the chunks together
35128           in a LIST chunk are not of the same size as the size given in
35129           the LIST chunk header). Fixes several odd WAVE files. Also fix
35130           ADPCM (block_align property) in audio, so that wavparse based
35131           on this works now as it used to stand-alone.
35132
35133 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35134
35135         reviewed by Benjamin Otte  <otte@gnome.org>
35136
35137         * ext/a52dec/gsta52dec.c:
35138         * ext/divx/gstdivxdec.c:
35139         * ext/divx/gstdivxenc.c:
35140         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35141         * ext/faac/gstfaac.c: (gst_faac_base_init):
35142         * ext/faad/gstfaad.c: (gst_faad_base_init):
35143         * ext/ivorbis/vorbisfile.c:
35144         * ext/lame/gstlame.c:
35145         * ext/libfame/gstlibfame.c:
35146         * ext/mpeg2enc/gstmpeg2enc.cc:
35147         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35148         * ext/sidplay/gstsiddec.cc:
35149         * ext/speex/gstspeexdec.c:
35150         * ext/speex/gstspeexenc.c:
35151         * ext/xvid/gstxviddec.c:
35152         * ext/xvid/gstxvidenc.c:
35153           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35154           (fixes #142193)
35155
35156 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35157
35158         * ext/alsa/gstalsa.c: (device_list),
35159         (gst_alsa_class_probe_devices):
35160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35161           Fix alsa oddness in mixer after the combination of using mixer
35162           in source/sink elements and using hw:x,y instead of just hw:x.
35163
35164 2004-05-09  Benjamin Otte  <otte@gnome.org>
35165
35166         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35167         (gst_wavparse_create_sourcepad):
35168           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35169           sourcepads
35170
35171 2004-05-09  Benjamin Otte  <otte@gnome.org>
35172
35173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35174           allow discont events before caps nego
35175
35176 2004-05-08  Benjamin Otte  <otte@gnome.org>
35177
35178         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35179           don't leak events
35180
35181 2004-05-08  Benjamin Otte  <otte@gnome.org>
35182
35183         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35184         (gst_level_change_state), (gst_level_init):
35185         * gst/level/gstlevel.h:
35186           figure out if we're initialized directly instead of keeping a
35187           variable that's wrong in 90% of cases
35188           don't initialize pads and then leak them and use a new unitialized
35189           pad. (fixes #142084)
35190           these were bugs so n00bish I didn't find them for an hour :/
35191
35192 2004-05-08 Iain <iain@prettypeople.org>
35193
35194         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35195         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35196         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35197         return the length that was read.
35198         (gst_riff_read_strf_auds): Allow fmt tags as well.
35199
35200 2004-05-07  David Schleef  <ds@schleef.org>
35201
35202         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35203         signed char assumption in faad.h.
35204
35205 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35206
35207         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35208           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35209
35210 2004-05-07  Colin Walters  <walters@redhat.com>
35211
35212         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35213         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35214         function.
35215         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35216         Add dispose function.
35217
35218 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35219         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35220           Fix caps nego and pad templates. RGB mode caps should
35221           work now.
35222         * ext/dvdnav/gst-dvd:
35223           Move mpeg2dec inside the thread because otherwise the
35224           queue rejects cap changes mid-stream
35225         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35226         (gst_mpeg2dec_flush_decoder):
35227           For mpeg2dec > 0.4.0, call the flush function instead of
35228           manually extracting all in-flight frames.
35229         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35230         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35231           Change mime type video/dv go video/x-dv to match the
35232           rest of gst-plugins
35233
35234 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35235
35236         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35237         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35238         (gst_alsa_sink_class_init):
35239         * ext/alsa/gstalsasink.h:
35240         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35241         (gst_alsa_src_class_init):
35242         * ext/alsa/gstalsasrc.h:
35243           Make alsasink/src a subclass of alsamixer so that mixer stuff
35244           shows up in gst-rec. Needs some finetuning.
35245
35246 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35247
35248         * ext/lame/gstlame.c: (gst_lame_chain):
35249           simplify
35250         * ext/mad/gstmad.c: (gst_mad_handle_event):
35251           fix event leak
35252         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35253           be able to detect mp3 files < 4096 bytes
35254
35255 2004-05-06  Wim Taymans  <wim@fluendo.com>
35256
35257         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35258         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35259         (theora_enc_set_property), (theora_enc_get_property):
35260         Also encode the first frame, cleanup some code.
35261
35262 2004-05-06  Wim Taymans  <wim@fluendo.com>
35263
35264         * ext/mpeg2enc/gstmpeg2enc.cc:
35265         Forward events first before deciding that negotiation was
35266         not performed.
35267
35268 2004-05-06  Wim Taymans  <wim@fluendo.com>
35269
35270         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35271         First process the events before deciding that negotiation
35272         was not performed.
35273
35274 2004-05-06  Wim Taymans  <wim@fluendo.com>
35275
35276         * ext/theora/Makefile.am:
35277         * ext/theora/theora.c: (plugin_init):
35278         * ext/theora/theoradec.c: (theora_dec_change_state):
35279         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35280         (gst_theora_enc_class_init), (gst_theora_enc_init),
35281         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35282         (theora_enc_chain), (theora_enc_change_state),
35283         (theora_enc_set_property), (theora_enc_get_property):
35284         Added a theora encoder, grouped the encoder and decoder into the
35285         same plugin.
35286
35287 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35288
35289         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35290         (gst_jpegenc_chain):
35291         fix DURATION on outgoing buffers
35292         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35293         debug using time formats
35294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35296         (gst_xvimagesink_sink_link):
35297         windows with width/height 0 generate X errors, so don't allow them
35298
35299 2004-05-05  Wim Taymans  <wim@fluendo.com>
35300
35301         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35302         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35303         (gst_mpeg2dec_negotiate_format):
35304         * ext/mpeg2dec/gstmpeg2dec.h:
35305           removed the static pad template so that we can add the
35306           more accurate framerate value to the caps.
35307
35308
35309 2004-05-04  Benjamin Otte  <otte@gnome.org>
35310
35311         * configure.ac:
35312           check for kdemacros.h, too (should fix #141821)
35313         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35314           don't crash if no header was sent, but nicely error out (fixes part
35315           of #141554)
35316
35317 2004-05-04  Wim Taymans  <wim@fluendo.com>
35318
35319         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35320         parent dispose function to avoid segfault on destroy.
35321
35322 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35323
35324         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35325         (plugin_init):
35326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35327         (gst_xvimagesink_sink_link):
35328         clean up debugging caps
35329         also recreate xvimage when format has changed
35330
35331 2004-05-04  Benjamin Otte  <otte@gnome.org>
35332
35333         * ext/libvisual/Makefile.am:
35334         * ext/libvisual/visual.c: (gst_visual_class_init),
35335         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35336         (gst_visual_srclink), (gst_visual_chain),
35337         (gst_visual_change_state), (plugin_init):
35338           use a GstAdapter to correctly adapt buffer sizes - allows using a
35339           framerate
35340
35341 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35342
35343         * sys/v4l/gstv4lelement.h:
35344         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35345         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35346         (gst_v4lsrc_buffer_free):
35347         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35348         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35349         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35350         (gst_v4lsrc_requeue_frame):
35351         move some debugging categories around
35352         query for fps index and set accordingly if found
35353
35354 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35355
35356         * ext/lame/gstlame.c:
35357         correct defaults that lame_init puts out of range
35358
35359 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35360
35361         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35362         (gst_divxenc_class_init):
35363         fix range since -1 is the default
35364         * gst/mpeg1sys/gstmpeg1systemencode.c:
35365         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35366         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35367         (gst_rtjpegdec_chain):
35368         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35369         (gst_rtjpegenc_chain):
35370         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35371         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35372         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35373         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35374         * sys/v4l/gstv4lsrc.c:
35375         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35376         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35377         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35378         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35379         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35380           remove gst_info calls
35381
35382 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35383
35384         * Makefile.am:
35385         * po/af.po:
35386         * po/az.po:
35387         * po/en_GB.po:
35388         * po/nl.po:
35389         * po/sr.po:
35390         * po/sv.po:
35391           Updated translations
35392
35393 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35394
35395         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35396           refactor/comment code
35397
35398 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35399
35400         * gst/asfdemux/Makefile.am:
35401         * gst/asfdemux/asfheaders.c:
35402         * gst/asfdemux/asfheaders.h:
35403         * gst/asfdemux/gstasf.c: (plugin_init):
35404         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35405         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35406         (gst_asf_demux_setup_pad):
35407         * gst/asfdemux/gstasfdemux.h:
35408         * gst/asfdemux/gstasfmux.c:
35409         * gst/asfdemux/gstasfmux.h:
35410           Add tagging support to demuxer, split out registration in its own
35411           file instead of in demux (hacky), and prevent having some tables
35412           in our memory multiple times (in asfheaders.h).
35413
35414 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35415
35416         * gst/matroska/matroska-demux.c:
35417         (gst_matroska_demux_parse_metadata):
35418         * gst/matroska/matroska-ids.h:
35419           Basic tag reading support.
35420
35421 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35422
35423         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35424           Really detect ac-3 audio.
35425         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35426           really detect matroska files (off-by-1).
35427
35428 2004-04-30  David Schleef  <ds@schleef.org>
35429
35430         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35431         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35432         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35433         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35434         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35435         hackage -- parse a lot more atoms, extract a few tags.  One might even
35436         mistake this for tag support.  Maybe it is.
35437         * gst/qtdemux/qtdemux.h:
35438
35439 2004-04-30  Colin Walters  <walters@verbum.org>
35440
35441         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35442
35443 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35444
35445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35446         (gst_ffmpegcolorspace_getcaps):
35447           remove broken nego fix
35448
35449 2004-04-30  Benjamin Otte  <otte@gnome.org>
35450
35451         * configure.ac:
35452         * ext/Makefile.am:
35453         * ext/libvisual/Makefile.am:
35454         * ext/libvisual/visual.c:
35455           add initial support for libvisual (http://libvisual.sourceforge.net)
35456           libvisual is still quite alpha, so expect crashes in there :)
35457
35458 2004-04-29  David Schleef  <ds@schleef.org>
35459
35460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35461         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35462         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35463         code; you will no longer respect me.
35464
35465 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35466
35467         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35468         * ext/alsa/gstalsa.h :
35469         change alsa pcm device discovery to find more than 1 device
35470         per card. code review by Ronald.
35471
35472 2004-04-29  David Schleef  <ds@schleef.org>
35473
35474         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35475         Add a check for a driver bug on FreeBSD.  (bug #140565)
35476
35477 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35478
35479         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35480         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35481         (gst_jpegenc_getcaps):
35482           move format setting to inner loop
35483         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35484         (gst_ffmpegcolorspace_getcaps):
35485           use GST_PAD_CAPS if available so that we use already negotiated
35486           caps
35487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35488         (qtdemux_parse_moov), (qtdemux_parse):
35489           extra debugging
35490         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35491         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35492           move hardcoded path to DEFINE
35493
35494 2004-04-28  David Schleef  <ds@schleef.org>
35495
35496         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35497         (bug #140064)
35498
35499 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35500
35501         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35502           Don't probe for playback device if we're a source element. Fixes
35503           #139658.
35504
35505 2004-04-29  Benjamin Otte  <otte@gnome.org>
35506
35507         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35508         (gst_id3_tag_chain):
35509           rewrite buffer offset
35510
35511 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35512
35513         * configure.ac:
35514         * ext/Makefile.am:
35515         * ext/dts/Makefile.am:
35516         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35517         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35518         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35519         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35520         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35521         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35522         (plugin_init):
35523         * ext/dts/gstdtsdec.h:
35524           New DTS decoder.
35525         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35526         (gst_faad_srcconnect):
35527           Add ESDS atom handling (.m4a).
35528
35529 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35530
35531         * ext/divx/gstdivxdec.c: (plugin_init):
35532           Remove comment that makes no sense.
35533         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35534           Fix for obvious typo that resulted in warnings during gst-register.
35535         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35536         (gst_xviddec_sink_link):
35537           Fix caps negotiation a bit better.
35538         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35539           We call this 'codec_data', not 'esds'.
35540
35541 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35542
35543         * gst/monoscope/gstmonoscope.c:
35544           make sure we only provide 256x128
35545         * gst/monoscope/monoscope.c: (monoscope_init):
35546           assert size of 256x128
35547
35548 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35549
35550         * Makefile.am:
35551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35552         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35553           fixate to max width and height of device
35554
35555 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35556
35557         * Makefile.am:
35558         * sys/v4l/gstv4l.c:
35559         * sys/v4l/gstv4lsrc.c:
35560         * sys/v4l/v4l_calls.c:
35561         * sys/v4l/v4lsrc_calls.c:
35562           fix for qc-usb driver which fakes having more than one buffer
35563           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35564           buffer_free override
35565           add debugging
35566
35567 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35568
35569         * Makefile.am:
35570         * gst/videotestsrc/gstvideotestsrc.c:
35571         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35572         (gst_videotestsrc_init), (gst_videotestsrc_get),
35573         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35574         * gst/videotestsrc/gstvideotestsrc.h:
35575           add num-buffers property
35576
35577         2004-04-26  Benjamin Otte  <otte@gnome.org>
35578
35579         * ext/mad/gstid3tag.c: (plugin_init):
35580           set id3mux rank to NONE so it doesn't confuse spider
35581           require audio/mpeg,mpegversion=1 in id3mux
35582
35583 2004-04-26  Benjamin Otte  <otte@gnome.org>
35584
35585         * configure.ac:
35586           detect faad correctly as non-working if it's indeed non-working
35587
35588 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35589
35590         * Makefile.am:
35591         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35592         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35593         fix _getcaps so it only negotiates to its supported format
35594
35595 2004-04-25  Benjamin Otte  <otte@gnome.org>
35596
35597         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35598           fix memleak
35599
35600 2004-04-23  Benjamin Otte  <otte@gnome.org>
35601
35602         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35603           audio/x-raw-int with height rules! not. Now it's depth.
35604
35605 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35606
35607         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35608         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35609         (gst_wavparse_loop):
35610           Missing variable initialization. Add handling of DVI ADPCM. Fix
35611           mis-parsing of LIST chunks. This works around a bug where we mis-
35612           parse non-aligning LIST chunks (so LIST chunks where the contents
35613           don't align with the actual LIST size). The correct fix is to use
35614           rifflib, I'm not going to fix wavparse - too much work. All this
35615           fixes #104878.
35616
35617 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35618
35619         reviewed by Benjamin Otte  <otte@gnome.org>
35620
35621         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35622           fix shoutcast not working (fixes #140844)
35623
35624 2004-04-22  Benjamin Otte  <otte@gnome.org>
35625
35626         * ext/hermes/gsthermescolorspace.c:
35627         (gst_hermes_colorspace_caps_remove_format_info):
35628         * gst/colorspace/gstcolorspace.c:
35629         (gst_colorspace_caps_remove_format_info):
35630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35631         (gst_ffmpegcolorspace_caps_remove_format_info):
35632           s/gst_caps_simplify/gst_caps_do_simplify/
35633
35634 2004-04-22  Benjamin Otte  <otte@gnome.org>
35635
35636         * gst-libs/gst/riff/riff-media.c:
35637         (gst_riff_create_video_caps_with_data):
35638           mpegversion is an int
35639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35640           don't try to create pad templates with NULL caps, use any caps
35641           instead.
35642
35643 2004-04-20  David Schleef  <ds@schleef.org>
35644
35645         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35646         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35647         (bug #140384)
35648
35649 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35650
35651         reviewed by David Schleef
35652
35653         * ext/mad/gstid3tag.c: Add stdlib.h
35654         * gst/rtp/gstrtpgsmenc.c: same
35655         * gst/tags/gstid3tag.c: same
35656         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35657         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35658         GST_DISABLE_LOADSAVE use.
35659         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35660         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35661         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35662         atol(3)).
35663         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35664         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35665         strtoul(3)).
35666         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35667         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35668         $(ID3_CFLAGS).
35669         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35670         $(LIBFAME_CFLAGS).
35671
35672 2004-04-20  David Schleef  <ds@schleef.org>
35673
35674         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35675         last checkin.  Same idea.
35676
35677 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35678
35679         reviewed by David Schleef
35680
35681         * configure.ac: bump required gstreamer version to 0.8.1.1
35682         because of following changes [--ds]
35683
35684         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35685         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35686         (gst_riff_read_header):  Use GST_READ_UINT*
35687         macros to access possibly unaligned memory.
35688
35689         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35690         (mp3_type_find):  Use GST_READ_UINT*
35691         macros to access possibly unaligned memory.
35692         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35693         (speex_type_find): Likewise
35694
35695         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35696
35697         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35698         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35699         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35700         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35701         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35702         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35703         macros to access possibly unaligned memory.
35704
35705         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35706         Likewise.
35707
35708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35709         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35710
35711         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35712         Likewise.
35713
35714         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35715         (gst_mpeg2subt_chain_subtitle): Likewise.
35716
35717         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35718         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35719         Likewise.
35720
35721         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35722         Likewise.
35723
35724         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35725         Likewise.
35726
35727         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35728         Likewise.
35729
35730 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35731
35732         * configure.ac:
35733           update required version of GStreamer because of GST_TIME_FORMAT
35734
35735 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35736
35737         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35738           remove leftover g_print
35739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35740           don't try setting only a subset of the caps. We don't want to kill
35741           autoplugging on purpose
35742
35743 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35744
35745         * sys/ximage/ximagesink.c: (plugin_init):
35746         * sys/xvimage/xvimagesink.c: (plugin_init):
35747           add debugging categories
35748
35749 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35750
35751         * po/en_GB.po:
35752         * po/LINGUAS:
35753           Adding en_GB translation (Gareth Owen)
35754
35755 2004-04-20  David Schleef  <ds@schleef.org>
35756
35757         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35758         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35759         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35760         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35761         A number of new features and hacks to extract the esds atom and
35762         put it into the caps.  (bug #137724)
35763
35764 2004-04-19  David Schleef  <ds@schleef.org>
35765
35766         * gconf/Makefile.am: Fix for non-GNU make
35767         * gst-libs/gst/Makefile.am: Change directory order to handle
35768         GstPlay linking with gstinterfaces
35769         * gst-libs/gst/audio/make_filter: make use of tr portable
35770         * gst-libs/gst/play/Makefile.am: Add intended \
35771         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35772         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35773         function prototype instead of void *.
35774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35775         macro.
35776         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35777         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35778         * gst/videofilter/make_filter: make use of tr portable
35779         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35780
35781 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35782
35783         * po/LINGUAS:
35784         * po/uk.po:
35785           Added Ukrainian translation (Maxim V. Dziumanenko)
35786
35787 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35788
35789         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35790         (gst_gsmdec_link), (gst_gsmdec_chain):
35791           Fix capsnego, simplify chain function slightly.
35792         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35793           Add GSM.
35794
35795 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35796
35797         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35798         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35799         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35800           Hack to make wavparse work with spider (always -> sometimes pad).
35801           Fixes #135862 && #140411.
35802
35803 2004-04-18  Benjamin Otte  <otte@gnome.org>
35804
35805         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35806         (gst_osselement_rate_probe_check),
35807         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35808           get rid of \n in debug output
35809
35810 2004-04-17  Iain <iain@prettypeople.org>
35811
35812         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35813         not just EOS.
35814
35815 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35816
35817         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35818         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35819         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35820         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35821         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35822         (gst_id3_tag_change_state), (plugin_init):
35823           deprecate id3tag element and replace with id3demux/id3mux.
35824           great side effect: this ugly file is now even uglier, yay!
35825         * ext/mad/gstmad.h:
35826           remove non-available function
35827           update for new get_type
35828
35829 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35830
35831         * configure.ac:
35832           require mpeg2dec >= 0.4.0
35833
35834 2004-04-17  Benjamin Otte  <otte@gnome.org>
35835
35836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35837         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35838         (gst_xvimagesink_set_xwindow_id):
35839           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35840           assorted cleanup fixes.
35841
35842 2004-04-16  David Schleef  <ds@schleef.org>
35843
35844         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35845         * sys/xvimage/xvimagesink.h: same
35846
35847 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35848
35849         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35850           Fix GST_ELEMENT_ERROR with (NULL)
35851
35852 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35853
35854         * gst-libs/gst/riff/riff-media.c:
35855         (gst_riff_create_video_caps_with_data):
35856           Add div[3456] as fourccs for DivX 3 (fixes #140137).
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         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35863         (gst_riff_create_video_template_caps),
35864         (gst_riff_create_audio_template_caps):
35865         * gst-libs/gst/riff/riff-media.h:
35866         * gst-libs/gst/riff/riff-read.c:
35867         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35868         * gst-libs/gst/riff/riff-read.h:
35869         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35870           Add MS RLE support. I added some functions to read out strf chunks
35871           into strf chunks and the data behind it. This is usually color
35872           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35873           caps creation. Lastly, add ADPCM (similar to wavparse - which
35874           should eventually be rifflib based).
35875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35876         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35877         * gst/matroska/matroska-demux.h:
35878           Remove placeholders for some prehistoric tagging system. Didn't add
35879           support for any tag system really anyway.
35880         * gst/qtdemux/qtdemux.c:
35881           Add support for audio/x-m4a (MPEG-4) through spider.
35882         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35883         (gst_wavparse_loop):
35884           ADPCM support (#135862). Increase max. buffer size because we
35885           cannot split buffers for ADPCM (screws references) and I've seen
35886           files with 2048 byte chunks. 4096 seems safe for now.
35887
35888 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35889
35890         * configure.ac: bump nano to 1
35891
35892 === release 0.8.1 ===
35893
35894 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35895
35896         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35897
35898 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35899
35900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35901           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35902           Fixes #140058
35903
35904 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35905
35906         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35907           lower rank of dvddemux so that it's not used for mpeg playback.
35908
35909 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35910
35911         * configure.ac:
35912           save libs correctly when checking mad
35913
35914 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35915
35916         * ext/mad/gstid3tag.c: (plugin_init):
35917           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35918
35919 2004-04-13  David Schleef  <ds@schleef.org>
35920
35921         * common/m4/gst-feature.m4: Call -config scripts with
35922         --plugin-libs if it is supported.
35923         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35924         JPEG images are image/jpeg.
35925         * gst/debug/Makefile.am:
35926         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35927         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35928         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35929         (gst_negotiation_plugin_init): Add a property that acts like
35930         filter caps.
35931         * testsuite/gst-lint:  Move license checking to be a standard
35932         test.
35933
35934 2004-04-13  David Schleef  <ds@schleef.org>
35935
35936         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35937         patch from Sebastien Cote (bug #139958)
35938
35939 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35940
35941         * examples/gstplay/Makefile.am:
35942         * examples/gstplay/player.c: (main):
35943           make the commandline player example use gconf settings
35944
35945 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35946
35947         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35948         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35949         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35950           init/end library during state transition, not object
35951           creation/disposal.  get rid of custom dispose handler.
35952
35953
35954 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35955
35956         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35957         be a symlink
35958
35959 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35960
35961         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35962           Handle JUNK chunks inside data section. Prevents warnings.
35963
35964 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35965
35966         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35967         (gst_riff_create_video_template_caps):
35968           Add MS video v1.
35969         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35970         (gst_avi_demux_stream_data):
35971           Add support for "rec-list" chunks.
35972
35973 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35974
35975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35976           Fix another codecname mismatch.
35977
35978 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35979
35980         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35981           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35982           so that MJPEG plays back.
35983
35984 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35985
35986         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35987         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35988         * gst/mpeg1videoparse/gstmp1videoparse.h:
35989           Fix for some slight mis-cuts in buffer parsing, and for some
35990           potential overflows or faults-causers. Adds disconts. Also fixes
35991           #139105 while we're at it.
35992
35993 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35994
35995         * configure.ac:
35996         * sys/v4l2/gstv4l2element.h:
35997           Workaround for missing struct v4l2_buffer declaration in Suse 9
35998           and Mandrake 10 linux/videodev2.h header file (#135919).
35999
36000 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36001
36002         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36003           Bail out if no filename was given.
36004
36005 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36006
36007         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36008         (gst_v4l2_fourcc_from_structure):
36009           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36010           Y41B somewhere).
36011
36012 2004-04-09  Benjamin Otte  <otte@gnome.org>
36013
36014         * ext/gnomevfs/gstgnomevfssink.c:
36015         (_gst_boolean_allow_overwrite_accumulator),
36016         (gst_gnomevfssink_class_init):
36017           fix erase signal - if any handler returns false the file will not be
36018           overwritten. If no handler is connected, the file will not be
36019           overwritten either.
36020           renamed signal to "allow-overwrite"
36021         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36022           free string when adding it to ID3 failed
36023         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36024           unref event when done
36025         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36026           free caps
36027         * gst/typefind/gsttypefindfunctions.c:
36028         (mpeg_video_stream_type_find):
36029           fix invalid read
36030
36031 2004-04-08  David Schleef  <ds@schleef.org>
36032
36033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36034         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36035
36036 2004-04-08  David Schleef  <ds@schleef.org>
36037
36038         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36039         we don't support (bug #139532)
36040
36041 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36042
36043         * ext/mad/gstmad.c: (gst_mad_handle_event),
36044         (gst_mad_check_caps_reset), (gst_mad_chain),
36045         (gst_mad_change_state):
36046           only set explicit caps if they haven't been set before for
36047           this stream.  MPEG-audio sample rate/channels aren't allowed
36048           to change in-stream.
36049           Fixes #139382
36050
36051 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36052
36053         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36054         (_gst_boolean_did_something_accumulator),
36055         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36056         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36057         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36058         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36059         (gst_gnomevfssink_change_state):
36060           Fix erase signal. Don't erase by default. Remove handoff signal.
36061           Remove erase property. Don't segfault. General cleanup.
36062
36063 2004-04-07  Benjamin Otte  <otte@gnome.org>
36064
36065         * gst-libs/gst/gconf/test-gconf.c: (main):
36066           add missing gst_init
36067
36068 2004-04-07  Benjamin Otte  <otte@gnome.org>
36069
36070         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36071           free the mutexes, too
36072
36073 2004-04-07  Benjamin Otte  <otte@gnome.org>
36074
36075         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36076           actually free the URI string
36077         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36078           compute offset correctly when passing discont events
36079         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36080           don't leak discont events
36081         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36082           add some missing breaks so caps aren't copied randomly
36083         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36084           if we realloc memory, we better use it
36085
36086 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36087
36088         * ext/mad/gstmad.c: (normal_seek):
36089           fix GST_FORMAT_TIME usage
36090
36091 2004-04-05  David Schleef  <ds@schleef.org>
36092
36093         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36094         a deprecated function (hack!)
36095
36096 2004-04-05  Benjamin Otte  <otte@gnome.org>
36097
36098         * ext/esd/esdmon.c: (gst_esdmon_get):
36099           fix nonterminated vararg and memleak
36100
36101 2004-04-05  Benjamin Otte  <otte@gnome.org>
36102
36103         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36104         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36105         (gst_ladspa_set_property), (gst_ladspa_get_property),
36106         (gst_ladspa_instantiate), (gst_ladspa_activate),
36107         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36108           clean up debugging
36109
36110 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36111
36112         reviewed by Benjamin Otte  <otte@gnome.org>
36113
36114         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36115           check for broken LADSPA parameters (fixes #138635)
36116
36117 2004-04-05  Benjamin Otte  <otte@gnome.org>
36118
36119         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36120           advertise buffer-frames correctly on sinkpads
36121
36122 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36123
36124         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36125         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36126         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36127         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36128         (gst_mad_check_caps_reset), (gst_mad_chain):
36129         add more debugging, only reset caps when we're not in error state
36130
36131 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36132
36133         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36134
36135 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36136
36137         reviewed by Benjamin Otte  <otte@gnome.org>
36138
36139         * configure.ac:
36140           fix == in test(1) operator
36141
36142 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36143
36144         reviewed by Benjamin Otte  <otte@gnome.org>
36145
36146         * configure.ac:
36147           fix --export-symblos-regex to a working regex.
36148
36149 2004-04-04  Benjamin Otte  <otte@gnome.org>
36150
36151         * sys/oss/.cvsignore:
36152           add for oss_probe
36153
36154 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36155
36156         reviewed by Benjamin Otte  <otte@gnome.org>
36157
36158         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36159           add missing 'new_media' argument (fixes #138168)
36160         * gst/matroska/matroska-demux.c:
36161         (gst_matroska_demux_handle_seek_event):
36162           add vararg terminator (fixes #138169)
36163
36164 2004-04-02  David Schleef  <ds@schleef.org>
36165
36166         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36167         disted (bug #138914)
36168
36169 2004-04-01  Benjamin Otte  <otte@gnome.org>
36170
36171         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36172         (gst_alsa_close_audio):
36173           handle case better where a soundcard can't pause
36174         * ext/ogg/gstoggdemux.c:
36175           don't crash when we get events but don't have pads yet
36176
36177 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36178
36179         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36180           throw an error if we couldn't probe any caps.
36181
36182 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36183
36184         * ext/dvdnav/gst-dvd:
36185         Add a really simple sample DVD player
36186
36187 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36188
36189         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36190         (gst_a52dec_push), (gst_a52dec_handle_event),
36191         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36192         (gst_a52dec_change_state):
36193         * ext/a52dec/gsta52dec.h:
36194           Use a debug category, Output timestamps correctly
36195           Emit tag info, Handle events, tell liba52dec about cpu
36196           capabilities so it can use MMX etc.
36197         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36198           Fix a crasher accessing invalid memory
36199         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36200         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36201         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36202         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36203         (dvdnavsrc_query):
36204           Some support for byte-format seeking.
36205           Small fixes for still frames and menu button overlays
36206         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36207         (gst_mpeg2dec_alloc_buffer):
36208           Use a debug category. Adjust the report level of several items to
36209           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36210           so it doesn't lose the GstBuffer pointer
36211         * gst/debug/Makefile.am:
36212         * gst/debug/gstdebug.c: (plugin_init):
36213         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36214         (gst_navseek_base_init), (gst_navseek_class_init),
36215         (gst_navseek_init), (gst_navseek_seek),
36216         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36217         (gst_navseek_get_property), (gst_navseek_chain),
36218         (gst_navseek_plugin_init):
36219         * gst/debug/gstnavseek.h:
36220           Add the navseek debug element for seeking back and forth in a
36221           video stream using arrow keys.
36222         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36223         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36224         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36225         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36226         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36227         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36228         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36229         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36230         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36231         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36232         * gst/mpeg2sub/gstmpeg2subt.h:
36233           Pretty much a complete rewrite. Now a loopbased element. May still
36234           require work to properly synchronise subtitle buffers.
36235         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36236         (gst_dvd_demux_send_subbuffer):
36237         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36238           Don't attempt to create subbuffers of size 0
36239           Reduce a couple of error outputs to warnings.
36240         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36241         (gst_y4mencode_chain):
36242         Output the y4m frame header correctly.
36243
36244 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36245
36246         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36247           throw errors instead of allowing SIGFPE
36248
36249 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36250
36251         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36252         (gst_gconf_render_bin_from_key):
36253           leak plugging and style fixing
36254
36255 2004-03-31  David Schleef  <ds@schleef.org>
36256
36257         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36258         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36259         (bug #138225)
36260         * gst/debug/Makefile.am:
36261         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36262         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36263         plugin.
36264         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36265         (gst_negotiation_base_init), (gst_negotiation_class_init),
36266         (gst_negotiation_init), (gst_negotiation_getcaps),
36267         (gst_negotiation_pad_link), (gst_negotiation_chain),
36268         (gst_negotiation_set_property), (gst_negotiation_get_property),
36269         (gst_negotiation_plugin_init):  New element to talk about random
36270         negotiation things happening in a pipeline.
36271
36272 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36273
36274         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36275           fix integer addition with help of Stefan Kost
36276
36277 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36278
36279         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36280
36281 2004-03-30  David Schleef  <ds@schleef.org>
36282
36283         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36284         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36285         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36286         (bug #137504)
36287         * ext/mpeg2dec/gstmpeg2dec.h:
36288
36289 2004-03-30  David Schleef  <ds@schleef.org>
36290
36291         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36292
36293 2004-03-30  David Schleef  <ds@schleef.org>
36294
36295         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36296         Michael Petullo) to handle .mov
36297
36298 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36299
36300         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36301         (gst_osselement_rate_check_rate):
36302           probe caps correctly for sound cards that only support one format
36303
36304 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36305
36306         * ext/kio/kiosrc.cpp: (process_events):
36307           update handling event processing if inside KDE - untested
36308
36309 2004-03-29  David Schleef  <ds@schleef.org>
36310
36311         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36312         by 2 to not interfere with other colorspaces.
36313         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36314         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36315         one to not interfere with ffmpeg_colorspace.
36316
36317 2004-03-29  David Schleef  <ds@schleef.org>
36318
36319         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36320         aren't in the caps.
36321         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36322         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36323
36324 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36325
36326         * gst-libs/gst/riff/riff-media.c:
36327           fail on error, don't try to set stuff on NULL caps
36328
36329 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36330
36331         * configure.ac:
36332         * ext/Makefile.am:
36333         * ext/kio/Makefile.am:
36334         * ext/kio/kioreceiver.cpp:
36335         * ext/kio/kioreceiver.h:
36336         * ext/kio/kiosrc.cpp:
36337         * ext/kio/kiosrc.h:
36338           add experimental kiosrc plugin
36339         * ext/alsa/gstalsaplugin.c: (plugin_init):
36340           initialize debugging category only when we're sure registering the
36341           plugins worked.
36342
36343 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36344
36345         * examples/gstplay/player.c: (main):
36346         * gst-libs/gst/play/play.c: (gst_play_class_init),
36347         (gst_play_set_location), (gst_play_set_data_src),
36348         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36349         (gst_play_set_visualization), (gst_play_connect_visualization):
36350           check return values of element_set_state and return FALSE where
36351           failed
36352
36353 2004-03-29  Benjamin Otte  <otte@gnome.org>
36354
36355         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36356           try harder to check if an event is really a discont
36357
36358 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36359
36360         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36361         * po/az.po:
36362
36363 2004-03-28  Benjamin Otte  <otte@gnome.org>
36364
36365         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36366         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36367         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36368           get rid of non-standard "..." ranges in case statements.
36369
36370 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36371
36372         * gst/mpegstream/gstmpegdemux.c:
36373         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36374         specific functionality split to the new dvddemux element.
36375         * gst/mpegstream/gstdvddemux.c:
36376         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36377         streams, derived from mpegdemux.
36378         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36379         up. SCR based timestamp rewriting can be turned off (will probably
36380         completely disappear soon).
36381         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36382         hacking. General cleanup. All printf statements replaced by
36383         debugging messages. Almost complete libdvdnav support.
36384         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36385         by events. New properties for audio and subpicture languages.
36386         (dvdnavsrc_update_highlight): Now uses events.
36387         (dvdnavsrc_user_op): Cleaned up.
36388         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36389         based). Lots of cleanup, and propper support for most libdvdnav
36390         events.
36391         (dvdnavsrc_make_dvd_event): New function.
36392         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36393         (dvdnavsrc_make_clut_change_event): New function.
36394
36395 2004-03-26  Benjamin Otte  <otte@gnome.org>
36396
36397         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36398           fix bug where typefinding would claim it's theora whenever less then
36399           7 bytes of data were available
36400
36401 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36402
36403         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36404         (gst_alawdec_base_init), (gst_alawdec_class_init),
36405         (gst_alawdec_init), (gst_alawdec_chain):
36406         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36407         (gst_alawenc_base_init), (gst_alawenc_class_init),
36408         (gst_alawenc_init), (gst_alawenc_chain):
36409         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36410         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36411         (gst_mulawdec_init), (gst_mulawdec_chain):
36412         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36413         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36414         (gst_mulawenc_init), (gst_mulawenc_chain):
36415           Fix capsnego in all four, remove the unused property functions and
36416           simplify the chain functions slightly. I guess we could use macros
36417           or something similar for those, since the code is so similar, but
36418           I'm currently too lazy...
36419
36420 2004-03-24  David Schleef  <ds@schleef.org>
36421
36422         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36423         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36424         (gst_osselement_get_format_structure),
36425         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36426         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36427         (gst_osselement_rate_int_compare): Add code to handle rate probing
36428         (bug #120883)
36429         * sys/oss/gstosselement.h: same
36430         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36431         Use rate probing provided by osselement.
36432         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36433
36434 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36435
36436         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36437         (gst_xvidenc_get_property):
36438           ulong/int mess-up.
36439
36440 2004-03-24  David Schleef  <ds@schleef.org>
36441
36442         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36443         (gst_speexdec_init):
36444         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36445         (gst_speexenc_init):  Create the pad template correctly (from
36446         the static pad template, not a NULL pointer.)
36447
36448 2004-03-25  Benjamin Otte  <otte@gnome.org>
36449
36450         * gst/debug/Makefile.am:
36451         * gst/debug/breakmydata.c:
36452           add element that quasi-randomly changes bytes in the stream.
36453           Intended use is robustness checking of demuxers and decoders in
36454           media tests.
36455
36456 2004-03-24  Benjamin Otte  <otte@gnome.org>
36457
36458         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36459         (gst_alsa_probe_hw_params):
36460         * ext/alsa/gstalsa.h:
36461           debugging output fixes
36462
36463 2004-03-24  Benjamin Otte  <otte@gnome.org>
36464
36465         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36466           don't g_return_if_fail if element is PLAYING, fail silently as every
36467           other element.
36468         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36469           only fix needed for cast lvalue issues in gst-plugins
36470         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36471           add proxy_getcaps
36472
36473 2004-03-24  Benjamin Otte  <otte@gnome.org>
36474
36475         * gst/level/gstlevel.c: (gst_level_init):
36476           add proxying getcaps function, so level doesn't advertise impossible
36477           caps
36478
36479 2004-03-24  David Schleef  <ds@schleef.org>
36480
36481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36482         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36483         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36484         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36485         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36486         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36487         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36488         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36489         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36490         messages.  Divide the chunk size by the compression ratio
36491         (needed for MACE audio)
36492
36493 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36494
36495         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36496           Fix buffer overflow read error.
36497
36498 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36499
36500         * ext/alsa/gstalsa.h:
36501           Remove unused entry.
36502         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36503           Add cinepak.
36504         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36505         (gst_videodrop_link), (gst_videodrop_chain):
36506           Fix, sort of. Was horribly broken with new capsnego. Bah...
36507
36508 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36509
36510         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36511         (plugin_init):
36512         Add a monkeysaudio typefind function
36513
36514 2004-03-23  Johan Dahlin  <johan@gnome.org>
36515
36516         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36517         (gst_play_video_fixate): Check so the structure has the field
36518         before trying to fixate them, this makes it possible to have
36519         fakesinks for video and audio output without printing errors on
36520         the output console.
36521
36522 2004-03-22  David Schleef  <ds@schleef.org>
36523
36524         * sys/oss/Makefile.am:
36525         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36526         (check_rate), (add_rate):  Rate probing test app.
36527
36528 2004-03-21  Benjamin Otte  <otte@gnome.org>
36529
36530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36531         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36532           add a fixation function that pretty much does the right thing (fixes
36533           #137556)
36534
36535 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36536
36537         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36538
36539 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36540
36541         reviewed by: Benjamin Otte  <otte@gnome.org>
36542
36543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36544           terminate gst_event_new_discontinuous correctly (fixes parts of
36545           #137711)
36546
36547 2004-03-19  David Schleef  <ds@schleef.org>
36548
36549         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36550         since it doesn't depend on X, and it's part of our ABI.
36551
36552 2004-03-19  Iain <iain@prettypeople.org>
36553
36554         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36555         is_int in the structure, not the local variable.
36556
36557 2004-03-19  David Schleef  <ds@schleef.org>
36558
36559         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36560         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36561         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36562         Improvements in caps negotiation.
36563
36564 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36565
36566         * po/LINGUAS:
36567         * po/af.po:
36568           adding Afrikaans (Petri Jooste)
36569
36570 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36571
36572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36573         (gst_ffmpegcolorspace_chain):
36574         throw error instead of g_critical (#137588)
36575
36576 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36577
36578         * Makefile.am:
36579         * configure.ac:
36580           dist common and m4 correctly
36581         * po/sv.po:
36582
36583 2004-03-17  David Schleef  <ds@schleef.org>
36584
36585         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36586         (bug #137348)
36587
36588 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36589
36590         * po/LINGUAS:
36591         * po/sv.po:
36592           adding Swedish translation (Christian Rose)
36593
36594 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36595
36596         * Makefile.am: use release.mak
36597
36598 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36599
36600         * common/ChangeLog:
36601         * common/gst-autogen.sh:
36602           add some explanation about the version detection
36603         * configure.ac:
36604           fix X check
36605
36606 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36607
36608         * configure.ac: bump nano to 1
36609
36610 === release 0.8.0 ===
36611
36612 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36613
36614         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36615
36616 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36617
36618         * configure.ac:
36619           update libtool version
36620         * gst-libs/gst/media-info/Makefile.am:
36621           actually use libtool version
36622
36623 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36624
36625         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36626
36627 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36628
36629         * configure.ac:
36630         * gst-plugins.spec.in:
36631         * pkgconfig/Makefile.am:
36632         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36633         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36634         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36635         * pkgconfig/gstreamer-libs.pc.in:
36636         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36637         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36638         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36639         * pkgconfig/gstreamer-plugins.pc.in:
36640           remove @VERSION@ from some of the pc files since core and plugins
36641           are decoupled.
36642           created gstreamer-plugins.pc as it's a better name, but keeping
36643           -libs around for now to get fixes upstream done first.
36644
36645 2004-03-15  Julien MOUTTE <julien@moutte.net>
36646
36647         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36648         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36649         * gst-libs/gst/play/play.h:
36650
36651 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36652
36653         * *.c, *.cc: don't mix tabs and spaces
36654
36655 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36656
36657         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36658           use the new ffmpegcolorspace
36659         * gst-plugins.spec.in:
36660           package new colorspace and media-info
36661         * configure.ac:
36662         * pkgconfig/Makefile.am:
36663           fix some more disting issues
36664         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36665         * pkgconfig/gstreamer-media-info.pc.in:
36666           generate media-info pc files
36667
36668 2004-03-15  Johan Dahlin  <johan@gnome.org>
36669
36670         * *.h: Revert indenting
36671
36672 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36673
36674         * configure.ac:
36675           adding ffmpegcolorspace element
36676         * gst/ffmpegcolorspace/Makefile.am:
36677         * gst/ffmpegcolorspace/avcodec.h:
36678         * gst/ffmpegcolorspace/common.h:
36679         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36680         * gst/ffmpegcolorspace/dsputil.h:
36681         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36682         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36683         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36684         (gst_ffmpeg_caps_to_pix_fmt):
36685         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36686         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36687         (gst_ffmpegcolorspace_caps_remove_format_info),
36688         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36689         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36690         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36691         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36692         (gst_ffmpegcolorspace_set_property),
36693         (gst_ffmpegcolorspace_get_property),
36694         (gst_ffmpegcolorspace_register):
36695         * gst/ffmpegcolorspace/imgconvert.c:
36696         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36697         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36698         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36699         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36700         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36701         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36702         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36703         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36704         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36705         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36706         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36707         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36708         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36709         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36710         (img_get_alpha_info), (deinterlace_line),
36711         (deinterlace_line_inplace), (deinterlace_bottom_field),
36712         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36713         * gst/ffmpegcolorspace/imgconvert_template.h:
36714         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36715         * gst/ffmpegcolorspace/mmx.h:
36716         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36717           adding ffmpegcolorspace element supplied by Ronald after cleaning
36718           up and pulling in the right bits of upstream source.
36719           I'm sure a better C/compiler wizard could do some cleaning up (for
36720           example use GLIB's malloc stuff), but as a first pass this
36721           works very well
36722
36723 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36724
36725         * ext/alsa/gstalsa.h:
36726           I assume Ronald forgot to commit the change to have cardname
36727           as a struct member.  Expect some public spanking at the next
36728           opportunity.
36729
36730 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36731
36732         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36733         (gst_alsa_open_audio), (gst_alsa_close_audio):
36734         * ext/alsa/gstalsa.c:
36735           Don't open the device if we're a mixer (= padless).
36736         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36737         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36738         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36739           Open mixer during state change rather than during object
36740           initialization. Also, get a device name. Currently in a somewhat
36741           hackish fashion, but I didn't really find something better.
36742
36743 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36744
36745         * *.c, *.h: run gst-indent
36746
36747 2004-03-14  Benjamin Otte  <otte@gnome.org>
36748
36749         * gst/modplug/gstmodplug.cc:
36750         * gst/modplug/gstmodplug.h:
36751           set correct timestamps on outgoing buffers
36752
36753 2004-03-14  Benjamin Otte  <otte@gnome.org>
36754
36755         * gst/modplug/gstmodplug.cc:
36756           handle events - don't do crap when a discont arrives that's not
36757           necessary
36758           This allows correct loading and playback of mods in Rhythmbox
36759
36760 2004-03-14  Benjamin Otte  <otte@gnome.org>
36761
36762         * configure.ac:
36763         * gst-libs/gst/gconf/Makefile.am:
36764         * pkgconfig/Makefile.am:
36765           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36766           they get rebuilt properly
36767         * configure.ac:
36768           when checking for vorbis, try pkgconfig first.
36769         * gst/modplug/gstmodplug.cc:
36770           add fixate function
36771
36772 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36773
36774         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36775           Fix for obvious mistake, where we first shift the offset and then
36776           read a samplesize element assuming the old offset. Note that this
36777           part still has something weird, i.e. my movies containing those
36778           don't actually play well, but at least there's something that looks
36779           like sound now.
36780
36781 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36782         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36783         (plugin_init):
36784         Add a typefind function for speex format
36785
36786 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36787
36788         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36789         (gst_asf_demux_setup_pad):
36790           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36791           instead of 0. Reason is simple: some elements have a fps range
36792           of 1-max instead of 0-max. So now ASF video actually works.
36793
36794 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36795
36796         * po/LINGUAS:
36797         * po/sr.po:
36798           adding serbian as a language
36799
36800 2004-03-13  Benjamin Otte  <otte@gnome.org>
36801
36802         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36803           return taglist correctly from _get function, don't gst_pad_push it.
36804           (fixes #137042)
36805
36806 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36807         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36808
36809 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36810
36811         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36812         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36813         (gst_alsa_mixer_track_new):
36814         * ext/alsa/gstalsamixertrack.h:
36815           Fix ancient leftovers... MixerTrack is a GObject.
36816
36817 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36818
36819         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36820         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36821           Don't block during probing...
36822
36823 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36824
36825         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36826         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36827         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36828         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36829         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36830         (gst_alsa_open_audio), (gst_alsa_close_audio):
36831         * ext/alsa/gstalsa.h:
36832           Add propertyprobe interface implementation, add some device-name
36833           property, all this so that it looks good in gnome-volume-control.
36834
36835 2004-03-12  David Schleef  <ds@schleef.org>
36836
36837         * configure.ac: the Hermes library controls hermescolorspace, not
36838         colorspace.
36839         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36840         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36841         not /* */
36842         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36843         * ext/sdl/sdlvideosink.h: ditto.
36844         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36845
36846 2004-03-12  Benjamin Otte  <otte@gnome.org>
36847
36848         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36849         (gst_x_overlay_got_xwindow_id):
36850         * gst-libs/gst/xoverlay/xoverlay.h:
36851           replace XID with unsigned long to get rid of the xlibs dependency in
36852           XOverlay (fixes #137004)
36853
36854 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36855         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36856         (gst_agingtv_setup):
36857         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36858         (gst_dicetv_base_init), (gst_dicetv_class_init),
36859         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36860         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36861         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36862         (gst_edgetv_setup), (gst_edgetv_rgb32):
36863         * gst/effectv/gsteffectv.c:
36864         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36865         (gst_quarktv_set_property):
36866         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36867         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36868         (gst_revtv_setup), (gst_revtv_rgb32):
36869         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36870         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36871         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36872         (gst_shagadelictv_rgb32):
36873         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36874         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36875         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36876         * gst/effectv/gstwarp.c:
36877         Port everything that can be ported to videofilter and fix up the caps.
36878         Can someone with a big-endian machine please check these?
36879
36880 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36881
36882         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36883         (gst_osssink_chain), (gst_osssink_change_state):
36884           Latest fixes for A/V sync, audio playback and such. This is about
36885           all... MPEG playback issues are mostly related to the async build-
36886           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36887
36888 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36889
36890         patch from: Stephane Loeuillet
36891
36892         * configure.ac:
36893           use pkg-config for some libraries, falling back to the old .m4 way
36894           (fixes #131270)
36895         * m4/libdv.m4:
36896           removed
36897
36898 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36899
36900         * configure.ac:
36901         * tools/Makefile.am:
36902         * tools/Makefile.in:
36903         * tools/gst-launch-ext-m.m:
36904         * tools/gst-launch-ext.1.in:
36905         * tools/gst-visualise-m.m:
36906         * tools/gst-visualise.1:
36907         * tools/gst-visualise.1.in:
36908           reorganizing generation of script tools
36909
36910 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36911
36912         * ext/divx/gstdivxdec.c:
36913           Downgrade priority. We prefer ffdec_mpeg4.
36914         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36915         (gst_faad_chain), (gst_faad_change_state):
36916           Fix capsnego. Doesn't work for some sounds because we don't have
36917           a 5:1 to stereo element.
36918         * ext/xvid/gstxvid.c: (plugin_init):
36919           Add priority.
36920         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36921         (gst_osssink_change_state):
36922           Add discont handling.
36923
36924 2004-03-09  Colin Walters  <walters@verbum.org>
36925
36926         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36927         conversion.
36928
36929 2004-03-09  Benjamin Otte  <otte@gnome.org>
36930
36931         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36932           the signals take 2 arguments
36933
36934 2004-03-09  David Schleef  <ds@schleef.org>
36935
36936         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36937         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36938         * ext/alsa/gstalsa.h:
36939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36940
36941 2004-03-09  Benjamin Otte  <otte@gnome.org>
36942
36943         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36944         (gst_mikmod_change_state):
36945         * ext/mikmod/gstmikmod.h:
36946           make mikmod's loop function not loop infinitely and call
36947           gst_element_yield anymore
36948         * gst/modplug/gstmodplug.cc:
36949           fix pad negotiation (fixes #136590)
36950
36951 2004-03-09  David Schleef  <ds@schleef.org>
36952
36953         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36954         doesn't conflict with the internal colorspace plugin.
36955         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36956         satisfy the crappy-ass shell shipped by a certain vendor.
36957         * gst/videofilter/make_filter: same (bug #135299)
36958
36959 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36960
36961         * configure.ac: bump nano to 1
36962
36963 === release 0.7.6 ===
36964
36965 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36966
36967         * configure.in: releasing 0.7.6, "There"
36968
36969 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36970
36971         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36972         * pkgconfig/gstreamer-play.pc.in:
36973           synchronize the two
36974
36975 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36976
36977         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36978         (cdparanoia_open), (cdparanoia_event):
36979           fix/add error handling
36980         * po/POTFILES.in:
36981           add cdparanoia source
36982         * tools/Makefile.am:
36983           make scripts executable
36984
36985 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36986
36987         * configure.ac:
36988         * ext/vorbis/Makefile.am:
36989         * sys/Makefile.am:
36990           remove id3types, vorbisfile and xvideosink from the build (#133783)
36991
36992 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36993
36994         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36995           Fix metadata read crash (#136537).
36996
36997 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36998
36999         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37000         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37001           adding mime types, fixing the one-stop function
37002
37003 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37004
37005         * ext/nas/nassink.c and /ext/nas/nassink.h:
37006         More NAS love from Arwed von Merkatz
37007         So lets all sing 'Can you feel the NAS tonight'
37008
37009 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37010
37011         * tools/gst-launch-ext.in:
37012         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37013
37014 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37015
37016         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37017         (gst_mpeg2dec_init):
37018         remove the user_data pad for now, because it is being used in
37019         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37020         If someone knows how to fix this properly, please do.
37021
37022 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37023
37024         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37025         (gst_osssink_get_time):
37026         add a warning, IMO this won't get triggered anymore, remove later
37027
37028 2004-03-07  David Schleef  <ds@schleef.org>
37029
37030         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37031         format (bug #136470)
37032
37033 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37034
37035         * gst-libs/Makefile.am:
37036         * gst-libs/gst/media-info/Makefile.am:
37037         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37038         (error_callback), (gst_media_info_error_create),
37039         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37040         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37041         * gst-libs/gst/media-info/media-info-priv.h:
37042         * gst-libs/gst/media-info/media-info-test.c: (main):
37043         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37044         (gst_media_info_class_init), (gst_media_info_instance_init),
37045         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37046         (gst_media_info_read_idler), (gst_media_info_read):
37047         * gst-libs/gst/media-info/media-info.h:
37048         fixed, should work now
37049
37050 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37051
37052         * ext/nas/nassink.c:
37053         A bunch of NAS fixes from Arwed von Merkatz
37054
37055 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37056
37057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37058         (qtdemux_parse_trak):
37059           Fix crash (j might be greater than n_samples, in which case we're
37060           writing outside the allocated space for the array) and memleak.
37061
37062 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37063
37064         * sys/oss/gstosssink.c: (gst_osssink_chain):
37065           And another caller that couldn't handle delay < 0 (unsigned
37066           integer overflow). Video now continues playing on an audio
37067           buffer underrun, and the clock continues working. Audio still
37068           stalls.
37069
37070 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37071
37072         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37073         (gst_osssink_get_time):
37074           get_delay() may return values lower than 0. In those cases, we
37075           should not actually cast to *unsigned* int64, that will break
37076           stuff horribly. In my case, it screwed up A/V sync in movies
37077           in totem rather badly.
37078
37079 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37080
37081         * ext/faac/gstfaac.c: (gst_faac_chain):
37082         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37083         * ext/libpng/gstpngenc.c: (user_write_data):
37084         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37085         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37086         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37087         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37088         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37089         of any buffer), should fix some leaks. I hope I didn't unref buffers
37090         that shouldn't be...
37091
37092 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37093
37094         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37095         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37096         (error_callback), (gmi_reset), (gmi_seek_to_track),
37097         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37098         (gmip_find_type_post), (gmip_find_stream_post),
37099         (gmip_find_track_streaminfo_post):
37100         * gst-libs/gst/media-info/media-info-priv.h:
37101         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37102         (info_print), (main):
37103         * gst-libs/gst/media-info/media-info.c:
37104         (gst_media_info_error_create), (gst_media_info_error_element),
37105         (gst_media_info_instance_init), (gst_media_info_get_property),
37106         (gst_media_info_new), (gst_media_info_set_source),
37107         (gst_media_info_read_idler), (gst_media_info_read):
37108         * gst-libs/gst/media-info/media-info.h:
37109           first pass at making this work again.  This seems to work on
37110           tagged ogg/vorbis and mp3 files.
37111
37112 2004-03-06  Benjamin Otte  <otte@gnome.org>
37113
37114         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37115           fix huge leak: gst_buffer_merge doesn't unref the first argument
37116           itself.
37117
37118 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37119
37120         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37121           report layer/mode/emphasis
37122
37123 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37124
37125         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37126
37127 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37128
37129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37130           signal serial
37131
37132 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37133
37134         * ext/vorbis/vorbis.c: (plugin_init):
37135         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37136         (gst_vorbis_dec_init), (vorbis_dec_event):
37137         add debug category
37138         make vorbisdec handle _BYTE and _TIME queries
37139
37140 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37141
37142         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37143           from the xing header
37144
37145 2004-03-06  Benjamin Otte  <otte@gnome.org>
37146
37147         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37148         (gst_audio_convert_link), (gst_audio_convert_change_state),
37149         (gst_audio_convert_buffer_from_default_format):
37150           do conversions from/to float correctly, fix some caps nego errors,
37151           export correct supported caps in template and getcaps, use correct
37152           caps in try_set_caps functions
37153
37154 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37155
37156         For some reason, I only committed a ChangeLog entry yesterday and
37157         not the corresponding code...
37158         * ext/mad/gstmad.c: Fix detection of Xing headers
37159         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37160
37161 2004-03-06  Benjamin Otte  <otte@gnome.org>
37162
37163         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37164         (gst_ogg_demux_src_query):
37165           make sure to handle the case where there's no current chain
37166           gracefully.
37167
37168 2004-03-05  David Schleef  <ds@schleef.org>
37169
37170         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37171         Add fixate function. (bug #131128)
37172         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37173         (gst_sdlvideosink_fixate):  Add fixate function.
37174         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37175         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37176         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37177         Fix missing break that was causing ulaw to be interpreted as
37178         raw int.
37179
37180 2004-03-05  David Schleef  <ds@schleef.org>
37181
37182         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37183         Fix code that ignores return value of gst_buffer_merge().
37184         (bug #114560)
37185         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37186         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37187         * testsuite/gst-lint:  Check for above.
37188
37189 2004-03-05  David Schleef  <ds@schleef.org>
37190
37191         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37192         caps and throw an element error.  (bug #136334)
37193
37194 2004-03-05  David Schleef  <ds@schleef.org>
37195
37196         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37197         (gst_faad_chain): Fix negotiation.
37198         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37199         key and button events.
37200         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37201         dung heap of code.
37202         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37203         depends on gconf
37204         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37205         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37206         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37207         function to encourage better negotiation, particularly between
37208         audioconvert and osssink.
37209         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37210         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37211         more important.
37212         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37213         typefinding.
37214         * gst/vbidec/vbiscreen.c:  Add glib header
37215         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37216
37217 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37218
37219         * ext/mad/gstmad.c: Fix detection of Xing headers
37220         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37221
37222 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37223
37224         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37225         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37226           debug updates
37227
37228 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37229
37230         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37231         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37232         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37233         files, and report the parsed length as a GST_TAG_DURATION tag.
37234         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37235
37236 2004-03-05  Benjamin Otte  <otte@gnome.org>
37237
37238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37239           convert channels correctly. convert correctly to unsigned.
37240
37241 2004-03-05  Julien MOUTTE <julien@moutte.net>
37242
37243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37244         we have a window before clearing it.
37245
37246 2004-03-05  Julien MOUTTE <julien@moutte.net>
37247
37248         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37249         have a window before clearing it.
37250
37251 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37252
37253         * gconf/gstreamer.schemas.in:
37254         * gst-libs/gst/gconf/Makefile.am:
37255           version installation path the same way as for 0.6
37256         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37257         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37258         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37259           remove comment that was fixed
37260
37261 2004-03-05  David Schleef  <ds@schleef.org>
37262
37263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37264         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37265         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37266         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37267         Add prototype code for handling seeking and querying.
37268
37269 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37270
37271         * examples/gstplay/player.c: (main):
37272           Initialize variables to NULL. Prevents a segfault because the
37273           (uninitialized) variable is not NULL, resulting in a crash on
37274           trying to reach error->message.
37275
37276 2004-03-05  Benjamin Otte  <otte@gnome.org>
37277
37278         * gst/audioconvert/gstaudioconvert.c:
37279         (gst_audio_convert_buffer_to_default_format):
37280         make float=>int conversion work correctly even in cornercases.
37281
37282 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37283
37284         * debian/README.Debian:
37285         * debian/build-deps:
37286         * debian/changelog:
37287         * debian/control:
37288         * debian/control.in:
37289         * debian/copyright:
37290         * debian/gstreamer-a52dec.files:
37291         * debian/gstreamer-aa.files:
37292         * debian/gstreamer-alsa.files:
37293         * debian/gstreamer-alsa.manpages:
37294         * debian/gstreamer-arts.files:
37295         * debian/gstreamer-artsd.files:
37296         * debian/gstreamer-audiofile.files:
37297         * debian/gstreamer-avifile.files:
37298         * debian/gstreamer-cdparanoia.files:
37299         * debian/gstreamer-colorspace.files:
37300         * debian/gstreamer-doc.files:
37301         * debian/gstreamer-dv.files:
37302         * debian/gstreamer-dvd.files:
37303         * debian/gstreamer-esd.files:
37304         * debian/gstreamer-festival.files:
37305         * debian/gstreamer-flac.files:
37306         * debian/gstreamer-gconf.conffiles:
37307         * debian/gstreamer-gconf.files:
37308         * debian/gstreamer-gconf.postinst:
37309         * debian/gstreamer-gnomevfs.files:
37310         * debian/gstreamer-gsm.files:
37311         * debian/gstreamer-http.files:
37312         * debian/gstreamer-jack.files:
37313         * debian/gstreamer-jpeg.files:
37314         * debian/gstreamer-mad.files:
37315         * debian/gstreamer-mikmod.files:
37316         * debian/gstreamer-misc.files:
37317         * debian/gstreamer-mpeg2dec.files:
37318         * debian/gstreamer-oss.files:
37319         * debian/gstreamer-plugin-apps.files:
37320         * debian/gstreamer-plugin-apps.manpages:
37321         * debian/gstreamer-plugin-libs-dev.files:
37322         * debian/gstreamer-plugin-libs.files:
37323         * debian/gstreamer-plugin-template.postinst:
37324         * debian/gstreamer-plugin-template.postrm:
37325         * debian/gstreamer-sdl.files:
37326         * debian/gstreamer-sid.files:
37327         * debian/gstreamer-vorbis.files:
37328         * debian/gstreamer-x.files:
37329         * debian/mk.control:
37330         * debian/rules:
37331         Debian package info not maintained here.
37332
37333 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37334
37335         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37336         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37337         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37338         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37339         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37340         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37341         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37342         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37343         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37344         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37345         * gst-libs/gst/colorbalance/colorbalance.c:
37346         (gst_color_balance_class_init):
37347         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37348         (gst_color_balance_channel_class_init):
37349         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37350         * gst-libs/gst/play/play.c: (gst_play_class_init):
37351         * gst-libs/gst/propertyprobe/propertyprobe.c:
37352         (gst_property_probe_iface_init):
37353         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37354         * gst-libs/gst/tuner/tunerchannel.c:
37355         (gst_tuner_channel_class_init):
37356         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37357         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37358         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37359         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37360         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37361         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37362         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37363         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37364         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37365           fix signals to use - instead of _
37366         * ext/libcaca/gstcacasink.h:
37367         * ext/sdl/sdlvideosink.h:
37368           fix header rename
37369
37370 2004-03-04  David Schleef  <ds@schleef.org>
37371
37372         * testsuite/gst-lint:  Add a check for bad signal names.
37373
37374 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37375
37376         reviewed by David Schleef
37377
37378         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37379         modified the alpha channel and caused a warning. (bug #136192)
37380
37381 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37382
37383         * gst-plugins.spec.in:
37384         Change names of plugins to actually be correct. Try to keep things
37385         alphabetical to avoid getting beat up by Thomas
37386
37387 2004-03-03  Julien MOUTTE <julien@moutte.net>
37388
37389         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37390         Using ximagesink as a default if no gconf key found. We should
37391         probably consider using alsasink instead of osssink for the audio
37392         part.
37393
37394 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37395
37396         * configure.ac:
37397           fix --with-plugins, don't think it ever worked before
37398         * gst-plugins.spec.in:
37399           even more updates
37400
37401 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37402
37403         * ext/sdl/sdlvideosink.h:
37404         * sys/ximage/ximagesink.h:
37405         * sys/xvideo/xvideosink.h:
37406         * sys/xvimage/xvimagesink.h:
37407           Fix for move of gstvideosink.h -> videosink.h.
37408
37409 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37410
37411         * gst-libs/gst/xwindowlistener/Makefile.am:
37412           this is a plugin library, not a library
37413
37414 2004-03-01  David Schleef  <ds@schleef.org>
37415
37416         * AUTHORS:  Added some names.  Add yourself if you're still
37417         missing.
37418
37419 2004-03-01  David Schleef  <ds@schleef.org>
37420
37421         * MAINTAINERS: Add
37422
37423 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37424
37425         * gst-plugins.spec.in: clean up spec file
37426
37427 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37428
37429         * gst-libs/gst/video/Makefile.am:
37430         * gst-libs/gst/video/gstvideosink.c:
37431         * gst-libs/gst/video/gstvideosink.h:
37432           rename gstvideosink.h to videosink.h to match other headers
37433         * gst/mixmatrix/Makefile.am:
37434           fix plugin filename
37435         * gst/tags/Makefile.am: fix plugin filename
37436
37437 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37438
37439         * gst/tags/Makefile.am: fix plugin filename
37440
37441 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37442
37443         * examples/gstplay/player.c: (got_time_tick), (main):
37444           add error handler
37445           display time_tick more readably
37446         * gst/mixmatrix/Makefile.am:
37447           fix plugin file name
37448
37449 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37450
37451         * sys/oss/gstosselement.c: (gst_osselement_probe),
37452         (device_combination_append), (gst_osselement_class_probe_devices):
37453         * sys/oss/gstosselement.h:
37454           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37455           on my system using alsa oss emulation, fixes bug #135597
37456
37457 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37458
37459         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37460         (gst_videodrop_chain), (gst_videodrop_change_state):
37461         * gst/videodrop/gstvideodrop.h:
37462           Work based on timestamp of input data, not based on the expected
37463           framerate from the input. The consequence is that this element now
37464           not only scales framerates, but also functions as a framerate
37465           corrector or framerate stabilizer/constantizer.
37466
37467 2004-02-27  David Schleef  <ds@schleef.org>
37468
37469         patches from jmmv@menta.net (Julio M. Merino Vidal)
37470
37471         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37472         GST_ELEMENT_ERROR call (bug #135634)
37473         * gst/interleave/interleave.c: (interleave_buffered_loop),
37474         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37475         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37476         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37477         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37478         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37479         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37480         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37481         Fix GST_ELEMENT_ERROR call.
37482         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37483         GST_ELEMENT_ERROR call.
37484
37485 2004-02-27  Benjamin Otte  <otte@gnome.org>
37486
37487         * gst-libs/gst/audio/audio.h:
37488           add macro to make sure header isn't included twice
37489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37490           don't use gst_buffer_free
37491         * gst/playondemand/filter.func:
37492           don't use gst_data_free. Free data only once.
37493
37494 2004-02-26  David Schleef  <ds@schleef.org>
37495
37496         * gst-libs/gst/colorbalance/Makefile.am:
37497         * gst-libs/gst/mixer/Makefile.am:
37498         * gst-libs/gst/tuner/Makefile.am:
37499         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37500         should not be disted, -marshal.h files should not be installed,
37501         and -enum.h files _should_ be installed.  Fix to make this the
37502         case.
37503
37504 === release 0.7.5 ===
37505
37506 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37507
37508         * configure.ac: release 0.7.5, "Under The Sea"
37509
37510 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37511
37512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37513         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37514         * gst/videoscale/gstvideoscale.c:
37515         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37516           assorted debug/warning fixes
37517
37518 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37519
37520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37521         (gst_videoscale_init), (gst_videoscale_chain),
37522         (gst_videoscale_set_property), (plugin_init):
37523         * gst/videoscale/gstvideoscale.h:
37524         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37525         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37526         (gst_videoscale_planar400), (gst_videoscale_packed422),
37527         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37528         (gst_videoscale_24bit), (gst_videoscale_16bit),
37529         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37530         (gst_videoscale_scale_plane_slow),
37531         (gst_videoscale_scale_point_sample),
37532         (gst_videoscale_scale_nearest),
37533         (gst_videoscale_scale_nearest_str2),
37534         (gst_videoscale_scale_nearest_str4),
37535         (gst_videoscale_scale_nearest_32bit),
37536         (gst_videoscale_scale_nearest_24bit),
37537         (gst_videoscale_scale_nearest_16bit):
37538         add debugging category and use it properly
37539         fix use of GST_PTR_FORMAT
37540
37541 2004-02-25  Andy Wingo  <wingo@pobox.com>
37542
37543         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37544         push only when channel->buffer is NULL. Prevents segfaults doing
37545         the state change after a nonlocal exit, like a scheme exception.
37546
37547         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37548         Handle the case where the intersected caps is empty.
37549
37550 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37551
37552         * gst/law/mulaw-decode.c: (mulawdec_link):
37553         * gst/law/mulaw.c: (plugin_init):
37554           fix mulawdec so it actually works again
37555
37556 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37557
37558         reviewed by: David Schleef  <ds@schleef.org>
37559
37560         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37561         (gst_gamma_init), (gst_gamma_set_property),
37562         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37563         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37564         for RGB, with separate r g and b correction factors. (#131167)
37565
37566 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37567
37568         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37569           only signal tags for bitrate if they're > 0 (#134894)
37570
37571 2004-02-24  David Schleef  <ds@schleef.org>
37572
37573         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37574         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37575         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37576         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37577         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37578         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37579         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37580         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37581         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37582         category.  Attempt to fix timestamp calculation.
37583
37584 2004-02-24  Johan Dahlin  <johan@gnome.org>
37585
37586         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37587
37588 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37589
37590         * configure.ac:
37591         * gconf/Makefile.am:
37592         * gconf/gstreamer.schemas:
37593         * gst-libs/gst/gconf/Makefile.am:
37594         * gst-libs/gst/gconf/gconf.c:
37595           version gconf schemas and install locations
37596
37597 2004-02-23  Benjamin Otte  <otte@gnome.org>
37598
37599         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37600         (gst_xine_input_subclass_init):
37601           call parent dispose.
37602           change pad template for CD reader correctly
37603         * ext/xine/Makefile.am:
37604         * ext/xine/gstxine.h:
37605         * ext/xine/xine.c: (plugin_init):
37606         * ext/xine/xineaudiosink.c:
37607           wrap audio sinks, too
37608         * gst-libs/gst/resample/private.h:
37609         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37610         (gst_resample_reinit), (gst_resample_scale),
37611         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37612         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37613         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37614         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37615         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37616         * gst-libs/gst/resample/resample.h:
37617         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37618         (gst_audioscale_class_init), (gst_audioscale_link),
37619         (gst_audioscale_get_buffer), (gst_audioscale_init),
37620         (gst_audioscale_chain), (gst_audioscale_set_property),
37621         (gst_audioscale_get_property):
37622         * gst/audioscale/gstaudioscale.h:
37623           s/resample_*/gst_resample_*/i to not clobber namespaces
37624
37625 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37626
37627         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37628         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37629         (gst_riff_create_video_template_caps),
37630         (gst_riff_create_audio_template_caps),
37631         (gst_riff_create_iavs_template_caps):
37632         * gst-libs/gst/riff/riff-media.h:
37633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37634         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37635         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37636         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37637         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37638         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37639         (gst_matroska_demux_plugin_init): First batch implementing audio and
37640         video codec tags in demuxers.
37641
37642 2004-02-22  Benjamin Otte  <otte@gnome.org>
37643
37644         * ext/xine/Makefile.am:
37645         * ext/xine/gstxine.h:
37646         * ext/xine/xine.c: (plugin_init):
37647         * ext/xine/xineinput.c:
37648           add input plugin wrapper. Playback from files, http, mms and cdda
37649           works.
37650         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37651           remove leftover G_GNUC_UNUSED
37652         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37653         (gst_asf_demux_identify_guid):
37654           improve debugging output
37655
37656 2004-02-22  Benjamin Otte  <otte@gnome.org>
37657
37658         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37659
37660         * autogen.sh:
37661           replace test -e with test -x for mkinstalldirs to be more portable.
37662           (fixes #134816)
37663
37664 2004-02-22  Benjamin Otte  <otte@gnome.org>
37665
37666         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37667
37668         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37669           set rank to PRIMARY
37670         * gst/volume/gstvolume.c: (plugin_init):
37671           set rank to NONE
37672         fixes #134960
37673
37674 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37675
37676         reviewed by Benjamin Otte  <otte@gnome.org>
37677
37678         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37679           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37680
37681 2004-02-22  Benjamin Otte  <otte@gnome.org>
37682
37683         * configure.ac:
37684           export [_]*{gst,Gst,GST}.* symbols from plugins
37685
37686 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37687
37688         reviewed by: Benjamin Otte  <otte@gnome.org>
37689
37690         * ext/lame/gstlame.c: (add_one_tag):
37691         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37692         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37693         (gst_vorbisenc_metadata_set1):
37694         * gst/tags/gstid3tag.c:
37695         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37696           apply fixes from bugs #135042 (lame can't write tags) and #133817
37697           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37698
37699 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37700
37701         * configure.ac: Export only gst_plugin_desc from plugins.
37702          Note that this change only makes any effect with Linux using libtool
37703          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37704          fine. And don't try to have several versions of libtool in different
37705          directories.
37706
37707 2004-02-20  Andy Wingo  <wingo@pobox.com>
37708
37709         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37710         interleave respectively.
37711
37712         * gst/interleave/deinterleave.c: New plugin: deinterleave
37713         (replaces on oneton).
37714         * gst/interleave/interleave.c: New plugin: interleave.
37715         * gst/interleave/plugin.h: Support file.
37716         * gst/interleave/plugin.c: Support file.
37717
37718         * configure.ac: Remove intfloat and oneton, add interleave.
37719
37720         * ext/sndfile/gstsf.c: Handle events better.
37721
37722         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37723         and float2int operation. int2float has scheduling problems as
37724         noted in in2float_chain.
37725
37726 2004-02-20  Benjamin Otte  <otte@gnome.org>
37727
37728         * ext/xine/Makefile.am:
37729         * ext/xine/gstxine.h:
37730         * ext/xine/xine.c:
37731         * ext/xine/xineaudiodec.c:
37732         * ext/xine/xinecaps.c:
37733           add first version of xine plugin wrapper. Currently only wraps the
37734           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37735         * configure.ac:
37736         * ext/Makefile.am:
37737           add xine plugin wrapper, disabled by default. Use --enable-xine to
37738           build. Note that it'll segfault on gst-register if you don't remove
37739           the goom and tvtime post plugins from xine.
37740         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37741         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37742           add extradata parsing for QDM2.
37743           change around debugging prints.
37744
37745 2004-02-19  Benjamin Otte  <otte@gnome.org>
37746
37747         * ext/lame/gstlame.c: (gst_lame_chain):
37748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37749           use gst_tag_list_insert when you want to insert tags
37750
37751 2004-02-18  David Schleef  <ds@schleef.org>
37752
37753         * configure.ac:  Move massink to gst-rotten
37754         * ext/Makefile.am:
37755         * ext/mas/Makefile.am:
37756         * ext/mas/massink.c:
37757         * ext/mas/massink.h:
37758
37759 2004-02-18  David Schleef  <ds@schleef.org>
37760
37761         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37762         typefinding, since it seems to be worse than nothing.
37763         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37764         atom to recognize .mp4 and .m4a files as video/quicktime.
37765
37766 2004-02-18  David Schleef  <ds@schleef.org>
37767
37768         * gst/sine/demo-dparams.c: (quit_live),
37769         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37770         Use double dparams, not float.
37771         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37772         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37773         sync'd elements don't really work correctly.
37774         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37775         (volume_update_volume), (volume_get_property):  Change dparam
37776         to double.
37777
37778 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37779
37780         * sys/ximage/ximagesink.c:
37781         (gst_ximagesink_xwindow_update_geometry),
37782         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37783         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37784         (gst_ximagesink_init): Rework the way software video scaling works. So
37785         now we check on each chain call if the video frames are feeling the
37786         window. If not we try to renegotiate caps. On failure we memorize that
37787         and we won't try again for that PLAYING sessions.
37788         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37789         failure.
37790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37791         synchronous flag.
37792
37793 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37794
37795         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37796           break up _link so we can give a better debug message for errors
37797
37798 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37799
37800         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37801           set up debug category
37802
37803 2004-02-18  Julien MOUTTE <julien@moutte.net>
37804
37805         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37806         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37807         the way renegotiation work. The event handling function is not taking
37808         care of external windows and renegotiate method check for pad flags
37809         NEGOTIATING. Should fix : #133209
37810
37811 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37812
37813         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37814         pad is negotiating before trying renegotiation.
37815
37816 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37817
37818         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37819           pass on all possible mime types as typefind hints
37820
37821 2004-02-17  Julien MOUTTE <julien@moutte.net>
37822
37823         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37825         possible SHM leak if we crash. All other apps using XShm are doing
37826         that.
37827
37828 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37829
37830         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37831         (gst_ximagesink_expose): Renegotiate size on expose.
37832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37833         size on expose.
37834
37835 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37836
37837         * testsuite/alsa/sinesrc.c:
37838           cosmetic fix to fix compile issue with gcc 2.95.4
37839
37840 2004-02-16  Julien MOUTTE <julien@moutte.net>
37841
37842         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37843         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37844         failed opening the audio device.
37845         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37846         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37847         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37848         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37849         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37850         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37851         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37852         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37853         Removing some useless g_return_if_fail like wingo suggested.
37854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37855         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37856         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37857         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37858         (gst_xvimagesink_update_colorbalance),
37859         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37860         (gst_xvimagesink_xcontext_clear),
37861         (gst_xvimagesink_get_fourcc_from_caps),
37862         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37863         (gst_xvimagesink_set_xwindow_id),
37864         (gst_xvimagesink_colorbalance_list_channels),
37865         (gst_xvimagesink_colorbalance_set_value),
37866         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37867         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37868
37869 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37870
37871         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37872           throw error when not negotiated instead of asserting
37873
37874 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37875
37876         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37877         correct data refcounting.
37878
37879 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37880
37881         * gst/switch/gstswitch.c: (gst_switch_change_state),
37882         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37883         change, mostly the EOS flag.
37884
37885 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37886
37887         * examples/gstplay/player.c: (got_eos), (main): Adding some
37888         output for debugging.
37889         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37890         timeouts if we go to any state different from PLAYING.
37891         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37892         more EOS bugs in riff lib.
37893
37894 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37895
37896         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37897         visualization until i find a way to fix switch correctly.
37898         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37899         EOS arrives.
37900         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37901         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37902         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37903         Reworked switch to get a more correct behaviour with events and refing
37904         of data stored in sinkpads.
37905         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37906         we don't pull from a pad in EOS.
37907
37908 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37909
37910         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37911           remove v1 tag even if we can't read it (makes sure we don't detect
37912           it again)
37913
37914 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37915
37916         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37917         (gst_alsa_xrun_recovery):
37918         * ext/alsa/gstalsa.h:
37919           try xrun recovery when wait failed. Make xrun recovery function
37920           return TRUE/FALSE to indicate success. (might fix #134354)
37921
37922 2004-02-13  David Schleef  <ds@schleef.org>
37923
37924         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37925         (dynparm_value_changed), (main): Convert from float to double.
37926         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37927
37928 2004-02-13  David Schleef  <ds@schleef.org>
37929
37930         * gst/silence/gstsilence.c: (gst_silence_class_init),
37931         (gst_silence_set_clock), (gst_silence_get),
37932         (gst_silence_set_property), (gst_silence_get_property):
37933         * gst/silence/gstsilence.h: Add sync property.
37934         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37935         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37936         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37937         * gst/sine/gstsinesrc.h: Add sync property.
37938
37939 2004-02-13  David Schleef  <ds@schleef.org>
37940
37941         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37942         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37943
37944 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37945
37946         * configure.ac:
37947         * ext/Makefile.am:
37948         * gst-libs/ext/Makefile.am:
37949           move ffmpeg plugin to gst-ffmpeg module
37950
37951 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37952
37953         * configure.ac: use GST_ARCH to detect architecture
37954
37955 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37956
37957         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37958
37959 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37960
37961         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37962           classify LADSPA plugins based on number of src/sink pads
37963           (#133663, Stefan Kost)
37964         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37965           fix dparams registration
37966           (#133528, Stefan Kost)
37967         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37968           fix use of isprint and use g_ascii_isprint instead
37969           (#133316, Stefan Kost)
37970
37971 2004-02-11  David Schleef  <ds@schleef.org>
37972
37973         Convert a few inner loops to use liboil.  This is currently
37974         optional, and is only enabled if liboil is present (duh!).
37975         * configure.ac: Check for liboil-0.1
37976         * gst/intfloat/Makefile.am:
37977         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37978         (gst_int2float_chain_gint16):
37979         * gst/videofilter/Makefile.am:
37980         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37981         (tablelookup_u8), (gst_videobalance_planar411):
37982         * gst/videotestsrc/Makefile.am:
37983         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37984         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37985         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37986         (paint_hline_RGB565), (paint_hline_xRGB1555):
37987
37988 2004-02-11  David Schleef  <ds@schleef.org>
37989
37990         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37991         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37992         (gst_colorspace_getcaps), (gst_colorspace_link),
37993         (gst_colorspace_base_init), (gst_colorspace_init),
37994         (gst_colorspace_chain), (gst_colorspace_change_state),
37995         (plugin_init): Merge Ronald's patch (bug #117897) and update
37996         for new caps and negotiation.  Seems to work, although it
37997         shows off bugs in lcs.
37998
37999 2004-02-11  David Schleef  <ds@schleef.org>
38000
38001         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38002         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38003
38004 2004-02-11  David Schleef  <ds@schleef.org>
38005
38006         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38007         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38008         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38009         Add server and port properties
38010
38011 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38012
38013         * m4/a52.m4:
38014         * m4/aalib.m4:
38015         * m4/as-ffmpeg.m4:
38016         * m4/as-liblame.m4:
38017         * m4/as-slurp-ffmpeg.m4:
38018         * m4/check-libheader.m4:
38019         * m4/esd.m4:
38020         * m4/freetype2.m4:
38021         * m4/gconf-2.m4:
38022         * m4/glib.m4:
38023         * m4/gst-alsa.m4:
38024         * m4/gst-artsc.m4:
38025         * m4/gst-ivorbis.m4:
38026         * m4/gst-matroska.m4:
38027         * m4/gst-sdl.m4:
38028         * m4/gst-shout2.m4:
38029         * m4/gst-sid.m4:
38030         * m4/gtk.m4:
38031         * m4/libdv.m4:
38032         * m4/libfame.m4:
38033         * m4/libmikmod.m4:
38034         * m4/ogg.m4:
38035         * m4/vorbis.m4:
38036           fix underquotedness of macros (#133800)
38037         * m4/as-avifile.m4:
38038         * m4/xmms.m4:
38039           removed because no longer used
38040
38041 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38042
38043         * configure.ac:
38044           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38045           by autopoint (fixes #132996)
38046
38047 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38048
38049         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38050         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38051         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38052         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38053           fix memleaks
38054
38055 2004-02-11  David Schleef  <ds@schleef.org>
38056
38057         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38058         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38059         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38060         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38061         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38062         (gst_jpegenc_class_init), (gst_jpegenc_init),
38063         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38064         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38065         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38066         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38067
38068 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38069
38070         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38071         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38072         * ext/mikmod/gstmikmod.h:
38073           fix caps negotiation in mikmod
38074         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38075           output debug information
38076
38077 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38078
38079         * gst-libs/gst/colorbalance/Makefile.am:
38080         * gst-libs/gst/navigation/Makefile.am:
38081         * gst-libs/gst/xoverlay/Makefile.am:
38082           remove unused GST_OPT_CFLAGS from Makefiles
38083           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38084
38085 2004-02-07  David Schleef  <ds@schleef.org>
38086
38087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38088         push events to pads that haven't been created (#133508)
38089
38090 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38091
38092         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38093         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38094         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38095         (gst_dvdec_loop), (gst_dvdec_change_state):
38096         Second attempt at committing a working dvdec element.
38097
38098 2004-02-06  David Schleef  <ds@schleef.org>
38099
38100         Build fixes for OS X: (see #129600)
38101         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38102         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38103         (gst_riff_read_strf_iavs):
38104         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38105         (gst_avi_demux_stream_odml):
38106         * gst/playondemand/Makefile.am:
38107         * gst/rtp/rtp-packet.c:
38108
38109 2004-02-05  David Schleef  <ds@schleef.org>
38110
38111         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38112         last change, because it Just Doesn't Compile.
38113
38114 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38115
38116         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38117           skip undecodable id3v2 tag instead of keeping it
38118
38119 2004-02-05  David Schleef  <ds@schleef.org>
38120
38121         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38122         Unref leaked buffer.  (Noticed by Ronald)
38123
38124 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38125
38126         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38127         Sync requires with other checks.  >= vs =.
38128
38129 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38130
38131         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38132         (gst_dvdec_video_link), (gst_dvdec_loop):
38133         * ext/dv/gstdvdec.h:
38134           rework the caps negotiation so that dvdec works again instead
38135           of just segfaulting.
38136
38137 === release 0.7.4 ===
38138
38139 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38140
38141         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38142         * configure.ac: changed for release
38143
38144 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38145
38146         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38147         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38148         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38149         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38150           reworked patch by David Lehn to fix libdir and includedir for
38151           uninstalled libraries
38152           removed play and gconf from gstreamer-libs since they have their
38153           own pkgconfig files
38154
38155 2004-02-04  David Schleef  <ds@schleef.org>
38156
38157         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38158         memleak.
38159
38160 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38161
38162         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38163           use correct GST_TAG_ENCODER tag
38164
38165 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38166
38167         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38168           be sure to stop the clock when going to paused
38169         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38170           reset number of transmitted when going to ready.
38171         fixes #132935
38172
38173 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38174
38175         reviewed by Benjamin Otte
38176
38177         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38178           extract track count (fixes #133410)
38179
38180 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38181
38182         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38183           that should be !=, not == (fixes #132519)
38184
38185 2004-02-04  David Schleef  <ds@schleef.org>
38186
38187         Make sure set_explicit_caps() is called before adding pad.
38188         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38189         * gst/id3/gstid3types.c: (gst_id3types_loop):
38190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38191         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38192
38193 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38194
38195         * configure.ac:
38196           bump nano to 2, first prerelease
38197           put back AM_PROG_LIBTOOL
38198
38199 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38200
38201         * testsuite/alsa/Makefile.am:
38202           these are user test apps, not automatic testsuite tests
38203
38204 2004-02-04  David Schleef  <ds@schleef.org>
38205
38206         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38207         * gst/mpeg1videoparse/gstmp1videoparse.c:
38208         (mp1videoparse_parse_seq):
38209         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38210         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38211         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38212         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38213         (gst_xvideosink_getcaps):
38214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38215         * testsuite/gst-lint: more tests
38216
38217 2004-02-04  David Schleef  <ds@schleef.org>
38218
38219         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38220         with the code that they would expand to.
38221         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38222         (gst_flacdec_get_src_query_types),
38223         (gst_flacdec_get_src_event_masks):
38224         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38225         (gst_gnomevfssrc_get_query_types),
38226         (gst_gnomevfssrc_get_event_mask):
38227
38228 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38229
38230         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38231         (gst_sinesrc_dispose):
38232           fix memleak by properly disposing sinesrc
38233
38234 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38235
38236         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38237         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38238         an overlay to redraw the image because it has been exposed.
38239         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38240         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38241         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38242         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38243         interface
38244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38245         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38246         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38247         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38248         interface
38249
38250 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38251
38252         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38253           more memleak fixage
38254
38255 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38256
38257         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38258         * gst/typefind/gsttypefindfunctions.c:
38259           fix memleaks shown by gst-typefind
38260
38261 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38262
38263         * common/glib-gen.mak:
38264           add hack rule to touch .Plo files
38265         * gst-libs/gst/colorbalance/Makefile.am:
38266         * gst-libs/gst/mixer/Makefile.am:
38267         * gst-libs/gst/play/Makefile.am:
38268         * gst-libs/gst/tuner/Makefile.am:
38269           remove glib_root variable
38270
38271 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38272
38273         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38274           set explicit caps before adding the element, so the autopluggers can
38275           plug correctly.
38276         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38277         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38278         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38279         (dv_type_find):
38280           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38281           argument.
38282
38283 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38284
38285         * gst-libs/gst/colorbalance/Makefile.am:
38286         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38287         * gst-libs/gst/colorbalance/colorbalance.c:
38288         * gst-libs/gst/colorbalance/colorbalance.h:
38289         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38290         * gst-libs/gst/mixer/Makefile.am:
38291         * gst-libs/gst/mixer/mixer-marshal.list:
38292         * gst-libs/gst/mixer/mixer.c:
38293         * gst-libs/gst/mixer/mixer.h:
38294         * gst-libs/gst/mixer/mixermarshal.list:
38295         * gst-libs/gst/play/Makefile.am:
38296         * gst-libs/gst/play/play.h:
38297         * gst-libs/gst/tuner/Makefile.am:
38298         * gst-libs/gst/tuner/tuner-marshal.list:
38299         * gst-libs/gst/tuner/tuner.c:
38300         * gst-libs/gst/tuner/tuner.h:
38301         * gst-libs/gst/tuner/tunermarshal.list:
38302           use new glib-gen.mak snippet to clean up Makefile.am
38303           fix various bugs in Makefile.am's
38304
38305 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38306
38307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38308           handle chain parsing correctly in the multichain case
38309         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38310         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38311         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38312         (theora_dec_chain):
38313           handle events and queries correctly
38314
38315 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38316
38317         * .cvsignore:
38318         Ignore generated file _stdint.h.
38319
38320 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38321
38322         * gst-libs/gst/colorbalance/Makefile.am:
38323         * gst-libs/gst/colorbalance/colorbalance.h:
38324         * gst-libs/gst/mixer/Makefile.am:
38325         * gst-libs/gst/mixer/mixer.h:
38326         * gst-libs/gst/play/Makefile.am:
38327         * gst-libs/gst/play/play.h:
38328         * gst-libs/gst/tuner/Makefile.am:
38329         * gst-libs/gst/tuner/tuner.h:
38330         Generate enum type code with glib-mkenums.
38331         * gst-libs/gst/colorbalance/.cvsignore:
38332         * gst-libs/gst/mixer/.cvsignore:
38333         * gst-libs/gst/play/.cvsignore:
38334         * gst-libs/gst/tuner/.cvsignore:
38335         Ignore generated files.
38336
38337 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38338
38339         * gst-libs/gst/audio/.cvsignore:
38340         Ignore generated file.
38341         * gst-libs/gst/audio/Makefile.am:
38342         Do not install example filter.
38343
38344 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38345
38346         * examples/switch/.cvsignore:
38347         Ignore generated file.
38348
38349 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38350
38351         * common/m4/ax_create_stdint_h.m4:
38352         * configure.ac:
38353           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38354           _stdint.h.
38355         * Makefile.am:
38356           remove generated _stdint.h in DISTCLEANFILES
38357         * ext/a52dec/gsta52dec.c:
38358           include _stdint.h for a52dec. (should fix #133064)
38359
38360 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38361
38362         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38363         (gst_tag_to_vorbis_comments):
38364         Add replaygain support to vorbistag
38365
38366 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38367         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38368         (gst_ffmpeg_caps_to_extradata):
38369           Fix SVQ3 caps flag properties
38370           Use glib macro for bytes swap
38371
38372 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38373
38374         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38375         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38376         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38377         * ext/sndfile/gstsf.c: (plugin_init):
38378         * gst/avi/gstavi.c: (plugin_init):
38379         * sys/dxr3/dxr3init.c: (plugin_init):
38380         * sys/oss/gstossaudio.c: (plugin_init):
38381         * sys/v4l/gstv4l.c: (plugin_init):
38382         * sys/v4l2/gstv4l2.c: (plugin_init):
38383           remove textdomain calls
38384         * po/nl.po:
38385           update Dutch translation
38386
38387 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38388
38389         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38390         (gst_play_set_audio_sink): Moving volume in the audio thread for
38391         instantaneous volume change. Maybe i will add another volume in front
38392         of visualization later, not sure yet though.
38393
38394 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38395
38396         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38397         (gst_ximagesink_handle_xevents): Better X events handling, only take
38398         the latest events for configure and motion.
38399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38400
38401 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38402
38403         reviewed by: David Schleef  <ds@schleef.org>
38404
38405         Fix memory leaks:
38406         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38407         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38408
38409 2004-02-02  David Schleef  <ds@schleef.org>
38410
38411         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38412         of lines.
38413         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38414         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38415         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38416         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38417         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38418         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38419         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38420         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38421         (gst_float2_2_int_link):
38422         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38423         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38424         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38425         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38426         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38427         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38428         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38429         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38430         * testsuite/gst-lint: Add tests for bzero and ;;
38431
38432 2004-02-02  David Schleef  <ds@schleef.org>
38433
38434         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38435
38436 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38437
38438         * ext/aalib/gstaasink.c: (gst_aasink_open):
38439         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38440         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38441         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38442         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38443         (gst_afsink_close_file):
38444         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38445         (gst_afsrc_close_file):
38446         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38447         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38448         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38449         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38450         * ext/esd/esdmon.c: (gst_esdmon_get):
38451         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38452         * ext/faac/gstfaac.c: (gst_faac_chain):
38453         * ext/faad/gstfaad.c: (gst_faad_chain):
38454         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38455         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38456         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38457         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38458         (gst_flacdec_loop):
38459         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38460         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38461         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38462         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38463         (gst_gnomevfssink_close_file):
38464         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38465         (gst_gnomevfssrc_open_file):
38466         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38467         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38468         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38469         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38470         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38471         * ext/mad/gstmad.c: (gst_mad_chain):
38472         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38473         * ext/mpeg2dec/gstmpeg2dec.c:
38474         * ext/mpeg2enc/gstmpeg2enc.cc:
38475         * ext/mplex/gstmplex.cc:
38476         * ext/mplex/gstmplexibitstream.cc:
38477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38478         (gst_ogg_demux_push):
38479         * ext/raw1394/gstdv1394src.c:
38480         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38481         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38482         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38483         (gst_sf_loop):
38484         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38485         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38486         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38487         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38488         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38489         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38490         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38491         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38492         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38493         (gst_riff_read_element_data), (gst_riff_read_seek),
38494         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38495         * gst/adder/gstadder.c: (gst_adder_loop):
38496         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38497         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38498         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38499         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38500         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38501         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38502         * gst/goom/gstgoom.c: (gst_goom_chain):
38503         * gst/id3/gstid3types.c: (gst_id3types_loop):
38504         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38505         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38506         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38507         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38508         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38509         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38510         (gst_ebml_read_float), (gst_ebml_read_header):
38511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38512         (gst_matroska_demux_parse_blockgroup):
38513         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38514         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38515         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38516         * gst/silence/gstsilence.c: (gst_silence_get):
38517         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38518         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38519         * gst/speed/gstspeed.c: (speed_loop):
38520         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38521         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38522         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38523         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38524         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38525         (gst_wavparse_loop):
38526         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38527         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38528         (dxr3audiosink_close):
38529         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38530         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38531         (dxr3videosink_close), (dxr3videosink_write_data):
38532         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38533         * sys/oss/gstosssink.c: (gst_osssink_chain):
38534         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38535         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38536         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38538         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38539         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38540         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38541         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38542         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38543         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38544         (gst_v4l_set_audio):
38545         * sys/v4l/v4l_calls.h:
38546         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38547         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38548         (gst_v4lmjpegsink_playback_init),
38549         (gst_v4lmjpegsink_playback_start):
38550         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38551         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38552         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38553         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38554         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38555         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38556         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38557         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38558         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38559         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38560         (gst_v4l2_get_output), (gst_v4l2_set_output),
38561         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38562         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38563         (gst_v4l2_set_attribute):
38564         * sys/v4l2/v4l2_calls.h:
38565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38566         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38567         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38568         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38569         (gst_v4l2src_capture_stop):
38570         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38571         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38572         (gst_ximagesink_chain):
38573         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38574         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38575         (gst_xvideosink_xwindow_new):
38576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38577         (gst_xvimagesink_chain):
38578
38579 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38580
38581         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38582         (gst_volume_get_volume), (volume_class_init), (volume_init),
38583         (volume_chain_int16), (volume_update_volume):
38584         * gst/volume/gstvolume.h:
38585           make code more readable by removing magic numbers
38586           make mixer interface export 0-100 range
38587           make it internally map to 0.0-1.0 range so users don't distort
38588           output by putting the sliders at full volume
38589
38590 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38591
38592         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38593         (gst_play_state_change), (gst_play_seek_to_time):
38594         block the tick callback for 0.5 secs after doing a seek
38595
38596 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38597
38598         * gst-libs/gst/play/play.c: (gst_play_new):
38599           check for GError
38600
38601 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38602
38603         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38604         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38605         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38606         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38608         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38609
38610 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38611
38612         * configure.ac:
38613         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38614           check for a function added in vorbis 1.1
38615
38616 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38617
38618         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38619         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38620           really start/stop clock only on PLAYING <=> PAUSED
38621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38622           remove \n from debugging lines
38623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38624           make it work when seeking does not
38625         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38626           reset on DISCONT
38627
38628 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38629
38630         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38631           start clock on PAUSED=>PLAYING, not later
38632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38633           extract correct time for different discont formats
38634         (gst_alsa_sink_get_time):
38635           don't segfault when no format is negotiated yet, just return 0
38636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38637         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38638         (gst_ogg_pad_push):
38639           handle flush and discont events correctly
38640         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38641           handle discont events correctly
38642
38643 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38644
38645         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38646         (gst_play_error_create), (gst_play_error_plugin),
38647         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38648         * gst-libs/gst/play/play.h:
38649           add error handling during creation
38650         * examples/gstplay/player.c: (main):
38651           use new gst_play_new
38652
38653
38654 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38655
38656         * ext/theora/theoradec.c: (theora_dec_chain):
38657           make comments work
38658         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38659         (vorbis_dec_src_event), (vorbis_dec_chain):
38660           add encoder tag, fix tag reading to be more error tolerant, change
38661           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38662           gst_pad_event_default.
38663         * gst/tags/gstvorbistag.c:
38664         (gst_tag_list_from_vorbiscomment_buffer):
38665           undefine function specific define at end of function
38666
38667 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38668
38669         * ext/flac/gstflac.c: (plugin_init):
38670         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38671         * ext/flac/gstflacdec.h:
38672         * ext/flac/gstflacenc.h:
38673           Fix typos
38674
38675 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38676
38677         * examples/gstplay/player.c: s/gstplay.h/play.h/
38678
38679 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38680
38681         * gst-libs/gst/play/Makefile.am:
38682         * gst-libs/gst/play/gstplay.c:
38683         * gst-libs/gst/play/gstplay.h:
38684         * gst-libs/gst/play/play.c:
38685           more surgery, operation complete
38686
38687 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38688
38689         * gst-libs/gst/play/play.old.c:
38690         * gst-libs/gst/play/play.old.h:
38691           after CVS surgery by moving, remove
38692         * gst-libs/gst/play/playpipelines.c:
38693           remove
38694
38695         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38696           add negotiation error
38697
38698 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38699
38700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38701         (gst_ogg_demux_push):
38702           add some seeking debug info
38703           send a flush when seeking
38704
38705 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38706
38707         * configure.ac:
38708           use AC_C_INLINE
38709         * configure.ac:
38710         * ext/Makefile.am:
38711         * ext/theora/Makefile.am:
38712         * ext/theora/theoradec.c:
38713           add theora video decoder. Does just do simple decoding for now and
38714           has been tested against Theora cvs only. It only works when theora
38715           is compiled with --enable-static.
38716         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38717           always reset packetno on DISCONT
38718
38719 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38720
38721         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38722           Fix audio.
38723
38724 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38725
38726         * gst/mpegaudioparse/gstmpegaudioparse.c:
38727         (mp3_type_frame_length_from_header):
38728           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38729
38730 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38731
38732         * ext/esd/esdsink.c: (gst_esdsink_init):
38733           Since we have static pad template caps, we don't need to negotiate;
38734           either the core errors out or we know the format.
38735
38736 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38737
38738         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38739         (gst_riff_read_seek):
38740         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38741         (gst_ebml_read_seek):
38742           Fix event handling.
38743
38744 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38745
38746         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38747           removee video/x-theora from vp3 decoder, it doesn't handle raw
38748           theora streams
38749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38750           fix bug with finalizing element that never went to PAUSED
38751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38752           length and position queries were swapped
38753         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38754         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38755         (vorbis_dec_src_event):
38756           implement querying time and bytes
38757
38758 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38759
38760         * just about every source file:
38761           gst_element_error -> GST_ELEMENT_ERROR
38762
38763 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38764
38765         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38766         emiting FLUSH and even before DISCONT.
38767         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38768         get the best instant seeking as possible yay!
38769
38770 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38771
38772         * gst/mpeg1videoparse/gstmp1videoparse.c:
38773         (gst_mp1videoparse_real_chain):
38774           Committed wrong version last week... Grr... Didn't notice until now.
38775
38776 2004-01-29  Julien MOUTTE <julien@moutte.net>
38777
38778         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38780         have_xwindow_id signal in xwindow_create.
38781
38782 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38783
38784         * ext/ogg/gstoggdemux.c:
38785           lots of changes - mainly support for chained bitstreams, seeking,
38786           querying and bugfixes of course
38787         * ext/vorbis/Makefile.am:
38788         * ext/vorbis/vorbisdec.c:
38789         * ext/vorbis/vorbisdec.h:
38790           add vorbisdec raw vorbis decoder
38791         * ext/vorbis/vorbis.c: (plugin_init):
38792           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38793         * gst/intfloat/Makefile.am:
38794         * gst/intfloat/float22int.c:
38795         * gst/intfloat/float22int.h:
38796         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38797           add float2intnew plugin. It converts multichannel interleaved float to
38798           multichannel interleaved int. The name should probably be changed.
38799         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38800         (plugin_init):
38801           add typefinding for raw theora video so oggdemux can detect it.
38802
38803 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38804
38805         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38806         sink element first.
38807         * gst/videoscale/gstvideoscale.c:
38808         (gst_videoscale_handle_src_event): Fixing src event handler.
38809
38810 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38811
38812         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38813         (gst_v4lsrc_open), (gst_v4lsrc_close),
38814         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38815         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38816         * sys/v4l/gstv4lsrc.h:
38817         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38818         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38819           Implement resizing... Hack. But that's why v4l is b0rked...
38820
38821 2004-01-28  Julien MOUTTE <julien@moutte.net>
38822
38823         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38824         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38825         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38826         (gst_ximagesink_xwindow_destroy):
38827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38828         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38829         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38830         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38831         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38832         correctly cleaning the image created to check xshm calls on succes,
38833         added a lot of XSync calls in X11 functions, and fixed a segfault when
38834         no image format was defined before negotiation happened.
38835
38836 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38837
38838         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38839           use gst_element_get_time to get correct time
38840
38841 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38842
38843         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38844         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38845         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38847         (gst_xvimagesink_check_xshm_calls),
38848         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38849         X plugins are now able to detect that XShm calls will fail even if the
38850         server claims that it has XShm support (remote displays most of the
38851         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38852         so that we use non XShm functions. This feature is almost useless for
38853         xvimagesink as Xv is not supported on remote displays anyway, but
38854         it might happen than even on the local display XShm calls fail.
38855
38856 2004-01-27  David Schleef  <ds@schleef.org>
38857
38858         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38859         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38860         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38861         changed esdsink to only use 44100,16,2, since esd sucks at rate
38862         conversion and esdsink has had difficulty negotiating.
38863
38864 2004-01-27  Julien MOUTTE <julien@moutte.net>
38865
38866         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38867         (gst_play_seek_to_time): Fixing the way to get current position.
38868
38869 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38870
38871         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38872           use gst_element_get_time to get correct time
38873
38874 2004-01-27  Julien MOUTTE <julien@moutte.net>
38875
38876         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38877         fix ever... Inverting 2 lines of code make spider autoplug correctly
38878         tagged mp3 !
38879
38880 2004-01-27  David Schleef  <ds@schleef.org>
38881
38882         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38883         Use gst_pad_try_set_caps_nonfixed().
38884
38885 2004-01-27  David Schleef  <ds@schleef.org>
38886
38887         * gst/ac3parse/gstac3parse.c: update to checklist 5
38888         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38889         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38890         * gst/audioscale/gstaudioscale.c: same
38891         * gst/auparse/gstauparse.c: same
38892         * gst/avi/gstavidemux.c: same
38893
38894 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38895
38896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38897           stop processing after EOS
38898
38899 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38900
38901         * gst/asfdemux/asfheaders.h:
38902         * gst/asfdemux/gstasfdemux.c:
38903         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38904         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38905         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38906           lot's of fixes to make data extraction simpler and get the code
38907           architecture and compiler independant. Add debugging category
38908         * gst/goom/gstgoom.c: (gst_goom_change_state):
38909           reset channel count on PAUSED=>READY, not READY=>PAUSED
38910
38911 2004-01-26  Colin Walters  <walters@verbum.org>
38912
38913         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38914         code to pull a bigger buffer in iradio mode.  This as a side effect
38915         makes typefinding work.
38916
38917 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38918
38919         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38920         Fix SVQ3 decoding on PPC
38921
38922 2004-01-26  Julien MOUTTE <julien@moutte.net>
38923
38924         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38925         that one managed to stay there... Fixed.
38926
38927 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38928
38929         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38930         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38931         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38932         (qtdemux_video_caps):
38933         * gst/qtdemux/qtdemux.h:
38934         Add SVQ3 specific flags to qtdemux and ffmpeg
38935
38936 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38937
38938         * gst-libs/gst/audio/audio.h:
38939           remove buffer-frames from audio caps
38940         * gst/audioconvert/gstaudioconvert.c:
38941           fix plugin to really work.
38942
38943 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38944
38945         * gst-libs/gst/mixer/mixer.c:
38946         * gst-libs/gst/propertyprobe/propertyprobe.c:
38947         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38948         (gst_tuner_find_channel_by_name):
38949         * gst-libs/gst/tuner/tuner.h:
38950           Add gtk-doc style comments. Also fix a function name.
38951
38952 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38953
38954         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38955         (gst_divxdec_negotiate):
38956           Fix for new capsnego - also fixes gst-player with divxdec.
38957
38958 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38959
38960         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38961         (gst_play_identity_handoff), (gst_play_set_location),
38962         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38963         try in visualization implementation. Still have an issue with switch
38964         blocking when pulling from video_queue and only audio comes out of
38965         spider.
38966         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38967         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38968         release method. And check if the pad is usable before pulling.
38969
38970 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38971
38972         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38973         (gst_videobalance_init),
38974         (gst_videobalance_colorbalance_list_channels),
38975         (gst_videobalance_colorbalance_set_value),
38976         (gst_videobalance_colorbalance_get_value),
38977         (gst_videobalance_update_properties),
38978         (gst_videobalance_update_tables_planar411),
38979         (gst_videobalance_planar411):
38980         * gst/videofilter/gstvideobalance.h:
38981           Implement lookup-tables. +/- 10x faster.
38982
38983 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38984
38985         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38986         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38987           The index reading was broken. The rest worked fine, but the whole
38988           goal of my rewrite was to make avidemux readable, and this was
38989           not at all readable. Please use typed variables.
38990
38991 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38992
38993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38994           Additional pad usability check.
38995         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38996         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38997         (gst_mp1videoparse_real_chain):
38998           Fix MPEG video stream parsing. The original plugin had several
38999           issues, including not timestamping streams where the source was
39000           not timestamped (this happens with PTS values in mpeg system
39001           streams, but MPEG video is also a valid stream on its own so
39002           that needs timestamps too). We use the display time code for that
39003           for now. Also, if one incoming buffer contains multiple valid
39004           frames, we push them all on correctly now, including proper EOS
39005           handling. Lastly, several potential segfaults were fixed, and we
39006           properly sync on new sequence/gop headers to include them in next,
39007           not previous frames (since they're header for the next frame, not
39008           the previous). Also see #119206.
39009         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39010         (bpf_from_header):
39011           Move caps setting so we only do it after finding several valid
39012           MPEG-1 fraes sequentially, not right after the first one (which
39013           might be coincidental).
39014         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39015         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39016         (plugin_init):
39017           Add unsynced MPEG video stream typefinding, and change some
39018           probability values so we detect streams rightly. The idea is as
39019           follows: I can have an unsynced system stream which contains
39020           video. In the current code, I would randomly get a type for either
39021           system or video stream type found, because the probabilities are
39022           being calculated rather randomly. I now use fixed values, so we
39023           always prefer system stream if that was found (and that is how it
39024           should be). If no system stream was found, we can still identity                the stream as video-only.
39025
39026 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39027
39028         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39029         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39030           don't write to buffer. Extract data without the need of
39031           __attribute__ ((packed))
39032
39033 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39034
39035         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39036         (mpeg1_sys_type_find):
39037           Fix MPEG-1 stream typefinding.
39038
39039 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39040
39041         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39042           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39043
39044 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39045
39046         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39047         * ext/esd/gstesd.c: (plugin_init):
39048           private debugging, better error reporting
39049
39050 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39051
39052         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39053         (gst_riff_read_init), (gst_riff_read_change_state):
39054         * gst-libs/gst/riff/riff-read.h:
39055           Remove stuff fromold metadata system.
39056
39057 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39058
39059         * ext/ogg/gstoggdemux.c:
39060           Fix wrong file comment.
39061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39062         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39063           Add metadata reading properly.
39064
39065 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39066
39067         * ext/Makefile.am:
39068           Fix nas DIST_SUBDIRS
39069           Uraeus:
39070           Fix bug where make distcheck doesn't get run on adding stuff to
39071           the build.
39072
39073 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39074
39075         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39076         * ext/divx/gstdivxdec.h:
39077           Fix divx3 ("msmpeg4") playback using divxdec.
39078
39079 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39080
39081         * gst/typefind/gsttypefindfunctions.c:
39082         (mp3_type_frame_length_from_header): fix bug in length computation
39083         (mp3_type_find): improve debugging output
39084
39085 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39086
39087         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39088         (gst_play_set_location), (gst_play_seek_to_time),
39089         (gst_play_set_audio_sink), (gst_play_set_visualization),
39090         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39091         the pipeline from scratch. Visualization is back and switch went out as
39092         i realized it was not possible to use the way i wanted.
39093         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39094         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39095         clearing in state change from READY to NULL. So that one can clean the
39096         X ressources keeping the element.
39097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39098         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39099         (gst_xvimagesink_colorbalance_set_value),
39100         (gst_xvimagesink_colorbalance_get_value),
39101         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39102         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39103         change from READY to NULL and fixed some stupid bugs in colorbalance
39104         get/set values. Also added the following feature : when nobody tries to
39105         set some values to the colorbalance levels before the xcontext is
39106         grabbed, then when creating channels list from Xv attributes we set the
39107         internal values to the Xv defaults. This way we handle buggy Xv drivers
39108         that set default hue values far from the middle of the range (Thanks
39109         to Jon Trowbridge for pointing that issue).
39110         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39111         colorbalance levels have been set before xcontext is grabbed.
39112
39113 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39114
39115         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39116           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39117           it might block operations (which is bad for a mixer).
39118
39119 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39120
39121         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39122         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39123         (gmip_find_type_pre):
39124         * gst-libs/gst/media-info/media-info-priv.h:
39125         * gst-libs/gst/media-info/media-info.c:
39126         (gst_media_info_instance_init), (gst_media_info_read_idler):
39127         add fakesink to get caps on decoder src pad again
39128         fix callback prototype to match new have_type signal signature
39129
39130 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39131
39132         * gst/adder/gstadder.c: (gst_adder_link):
39133           fix non-compile and cut-n-paste code
39134
39135 2004-01-21  David Schleef  <ds@schleef.org>
39136
39137         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39138         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39139         (gst_swfdec_init), (gst_swfdec_change_state):
39140         * ext/swfdec/gstswfdec.h:
39141         Fix negotiation.
39142         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39143         (gst_adder_request_new_pad): Fix negotiation.
39144         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39145         Add a fixate function.
39146         * gst/intfloat/gstfloat2int.c:
39147         * gst/intfloat/gstfloat2int.h:
39148         * gst/intfloat/gstint2float.c:
39149         * gst/intfloat/gstint2float.h:
39150         Completely rewrite the negotiation.  Doesn't quite work yet,
39151         due to some buffer-frames problem.
39152
39153 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39154
39155         * ext/gnomevfs/gstgnomevfssrc.c:
39156         * sys/v4l2/v4l2_calls.h:
39157           fix includes for distcheck
39158
39159 2004-01-21  Christian Schaller <uraeus@gnome.org>
39160
39161         * ext/nas/
39162         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39163         based on earlier patch from Laurent Vivier
39164
39165 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39166
39167         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39168         Fix wma caps property
39169         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39170         Fix typo (flags1 and flags2)
39171
39172 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39173
39174         * gst-libs/gst/media-info/media-info-priv.c:
39175         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39176         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39177         (gmip_find_stream), (gmip_find_track_metadata),
39178         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39179         (gmip_find_track_format):
39180         * gst-libs/gst/media-info/media-info-priv.h:
39181         * gst-libs/gst/media-info/media-info-test.c: (main):
39182         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39183         (gst_media_info_read_idler), (gst_media_info_read):
39184         * gst-libs/gst/media-info/media-info.h:
39185           register debugging category and use it for debugging
39186
39187 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39188
39189         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39190         (gst_vorbisfile_new_link):
39191           signal streaminfo through tags
39192
39193 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39194
39195         * ext/mplex/gstmplex.cc:
39196         * ext/mplex/gstmplexibitstream.cc:
39197           g++ doesn't like NULL in our i18n/error macros, should be
39198           either (NULL) or ("").
39199
39200 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39201
39202         * sys/dxr3/dxr3audiosink.c:
39203         * sys/dxr3/dxr3init.c:
39204         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39205         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39206           Fix more error error error errors (missing includes here).
39207
39208 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39209
39210         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39211           fix thomas' error errors.
39212
39213 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39214
39215         * ext/mpeg2enc/gstmpeg2enc.cc:
39216           fix error errors.
39217
39218 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39219
39220         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39221         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39222           Fix for new error system.
39223
39224 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39225
39226         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39227           fix for new error reporting
39228
39229 2004-01-20  David Schleef  <ds@schleef.org>
39230
39231         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39232         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39233         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39234         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39235         and neither is 100+, most likely.
39236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39237         (gst_xvimagesink_getcaps): same
39238
39239 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39240
39241         * configure.ac:
39242           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39243           clashes with ffmpeg.
39244
39245 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39246
39247         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39248         (gst_switch_init): Fixed switch element : proxying link and setting
39249         caps from src to sink on request.
39250
39251 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39252
39253         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39254         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39255         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39256         fix element_error
39257
39258 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39259
39260         * sys/v4l/v4l_calls.h:
39261         * sys/v4l2/v4l2_calls.h:
39262           element_error fixes
39263
39264 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39265
39266         * gst-libs/gst/gst-i18n-plugin.h:
39267           add locale.h
39268           remove config.h inclusion
39269
39270 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39271
39272         * autogen.sh:
39273           adding autopoint invocation
39274         * Makefile.am:
39275         * configure.ac:
39276         * gst-libs/gst/gettext.h:
39277           adding gettext bits
39278         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39279         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39280         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39281         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39282         (gst_gnomevfssink_close_file):
39283         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39284         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39285         * gst-libs/gst/gst-i18n-plugin.h:
39286         * gst/avi/gstavi.c: (plugin_init):
39287         * sys/dxr3/dxr3init.c: (plugin_init):
39288         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39289         * sys/oss/gstossaudio.c: (plugin_init):
39290         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39291         * sys/v4l/gstv4l.c: (plugin_init):
39292         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39293         * sys/v4l2/gstv4l2.c: (plugin_init):
39294         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39295         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39296         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39297         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39298         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39299         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39300           make sure locale and translation domain are set
39301           fix translated strings
39302         * po/.cvsignore:
39303         * po/LINGUAS:
39304         * po/Makevars:
39305         * po/POTFILES.in:
39306         * po/nl.po:
39307           put translation files into place
39308         * sys/xvideo/imagetest.c: (main):
39309         * ext/dv/demo-play.c: (main):
39310           fix unnecessary translations
39311
39312 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39313
39314         * ext/sndfile/gstsf.c:
39315         * gst/avi/gstavimux.c:
39316         * ext/audiofile/gstafsink.c:
39317         * ext/audiofile/gstafsrc.c:
39318         * ext/gnomevfs/gstgnomevfssink.c:
39319         * ext/gnomevfs/gstgnomevfssrc.c:
39320         * sys/oss/gstosselement.c:
39321         * sys/v4l/v4l_calls.h:
39322           fix i18n include
39323
39324 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39325
39326         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39327         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39328         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39329         (gst_v4l2_get_output), (gst_v4l2_set_output),
39330         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39331         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39332         (gst_v4l2_set_attribute):
39333         update to new error handling
39334
39335 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39336
39337         * ext/sidplay/gstsiddec.cc:
39338         * gst/modplug/gstmodplug.cc:
39339           parenthese NULL because C++ seems angry about it
39340
39341 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39342
39343         * gst-libs/gst/gst-i18n-plugin.h:
39344           add skeleton i18n stuff, but needs to be further implemented
39345
39346 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39347
39348         * examples/gstplay/player.c: (main):
39349         * ext/aalib/gstaasink.c: (gst_aasink_open):
39350         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39351         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39352         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39353         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39354         (gst_afsink_close_file):
39355         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39356         (gst_afsrc_close_file):
39357         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39358         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39359         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39360         * ext/esd/esdmon.c: (gst_esdmon_get):
39361         * ext/esd/esdsink.c: (gst_esdsink_chain):
39362         * ext/faac/gstfaac.c: (gst_faac_chain):
39363         * ext/faad/gstfaad.c: (gst_faad_chain):
39364         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39365         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39366         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39367         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39368         (gst_flacdec_loop):
39369         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39370         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39371         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39372         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39373         (gst_gnomevfssink_close_file):
39374         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39375         (gst_gnomevfssrc_open_file):
39376         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39377         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39378         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39379         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39380         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39381         * ext/mad/gstmad.c: (gst_mad_chain):
39382         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39383         * ext/mpeg2dec/gstmpeg2dec.c:
39384         * ext/mpeg2enc/gstmpeg2enc.cc:
39385         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39386         * ext/mplex/gstmplex.cc:
39387         * ext/mplex/gstmplexibitstream.cc:
39388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39389         (gst_ogg_demux_push), (gst_ogg_pad_push):
39390         * ext/raw1394/gstdv1394src.c:
39391         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39392         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39393         * ext/sidplay/gstsiddec.cc:
39394         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39395         (gst_sf_loop):
39396         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39397         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39398         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39399         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39400         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39401         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39402         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39403         * gst-libs/gst/Makefile.am:
39404         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39405         (gst_riff_read_element_data), (gst_riff_read_seek),
39406         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39407         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39409         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39410         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39411         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39412         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39413         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39414         * gst/goom/gstgoom.c: (gst_goom_chain):
39415         * gst/id3/gstid3types.c: (gst_id3types_loop):
39416         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39417         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39418         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39419         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39420         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39421         (gst_ebml_read_float), (gst_ebml_read_header):
39422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39423         (gst_matroska_demux_parse_blockgroup):
39424         * gst/modplug/gstmodplug.cc:
39425         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39426         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39427         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39428         * gst/silence/gstsilence.c: (gst_silence_get):
39429         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39430         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39431         * gst/speed/gstspeed.c: (speed_loop):
39432         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39433         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39434         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39435         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39436         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39437         (gst_wavparse_loop):
39438         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39439         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39440         (dxr3audiosink_close):
39441         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39442         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39443         (dxr3videosink_close), (dxr3videosink_write_data):
39444         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39445         * sys/oss/gstosselement.h:
39446         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39447         (gst_osssink_chain):
39448         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39449         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39450         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39452         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39453         (gst_v4l_enable_overlay):
39454         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39455         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39456         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39457         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39458         (gst_v4l_set_audio):
39459         * sys/v4l/v4l_calls.h:
39460         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39461         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39462         (gst_v4lmjpegsink_playback_init),
39463         (gst_v4lmjpegsink_playback_start):
39464         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39465         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39466         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39467         (gst_v4lmjpegsrc_requeue_frame):
39468         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39469         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39470         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39471         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39472         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39473         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39474         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39475         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39476         (gst_v4l2src_capture_stop):
39477         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39478         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39479         (gst_ximagesink_chain):
39480         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39481         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39482         (gst_xvideosink_xwindow_new):
39483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39484         (gst_xvimagesink_chain):
39485         use new error signal, function and categories
39486
39487 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39488
39489         * configure.ac:
39490         * ext/Makefile.am:
39491         * ext/musicbrainz/gsttrm.c:
39492         * ext/musicbrainz/gsttrm.h:
39493         * ext/musicbrainz/Makefile.am:
39494         Add a trm plugin
39495
39496 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39497
39498         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39499         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39500         synchronous property for debugging.
39501         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39503         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39504         smaller block, fixing indent.
39505
39506 2004-01-16  David Schleef  <ds@schleef.org>
39507
39508         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39509         property affects the video stream.
39510         * sys/xvimage/xvimagesink.c:
39511         * sys/xvimage/xvimagesink.h:
39512         Add synchronous property for debugging.  Should probably be
39513         disabled in non-CVS builds.  Make sure that the Xv attribute
39514         exists before we set it (crash!).  Fix a silly float bug that
39515         caused colorbalance to just not work.
39516
39517 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39518
39519         * tools/gst-launch-ext.in - update for new plugins
39520
39521 2004-01-16  David Schleef  <ds@schleef.org>
39522
39523         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39524         already-freed caps.
39525
39526 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39527
39528         * Update spec for new colorspace plugin and libcaca plugin
39529         * Fix compilation of libcaca plugin (clock -> id)
39530
39531 2004-01-16  Julien MOUTTE <julien@moutte.net>
39532
39533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39534         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39535         (gst_xvimagesink_set_xwindow_id),
39536         (gst_xvimagesink_colorbalance_set_value),
39537         (gst_xvimagesink_colorbalance_get_value),
39538         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39539         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39540         correct colorbalance properties. They can now be set when the element
39541         is still in NULL state. The values will be committed to the Xv Port
39542         when xcontext is initialized.
39543         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39544         brightness int values in the GstXvImagesink structure.
39545
39546 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39547
39548         * gst-libs/gst/Makefile.am:
39549           restructure so having local patches works easier.
39550
39551 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39552
39553         * ext/mpeg2enc/Makefile.am:
39554         * ext/mpeg2enc/gstmpeg2enc.cc:
39555         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39556           Bugfix with respect to EOS handling.
39557
39558 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39559
39560         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39561           Link with right caps (else, it segfaults).
39562         * ext/mplex/gstmplexjob.cc:
39563           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39564
39565 2004-01-15  David Schleef  <ds@schleef.org>
39566
39567         * gst-libs/gst/audio/Makefile.am:
39568         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39569         from the template.
39570         * gst-libs/gst/audio/gstaudiofilter.c:
39571         * gst-libs/gst/audio/gstaudiofilter.h:
39572         Add bytes_per_sample and size and n_samples calculation.
39573         * gst-libs/gst/audio/gstaudiofilterexample.c:
39574         Remove, now autogenerated.
39575         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39576         Moved from gstaudiofilterexample, object name changed, code added
39577         so that it actually works.
39578         * gst-libs/gst/audio/make_filter:
39579         Script to build an audiofilter subclass from the template.
39580         * gst/colorspace/Makefile.am:
39581         * gst/colorspace/yuv2yuv.c:
39582         Remove file, since it's GPL, and we don't use it.
39583
39584 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39585
39586         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39588         them use the buffer free function to test how the buffer was allocated.
39589
39590 2004-01-15  David Schleef  <ds@schleef.org>
39591
39592         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39593         that handles osssink fallback.
39594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39595         (gst_audio_convert_getcaps):
39596         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39597         Add audio/x-qdm2 for QDM2 audio.
39598         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39599         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39601         Decrease minimum size to 16x16.
39602         * gst/wavparse/gstwavparse.c:
39603         Convert disabled pad template caps to new caps.
39604         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39606         (gst_xvimagesink_chain): Throw element error when display cannot
39607         be opened.  Increase minimum framerate to 1.0.  Check the data
39608         free function on a buffer to make sure it is the type we expect
39609         before manipulating it.
39610
39611 2004-01-15  Julien MOUTTE <julien@moutte.net>
39612
39613         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39614         (gst_videobalance_colorbalance_set_value): Implement passthru if
39615         settings are in the middle.
39616         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39617
39618 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39619
39620         * gst/videofilter/Makefile.am:
39621         * gst/volume/Makefile.am:
39622           Since we use videofilter symbols, link to it.
39623
39624 2004-01-15  Julien MOUTTE <julien@moutte.net>
39625
39626         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39627         mixer interface type to HARDWARE.
39628         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39629         type to SOFTWARE.
39630         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39631         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39632         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39633         (gst_volume_interface_init), (gst_volume_list_tracks),
39634         (gst_volume_set_volume), (gst_volume_get_volume),
39635         (gst_volume_set_mute), (gst_volume_mixer_init),
39636         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39637         (volume_init): Implementing mixer interface.
39638         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39639         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39640         (gst_osselement_change_state): Removing some trailing commas in
39641         structures.
39642         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39643         interface type to HARDWARE.
39644         * sys/v4l/gstv4lcolorbalance.c:
39645         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39646         type to HARDWARE.
39647         * sys/v4l2/gstv4l2colorbalance.c:
39648         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39649         interface type to HARDWARE.
39650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39651         same code than ximagesink for event handling.
39652
39653 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39654
39655         * ext/snapshot/Makefile.am:
39656         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39657         (gst_snapshot_chain):
39658         * ext/snapshot/gstsnapshot.h:
39659           This has to be a joke... Snapshot should be connected to a tee,
39660           colorspace element before it and EOS after that, where the other
39661           src of the tee receives normal data.
39662           The current way is *wrong*.
39663
39664 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39665
39666         * ext/hermes/gsthermescolorspace.c:
39667           Fix another compile error. Same as below.
39668
39669 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39670
39671         * gst/colorspace/gstcolorspace.c:
39672         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39673         (gst_colorspace_i420_to_yv12):
39674           Fix compiling... Didn't test if it actually works.
39675
39676 2004-01-15  David Schleef  <ds@schleef.org>
39677
39678         * configure.ac:
39679         * gst/colorspace/Makefile.am:
39680         * gst/colorspace/gstcolorspace.c:
39681         * gst/colorspace/gstcolorspace.h:
39682         * gst/colorspace/yuv2rgb.c:
39683         * gst/colorspace/yuv2rgb.h:
39684         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39685         code and GPL code.  Fix for new caps negotiation.  Rewrite
39686         much of the format handling code, and some of the conversion
39687         code.  Basically, rewrote almost everything.  This element
39688         handles I420, YV12 to RGB conversions.
39689         * ext/hermes/Makefile.am:
39690         * ext/hermes/gsthermescolorspace.c:
39691         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39692         Remove non-Hermes related code.  This element handles lots of
39693         RGB to RGB conversions, but no YUV.
39694         * ext/hermes/gstcolorspace.c:
39695         * ext/hermes/gstcolorspace.h:
39696         * ext/hermes/rgb2yuv.c:
39697         * ext/hermes/yuv2rgb.c:
39698         * ext/hermes/yuv2rgb.h:
39699         * ext/hermes/yuv2rgb_mmx16.s:
39700         * ext/hermes/yuv2yuv.c:
39701         * ext/hermes/yuv2yuv.h:
39702         Remove old code.
39703
39704 2004-01-14  Colin Walters  <walters@verbum.org>
39705
39706         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39707         they've already been.
39708
39709 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39710
39711         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39712           assume tag mode when pad is not connected
39713
39714 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39715
39716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39717           Don't update the time of the clock
39718         (gst_alsa_sink_loop):
39719           sync to the clock given to alsasink, not the own clock
39720         * sys/oss/gstosssink.c: (gst_osssink_chain):
39721           sync to the clock
39722         (gst_osssink_change_state):
39723           activate the clock
39724         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39726           remove bogus code that made DISCONT events unhandled
39727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39728           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39729           #131502)
39730         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39731         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39732         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39733           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39734           2nd warning in bug #131502)
39735
39736 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39737
39738         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39739         (gst_videobalance_colorbalance_set_value),
39740         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39741         for colorbalance interface implementation.
39742         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39743         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39744         (gst_ximagesink_dispose), (gst_ximagesink_init),
39745         (gst_ximagesink_class_init): Adding DISPLAY property.
39746         * sys/ximage/ximagesink.h: Adding display_name to store display.
39747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39748         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39749         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39750         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39751         properties (they still need polishing though for gst-launch use : no
39752         xcontext yet, i ll do that tomorrow).
39753         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39754
39755 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39756
39757         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39758         (gst_play_set_location), (gst_play_set_visualization): Preparing
39759         switch integration, adding videobalance in the pipeline.
39760
39761 2004-01-14  Julien MOUTTE <julien@moutte.net>
39762
39763         * gst-libs/gst/colorbalance/colorbalance.c:
39764         (gst_color_balance_class_init): Adding a default type.
39765         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39766         the type.
39767         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39768         (gst_videobalance_dispose), (gst_videobalance_class_init),
39769         (gst_videobalance_init), (gst_videobalance_interface_supported),
39770         (gst_videobalance_interface_init),
39771         (gst_videobalance_colorbalance_list_channels),
39772         (gst_videobalance_colorbalance_set_value),
39773         (gst_videobalance_colorbalance_get_value),
39774         (gst_videobalance_colorbalance_init): Implementing colorbalance
39775         interface.
39776         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39777         list.
39778         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39779         bug which was triggering a BadAccess X error when setting an overlay
39780         before pad was really negotiated.
39781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39782         Using the colorbalance type macro.
39783
39784 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39785
39786         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39787         (gst_flacenc_chain):
39788           handle tags correctly
39789         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39790           extract ID3v1 tags correctly
39791
39792 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39793
39794         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39795         (plugin_init):
39796           Improve matroska typefinding for odd-typed headers...
39797
39798 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39799
39800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39801           Fix for using incremental number on padnames.
39802
39803 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39804
39805         * ext/divx/gstdivxdec.c:
39806         * ext/divx/gstdivxenc.c:
39807           Set category to divx4linux instead of divx (too generic).
39808         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39809         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39810         (gst_wavparse_loop), (gst_wavparse_change_state):
39811         * gst/wavparse/gstwavparse.h:
39812           fix parsing of WAV files with non-standard fmt-tag size and fix
39813           skipping of unrecognized chunks... Someone please fix this thing
39814           to use rifflib so all this is automated.
39815         * sys/v4l/Makefile.am:
39816         * sys/v4l2/Makefile.am:
39817           Add X_CFLAGS because we depend on X (for overlay).
39818
39819 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39820
39821         * ext/mpeg2dec/gstmpeg2dec.c:
39822           Don't issue a timestamp unless we tagged the frame
39823           with a PTS.
39824
39825 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39826
39827         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39828           Query the audio element to get the time, not the clock. We're
39829           interested in the element's time here.
39830
39831 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39832
39833         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39835         * ext/esd/esdsink.c: (gst_esdsink_chain):
39836         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39837         * ext/mas/massink.c: (gst_massink_chain):
39838         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39839         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39840         (gst_matroska_demux_parse_metadata):
39841         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39842         (gst_mpeg_parse_release_locks):
39843         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39844         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39845         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39846         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39847         (gst_osssink_change_state):
39848         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39849         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39850         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39851         (gst_xvideosink_release_locks):
39852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39853           use element time.
39854         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39855         (gst_alsa_clock_stop):
39856         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39857         (gst_audio_clock_get_internal_time):
39858           simplify for use with new clocking code.
39859         * testsuite/alsa/Makefile.am:
39860         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39861           fix testsuite for new caps system
39862
39863 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39864
39865         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39866         * ext/flac/gstflacenc.c: (add_one_tag):
39867           length is already host endian, no need to convert. Fixes playback of
39868           tagged files on PPC. (bug #128384)
39869
39870 2004-01-13  Julien MOUTTE <julien@moutte.net>
39871
39872         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39873         colorbalance interface stating if it is hardware based or software
39874         based.
39875         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39876         Removing a trailing comma.
39877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39878         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39879         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39880         the documentation seems to be wrong on the -1000 to 1000 interval.
39881
39882 2004-01-12  David Schleef  <ds@schleef.org>
39883
39884         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39885         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39886         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39887         Fix negotiation.  Add a bufferalloc function for the sink pad,
39888         and generally clean up some of the code.
39889
39890 2004-01-12  Julien MOUTTE <julien@moutte.net>
39891
39892         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39893         (gst_color_balance_channel_dispose): Adding safety check in dispose
39894         method.
39895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39896         (gst_xvimagesink_xcontext_clear),
39897         (gst_xvimagesink_interface_supported),
39898         (gst_xvimagesink_colorbalance_list_channels),
39899         (gst_xvimagesink_colorbalance_set_value),
39900         (gst_xvimagesink_colorbalance_get_value),
39901         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39902         Adding colorbalance interface support to set XV parameters such as
39903         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39904         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39905         interface.
39906
39907 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39908
39909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39910         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39911         (gst_audio_convert_init), (gst_audio_convert_set_property),
39912         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39913         (gst_audio_convert_link),
39914         (gst_audio_convert_buffer_to_default_format),
39915         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39916           - implement _getcaps and use it
39917           - improve linking
39918           - remove float caps since no float conversion is actually done
39919           - remove properties and arguments that were to be used for rate
39920             conversion
39921
39922 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39923
39924         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39925         (gst_audio_structure_set_int):
39926         * gst-libs/gst/audio/audio.h:
39927           add helper functions for _getcaps matching the standard audio
39928           templates
39929
39930 2004-01-12  David Schleef  <ds@schleef.org>
39931
39932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39933         Test that pad is negotiated before getting its caps.
39934
39935 2004-01-12  Julien MOUTTE <julien@moutte.net>
39936
39937         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39938         analyzing the pads of an element the bin is mostly in READY state so
39939         no caps were negotiated. This helper function needs to work with
39940         _get_caps directly then. I was not freeing them though, added that to
39941         fix the mem leak.
39942
39943 2004-01-12  Julien MOUTTE <julien@moutte.net>
39944
39945         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39947         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39948         than the free_func.
39949
39950 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39951
39952         * sys/oss/gstossaudio.c: (plugin_init):
39953         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39954         * sys/oss/gstosselement.h:
39955           make an oss debugging category
39956           make failure more descriptive
39957
39958 2004-01-11  David Schleef  <ds@schleef.org>
39959
39960         * ext/ffmpeg/gstffmpeg.c:
39961         * ext/ffmpeg/gstffmpegcodecmap.c:
39962         * ext/ffmpeg/gstffmpegdec.c:
39963         * ext/ffmpeg/gstffmpegenc.c:
39964         * ext/ffmpeg/gstffmpegprotocol.c:
39965         * ext/gdk_pixbuf/gstgdkanimation.c:
39966         * ext/jpeg/gstjpeg.c:
39967         * ext/libpng/gstpng.c:
39968         * ext/mpeg2dec/perftest.c:
39969         * ext/speex/gstspeex.c:
39970         * gst-libs/gst/resample/dtos.c:
39971         * gst/intfloat/gstintfloatconvert.c:
39972         * gst/oneton/gstoneton.c:
39973         * gst/rtjpeg/RTjpeg.c:
39974         * gst/rtp/gstrtp.c:
39975         * sys/dxr3/dxr3init.c:
39976         * sys/glsink/gstgl_nvimage.c:
39977         * sys/glsink/gstgl_pdrimage.c:
39978         * sys/glsink/gstglsink.c:
39979         * testsuite/gst-lint:
39980         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39981
39982 2004-01-11  David Schleef  <ds@schleef.org>
39983
39984         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39985         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39986         * ext/gdk_pixbuf/gstgdkanimation.c:
39987         (gst_gdk_animation_iter_create_pixbuf):
39988         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39989         (gst_gdk_pixbuf_chain):
39990         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39991         * ext/jack/gstjack.c: (gst_jack_change_state):
39992         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39993         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39994         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39995         * gst/videofilter/gstvideofilter.c:
39996         (gst_videofilter_set_output_size):
39997         Remove all usage of gst_pad_get_caps(), and replace it with
39998         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39999
40000 2004-01-11  David Schleef  <ds@schleef.org>
40001
40002         * configure.ac:
40003         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40004         * ext/divx/gstdivxdec.c:
40005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40006         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40007         handle images that span multiple buffers.  Now work with both
40008         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40009         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40010         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40011         video/video.h changes
40012         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40014         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40015         of GstData free function.
40016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40017         same.
40018
40019 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40020
40021         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40022         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40023         (gst_v4l2element_get_property):
40024         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40025           add norm, channel and frequency properties.
40026         * sys/v4l2/gstv4l2tuner.c:
40027           fixes for tuner interface changes
40028         * sys/v4l2/gstv4l2element.h:
40029         * sys/v4l2/gstv4l2src.c:
40030         * sys/v4l2/gstv4l2src.h:
40031         * sys/v4l2/v4l2src_calls.c:
40032         * sys/v4l2/v4l2src_calls.h:
40033           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40034
40035 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40036
40037         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40038         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40039         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40040         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40041         * gst-libs/gst/tuner/tuner.h:
40042           GObjects aren't const.
40043           Add find_by_name functions.
40044           Add checks to _changed functions.
40045         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40046         (gst_v4l_tuner_get_norm):
40047           Fixes for above.
40048
40049 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40050
40051         * gst-libs/gst/video/video.h:
40052           Fix caps template names to be understandable.
40053           Prefix everything with GST_VIDEO.
40054         * ext/aalib/gstaasink.c:
40055         * ext/divx/gstdivxdec.c:
40056         * ext/divx/gstdivxenc.c:
40057         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40058         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40059         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40060         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40061         * ext/libcaca/gstcacasink.c:
40062         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40063         * ext/snapshot/gstsnapshot.c:
40064         * ext/swfdec/gstswfdec.c:
40065         * ext/xvid/gstxviddec.c:
40066         * ext/xvid/gstxvidenc.c:
40067         * gst/chart/gstchart.c:
40068         * gst/deinterlace/gstdeinterlace.c:
40069         * gst/effectv/gsteffectv.c:
40070         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40071         * gst/goom/gstgoom.c:
40072         * gst/median/gstmedian.c:
40073         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40074         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40075         * gst/overlay/gstoverlay.c:
40076         * gst/smooth/gstsmooth.c:
40077         * gst/smpte/gstsmpte.c:
40078         * gst/synaesthesia/gstsynaesthesia.c:
40079         * gst/videocrop/gstvideocrop.c:
40080         * gst/videodrop/gstvideodrop.c:
40081         * gst/y4m/gsty4mencode.c:
40082         * sys/qcam/gstqcamsrc.c:
40083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40084           Make them work with new video.h file.
40085         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40086         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40088         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40089           Make it work with new buffer allocation system.
40090
40091 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40092
40093         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40094         pad_alloc_buffer implementation to use ->srcpad
40095         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40096         pad_alloc_buffer implementation to use ->srcpad
40097         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40098         pad_alloc_buffer implementation to use ->srcpad
40099         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40100         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40101         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40102         a reference to everything we need.
40103         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40105         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40106         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40107         a reference to everything we need.
40108         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40109
40110 2004-01-11  David Schleef  <ds@schleef.org>
40111
40112         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40113         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40114         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40115         structure members.
40116         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40117         value during a resize/renegotiation.
40118         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40119         gst_pad_alloc_buffer();
40120         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40121         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40122         structure members.
40123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40124         Fix for rename of buffer private structure members.
40125         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40126         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40127         Fix for rename of buffer private structure members.
40128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40129         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40130         Fix for rename of buffer private structure members.
40131
40132 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40133
40134         reviewed by: David Schleef <ds@schleef.org>
40135
40136         * gst/videofilter/Makefile.am:
40137         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40138         from the patch by ds to fit in with recent make_filter changes.
40139
40140 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40141
40142         * configure.ac: Adding examples/switch/Makefile
40143         * examples/Makefile.am: Adding examples/switch
40144         * examples/switch/Makefile.am: Adding switcher example.
40145         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40146         (switch_timer), (main): Adding an example demonstrating switch usage
40147         with 2 videotestsrc showing different patterns.
40148         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40149         (gst_switch_init): Fixing switch with the new caps system.
40150
40151 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40152
40153         * gst-libs/gst/video/video.h:
40154           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40155           They should probably be like
40156           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40157
40158 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40159
40160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40161         (qtdemux_parse_trak):
40162           fix audio chunk size/timestamp calculation
40163
40164 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40165
40166         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40167           fix SVQ3 caps
40168
40169 2004-01-11  Steve Baker  <steve@stevebaker.org>
40170
40171         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40172         (gst_agingtv_base_init), (gst_agingtv_class_init),
40173         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40174         (gst_agingtv_set_property), (gst_agingtv_get_property):
40175         Port agingTV to videofilter
40176
40177 2004-01-09  Julien MOUTTE <julien@moutte.net>
40178
40179         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40180         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40181
40182 2004-01-09  Julien MOUTTE <julien@moutte.net>
40183
40184         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40185         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40186         * gst-libs/gst/xoverlay/xoverlay.c:
40187         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40188         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40189         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40190         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40191         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40192         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40193         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40194         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40195         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40196         interface implementation to handle xid being 0 and fix some bugs
40197         triggered by Benjamin's testcase.
40198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40199         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40200         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_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
40205 2004-01-09  David Schleef  <ds@schleef.org>
40206
40207         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40208         mouse pointer events.  It works.
40209
40210 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40211
40212         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40213           Use explicit caps - fix capsnego.
40214         * ext/xvid/gstxviddec.c:
40215         * ext/xvid/gstxvidenc.c:
40216           Remove macro-inside-macro which caused compile errors.
40217         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40218           Error out if it's not a RIFF file. Else we error out without
40219           gst_element_error() which is not good...
40220
40221 2004-01-08  David Schleef  <ds@schleef.org>
40222
40223         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40224         Fix pad_link function to handle formats that ffmpeg returns
40225         as multiple caps structures.
40226         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40227         Only complain if source buffer is _smaller_ than expected.
40228         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40229         (gst_videoscale_handle_src_event): Resize navigation events
40230         when passing them upstream.
40231         * gst/videotestsrc/gstvideotestsrc.c:
40232         * gst/videotestsrc/gstvideotestsrc.h:
40233         * gst/videotestsrc/videotestsrc.c:
40234         * gst/videotestsrc/videotestsrc.h:
40235         Rewrite many of the buffer painting functions to handle odd
40236         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40237         been verified to work with my video card.
40238         * testsuite/gst-lint:  Add check for elements calling
40239         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40240
40241 2004-01-08  David Schleef  <ds@schleef.org>
40242
40243         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40244         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40245
40246 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40247
40248         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40249         configure event is not emiting the desired size signal. That fixes
40250         aspect ratio issues with gst-player.
40251
40252 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40253
40254         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40255           Fix capsnego.
40256
40257 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40258
40259         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40260         public method to fire size signal.
40261
40262 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40263
40264         * examples/gstplay/Makefile.am: Adding the interface library.
40265         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40266         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40267         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40268         GST_IS_X_OVERLAY before signal connect.
40269         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40270         Removing the have_video_size signal.
40271         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40272         and associated public method.
40273         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40274         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40275         signal.
40276         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40277         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40278         signal.
40279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40280         Using XOverlay public method to fire size signal.
40281
40282 2004-01-07  David Schleef  <ds@schleef.org>
40283
40284         * gst/videofilter/Makefile.am:
40285         * gst/videofilter/gstvideotemplate.c:
40286         * gst/videofilter/make_filter:
40287         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40288         Convert make_filter to /bin/sh script.
40289
40290 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40291
40292         * gst/modplug/gstmodplug.cc: fix element description
40293
40294 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40295
40296         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40297         (got_video_size): Adding some new lines in g_print calls.
40298         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40299         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40300         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40301         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40302         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40303         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40304         Complete code review, reverting some stuff i disagree with, adding
40305         some fixes : time synchronization on invalid timestamps, renegotiation
40306         of private window.
40307         * sys/ximage/ximagesink.h:
40308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40309         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40310         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40311         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40312         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40313         (gst_xvimagesink_buffer_new),
40314         (gst_xvimagesink_navigation_send_event),
40315         (gst_xvimagesink_set_xwindow_id),
40316         (gst_xvimagesink_get_desired_size),
40317         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40318         stuff i disagree with, adding some fixes : Renegotiation of private
40319         window, implementing get_desired_size.
40320
40321 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40322
40323         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40324         (gst_afsink_handle_event):
40325         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40326         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40327         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40328         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40329         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40330           Fix for instantiate-test (see core). Also remove dead code from
40331           jpegenc (which still needs fixing, but that's lower on my TODO
40332           list...).
40333         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40334           Never return NULL as caps.
40335
40336 2004-01-07  David Schleef  <ds@schleef.org>
40337
40338         * configure.ac:
40339         * ext/Makefile.am:
40340         * ext/librfb/Makefile.am:
40341         * ext/librfb/gstrfbsrc.c:
40342         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40343         is the protocol used by VNC.
40344
40345 2004-01-07  David Schleef  <ds@schleef.org>
40346
40347         * gst/videofilter/gstvideotemplate.c:
40348         * gst/videofilter/gstvideotemplate.h:
40349         * gst/videofilter/make_filter:
40350         Merge videotemplate header into source file.
40351         * gst/effectv/Makefile.am:
40352         * gst/effectv/gsteffectv.c: (plugin_init):
40353         * gst/effectv/gstwarp.c:
40354         Make warpTV a subclass of videofilter.
40355
40356 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40357
40358         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40359           Add guard against invalid utf-8 conversions in mad. Just in case.
40360
40361 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40362
40363         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40364           Fix for bug shown by poisoning
40365
40366 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40367
40368         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40369         (gst_v4lmjpegsrc_buffer_free):
40370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40371         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40372         (gst_v4lsrc_buffer_free):
40373           Fix for removed bufferpools.
40374
40375 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40376
40377         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40378         Fix caps negotiation.
40379
40380         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40381         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40382         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40383         (dvdnavsrc_event):
40384         * ext/mpeg2dec/gstmpeg2dec.c:
40385         * gst-libs/gst/navigation/navigation.c:
40386         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40387         * gst-libs/gst/navigation/navigation.h:
40388         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40389         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40391         Super-simple first version of mouse and keyboard events. Clicking
40392         on a DVD menu now works, although it may not take you where you
40393         expected.
40394
40395         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40396         * gst/videotestsrc/gstvideotestsrc.c:
40397         (gst_videotestsrc_src_fixate):
40398         These fixate functions were broken - they never actually
40399         fixated :)
40400
40401 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40402
40403         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40404         (gst_icecastsend_init):
40405           fix for new caps system.
40406         * gst-libs/gst/mixer/mixertrack.h:
40407         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40408           Add 'master track' flag (for tools like ACME that only want to
40409           change the main volume).
40410
40411 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40412
40413         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40414         (gst_xvid_csp_to_caps):
40415         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40416         * ext/xvid/gstxvidenc.c:
40417         ifdef out ARGB type when it isn't available
40418         in xvidcore 1.0.0beta2
40419
40420 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40421
40422         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40423           When we have received a new SCR right in the first buffer after
40424           a seek (so in the same cycle that handles the discont), we should
40425           handle the buffer instead of unreffing it, else we lose data.
40426
40427 2004-01-06  Iain <iain@prettypeople.org>
40428
40429         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40430           buffer-frames caps too.
40431
40432         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40433           caps that we need, don't destroy them all and rebuild them. And when
40434           creating src pads, use the src pad template rather than the sink...
40435
40436 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40437
40438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40439           Add pad to element *after* setting functions such as event handler.
40440           Without this, the scheduler (opt) will link pads, set the event
40441           handler from the default event function (dispatcher in gstpad.c)
40442           and *after* that, we will set our own event function, which will
40443           thus never be used (and thus mpegdemux doesn't handle events).
40444
40445 2004-01-04  David Schleef  <ds@schleef.org>
40446
40447         Fix the fixate functions to handle new prototype:
40448         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40449         * gst/videotestsrc/gstvideotestsrc.c:
40450         (gst_videotestsrc_src_fixate):
40451         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40452         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40454
40455 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40456
40457         * sys/ximage/ximagesink.h:
40458         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40459         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40460         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40461         (gst_ximagesink_xoverlay_init):
40462           assorted fixes to make (re)embedding work
40463         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40464         (gst_ximagesink_get_desired_size):
40465           implement desired size additions to XOverlay
40466
40467 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40468
40469         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40470         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40471         (gst_x_overlay_got_desired_size):
40472         * gst-libs/gst/xoverlay/xoverlay.h:
40473           Add optional "desired size" signal and querying.
40474
40475 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40476
40477         * gst/matroska/matroska-demux.c:
40478         (gst_matroska_demux_parse_blockgroup):
40479           Fix EBML-laced block parsing. Diffs are relative to previous
40480           lace, not the first lace. Thanks to Mosu from the Matroska
40481           team for detecting this.
40482         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40483         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40484         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40485         (gst_wavparse_change_state):
40486         * gst/wavparse/gstwavparse.h:
40487           Quickfix for capsnego.
40488
40489 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40490
40491         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40492           Fix indenting, fix pad creation.
40493
40494 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40495
40496         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40497         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40498         (gst_xviddec_sink_link):
40499           Implement src_getcaps() so proper size caps is negotiated.
40500
40501 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40502
40503         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40504           Finish flac decoder on EOS. See #116178.
40505
40506 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40507
40508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40509         (gst_matroska_demux_add_stream):
40510         * gst/matroska/matroska-ids.h:
40511           Add getcaps() function to fix capsnego...
40512
40513 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40514
40515         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40516         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40517         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40518           Fix more integer overflows. Again, see #126967.
40519
40520 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40521
40522         * ext/mpeg2dec/gstmpeg2dec.c:
40523           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40524           #130416.
40525
40526 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40527
40528         * configure.ac:
40529         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40530         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40531         * ext/xvid/gstxvid.h:
40532         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40533         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40534         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40535         (gst_xviddec_change_state):
40536         * ext/xvid/gstxviddec.h:
40537         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40538         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40539         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40540         (gst_xvidenc_link), (gst_xvidenc_set_property),
40541         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40542         * ext/xvid/gstxvidenc.h:
40543           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40544
40545 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40546
40547         * gst/rtp/rtp-packet.c:
40548           Add sys/types.h include, since OS X doesn't define in_addr_t
40549           in netinet/in.h, like it does on Linux (see #129600).
40550
40551 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40552
40553         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40554
40555         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40556           Correct logic of dispose function (see #129306).
40557
40558 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40559
40560         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40561         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40562         (gst_mpeg_parse_init):
40563         * gst/mpegstream/gstmpegparse.h:
40564           Remove clock (which was never provided, i.e. dead code), and
40565           also fix integer overflows at high PTS values (see #126967).
40566
40567 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40568
40569         * ext/flac/gstflacdec.c:
40570         * ext/libpng/gstpngenc.h:
40571         * ext/mikmod/gstmikmod.h:
40572           OS X fixes (see #126628).
40573
40574 2004-01-02  David Schleef  <ds@schleef.org>
40575
40576         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40577         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40578         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40579         (gst_mpeg_parse_class_init): Move pad template registration
40580         to class_init, since the derived class (mpegdemux) doesn't
40581         want them.
40582
40583 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40584
40585         * sys/ximage/Makefile.am:
40586         * sys/xvideo/Makefile.am:
40587         * sys/xvimage/Makefile.am:
40588           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40589           after installation (see #127664).
40590
40591 2004-01-02  David Schleef  <ds@schleef.org>
40592
40593         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40594         (gst_ffmpegenc_connect):  Negotiation fixes.
40595         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40596         Remove inappropriate gst_caps_free().
40597         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40598         Reenable Ronald's internal resize code, since the core handles
40599         it correctly now.
40600
40601 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40602
40603         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40604         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40605         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40606           Fix pad template stuff.
40607
40608 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40609
40610         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40611         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40612           fix signed integer reading/writing.
40613
40614 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40615
40616         * ext/alsa/README:
40617           Remove outdated document
40618
40619 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40620
40621         * gst/cutter/gstcutter.c: (gst_cutter_init):
40622           src pad was being created twice - oops.
40623
40624 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40625
40626         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40627           Comment out internal resize. It doesn't handle the resulting
40628           XEvent internally, does another try_set_caps() which leads to
40629           a really nice loop.
40630           Real fix will come when Julien and Dave are awake. ;).
40631
40632 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40633
40634         * ext/mpeg2enc/gstmpeg2enc.cc:
40635           fix const/nonconst compile issue.
40636
40637 2004-01-02  David Schleef  <ds@schleef.org>
40638
40639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40640         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40641         Add fixate function and a check for bad formats.
40642
40643 2004-01-01  David Schleef  <ds@schleef.org>
40644
40645         Negotiation fixes:
40646         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40647         (gst_audiofilter_init):
40648         * gst/debug/efence.c: (gst_efence_init):
40649         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40650         (gst_deinterlace_init):
40651         * gst/volume/gstvolume.c: (volume_connect):
40652
40653 2004-01-01  David Schleef  <ds@schleef.org>
40654
40655         Convert elements to use gst_pad_use_explicit_caps() where
40656         appropriate:
40657         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40658         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40659         (gst_afparse_open_file):
40660         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40661         (gst_afsrc_open_file):
40662         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40663         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40664         (gst_ffmpegdec_chain):
40665         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40666         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40667         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40668         (gst_gdk_pixbuf_chain):
40669         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40670         (gst_jpegdec_chain):
40671         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40672         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40673         (gst_mikmod_negotiate):
40674         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40675         (gst_mpeg2dec_negotiate_format):
40676         * ext/mpeg2enc/gstmpeg2enc.cc:
40677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40678         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40679         (gst_speexdec_sinkconnect):
40680         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40681         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40682         (gst_vorbisfile_new_link):
40683         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40684         (gst_ac3parse_chain):
40685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40686         (gst_asf_demux_setup_pad):
40687         * gst/auparse/gstauparse.c: (gst_auparse_init),
40688         (gst_auparse_chain):
40689         * gst/id3/gstid3types.c: (gst_id3types_loop):
40690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40691         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40692         (mp1videoparse_parse_seq):
40693         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40694         (bpf_from_header):
40695         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40696         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40697         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40698         (gst_mpeg_parse_send_data):
40699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40700         (gst_qtdemux_add_stream):
40701         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40702         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40703         (gst_wavparse_parse_fmt):
40704
40705 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40706
40707         * configure.ac:
40708           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40709           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40710           it therefore uses the wrong include paths. Too bad... Note
40711           that 1.6.1.93 is not release yet. ;).
40712           Also add a check for mplex, which is now using the lib'ified
40713           mplex from mjpegtools, too.
40714         * ext/ffmpeg/gstffmpegcodecmap.c:
40715           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40716           issues. I don't think ffmpeg handles 3ivx correctly, so this
40717           probably won't work. But it won't hurt either.
40718         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40719         (gst_ffmpegdec_chain):
40720         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40721         (gst_ffmpegenc_chain_audio):
40722           Fix memleak in audio encoding. Close codec if open fails, this
40723           calls the cleanup routines so we can re-use the context.
40724         * ext/mpeg2enc/gstmpeg2enc.cc:
40725           Fix pad template names/types, fix memory issue with getcaps().
40726         * ext/mpeg2enc/gstmpeg2encoder.cc:
40727         * ext/mpeg2enc/gstmpeg2encoder.hh:
40728           Fix compile issue with new caps system (const thingy).
40729         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40730         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40731           We read a first frame right on initing, so that we have a caps
40732           when we init the output. This caps is cached in padprivate and
40733           read as first frame.
40734         * ext/mplex/Makefile.am:
40735         * ext/mplex/gstmplex.cc:
40736         * ext/mplex/gstmplex.h:
40737         * ext/mplex/gstmplex.hh:
40738         * ext/mplex/gstmplexibitstream.cc:
40739         * ext/mplex/gstmplexibitstream.hh:
40740         * ext/mplex/gstmplexjob.cc:
40741         * ext/mplex/gstmplexjob.hh:
40742         * ext/mplex/gstmplexoutputstream.cc:
40743         * ext/mplex/gstmplexoutputstream.hh:
40744           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40745           had issues, didn't do capsnego, supported only a subset of the
40746           mplex features and required a mplex fork in our local CVS. Plus
40747           that it worked agaist a very old mplex version. Rewriting was
40748           faster than updating it.
40749         * gst-libs/ext/Makefile.am:
40750         * gst-libs/ext/mplex/INSTRUCT:
40751         * gst-libs/ext/mplex/Makefile.am:
40752         * gst-libs/ext/mplex/README:
40753         * gst-libs/ext/mplex/TODO:
40754         * gst-libs/ext/mplex/ac3strm_in.cc:
40755         * gst-libs/ext/mplex/audiostrm.hh:
40756         * gst-libs/ext/mplex/audiostrm_out.cc:
40757         * gst-libs/ext/mplex/aunit.hh:
40758         * gst-libs/ext/mplex/bits.cc:
40759         * gst-libs/ext/mplex/bits.hh:
40760         * gst-libs/ext/mplex/buffer.cc:
40761         * gst-libs/ext/mplex/buffer.hh:
40762         * gst-libs/ext/mplex/fastintfns.h:
40763         * gst-libs/ext/mplex/format_codes.h:
40764         * gst-libs/ext/mplex/inputstrm.cc:
40765         * gst-libs/ext/mplex/inputstrm.hh:
40766         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40767         * gst-libs/ext/mplex/mjpeg_logging.cc:
40768         * gst-libs/ext/mplex/mjpeg_logging.h:
40769         * gst-libs/ext/mplex/mjpeg_types.h:
40770         * gst-libs/ext/mplex/mpastrm_in.cc:
40771         * gst-libs/ext/mplex/mpegconsts.cc:
40772         * gst-libs/ext/mplex/mpegconsts.h:
40773         * gst-libs/ext/mplex/mplexconsts.hh:
40774         * gst-libs/ext/mplex/multplex.cc:
40775         * gst-libs/ext/mplex/outputstream.hh:
40776         * gst-libs/ext/mplex/padstrm.cc:
40777         * gst-libs/ext/mplex/padstrm.hh:
40778         * gst-libs/ext/mplex/stillsstream.cc:
40779         * gst-libs/ext/mplex/stillsstream.hh:
40780         * gst-libs/ext/mplex/systems.cc:
40781         * gst-libs/ext/mplex/systems.hh:
40782         * gst-libs/ext/mplex/vector.cc:
40783         * gst-libs/ext/mplex/vector.hh:
40784         * gst-libs/ext/mplex/videostrm.hh:
40785         * gst-libs/ext/mplex/videostrm_in.cc:
40786         * gst-libs/ext/mplex/videostrm_out.cc:
40787         * gst-libs/ext/mplex/yuv4mpeg.cc:
40788         * gst-libs/ext/mplex/yuv4mpeg.h:
40789         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40790         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40791           We don't fork mjpegtools' mplex in our CVS anymore.
40792         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40793         (gst_avi_demux_add_stream):
40794         * gst/avi/gstavidemux.h:
40795           Add getcaps() function for proper caps nego. This makes some
40796           parts of AVI playback/reading work.
40797         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40798           Resize window on new capsnego. This is probably wrong, but
40799           I'm still committing it because with current capsnego, the
40800           first successfull capsnego is auto-fixated, therefore rounded
40801           down to the lowest values in the caps. this results in a 16x16
40802           XWindow that is not reized when real capsnego finishes.
40803           Dave, I see more cases of this, do you know a proper solution?
40804         * tools/gst-launch-ext.in:
40805           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40806
40807 2003-12-31  David Schleef  <ds@schleef.org>
40808
40809         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40810         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40811           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40812
40813 2003-12-30  David Schleef  <ds@schleef.org>
40814
40815         * ext/ffmpeg/gstffmpegcolorspace.c:
40816         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40817         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40818         (gst_ffmpegcsp_chain): Negotiation fixes
40819         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40821         (gst_audio_convert_link), (gst_audio_convert_channels):
40822         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40823         (gst_audioscale_link), (gst_audioscale_get_buffer),
40824         (gst_audioscale_chain): Negotiation fixes
40825         * gst/audioscale/gstaudioscale.h:
40826         * gst/videofilter/gstvideofilter.c:
40827         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40828         (gst_videofilter_link), (gst_videofilter_init),
40829         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40830         (gst_videofilter_find_format_by_structure):
40831         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40832         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40833         (gst_videoscale_link):
40834         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40835         (videoscale_find_by_structure), (gst_videoscale_setup):
40836         * gst/videoscale/videoscale.h: Negotiation fixes
40837         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40838         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40839         function, restrict resizing to a multiple of 4 (hack until
40840         everyone supports odd sizes correctly).
40841
40842 2003-12-29  Colin Walters  <walters@verbum.org>
40843
40844         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40845         signed.
40846
40847 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40848
40849         * ext/sndfile/gstsf.c: (gst_sf_loop):
40850           Fix warning about discarding const qualifier
40851
40852 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40853
40854         * gst/cutter/gstcutter.c:
40855         * gst/videoscale/gstvideoscale.c:
40856         * gst/volenv/gstvolenv.c:
40857         * gst-libs/gst/audio/audio.c:
40858         * gst-libs/gst/video/video.c:
40859           Fix warnings
40860
40861 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40862
40863         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40864           Don't send ALSA debugging to stderr.
40865         * ext/alsa/gstalsa.h:
40866           Use GST_WARNING instead of g_warning when ALSA functions fail.
40867
40868 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40869
40870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40871           Free XVAdapterInfo correctly.
40872
40873 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40874
40875         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40876         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40877           Make id3tag use correct caps nego.
40878
40879 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40880
40881         * ext/ivorbis/vorbis.c:
40882         * ext/ivorbis/vorbisenc.h:
40883         * ext/ivorbis/vorbisfile.c:
40884           Modify so that it uses the new caps things
40885
40886 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40887
40888         * testsuite/spider/spider1.c: (main):
40889         * testsuite/spider/spider2.c: (main):
40890         * testsuite/spider/spider3.c: (main):
40891           Make tests compile again. They probably don't work.
40892
40893 2003-12-24  Colin Walters  <walters@verbum.org>
40894
40895         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40896         we can't fixate the caps anymore.
40897
40898 2003-12-23  David Schleef  <ds@schleef.org>
40899
40900         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40901         * sys/oss/gstosssink.c: (gst_osssink_init),
40902         (gst_osssink_sink_fixate): Add fixate function.
40903
40904 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40905
40906         * ext/ffmpeg/gstffmpegcodecmap.c:
40907         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40908         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40909         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40910         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40911         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40912         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40913         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40914           fix typo in RGB masks, and move back to "old" colorspace
40915           capsnego code until whoever wrote this new crap has actually
40916           tested it so that it works.
40917           And yes, this works, keep it that way please.
40918
40919 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40920
40921         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40922         (gst_divxdec_init), (gst_divxdec_negotiate):
40923         * ext/divx/gstdivxdec.h:
40924         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40925         (gst_divxenc_init):
40926         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40927         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40928         * ext/mpeg2enc/gstmpeg2enc.cc:
40929         * ext/mpeg2enc/gstmpeg2encoder.cc:
40930         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40931         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40932         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40933         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40934         (dxr3spusink_init):
40935         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40936         (dxr3videosink_init):
40937           Fix caps breakage after Dave's caps branch merge.
40938
40939 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40940
40941         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40942           Fix for 24bpp display.
40943
40944 2003-12-23  Colin Walters  <walters@verbum.org>
40945
40946         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40947         a GnomeVFSHandle directly.
40948
40949 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40950
40951         * gst/volume/Makefile.am:
40952         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40953         (volume_base_init), (volume_init):
40954           Reenable volume element and fix to work with new caps stuff.
40955           Rhythmbox needs this.
40956
40957 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40958
40959         * gst/qtdemux/qtdemux.c: (plugin_init):
40960           qtdemux requires bytestream
40961
40962 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40963
40964         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40965           Fix remaining caps handling errors due to CAPS merge.
40966
40967 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40968
40969         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40970         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40971         (gst_faad_srcconnect):
40972           Port to new caps system.
40973
40974 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40975
40976         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40977         (got_video_size), (main): using g_print instead of g_message.
40978         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40979         signal which was not emitted because of "switch" element added to the
40980         bin but not connected. (Removing from the bin temporarily)
40981
40982 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40983
40984         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40985         find X development files. I don't understand the previous tests and
40986         they fail on my debian/ppc unstable. This one works.
40987         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40988         exiting.
40989         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40990         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40991         (gst_play_set_visualization): Add some safety checks in set_ methods
40992         and state_change. This was throwing some ugly CRITICAL messages when
40993         pipeline was getting disposed and casts were failing.
40994
40995 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40996
40997         * configure.ac:
40998           Improve mpeg2enc detection. This is for distributions that do
40999           ship mjpegtools, but without mpeg2enc. Also does object check
41000           for might there ever be ABI incompatibility.
41001         * ext/mpeg2enc/gstmpeg2enc.cc:
41002           Add Andrew as second maintainer (he's helping me), and also add
41003           an error if no caps was set. This happens if I pull before capsnego
41004           and that's something I should solve sometime else.
41005         * gst/matroska/matroska-demux.c:
41006         (gst_matroska_demux_parse_blockgroup):
41007           Fix time parsing.
41008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41009         (gst_matroska_mux_track_header):
41010           Add caps to templates.
41011         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41012           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41013         * gst/mpegstream/gstmpegdemux.c:
41014           Remove layer since it causes warnings about unfixed caps.
41015         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41016           Fix obvious typo (we error out if caps were set, we should of
41017           course error out if *no* caps were set).
41018         * sys/oss/gstosselement.c: (gst_osselement_convert):
41019           Fix format conversion, we confused bits/bytes.
41020         * sys/oss/gstosselement.h:
41021           Improve documentation for 'bps'.
41022         * sys/v4l/TODO:
41023           Remove stuff about plugins that need removing - this was done
41024           ages ago.
41025         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41026         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41028         (gst_v4lsrc_src_query):
41029         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41030         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41031           Add get_query_types(), get_formats() and query() functions.
41032
41033 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41034
41035         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41036           * moved CVS to freedesktop.org